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

  /external/qemu/tcg/ppc/
tcg-target.c 309 #define LWZ OPCD(32)
493 tcg_out32 (s, LWZ | RT (0) | RA (reg));
495 tcg_out32 (s, LWZ | RT (2) | RA (reg) | 4);
582 tcg_out32 (s, LWZ | RT (r1) | RA (r0) | 4);
643 tcg_out32 (s, (LWZ
706 tcg_out32 (s, LWZ | RT (0) | RA (r0));
707 tcg_out32 (s, LWZ | RT (data_reg) | RA (r0) | 4);
711 tcg_out32 (s, LWZ | RT (data_reg2) | RA (r0));
712 tcg_out32 (s, LWZ | RT (data_reg) | RA (r0) | 4);
778 tcg_out32 (s, LWZ | RT (r1) | RA (r0) | 4)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 67 ImmToIdxMap[PPC::LWZ] = PPC::LWZX; ImmToIdxMap[PPC::LWA] = PPC::LWAX;
294 BuildMI(MBB, II, dl, TII.get(PPC::LWZ), Reg)
431 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::LWZ8 : PPC::LWZ),
495 addFrameReference(BuildMI(MBB, II, dl, TII.get(PPC::LWZ),
PPCFrameLowering.cpp 804 BuildMI(MBB, MBBI, dl, TII.get(PPC::LWZ),PPC::R1)
859 BuildMI(MBB, MBBI, dl, TII.get(PPC::LWZ), PPC::R0)
866 BuildMI(MBB, MBBI, dl, TII.get(PPC::LWZ), PPC::R31)
870 BuildMI(MBB, MBBI, dl, TII.get(PPC::LWZ), PPC::R30)
    [all...]
PPCInstrInfo.cpp 106 case PPC::LWZ:
696 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::LWZ),
    [all...]
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 287 #define LWZ OPCD( 32)
931 tcg_out_ldst (s, ret, arg1, arg2, LWZ, LWZX);
    [all...]

Completed in 91 milliseconds