Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPCInsns.def19 PCREL_OPT(STH, PSTH, OPC_AND_RST);
H A DPPC64.cpp62 STH = 44, enumerator
102 STH = 0xb0000000, enumerator
871 return STH << 26; in getPPCDFormOp()
/freebsd/contrib/llvm-project/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.cpp107 return Opcode == BPF::STB || Opcode == BPF::STH || Opcode == BPF::STW || in isSTX64()
H A DBPFInstrInfo.td520 def STH : STOREi64<BPF_H, "u16", truncstorei16>;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp71 case PPC::STH: in hasPCRelativeForm()
H A DPPCFastISel.cpp633 Opc = Is32BitInt ? PPC::STH : PPC::STH8; in PPCEmitStore()
704 case PPC::STH : Opc = PPC::STHX; break; in PPCEmitStore()
H A DP10InstrResources.td1788 STH, STH8,
H A DPPCRegisterInfo.cpp108 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
H A DPPCAsmPrinter.cpp1652 case PPC::STH: in emitInstruction()
H A DPPCInstrInfo.cpp4190 case PPC::STHX: III.ImmOpcode = PPC::STH; break; in instrHasImmForm()
H A DPPCInstrInfo.td2104 def STH : DForm_1<44, (outs), (ins gprc:$RST, (memri $D, $RA):$dst),
5057 def : Pat<(atomic_store_16 i32:$val, DForm:$ptr), (STH gprc:$val, memri:$ptr)>;
H A DPPCISelDAGToDAG.cpp7741 case PPC::STH: in PeepholePPC64()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td821 // STH, STHY or STHH, depending on the choice of register.
824 defm STH : StoreRXPair<"sth", 0x40, 0xE370, truncstorei16, GR32, 2>;
831 defm : StoreGR64Pair<STH, STHY, truncstorei16>;
H A DSystemZInstrInfo.cpp1662 expandRXYPseudo(MI, SystemZ::STH, SystemZ::STHH); in expandPostRAPseudo()
H A DSystemZScheduleZEC12.td253 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>;
H A DSystemZScheduleZ196.td242 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 DSystemZScheduleZ14.td280 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 DSystemZScheduleZ16.td284 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>;
H A DSystemZISelLowering.cpp9533 return emitCondStore(MI, MBB, SystemZ::STH, 0, false); in EmitInstrWithCustomInserter()
9535 return emitCondStore(MI, MBB, SystemZ::STH, 0, true); in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td684 defm STH : StoreA<"sth", 0b000110, 0b010110, truncstorei16, IntRegs, i32>;