Searched refs:STW (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp70 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX;
476 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW))
563 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW))
637 addFrameReference(BuildMI(MBB, II, dl, TII.get(PPC::STW))
H A DPPCFrameLowering.cpp621 : PPC::STW );
685 // indexed into with a simple STDU/STWU/STD/STW immediate offset operand.
1535 MBB.insert(MI, addFrameReference(BuildMI(*MF, DL, TII.get(PPC::STW))
H A DPPCFastISel.cpp606 Opc = PPC::STW;
670 case PPC::STW : Opc = PPC::STWX; break;
H A DPPCInstrInfo.cpp205 case PPC::STW:
853 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW))
H A DPPCISelDAGToDAG.cpp4137 case PPC::STW:
H A DPPCISelLowering.cpp8141 TII->get(Subtarget.isPPC64() ? PPC::STD : PPC::STW))
8174 MIB = BuildMI(mainMBB, DL, TII->get(PPC::STW))
/external/pcre/dist/sljit/
H A DsljitNativePPC_common.c211 #define STW (HI(36)) macro
567 #define STACK_STORE STW

Completed in 161 milliseconds