Searched refs:STCY (Results 1 – 7 of 7) 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 | 205 ; Check the next byte up, which should use STCY instead of STC. 222 ; Check the high end of the STCY range. 258 ; Check the low end of the STCY range. 294 ; 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/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 511 // STC, STCY or STCH, depending on the choice of register. 528 defm : StoreGR64Pair<STC, STCY, truncstorei8>;
|
/external/valgrind/main/none/tests/s390x/ |
D | opcodes.h | 355 #define STCY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,72) macro
|