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

  /external/qemu/tcg/ppc/
tcg-target.c 332 #define RLWINM OPCD(21)
556 tcg_out32 (s, (RLWINM
571 tcg_out32 (s, (RLWINM
752 tcg_out32 (s, (RLWINM
767 tcg_out32 (s, (RLWINM
804 tcg_out32 (s, (RLWINM
812 tcg_out32 (s, (RLWINM
1149 tcg_out32 (s, (RLWINM
1216 tcg_out32 (s, (RLWINM
1236 tcg_out32 (s, (RLWINM
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 729 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops, 4);
741 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops, 4);
748 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops, 4);
778 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops, 4);
782 Op = SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, Ops),
    [all...]
PPCRegisterInfo.cpp 365 /// rlwinm rA, rA, SB, 0, 31 ; Shift the bits left so they are in CR0's slot.
396 // rlwinm rA, rA, ShiftBits, 0, 31.
397 BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::RLWINM8 : PPC::RLWINM), Reg)
441 // rlwinm r11, r11, 32-ShiftBits, 0, 31.
442 BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::RLWINM8 : PPC::RLWINM), Reg)
PPCFrameLowering.cpp 499 BuildMI(MBB, MBBI, dl, TII.get(PPC::RLWINM), PPC::R0)
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 627 TmpInst.setOpcode(Opcode == PPC::EXTLWI? PPC::RLWINM : PPC::RLWINMo);
641 TmpInst.setOpcode(Opcode == PPC::EXTRWI? PPC::RLWINM : PPC::RLWINMo);
684 TmpInst.setOpcode(Opcode == PPC::ROTRWI? PPC::RLWINM : PPC::RLWINMo);
697 TmpInst.setOpcode(Opcode == PPC::SLWI? PPC::RLWINM : PPC::RLWINMo);
710 TmpInst.setOpcode(Opcode == PPC::SRWI? PPC::RLWINM : PPC::RLWINMo);
723 TmpInst.setOpcode(Opcode == PPC::CLRRWI? PPC::RLWINM : PPC::RLWINMo);
737 TmpInst.setOpcode(Opcode == PPC::CLRLSLWI? PPC::RLWINM : PPC::RLWINMo);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 318 #define RLWINM OPCD( 21)
575 tcg_out32 (s, (RLWINM
585 tcg_out32 (s, (RLWINM
1083 tcg_out32 (s, (RLWINM
1151 tcg_out32 (s, (RLWINM
    [all...]
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 33 if (MI->getOpcode() == PPC::RLWINM) {

Completed in 4039 milliseconds