Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-move-04.ll44 ; 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.
Dcond-store-01.ll194 ; 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.
Dint-const-03.ll155 ; Check that MVIY does not allow an index. We prefer STCY in that case.
Dframe-16.ll105 ; The instruction will actually be STCY before frame lowering.
125 ; Test the next offset after that, which uses STCY instead of STC.
Dframe-14.ll107 ; The instruction will actually be STCY before frame lowering.
/external/v8/src/s390/
Dconstants-s390.h828 STCY = 0xE372, // Store Character enumerator
Dsimulator-s390.h1079 EVALUATE(STCY);
Dsimulator-s390.cc1300 EvalTable[STCY] = &Simulator::Evaluate_STCY; in EvalTableInit()
4780 case STCY: in DecodeSixByte()
4841 } else if (op == STCY) { in DecodeSixByte()
11242 EVALUATE(STCY) { in EVALUATE() argument
11243 DCHECK_OPCODE(STCY); in EVALUATE()
Dassembler-s390.cc2580 rxy_form(STCY, src, dst.rx(), dst.rb(), dst.offset()); in stcy()
/external/valgrind/none/tests/s390x/
Dopcodes.h355 #define STCY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,72) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td689 // STC, STCY or STCH, depending on the choice of register.
706 defm : StoreGR64Pair<STC, STCY, truncstorei8>;