Searched refs:STH (Results 1 – 25 of 50) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | branch-folder-hoist-livein.mir | 37 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)
|
D | int-move-05.ll | 34 ; 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.
|
D | cond-store-02.ll | 178 ; 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/ |
D | int-move-05.ll | 34 ; 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.
|
D | cond-store-02.ll | 178 ; 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/ |
D | BPFInstrInfo.cpp | 63 StOpc = BPF::STH; in expandMEMCPY() 102 BuildMI(*BB, MI, dl, get(BPF::STH)) in expandMEMCPY()
|
D | BPFInstrInfo.td | 363 def STH : STOREi64<BPF_H, "u16", truncstorei16>;
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 249 case PPC::STH: case PPC::STH8: in EmitInstruction()
|
D | PPCRegisterInfo.cpp | 81 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 1375 case STH: { in InstructionDecode()
|
D | constants-ppc.h | 1762 V(sth, STH, 0xB0000000) \
|
D | assembler-ppc.cc | 1083 d_form(STH, dst, src.ra(), src.offset(), true); in sth()
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 320 def STH : STOREi64<0x1, "sth", truncstorei16>;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 635 Opc = Is32BitInt ? PPC::STH : PPC::STH8; in PPCEmitStore() 705 case PPC::STH : Opc = PPC::STHX; break; in PPCEmitStore()
|
D | PPCRegisterInfo.cpp | 70 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
|
/external/v8/src/s390/ |
D | simulator-s390.h | 498 EVALUATE(STH);
|
D | constants-s390.h | 1158 V(sth, STH, 0x40) /* type = RX_A STORE HALFWORD (16) */
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 650 Opc = Is32BitInt ? PPC::STH : PPC::STH8; in PPCEmitStore() 721 case PPC::STH : Opc = PPC::STHX; break; in PPCEmitStore()
|
D | PPCRegisterInfo.cpp | 84 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX; in PPCRegisterInfo()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 697 // 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>;
|
D | SystemZInstrInfo.cpp | 1085 expandRXYPseudo(MI, SystemZ::STH, SystemZ::STHH); in expandPostRAPseudo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 717 // 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>;
|
D | SystemZInstrInfo.cpp | 1388 expandRXYPseudo(MI, SystemZ::STH, SystemZ::STHH); in expandPostRAPseudo()
|
D | SystemZScheduleZ196.td | 237 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STH(H|Y|RL|Mux)?$")>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.td | 893 defm STH : ArcStInst<0b10, "sth">;
|
12