Searched refs:STEY (Results 1 – 8 of 8) 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 | 1430 case STEY: in DecodeSixByte()
|
D | simulator-s390.h | 1253 EVALUATE(STEY);
|
D | constants-s390.h | 965 V(stey, STEY, 0xED66) /* type = RXY_A STORE (short) */ \
|
D | simulator-s390.cc | 1479 EvalTable[STEY] = &Simulator::Evaluate_STEY; in EvalTableInit() 4802 case STEY: in DecodeSixByte() 4846 } else if (op == STEY) { in DecodeSixByte() 12818 EVALUATE(STEY) { in EVALUATE() argument 12819 DCHECK_OPCODE(STEY); in EVALUATE()
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 361 #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
|