Searched refs:STCY (Results 1 – 11 of 11) sorted by relevance
/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 | constants-s390.h | 828 STCY = 0xE372, // Store Character enumerator
|
D | simulator-s390.h | 1079 EVALUATE(STCY);
|
D | simulator-s390.cc | 1300 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()
|
D | assembler-s390.cc | 2580 rxy_form(STCY, src, dst.rx(), dst.rb(), dst.offset()); in stcy()
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 355 #define STCY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,72) macro
|
/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>;
|