HomeSort by relevance Sort by last modified time
    Searched refs:RLWIMI (Results 1 - 4 of 4) sorted by null

  /external/qemu/tcg/ppc/
tcg-target.c 331 #define RLWIMI OPCD(20)
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 655 TmpInst.setOpcode(Opcode == PPC::INSLWI? PPC::RLWIMI : PPC::RLWIMIo);
670 TmpInst.setOpcode(Opcode == PPC::INSRWI? PPC::RLWIMI : PPC::RLWIMIo);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 399 /// the rotate left word immediate then mask insert (rlwimi) instruction.
463 return CurDAG->getMachineNode(PPC::RLWIMI, dl, MVT::i32, Ops);
    [all...]
PPCInstrInfo.cpp 148 // commuteInstruction - We can commute rlwimi instructions, but only if the
155 if (MI->getOpcode() != PPC::RLWIMI &&
    [all...]

Completed in 353 milliseconds