Home
last modified time | relevance | path

Searched refs:STDY (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dfp-move-07.ll25 ; 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.
Dfp-move-08.ll30 ; 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.
Dcond-store-06.ll53 ; 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.
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/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp414 MBBI->getOpcode() == SystemZ::STDY)) in emitPrologue()
DSystemZInstrVector.td209 // STEY and STDY offer full 20-bit displacement fields. It's often better
/external/v8/src/s390/
Ddisasm-s390.cc1373 case STDY: in DecodeSixByte()
Dconstants-s390.h830 STDY = 0xED67, // Store (long) enumerator
Dsimulator-s390.h1244 EVALUATE(STDY);
Dsimulator-s390.cc1465 EvalTable[STDY] = &Simulator::Evaluate_STDY; in EvalTableInit()
4785 case STDY: in DecodeSixByte()
4838 } else if (op == STDY) { in DecodeSixByte()
12604 EVALUATE(STDY) { in EVALUATE() argument
12605 DCHECK_OPCODE(STDY); in EVALUATE()
Dassembler-s390.cc2820 rxy_form(STDY, r1, opnd.rx(), opnd.rb(), opnd.offset()); in stdy()
/external/valgrind/none/tests/s390x/
Dopcodes.h356 #define STDY(r1,x2,b2,dl2,dh2) RXY_FRRD(ed,r1,x2,b2,dl2,dh2,67) macro