Searched refs:STOC (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/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 | 368 #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/v8/src/s390/ |
D | simulator-s390.h | 1187 EVALUATE(STOC);
|
D | constants-s390.h | 219 V(stoc, STOC, 0xEBF3) /* type = RSY_B STORE ON CONDITION (32) */
|
D | simulator-s390.cc | 1413 EvalTable[STOC] = &Simulator::Evaluate_STOC; in EvalTableInit() 12365 EVALUATE(STOC) { in EVALUATE() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 214 def STOC : FixedCondStoreRSY<"stoc"##name, 0xEBF3, GR32, ccmask, 4>; 346 // We don't define 32-bit Mux stores because the low-only STOC should 547 def STOC : CondStoreRSY<"stoc", 0xEBF3, GR32, 4>;
|
D | SystemZISelLowering.cpp | 6019 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, false); in EmitInstrWithCustomInserter() 6021 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, true); in EmitInstrWithCustomInserter()
|