Searched refs:LDY (Results 1 – 5 of 5) 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/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
|