Searched refs:RLWIMI (Results 1 – 4 of 4) sorted by relevance
/external/qemu/tcg/ppc/ |
D | tcg-target.c | 331 #define RLWIMI OPCD(20) macro 1770 tcg_out32 (s, RLWIMI in tcg_out_op() 1779 tcg_out32 (s, RLWIMI in tcg_out_op()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 438 return CurDAG->getMachineNode(PPC::RLWIMI, dl, MVT::i32, Ops, 5); in SelectBitfieldInsert() 965 return CurDAG->getMachineNode(PPC::RLWIMI, dl, MVT::i32, Ops, 5); in Select()
|
D | PPCInstrInfo.cpp | 102 if (MI->getOpcode() != PPC::RLWIMI) in commuteInstruction()
|
D | PPCInstrInfo.td | 1322 // RLWIMI can be commuted if the rotate amount is zero. 1323 def RLWIMI : MForm_2<20,
|