Searched refs:shift_imm (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c5907 UInt shift_imm; local
5923 shift_imm = 64 - imm6;
5926 shift_imm = 64 - imm6;
5929 shift_imm = 32 - imm6;
5932 shift_imm = 16 - imm6;
5941 if (shift_imm > 0) {
6014 mkU8(shift_imm)),
6018 mkU8(shift_imm - 1)),
6039 Q ? 'q' : 'd', dreg, Q ? 'q' : 'd', mreg, shift_imm);
6047 Q ? 'q' : 'd', dreg, Q ? 'q' : 'd', mreg, shift_imm);
7437 UInt shift_imm; local
[all...]
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc281 Operand::Operand(Register rm, ShiftOp shift_op, int shift_imm) { argument
282 DCHECK(is_uint5(shift_imm));
287 shift_imm_ = shift_imm & 31;
289 if ((shift_op == ROR) && (shift_imm == 0)) {
294 // encoded as ROR with shift_imm == 0
295 DCHECK(shift_imm == 0);
329 ShiftOp shift_op, int shift_imm, AddrMode am) {
330 DCHECK(is_uint5(shift_imm));
334 shift_imm_ = shift_imm & 31;
328 MemOperand(Register rn, Register rm, ShiftOp shift_op, int shift_imm, AddrMode am) argument
H A Dassembler-arm.h501 // rm <shift_op> shift_imm
502 explicit Operand(Register rm, ShiftOp shift_op, int shift_imm);
571 // [rn +/- rm <shift_op> shift_imm] Offset/NegOffset
572 // [rn +/- rm <shift_op> shift_imm]! PreIndex/NegPreIndex
573 // [rn], +/- rm <shift_op> shift_imm PostIndex/NegPostIndex
575 ShiftOp shift_op, int shift_imm, AddrMode am = Offset);
/external/pcre/dist/sljit/
H A DsljitLir.h351 sljit_uw shift_imm; member in struct:sljit_compiler
H A DsljitNativeARM_32.c990 if (compiler->shift_imm != 0x20) { \
993 if (compiler->shift_imm != 0) \
994 return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, (compiler->shift_imm << 7) | (opcode << 5) | reg_map[src2])); \
1959 compiler->shift_imm = src2w & 0x1f;
1963 compiler->shift_imm = 0x20;

Completed in 255 milliseconds