Searched refs:LDY (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-move-04.ll | 25 ; 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.
|
D | fp-move-05.ll | 30 ; 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.
|
D | frame-07.ll | 7 ; 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/ |
D | disasm-s390.cc | 1409 case LDY: in DecodeSixByte()
|
D | simulator-s390.h | 1252 EVALUATE(LDY);
|
D | constants-s390.h | 964 V(ldy, LDY, 0xED65) /* type = RXY_A LOAD (long) */ \
|
D | simulator-s390.cc | 1478 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/ |
D | opcodes.h | 262 #define LDY(r1,x2,b2,dl2,dh2) RXY_FRRD(ed,r1,x2,b2,dl2,dh2,65) macro
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 132 // LEY and LDY offer full 20-bit displacement fields. It's often better
|