Searched refs:STH (Results 1 – 16 of 16) sorted by relevance
/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 | 188 ; Check the high end of the aligned STH range. 205 ; Check the next halfword up, which should use STHY instead of STH.
|
/external/v8/src/ppc/ |
D | constants-ppc.h | 134 STH = 44 << 26, // Store Half enumerator
|
D | disasm-ppc.cc | 1296 case STH: { in InstructionDecode()
|
D | assembler-ppc.cc | 1232 d_form(STH, dst, src.ra(), src.offset(), true); in sth()
|
D | simulator-ppc.cc | 3641 case STH: { in ExecuteGeneric()
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 320 def STH : STOREi64<0x1, "sth", truncstorei16>;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 622 Opc = Is32BitInt ? PPC::STH : PPC::STH8; in PPCEmitStore() 692 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()
|
D | PPCISelDAGToDAG.cpp | 4239 case PPC::STH: in PeepholePPC64()
|
D | PPCInstrInfo.td | 1726 def STH : DForm_1<44, (outs), (ins gprc:$rS, memri:$src), 4123 def : Pat<(atomic_store_16 iaddr:$ptr, i32:$val), (STH gprc:$val, memri:$ptr)>;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 529 // STH, STHY or STHH, depending on the choice of register. 532 defm STH : StoreRXPair<"sth", 0x40, 0xE370, truncstorei16, GR32, 2>; 539 defm : StoreGR64Pair<STH, STHY, truncstorei16>;
|
D | SystemZInstrInfo.cpp | 948 expandRXYPseudo(MI, SystemZ::STH, SystemZ::STHH); in expandPostRAPseudo()
|
D | SystemZISelLowering.cpp | 5696 return emitCondStore(MI, MBB, SystemZ::STH, 0, false); in EmitInstrWithCustomInserter() 5698 return emitCondStore(MI, MBB, SystemZ::STH, 0, true); in EmitInstrWithCustomInserter()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 467 defm STH : StoreA<"sth", 0b000110, 0b010110, truncstorei16, IntRegs, i32>;
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 18297 "STH",
|