Home
last modified time | relevance | path

Searched refs:STG (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZCallingConv.td64 // Pass in STG registers: Base, Sp, Hp, R1, R2, R3, R4, R5, R6, R7, R8, SpLim
68 // Pass in STG registers: F1, ..., F6
71 // Pass in STG registers: D1, ..., D6
74 // Pass in STG registers: XMM1, ..., XMM6
DSystemZInstrInfo.cpp1099 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl()
1232 splitMove(MI, SystemZ::STG); in expandPostRAPseudo()
1481 StoreOpcode = SystemZ::STG; in getLoadStoreOpcodes()
DSystemZFrameLowering.cpp517 BuildMI(MBB, MBBI, DL, ZII->get(SystemZ::STG)) in emitPrologue()
DSystemZScheduleZ196.td192 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STG(RL)?$")>;
DSystemZScheduleZEC12.td200 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STG(RL)?$")>;
DSystemZScheduleZ13.td220 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STG(RL)?$")>;
DSystemZScheduleZ14.td221 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STG(RL)?$")>;
DSystemZScheduleZ15.td222 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "STG(RL)?$")>;
DSystemZISelLowering.cpp7796 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, false); in EmitInstrWithCustomInserter()
7798 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, true); in EmitInstrWithCustomInserter()
DSystemZInstrInfo.td448 def STG : StoreRXY<"stg", 0xE324, store, GR64, 8>;
/third_party/libphonenumber/resources/carrier/en/
D252.txt37 2529|STG
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp78 const unsigned OpCode1 = ZeroData ? AArch64ISD::STZG : AArch64ISD::STG; in EmitUnrolledSetTag()
DAArch64CallingConvention.td330 // which defines the registers for the Spineless Tagless G-Machine (STG) that
331 // GHC uses to implement lazy evaluation. The generic STG machine has a set of
335 // The STG Machine is documented here:
357 // Pass in STG registers: Base, Sp, Hp, R1, R2, R3, R4, R5, R6, SpLim
DAArch64ISelLowering.h273 STG, enumerator
DAArch64InstrInfo.td539 def AArch64stg : SDNode<"AArch64ISD::STG", SDT_AArch64SETTAG, [SDNPHasChain, SDNPMayStore, SDNPMemO…
1511 defm STG : MemTagStore<0b00, "stg">;
1548 // Large STG to be expanded into a loop. $Rm is the size, $Rn is start address.
DAArch64ISelLowering.cpp1375 case AArch64ISD::STG: return "AArch64ISD::STG"; in getTargetNodeName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallingConv.td676 // Pass in STG registers: Base, Sp, Hp, R1, R2, R3, R4, R5, R6, SpLim
680 // Pass in STG registers: F1, F2, F3, F4, D1, D2
961 // Pass in STG registers: Base, Sp, Hp, R1
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallingConv.td121 // Pass in STG registers: Base, Sp, Hp, R1, R2, R3, R4, SpLim
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h2152 INSTR4NODST(STG)
/third_party/eudev/hwdb/
D20-acpi-vendor.hwdb6354 acpi:STG*:
D20-pci-vendor-model.hwdb17550 ID_MODEL_FROM_DATABASE=STG 2000X
17553 ID_MODEL_FROM_DATABASE=STG 1764X
17622 ID_MODEL_FROM_DATABASE=STG 1764X
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst2000 - freedreno/a6xx: Add register offset for STG/LDG
D20.1.0.rst1674 - freedreno/ir3: Fix the disasm of half-float STG dests.