Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dno-rlwimi-trivial-commute.mir83 STW %4, 0, %1 :: (store 4 into %ir.0)
85 STW %8, 0, %1 :: (store 4 into %ir.0)
Daddisdtprelha-nonr3.mir70 STW killed $r6, 0, killed $x3 :: (store 4 into @y)
Daantidep-def-ec.mir84 STW killed $r3, 0, killed $x30 :: (volatile store 4 into %ir.p2)
Dlicm-tocReg.ll52 ; STW killed %12, 0, %14 :: (volatile store 4 into @ga)
/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-7.0/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp67 StOpc = BPF::STW; in expandMEMCPY()
95 BuildMI(*BB, MI, dl, get(BPF::STW)) in expandMEMCPY()
/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()
/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()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp84 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
607 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW)) in lowerCRSpilling()
694 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW)) in lowerCRBitSpilling()
771 BuildMI(MBB, II, dl, TII.get(PPC::STW)).addReg(Reg, RegState::Kill), in lowerVRSAVESpilling()
DPPCFrameLowering.cpp767 : PPC::STW ); in emitPrologue()
2009 MBB.insert(MI, addFrameReference(BuildMI(*MF, DL, TII.get(PPC::STW)) in spillCalleeSavedRegisters()
/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_32.c249 … FAIL_IF(push_inst(compiler, STW | DA(word_reg_index) | S1(SLJIT_SP) | IMM(92), word_reg_index)); in call_with_args()
/external/v8/src/ppc/
Ddisasm-ppc.cc1343 case STW: { in InstructionDecode()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRInstrInfo.td1337 // STW P, Rr+1:Rr
1365 // STW P+, Rr+1:Rr
1391 // STW -P, Rr+1:Rr

12