Searched refs:STOCG (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | cond-store-08.ll | 33 ; 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/ |
D | cond-store-08.ll | 33 ; Check the high end of the aligned STOCG range. 62 ; Check the low end of the STOCG range.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1119 EVALUATE(STOCG);
|
D | constants-s390.h | 213 V(stocg, STOCG, 0xEBE3) /* type = RSY_B STORE ON CONDITION (64) */ \
|
D | simulator-s390.cc | 1406 EvalTable[STOCG] = &Simulator::Evaluate_STOCG; in EvalTableInit() 9150 EVALUATE(STOCG) { in EVALUATE() argument
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 885 44945U, // STOCG 1623 // STOC, STOCG
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 215 def STOCG : FixedCondStoreRSY<"stocg"##name, 0xEBE3, GR64, ccmask, 8>; 548 def STOCG : CondStoreRSY<"stocg", 0xEBE3, GR64, 8>;
|
D | SystemZISelLowering.cpp | 6023 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/ |
D | SystemZISelLowering.cpp | 7051 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, false); in EmitInstrWithCustomInserter() 7053 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, true); in EmitInstrWithCustomInserter()
|
D | SystemZInstrInfo.td | 547 defm STOCG : CondStoreRSYPair<"stocg", 0xEBE3, GR64, 8>;
|