Searched refs:STOCG (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/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/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 129 def STOCG : FixedCondStoreRSY<"stocg"##name, 0xEBE3, GR64, ccmask, 8>; 370 def STOCG : CondStoreRSY<"stocg", 0xEBE3, GR64, 8>;
|
D | SystemZISelLowering.cpp | 3376 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, false); in EmitInstrWithCustomInserter() 3378 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, true); in EmitInstrWithCustomInserter()
|