Home
last modified time | relevance | path

Searched refs:STW (Results 1 – 25 of 25) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dno-rlwimi-trivial-commute.mir86 STW %4, 0, %1 :: (store 4 into %ir.0)
88 STW %8, 0, %1 :: (store 4 into %ir.0)
Daddisdtprelha-nonr3.mir74 STW killed %r6, 0, killed %x3 :: (store 4 into @y)
Daantidep-def-ec.mir104 STW killed %r3, 0, killed %x30 :: (volatile store 4 into %ir.p2)
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrInfo.cpp82 case PPC::STW: in isStoreToStackSlot()
339 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW)) in StoreRegToStackSlot()
348 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW)) in StoreRegToStackSlot()
412 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW)) in StoreRegToStackSlot()
DPPCHazardRecognizers.cpp261 case PPC::STW: case PPC::STW8: in EmitInstruction()
DPPCRegisterInfo.cpp81 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
485 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW)) in lowerCRSpilling()
DPPCFrameLowering.cpp331 BuildMI(MBB, MBBI, dl, TII.get(PPC::STW)) in emitPrologue()
337 BuildMI(MBB, MBBI, dl, TII.get(PPC::STW)) in emitPrologue()
DPPCInstrInfo.td754 def STW : DForm_1<36, (outs), (ins GPRC:$rS, memri:$src),
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaLLRP.cpp68 case Alpha::STW: case Alpha::STB: in runOnMachineFunction()
DAlphaInstrInfo.cpp59 case Alpha::STW: in isStoreToStackSlot()
DAlphaInstrInfo.td453 def STW : MForm<0x0D, 0, "stw $RA,$DISP($RB)",
567 (STW GPRC:$DATA, 0, GPRC:$addr)>;
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp70 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
526 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW)) in lowerCRSpilling()
613 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW)) in lowerCRBitSpilling()
690 BuildMI(MBB, II, dl, TII.get(PPC::STW)).addReg(Reg, RegState::Kill), in lowerVRSAVESpilling()
DPPCFrameLowering.cpp757 : PPC::STW ); in emitPrologue()
1764 MBB.insert(MI, addFrameReference(BuildMI(*MF, DL, TII.get(PPC::STW)) in spillCalleeSavedRegisters()
DPPCInstrInfo.cpp298 case PPC::STW: in isStoreToStackSlot()
968 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW)) in StoreRegToStackSlot()
DPPCFastISel.cpp639 Opc = PPC::STW; in PPCEmitStore()
706 case PPC::STW : Opc = PPC::STWX; break; in PPCEmitStore()
DPPCISelDAGToDAG.cpp4298 case PPC::STW: in PeepholePPC64()
DPPCInstrInfo.td1791 def STW : DForm_1<36, (outs), (ins gprc:$rS, memri:$src),
4213 def : Pat<(atomic_store_32 iaddr:$ptr, i32:$val), (STW gprc:$val, memri:$ptr)>;
DPPCISelLowering.cpp8727 TII->get(Subtarget.isPPC64() ? PPC::STD : PPC::STW)) in emitEHSjLjSetJmp()
8760 MIB = BuildMI(mainMBB, DL, TII->get(PPC::STW)) in emitEHSjLjSetJmp()
/external/v8/src/ppc/
Ddisasm-ppc.cc1313 case STW: { in InstructionDecode()
Dconstants-ppc.h1741 V(stw, STW, 0x90000000) \
Dassembler-ppc.cc1324 d_form(STW, dst, src.ra(), src.offset(), true); in stw()
Dsimulator-ppc.cc3721 case STW: { in ExecuteGeneric()
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.td1238 // STW P, Rr+1:Rr
1266 // STW P+, Rr+1:Rr
1292 // STW -P, Rr+1:Rr
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.td319 def STW : STOREi64<0x0, "stw", truncstorei32>;
/external/pcre/dist2/src/sljit/
DsljitNativePPC_common.c215 #define STW (HI(36)) macro
571 #define STACK_STORE STW