Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dbranch-folder-hoist-livein.mir37STH renamable $r1l, killed renamable $r3d, 0, $noreg, implicit killed $r4d :: (store (s8) into @d)
43STH renamable $r1l, killed renamable $r3d, 0, $noreg, implicit killed $r4d :: (store (s8) into @d)
H A Dint-move-05.ll34 ; Check the high end of the STH range.
44 ; Check the next halfword up, which should use STHY instead of STH.
108 ; Check that STH allows an index.
H A Dcond-store-02.ll178 ; Check the high end of the aligned STH range.
194 ; Check the next halfword up, which should use STHY instead of STH.
/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPCInsns.def19 PCREL_OPT(STH, PSTH, OPC_AND_RST);
H A DPPC64.cpp55 STH = 44, enumerator
85 STH = 0xb0000000, enumerator
840 return STH; in getPPCDFormOp()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp62 StOpc = BPF::STH; in expandMEMCPY()
101 BuildMI(*BB, MI, dl, get(BPF::STH)) in expandMEMCPY()
H A DBPFMISimplifyPatchable.cpp121 Opcode == BPF::LDD || Opcode == BPF::STB || Opcode == BPF::STH || in checkADDrr()
139 if (Opcode == BPF::STB || Opcode == BPF::STH || Opcode == BPF::STW || in checkADDrr()
H A DBPFInstrInfo.td418 def STH : STOREi64<BPF_H, "u16", truncstorei16>;
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dtwo-address-crash.mir87 STH killed %11, 0, killed %3 :: (store (s16) into %ir.P)
H A Dconvert-rr-to-ri-instrs.mir5449 ; CHECK: STH %3, 900, %0
5456 ; CHECK: STH %3, -900, %0
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp70 case PPC::STH: in hasPCRelativeForm()
H A DPPCFastISel.cpp635 Opc = Is32BitInt ? PPC::STH : PPC::STH8; in PPCEmitStore()
706 case PPC::STH : Opc = PPC::STHX; break; in PPCEmitStore()
H A DPPCRegisterInfo.cpp108 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
H A DP10InstrResources.td1817 STH, STH8,
H A DPPCInstrInfo.cpp4153 case PPC::STHX: III.ImmOpcode = PPC::STH; break; in instrHasImmForm()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td803 // STH, STHY or STHH, depending on the choice of register.
806 defm STH : StoreRXPair<"sth", 0x40, 0xE370, truncstorei16, GR32, 2>;
813 defm : StoreGR64Pair<STH, STHY, truncstorei16>;
H A DSystemZInstrInfo.cpp1402 expandRXYPseudo(MI, SystemZ::STH, SystemZ::STHH); in expandPostRAPseudo()
H A DSystemZScheduleZ196.td242 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>;
H A DSystemZScheduleZEC12.td253 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>;
H A DSystemZScheduleZ13.td279 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>;
H A DSystemZScheduleZ16.td284 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>;
H A DSystemZScheduleZ15.td284 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>;
H A DSystemZScheduleZ14.td280 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>;
H A DSystemZISelLowering.cpp8793 return emitCondStore(MI, MBB, SystemZ::STH, 0, false); in EmitInstrWithCustomInserter()
8795 return emitCondStore(MI, MBB, SystemZ::STH, 0, true); in EmitInstrWithCustomInserter()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td629 defm STH : StoreA<"sth", 0b000110, 0b010110, truncstorei16, IntRegs, i32>;

12