Searched refs:rot_imm (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 1047 : T2TwoReg<(outs rGPR:$Rd), (ins rGPR:$Rm, rot_imm:$rot), IIC_iEXTr, 1049 [(set rGPR:$Rd, (opnode (rotr rGPR:$Rm, rot_imm:$rot)))]>, 1064 : T2TwoReg<(outs rGPR:$Rd), (ins rGPR:$Rm, rot_imm:$rot), 1066 [(set rGPR:$Rd, (opnode (rotr rGPR:$Rm, rot_imm:$rot)))]>, 1081 : T2TwoReg<(outs rGPR:$Rd), (ins rGPR:$Rm, rot_imm:$rot), IIC_iEXTr, 1098 (ins rGPR:$Rn, rGPR:$Rm, rot_imm:$rot), 1100 [(set rGPR:$Rd, (opnode rGPR:$Rn, (rotr rGPR:$Rm,rot_imm:$rot)))]>, 1112 : T2ThreeReg<(outs rGPR:$Rd), (ins rGPR:$Rn, rGPR:$Rm,rot_imm:$rot), 4174 (t2UXTB rGPR:$Rd, rGPR:$Rm, rot_imm:$rot, pred:$p)>; 4176 (t2UXTB16 rGPR:$Rd, rGPR:$Rm, rot_imm:$rot, pred:$p)>; [all …]
|
D | ARMInstrInfo.td | 411 // rot_imm: An integer that encodes a rotate amount. Must be 8, 16, or 24. 425 def rot_imm : Operand<i32>, PatLeaf<(i32 imm), [{ 1253 /// FIXME: Remove the 'r' variant. Its rot_imm is zero. 1255 : AExtI<opcod, (outs GPRnopc:$Rd), (ins GPRnopc:$Rm, rot_imm:$rot), 1257 [(set GPRnopc:$Rd, (opnode (rotr GPRnopc:$Rm, rot_imm:$rot)))]>, 1269 : AExtI<opcod, (outs GPRnopc:$Rd), (ins GPRnopc:$Rm, rot_imm:$rot), 1280 : AExtI<opcod, (outs GPRnopc:$Rd), (ins GPR:$Rn, GPRnopc:$Rm, rot_imm:$rot), 1283 (rotr GPRnopc:$Rm, rot_imm:$rot)))]>, 1297 : AExtI<opcod, (outs GPRnopc:$Rd), (ins GPR:$Rn, GPRnopc:$Rm, rot_imm:$rot),
|
/external/valgrind/main/VEX/priv/ |
D | host_ppc_defs.c | 3238 UInt rot_imm, r_tmp; in emit_PPCInstr() local 3245 rot_imm = 1 + cond.flag; in emit_PPCInstr() 3253 p = mkFormM(p, 21, r_tmp, r_dst, rot_imm, 31, 31, 0); in emit_PPCInstr()
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 1073 uint32_t rot_imm = (imm >> rot) | (imm << ((32-rot) & 0x1F)); in DecodeSOImmOperand() local 1074 Inst.addOperand(MCOperand::CreateImm(rot_imm)); in DecodeSOImmOperand()
|