Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dfp-move-04.ll25 ; Check the next doubleword up, which should use LDY instead of LD.
35 ; Check the high end of the aligned LDY range.
57 ; Check the high end of the negative aligned LDY range.
67 ; Check the low end of the LDY range.
101 ; Check that LDY allows an index.
Dfp-move-05.ll30 ; Check the next doubleword up, which requires a mixture of LD and LDY.
43 ; Check the next doubleword after that, which requires LDY for both halves.
56 ; Check the highest aligned offset that allows LDY for both halves.
85 ; LDY and LD.
98 ; Check the next doubleword down, which requires LDY for both halves.
111 ; Check the lowest offset that allows LDY for both halves.
Dframe-07.ll7 ; the 20-bit STDY and LDY while others can use the 12-bit STD and LD.
123 ; an indexed STD and LD while others can use the 20-bit STDY and LDY.
/external/v8/src/s390/
Ddisasm-s390.cc1409 case LDY: in DecodeSixByte()
Dsimulator-s390.h1252 EVALUATE(LDY);
Dconstants-s390.h964 V(ldy, LDY, 0xED65) /* type = RXY_A LOAD (long) */ \
Dsimulator-s390.cc1478 EvalTable[LDY] = &Simulator::Evaluate_LDY; in EvalTableInit()
4803 case LDY: in DecodeSixByte()
4843 } else if (op == LDY) { in DecodeSixByte()
12806 EVALUATE(LDY) { in EVALUATE() argument
12807 DCHECK_OPCODE(LDY); in EVALUATE()
/external/valgrind/none/tests/s390x/
Dopcodes.h262 #define LDY(r1,x2,b2,dl2,dh2) RXY_FRRD(ed,r1,x2,b2,dl2,dh2,65) macro
/external/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td132 // LEY and LDY offer full 20-bit displacement fields. It's often better