Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp63 StOpc = BPF::STH; in expandMEMCPY()
102 BuildMI(*BB, MI, dl, get(BPF::STH)) in expandMEMCPY()
DBPFInstrInfo.td363 def STH : STOREi64<BPF_H, "u16", truncstorei16>;
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp249 case PPC::STH: case PPC::STH8: in EmitInstruction()
DPPCRegisterInfo.cpp81 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
/external/v8/src/ppc/
Ddisasm-ppc.cc1375 case STH: { in InstructionDecode()
Dconstants-ppc.h1762 V(sth, STH, 0xB0000000) \
Dassembler-ppc.cc1083 d_form(STH, dst, src.ra(), src.offset(), true); in sth()
/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/v8/src/s390/
Dsimulator-s390.h498 EVALUATE(STH);
Dconstants-s390.h1158 V(sth, STH, 0x40) /* type = RX_A STORE HALFWORD (16) */
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp650 Opc = Is32BitInt ? PPC::STH : PPC::STH8; in PPCEmitStore()
721 case PPC::STH : Opc = PPC::STHX; break; in PPCEmitStore()
DPPCRegisterInfo.cpp84 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td717 // STH, STHY or STHH, depending on the choice of register.
720 defm STH : StoreRXPair<"sth", 0x40, 0xE370, truncstorei16, GR32, 2>;
727 defm : StoreGR64Pair<STH, STHY, truncstorei16>;
DSystemZInstrInfo.cpp1388 expandRXYPseudo(MI, SystemZ::STH, SystemZ::STHH); in expandPostRAPseudo()
DSystemZScheduleZ196.td237 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCInstrInfo.td893 defm STH : ArcStInst<0b10, "sth">;

12