Searched refs:STEY (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-move-06.ll | 24 ; 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.
|
D | cond-store-05.ll | 53 ; 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/ |
D | disasm-s390.cc | 1370 case STEY: in DecodeSixByte()
|
D | constants-s390.h | 832 STEY = 0xED66, // Store (short) enumerator
|
D | simulator-s390.h | 1243 EVALUATE(STEY);
|
D | simulator-s390.cc | 1464 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()
|
D | assembler-s390.cc | 2831 rxy_form(STEY, r1, opnd.rx(), opnd.rb(), opnd.offset()); in stey()
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 357 #define STEY(r1,x2,b2,dl2,dh2) RXY_FRRD(ed,r1,x2,b2,dl2,dh2,66) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 209 // STEY and STDY offer full 20-bit displacement fields. It's often better
|