Searched refs:STDY (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-move-07.ll | 24 ; Check the next doubleword up, which should use STDY instead of STD. 34 ; Check the high end of the aligned STDY range. 56 ; Check the high end of the negative aligned STDY range. 66 ; Check the low end of the STDY range. 100 ; Check that STDY allows an index.
|
D | fp-move-08.ll | 30 ; Check the next doubleword up, which requires a mixture of STD and STDY. 43 ; Check the next doubleword after that, which requires STDY for both halves. 56 ; Check the highest aligned offset that allows STDY for both halves. 85 ; STDY and STD. 98 ; Check the next doubleword down, which requires STDY for both halves. 111 ; Check the lowest offset that allows STDY for both halves.
|
D | cond-store-06.ll | 56 ; Check the next doubleword up, which should use STDY instead of STD. 73 ; Check the high end of the aligned STDY range. 109 ; Check the low end of the STDY range. 145 ; Check that STDY allows an index.
|
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/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 386 MBBI->getOpcode() == SystemZ::STDY)) in emitPrologue()
|
/external/valgrind/main/none/tests/s390x/ |
D | opcodes.h | 356 #define STDY(r1,x2,b2,dl2,dh2) RXY_FRRD(ed,r1,x2,b2,dl2,dh2,67) macro
|