/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPCInsns.def | 19 PCREL_OPT(STH, PSTH, OPC_AND_RST);
|
H A D | PPC64.cpp | 62 STH = 44, enumerator 102 STH = 0xb0000000, enumerator 871 return STH << 26; in getPPCDFormOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFInstrInfo.cpp | 62 StOpc = BPF::STH; in expandMEMCPY() 101 BuildMI(*BB, MI, dl, get(BPF::STH)) in expandMEMCPY()
|
H A D | BPFMISimplifyPatchable.cpp | 107 return Opcode == BPF::STB || Opcode == BPF::STH || Opcode == BPF::STW || in isSTX64()
|
H A D | BPFInstrInfo.td | 520 def STH : STOREi64<BPF_H, "u16", truncstorei16>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCPreEmitPeephole.cpp | 71 case PPC::STH: in hasPCRelativeForm()
|
H A D | PPCFastISel.cpp | 633 Opc = Is32BitInt ? PPC::STH : PPC::STH8; in PPCEmitStore() 704 case PPC::STH : Opc = PPC::STHX; break; in PPCEmitStore()
|
H A D | P10InstrResources.td | 1788 STH, STH8,
|
H A D | PPCRegisterInfo.cpp | 108 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
|
H A D | PPCAsmPrinter.cpp | 1652 case PPC::STH: in emitInstruction()
|
H A D | PPCInstrInfo.cpp | 4190 case PPC::STHX: III.ImmOpcode = PPC::STH; break; in instrHasImmForm()
|
H A D | PPCInstrInfo.td | 2104 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 D | PPCISelDAGToDAG.cpp | 7741 case PPC::STH: in PeepholePPC64()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.td | 821 // 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 D | SystemZInstrInfo.cpp | 1662 expandRXYPseudo(MI, SystemZ::STH, SystemZ::STHH); in expandPostRAPseudo()
|
H A D | SystemZScheduleZEC12.td | 253 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>;
|
H A D | SystemZScheduleZ196.td | 242 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>;
|
H A D | SystemZScheduleZ13.td | 279 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>;
|
H A D | SystemZScheduleZ14.td | 280 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>;
|
H A D | SystemZScheduleZ15.td | 284 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>;
|
H A D | SystemZScheduleZ16.td | 284 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>;
|
H A D | SystemZISelLowering.cpp | 9533 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 D | SparcInstrInfo.td | 684 defm STH : StoreA<"sth", 0b000110, 0b010110, truncstorei16, IntRegs, i32>;
|