Home
last modified time | relevance | path

Searched refs:STOC (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/none/tests/s390x/
Dcondloadstore.stdout.exp2049 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 …]
Dcondloadstore.c126 DO_INSN(STOC, STORE_REG_REG); in main()
Dopcodes.h368 #define STOC(r1,r3,b2,dl2,dh2) RSY_RDRM(eb,r1,r3,b2,dl2,dh2,f3) macro
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-45.ll21 ; ...and again with STOC.
62 ; ...and again with STOC.
103 ; ...and again with STOC.
Dcond-store-07.ll95 ; 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
Dcond-store-08.ll108 ; Test that conditionally-executed stores do not use STOC, since STOC
/external/v8/src/s390/
Dsimulator-s390.h1187 EVALUATE(STOC);
Dconstants-s390.h219 V(stoc, STOC, 0xEBF3) /* type = RSY_B STORE ON CONDITION (32) */
Dsimulator-s390.cc1413 EvalTable[STOC] = &Simulator::Evaluate_STOC; in EvalTableInit()
12365 EVALUATE(STOC) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td214 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>;
DSystemZISelLowering.cpp6019 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, false); in EmitInstrWithCustomInserter()
6021 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, true); in EmitInstrWithCustomInserter()