Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dbranch-folder-hoist-livein.mir37 STH renamable $r1l, killed renamable $r3d, 0, $noreg, implicit killed $r4d :: (store 1 into @d)
43 STH renamable $r1l, killed renamable $r3d, 0, $noreg, implicit killed $r4d :: (store 1 into @d)
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.
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.
/external/llvm/test/CodeGen/SystemZ/
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.
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.
/external/llvm-project/lld/ELF/Arch/
DPPCInsns.def19 PCREL_OPT(STH, PSTH, OPC_AND_RST);
DPPC64.cpp55 STH = 44, enumerator
85 STH = 0xb0000000, enumerator
846 return STH; in getPPCDFormOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp62 StOpc = BPF::STH; in expandMEMCPY()
101 BuildMI(*BB, MI, dl, get(BPF::STH)) in expandMEMCPY()
DBPFMISimplifyPatchable.cpp109 Opcode == BPF::LDD || Opcode == BPF::STB || Opcode == BPF::STH || in checkADDrr()
DBPFInstrInfo.td416 def STH : STOREi64<BPF_H, "u16", truncstorei16>;
/external/llvm-project/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp62 StOpc = BPF::STH; in expandMEMCPY()
101 BuildMI(*BB, MI, dl, get(BPF::STH)) in expandMEMCPY()
DBPFMISimplifyPatchable.cpp112 Opcode == BPF::LDD || Opcode == BPF::STB || Opcode == BPF::STH || in checkADDrr()
130 if (Opcode == BPF::STB || Opcode == BPF::STH || Opcode == BPF::STW || in checkADDrr()
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dtwo-address-crash.mir87 STH killed %11, 0, killed %3 :: (store 2 into %ir.P)
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCPreEmitPeephole.cpp67 case PPC::STH: in hasPCRelativeForm()
DPPCFastISel.cpp640 Opc = Is32BitInt ? PPC::STH : PPC::STH8; in PPCEmitStore()
711 case PPC::STH : Opc = PPC::STHX; break; in PPCEmitStore()
DPPCRegisterInfo.cpp105 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.td320 def STH : STOREi64<0x1, "sth", truncstorei16>;
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp635 Opc = Is32BitInt ? PPC::STH : PPC::STH8; in PPCEmitStore()
705 case PPC::STH : Opc = PPC::STHX; break; in PPCEmitStore()
DPPCRegisterInfo.cpp70 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp639 Opc = Is32BitInt ? PPC::STH : PPC::STH8; in PPCEmitStore()
710 case PPC::STH : Opc = PPC::STHX; break; in PPCEmitStore()
DPPCRegisterInfo.cpp90 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td697 // STH, STHY or STHH, depending on the choice of register.
700 defm STH : StoreRXPair<"sth", 0x40, 0xE370, truncstorei16, GR32, 2>;
707 defm : StoreGR64Pair<STH, STHY, truncstorei16>;
DSystemZInstrInfo.cpp1085 expandRXYPseudo(MI, SystemZ::STH, SystemZ::STHH); in expandPostRAPseudo()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td760 // STH, STHY or STHH, depending on the choice of register.
763 defm STH : StoreRXPair<"sth", 0x40, 0xE370, truncstorei16, GR32, 2>;
770 defm : StoreGR64Pair<STH, STHY, truncstorei16>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td741 // STH, STHY or STHH, depending on the choice of register.
744 defm STH : StoreRXPair<"sth", 0x40, 0xE370, truncstorei16, GR32, 2>;
751 defm : StoreGR64Pair<STH, STHY, truncstorei16>;

123