Searched refs:STOCG (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | condloadstore.stdout.exp | 2561 STOCG 0000000000000000 into 0000000000000000 if mask0 for cc 0: 0000000000000000 2562 STOCG 0000000000000000 into 0000000000000000 if mask1 for cc 0: 0000000000000000 2563 STOCG 0000000000000000 into 0000000000000000 if mask2 for cc 0: 0000000000000000 2564 STOCG 0000000000000000 into 0000000000000000 if mask3 for cc 0: 0000000000000000 2565 STOCG 0000000000000000 into 0000000000000000 if mask4 for cc 0: 0000000000000000 2566 STOCG 0000000000000000 into 0000000000000000 if mask5 for cc 0: 0000000000000000 2567 STOCG 0000000000000000 into 0000000000000000 if mask6 for cc 0: 0000000000000000 2568 STOCG 0000000000000000 into 0000000000000000 if mask7 for cc 0: 0000000000000000 2569 STOCG 0000000000000000 into 0000000000000000 if mask8 for cc 0: 0000000000000000 2570 STOCG 0000000000000000 into 0000000000000000 if mask9 for cc 0: 0000000000000000 [all …]
|
D | condloadstore.c | 127 DO_INSN(STOCG, STORE_REG_REG); in main()
|
D | opcodes.h | 365 #define STOCG(r1,r3,b2,dl2,dh2) RSY_RDRM(eb,r1,r3,b2,dl2,dh2,e3) macro
|
/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/v8/src/s390/ |
D | constants-s390.h | 847 STOCG = 0xEBE3, // Store On Condition (64) enumerator
|
D | simulator-s390.h | 1170 EVALUATE(STOCG);
|
D | simulator-s390.cc | 1391 EvalTable[STOCG] = &Simulator::Evaluate_STOCG; in EvalTableInit() 12104 EVALUATE(STOCG) { in EVALUATE() argument
|
/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()
|