Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dcond-store-09.ll39 ; Check the high end of the aligned STOC range.
72 ; Check the low end of the STOC range.
124 ; Test that conditionally-executed stores do not use STOC, since STOC
Dint-cmp-45.ll21 ; ...and again with STOC.
62 ; ...and again with STOC.
103 ; ...and again with STOC.
Dcond-store-07.ll99 ; Check the high end of the aligned STOC range.
128 ; Check the low end of the STOC range.
174 ; 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/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.h1126 EVALUATE(STOC);
Dconstants-s390.h215 V(stoc, STOC, 0xEBF3) /* type = RSY_B STORE ON CONDITION (32) */
Dsimulator-s390.cc1413 EvalTable[STOC] = &Simulator::Evaluate_STOC; in EvalTableInit()
9192 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()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc884 44935U, // STOC
1623 // STOC, STOCG
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td334 // low-only STOC should then always be used if possible.
514 // Expands to STOC or STOCFH, depending on the choice of register.
546 defm STOC : CondStoreRSYPair<"stoc", 0xEBF3, GR32, 4>;
DSystemZInstrInfo.cpp1396 expandLOCPseudo(MI, SystemZ::STOC, SystemZ::STOCFH); in expandPostRAPseudo()
DSystemZScheduleZ196.td201 def : InstRW<[WLat1, FXU, LSU, EndGroup], (instregex "STOC(G)?(Asm.*)?$")>;
DSystemZScheduleZEC12.td209 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STOC(G)?(Asm.*)?$")>;
DSystemZScheduleZ13.td228 (instregex "STOC(G|FH|Mux)?(Asm.*)?$")>;
DSystemZISelLowering.cpp7047 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, false); in EmitInstrWithCustomInserter()
7049 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, true); in EmitInstrWithCustomInserter()
DSystemZScheduleZ14.td229 (instregex "STOC(G|FH|Mux)?(Asm.*)?$")>;