Searched refs:STW (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.cpp | 70 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo() 476 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW)) in lowerCRSpilling() 563 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW)) in lowerCRBitSpilling() 637 addFrameReference(BuildMI(MBB, II, dl, TII.get(PPC::STW)) in lowerVRSAVESpilling()
|
D | PPCFrameLowering.cpp | 621 : PPC::STW ); in emitPrologue() 1535 MBB.insert(MI, addFrameReference(BuildMI(*MF, DL, TII.get(PPC::STW)) in spillCalleeSavedRegisters()
|
D | PPCInstrInfo.cpp | 205 case PPC::STW: in isStoreToStackSlot() 853 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW)) in StoreRegToStackSlot()
|
D | PPCFastISel.cpp | 606 Opc = PPC::STW; in PPCEmitStore() 670 case PPC::STW : Opc = PPC::STWX; break; in PPCEmitStore()
|
D | PPCISelDAGToDAG.cpp | 4137 case PPC::STW: in PeepholePPC64()
|
D | PPCInstrInfo.td | 1683 def STW : DForm_1<36, (outs), (ins gprc:$rS, memri:$src), 3952 def : Pat<(atomic_store_32 iaddr:$ptr, i32:$val), (STW gprc:$val, memri:$ptr)>;
|
D | PPCISelLowering.cpp | 8141 TII->get(Subtarget.isPPC64() ? PPC::STD : PPC::STW)) in emitEHSjLjSetJmp() 8174 MIB = BuildMI(mainMBB, DL, TII->get(PPC::STW)) in emitEHSjLjSetJmp()
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 309 def STW : STOREi64<0x0, "stw", truncstorei32>;
|
/external/pcre/dist/sljit/ |
D | sljitNativePPC_common.c | 211 #define STW (HI(36)) macro 567 #define STACK_STORE STW
|
/external/valgrind/VEX/orig_ppc32/ |
D | return0.orig | 8887 17: STW t12, (t14) 15371 18: STW t12, (t14) 19749 18: STW t12, (t14) 20532 22: STW t14, (t16)
|
D | date.orig | 8887 17: STW t12, (t14) 15112 18: STW t12, (t14) 19480 18: STW t12, (t14) 20263 22: STW t14, (t16) 87614 5: STW t2, (t4) 90645 32: STW t24, (t26) 91128 107: STW t82, (t84)
|