Searched refs:MVIY (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-const-03.ll | 78 ; Check the next byte up, which should use MVIY instead of MVI. 88 ; Check the high end of the MVIY range. 110 ; Check the high end of the negative MVIY range. 120 ; Check the low end of the MVIY range. 155 ; Check that MVIY does not allow an index. We prefer STCY in that case.
|
D | frame-14.ll | 129 ; Test the next offset after that, which uses MVIY instead of MVI.
|
/external/v8/src/s390/ |
D | constants-s390.h | 674 MVIY = 0xEB52, // Move (immediate) enumerator
|
D | simulator-s390.h | 1148 EVALUATE(MVIY);
|
D | simulator-s390.cc | 1369 EvalTable[MVIY] = &Simulator::Evaluate_MVIY; in EvalTableInit() 11852 EVALUATE(MVIY) { in EVALUATE() argument
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 311 #define MVIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,52) macro
|