Home
last modified time | relevance | path

Searched refs:shift_imm (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c5909 UInt shift_imm; in dis_neon_data_2reg_and_shift() local
5925 shift_imm = 64 - imm6; in dis_neon_data_2reg_and_shift()
5928 shift_imm = 64 - imm6; in dis_neon_data_2reg_and_shift()
5931 shift_imm = 32 - imm6; in dis_neon_data_2reg_and_shift()
5934 shift_imm = 16 - imm6; in dis_neon_data_2reg_and_shift()
5943 if (shift_imm > 0) { in dis_neon_data_2reg_and_shift()
6016 mkU8(shift_imm)), in dis_neon_data_2reg_and_shift()
6020 mkU8(shift_imm - 1)), in dis_neon_data_2reg_and_shift()
6041 Q ? 'q' : 'd', dreg, Q ? 'q' : 'd', mreg, shift_imm); in dis_neon_data_2reg_and_shift()
6049 Q ? 'q' : 'd', dreg, Q ? 'q' : 'd', mreg, shift_imm); in dis_neon_data_2reg_and_shift()
[all …]
/external/v8/src/arm/
Dassembler-arm.cc277 Operand::Operand(Register rm, ShiftOp shift_op, int shift_imm) { in Operand() argument
278 DCHECK(is_uint5(shift_imm)); in Operand()
283 shift_imm_ = shift_imm & 31; in Operand()
285 if ((shift_op == ROR) && (shift_imm == 0)) { in Operand()
291 DCHECK(shift_imm == 0); in Operand()
332 ShiftOp shift_op, int shift_imm, AddrMode am) { in MemOperand() argument
333 DCHECK(is_uint5(shift_imm)); in MemOperand()
337 shift_imm_ = shift_imm & 31; in MemOperand()
Dassembler-arm.h464 explicit Operand(Register rm, ShiftOp shift_op, int shift_imm);
537 ShiftOp shift_op, int shift_imm, AddrMode am = Offset);
/external/pcre/dist/sljit/
DsljitNativeARM_32.c977 if (compiler->shift_imm != 0x20) { \
980 if (compiler->shift_imm != 0) \
981 …TA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, (compiler->shift_imm << 7) | (opcode …
1962 compiler->shift_imm = src2w & 0x1f; in sljit_emit_op2()
1966 compiler->shift_imm = 0x20; in sljit_emit_op2()
DsljitLir.h354 sljit_uw shift_imm; member
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td515 // shift_imm: An integer that encodes a shift amount and the type of shift
525 def shift_imm : Operand<i32> {
3627 (ins imm1_32:$sat_imm, GPRnopc:$Rn, shift_imm:$sh),
3656 (ins imm0_31:$sat_imm, GPRnopc:$Rn, shift_imm:$sh),