Searched refs:STOC (Results 1 – 20 of 20) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | cond-store-09.ll | 39 ; 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
|
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 | 99 ; 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
|
D | cond-store-08.ll | 108 ; Test that conditionally-executed stores do not use STOC, since STOC
|
/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 | 1126 EVALUATE(STOC);
|
D | constants-s390.h | 215 V(stoc, STOC, 0xEBF3) /* type = RSY_B STORE ON CONDITION (32) */
|
D | simulator-s390.cc | 1413 EvalTable[STOC] = &Simulator::Evaluate_STOC; in EvalTableInit() 9192 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()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 884 44935U, // STOC 1623 // STOC, STOCG
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 334 // 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>;
|
D | SystemZInstrInfo.cpp | 1396 expandLOCPseudo(MI, SystemZ::STOC, SystemZ::STOCFH); in expandPostRAPseudo()
|
D | SystemZScheduleZ196.td | 201 def : InstRW<[WLat1, FXU, LSU, EndGroup], (instregex "STOC(G)?(Asm.*)?$")>;
|
D | SystemZScheduleZEC12.td | 209 def : InstRW<[WLat1, FXU, LSU, NormalGr], (instregex "STOC(G)?(Asm.*)?$")>;
|
D | SystemZScheduleZ13.td | 228 (instregex "STOC(G|FH|Mux)?(Asm.*)?$")>;
|
D | SystemZISelLowering.cpp | 7047 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, false); in EmitInstrWithCustomInserter() 7049 return emitCondStore(MI, MBB, SystemZ::ST, SystemZ::STOC, true); in EmitInstrWithCustomInserter()
|
D | SystemZScheduleZ14.td | 229 (instregex "STOC(G|FH|Mux)?(Asm.*)?$")>;
|