Searched refs:STOC (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/main/none/tests/s390x/ |
D | condloadstore.stdout.exp | 2049 STOC 0000000000000000 into 0000000000000000 if mask0 for cc 0: 0000000000000000 2050 STOC 0000000000000000 into 0000000000000000 if mask1 for cc 0: 0000000000000000 2051 STOC 0000000000000000 into 0000000000000000 if mask2 for cc 0: 0000000000000000 2052 STOC 0000000000000000 into 0000000000000000 if mask3 for cc 0: 0000000000000000 2053 STOC 0000000000000000 into 0000000000000000 if mask4 for cc 0: 0000000000000000 2054 STOC 0000000000000000 into 0000000000000000 if mask5 for cc 0: 0000000000000000 2055 STOC 0000000000000000 into 0000000000000000 if mask6 for cc 0: 0000000000000000 2056 STOC 0000000000000000 into 0000000000000000 if mask7 for cc 0: 0000000000000000 2057 STOC 0000000000000000 into 0000000000000000 if mask8 for cc 0: 0000000000000000 2058 STOC 0000000000000000 into 0000000000000000 if mask9 for cc 0: 0000000000000000 [all …]
|
D | condloadstore.c | 126 DO_INSN(STOC, STORE_REG_REG); in main()
|
D | opcodes.h | 364 #define STOC(r1,r3,b2,dl2,dh2) RSY_RDRM(eb,r1,r3,b2,dl2,dh2,f3) macro
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-45.ll | 21 ; ...and again with STOC. 62 ; ...and again with STOC. 103 ; ...and again with STOC.
|
D | cond-store-07.ll | 95 ; Check the high end of the aligned STOC range. 124 ; Check the low end of the STOC range. 170 ; Test that conditionally-executed stores do not use STOC, since STOC
|
D | cond-store-08.ll | 108 ; Test that conditionally-executed stores do not use STOC, since STOC
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 128 def STOC : FixedCondStoreRSY<"stoc"##name, 0xEBF3, GR32, ccmask, 4>; 208 // We don't define 32-bit Mux stores because the low-only STOC should 369 def STOC : CondStoreRSY<"stoc", 0xEBF3, GR32, 4>;
|
D | SystemZISelLowering.cpp | 3372 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, false); in EmitInstrWithCustomInserter() 3374 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, true); in EmitInstrWithCustomInserter()
|