Searched refs:STDY (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-move-07.ll | 25 ; Check the next doubleword up, which should use STDY instead of STD. 35 ; Check the high end of the aligned STDY range. 57 ; Check the high end of the negative aligned STDY range. 67 ; Check the low end of the STDY range. 101 ; 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 | 53 ; Check the next doubleword up, which should use STDY instead of STD. 69 ; Check the high end of the aligned STDY range. 103 ; Check the low end of the STDY range. 137 ; 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/test/CodeGen/SystemZ/ |
D | fp-move-07.ll | 25 ; Check the next doubleword up, which should use STDY instead of STD. 35 ; Check the high end of the aligned STDY range. 57 ; Check the high end of the negative aligned STDY range. 67 ; Check the low end of the STDY range. 101 ; 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 | 53 ; Check the next doubleword up, which should use STDY instead of STD. 69 ; Check the high end of the aligned STDY range. 103 ; Check the low end of the STDY range. 137 ; 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 443 MBBI->getOpcode() == SystemZ::STDY)) in emitPrologue()
|
D | SystemZInstrVector.td | 232 // STEY and STDY offer full 20-bit displacement fields. It's often better
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 414 MBBI->getOpcode() == SystemZ::STDY)) in emitPrologue()
|
D | SystemZInstrVector.td | 209 // STEY and STDY offer full 20-bit displacement fields. It's often better
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 666 case STDY: in DecodeSpecial()
|
D | simulator-s390.h | 1193 EVALUATE(STDY);
|
D | constants-s390.h | 932 V(stdy, STDY, 0xED67) /* type = RXY_A STORE (long) */ \
|
D | simulator-s390.cc | 1480 EvalTable[STDY] = &Simulator::Evaluate_STDY; in EvalTableInit() 9704 EVALUATE(STDY) { in EVALUATE() argument 9705 DCHECK_OPCODE(STDY); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 871 13639388U, // STDY
|
D | SystemZGenDisassemblerTables.inc | 1671 /* 3523 */ MCD_OPC_Decode, 210, 6, 160, 1, // Opcode: STDY
|