Home
last modified time | relevance | path

Searched refs:rot_imm (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td1124 : T2TwoReg<(outs rGPR:$Rd), (ins rGPR:$Rm, rot_imm:$rot), IIC_iEXTr,
1126 [(set rGPR:$Rd, (opnode (rotr rGPR:$Rm, rot_imm:$rot)))]>,
1141 : T2TwoReg<(outs rGPR:$Rd), (ins rGPR:$Rm, rot_imm:$rot),
1143 [(set rGPR:$Rd, (opnode (rotr rGPR:$Rm, rot_imm:$rot)))]>,
1158 : T2TwoReg<(outs rGPR:$Rd), (ins rGPR:$Rm, rot_imm:$rot), IIC_iEXTr,
1175 (ins rGPR:$Rn, rGPR:$Rm, rot_imm:$rot),
1177 [(set rGPR:$Rd, (opnode rGPR:$Rn, (rotr rGPR:$Rm,rot_imm:$rot)))]>,
1189 : T2ThreeReg<(outs rGPR:$Rd), (ins rGPR:$Rn, rGPR:$Rm,rot_imm:$rot),
1985 def : Pat<(add rGPR:$Rn, (sext_inreg (srl rGPR:$Rm, rot_imm:$rot), i8)),
1986 (t2SXTAB rGPR:$Rn, rGPR:$Rm, rot_imm:$rot)>,
[all …]
DARMInstrInfo.td493 // rot_imm: An integer that encodes a rotate amount. Must be 8, 16, or 24.
507 def rot_imm : Operand<i32>, PatLeaf<(i32 imm), [{
1509 /// FIXME: Remove the 'r' variant. Its rot_imm is zero.
1511 : AExtI<opcod, (outs GPRnopc:$Rd), (ins GPRnopc:$Rm, rot_imm:$rot),
1513 [(set GPRnopc:$Rd, (opnode (rotr GPRnopc:$Rm, rot_imm:$rot)))]>,
1525 : AExtI<opcod, (outs GPRnopc:$Rd), (ins GPRnopc:$Rm, rot_imm:$rot),
1536 : AExtI<opcod, (outs GPRnopc:$Rd), (ins GPR:$Rn, GPRnopc:$Rm, rot_imm:$rot),
1539 (rotr GPRnopc:$Rm, rot_imm:$rot)))]>,
1553 : AExtI<opcod, (outs GPRnopc:$Rd), (ins GPR:$Rn, GPRnopc:$Rm, rot_imm:$rot),
/external/valgrind/VEX/priv/
Dhost_ppc_defs.c4436 UInt rot_imm, r_tmp; in emit_PPCInstr() local
4443 rot_imm = 1 + cond.flag; in emit_PPCInstr()
4451 p = mkFormM(p, 21, r_tmp, r_dst, rot_imm, 31, 31, 0, endness_host); in emit_PPCInstr()