Searched refs:STCY (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-move-04.ll | 44 ; Check the next byte up, which should use STCY instead of STC. 54 ; Check the high end of the STCY range. 76 ; Check the high end of the negative STCY range. 86 ; Check the low end of the STCY range. 120 ; Check that STCY allows an index.
|
D | cond-store-01.ll | 194 ; Check the next byte up, which should use STCY instead of STC. 210 ; Check the high end of the STCY range. 244 ; Check the low end of the STCY range. 278 ; Check that STCY allows an index.
|
D | int-const-03.ll | 155 ; Check that MVIY does not allow an index. We prefer STCY in that case.
|
D | frame-16.ll | 105 ; The instruction will actually be STCY before frame lowering. 125 ; Test the next offset after that, which uses STCY instead of STC.
|
D | frame-14.ll | 107 ; The instruction will actually be STCY before frame lowering.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-move-04.ll | 44 ; Check the next byte up, which should use STCY instead of STC. 54 ; Check the high end of the STCY range. 76 ; Check the high end of the negative STCY range. 86 ; Check the low end of the STCY range. 120 ; Check that STCY allows an index.
|
D | cond-store-01.ll | 194 ; Check the next byte up, which should use STCY instead of STC. 210 ; Check the high end of the STCY range. 244 ; Check the low end of the STCY range. 278 ; Check that STCY allows an index.
|
D | int-const-03.ll | 155 ; Check that MVIY does not allow an index. We prefer STCY in that case.
|
D | frame-16.ll | 105 ; The instruction will actually be STCY before frame lowering. 125 ; Test the next offset after that, which uses STCY instead of STC.
|
D | frame-14.ll | 107 ; The instruction will actually be STCY before frame lowering.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1027 EVALUATE(STCY);
|
D | constants-s390.h | 886 V(stcy, STCY, 0xE372) /* type = RXY_A STORE CHARACTER */ \
|
D | simulator-s390.cc | 1315 EvalTable[STCY] = &Simulator::Evaluate_STCY; in EvalTableInit() 8214 EVALUATE(STCY) { in EVALUATE() argument 8215 DCHECK_OPCODE(STCY); in EVALUATE()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 689 // STC, STCY or STCH, depending on the choice of register. 706 defm : StoreGR64Pair<STC, STCY, truncstorei8>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 709 // STC, STCY or STCH, depending on the choice of register. 726 defm : StoreGR64Pair<STC, STCY, truncstorei8>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 869 13639377U, // STCY
|
D | SystemZGenDisassemblerTables.inc | 1085 /* 985 */ MCD_OPC_Decode, 208, 6, 112, // Opcode: STCY
|