Home
last modified time | relevance | path

Searched refs:STOCG (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dcond-store-08.ll33 ; Check the high end of the aligned STOCG range.
62 ; Check the low end of the STOCG range.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dcond-store-08.ll33 ; Check the high end of the aligned STOCG range.
62 ; Check the low end of the STOCG range.
/external/v8/src/s390/
Dsimulator-s390.h1119 EVALUATE(STOCG);
Dconstants-s390.h213 V(stocg, STOCG, 0xEBE3) /* type = RSY_B STORE ON CONDITION (64) */ \
Dsimulator-s390.cc1406 EvalTable[STOCG] = &Simulator::Evaluate_STOCG; in EvalTableInit()
9150 EVALUATE(STOCG) { in EVALUATE() argument
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc885 44945U, // STOCG
1623 // STOC, STOCG
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td215 def STOCG : FixedCondStoreRSY<"stocg"##name, 0xEBE3, GR64, ccmask, 8>;
548 def STOCG : CondStoreRSY<"stocg", 0xEBE3, GR64, 8>;
DSystemZISelLowering.cpp6023 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, false); in EmitInstrWithCustomInserter()
6025 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, true); in EmitInstrWithCustomInserter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp7051 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, false); in EmitInstrWithCustomInserter()
7053 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, true); in EmitInstrWithCustomInserter()
DSystemZInstrInfo.td547 defm STOCG : CondStoreRSYPair<"stocg", 0xEBE3, GR64, 8>;