Home
last modified time | relevance | path

Searched refs:STEY (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dfp-move-06.ll24 ; Check the next word up, which should use STEY instead of STE.
34 ; Check the high end of the aligned STEY range.
56 ; Check the high end of the negative aligned STEY range.
66 ; Check the low end of the STEY range.
100 ; Check that STEY allows an index.
Dcond-store-05.ll53 ; Check the next word up, which should use STEY instead of STE.
69 ; Check the high end of the aligned STEY range.
103 ; Check the low end of the STEY range.
137 ; Check that STEY allows an index.
/external/v8/src/s390/
Ddisasm-s390.cc1370 case STEY: in DecodeSixByte()
Dconstants-s390.h832 STEY = 0xED66, // Store (short) enumerator
Dsimulator-s390.h1243 EVALUATE(STEY);
Dsimulator-s390.cc1464 EvalTable[STEY] = &Simulator::Evaluate_STEY; in EvalTableInit()
4782 case STEY: in DecodeSixByte()
4826 } else if (op == STEY) { in DecodeSixByte()
12592 EVALUATE(STEY) { in EVALUATE() argument
12593 DCHECK_OPCODE(STEY); in EVALUATE()
Dassembler-s390.cc2831 rxy_form(STEY, r1, opnd.rx(), opnd.rb(), opnd.offset()); in stey()
/external/valgrind/none/tests/s390x/
Dopcodes.h357 #define STEY(r1,x2,b2,dl2,dh2) RXY_FRRD(ed,r1,x2,b2,dl2,dh2,66) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td209 // STEY and STDY offer full 20-bit displacement fields. It's often better