Home
last modified time | relevance | path

Searched refs:STMG (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dframe-05.ll10 ; itself would allow STM and LM to be used instead of STMG and LMG.
82 ; from %r14 down, so that the STMG/LMG sequences aren't any longer than
Dframe-06.ll79 ; from %r14 down, so that the STMG/LMG sequences aren't any longer than
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp184 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, DL, TII->get(SystemZ::STMG)); in spillCalleeSavedRegisters()
343 if (MBBI != MBB.end() && MBBI->getOpcode() == SystemZ::STMG) in emitPrologue()
DSystemZInstrInfo.td723 def STMG : StoreMultipleRSY<"stmg", 0xEB24, GR64>;
/external/v8/src/s390/
Ddisasm-s390.cc1163 case STMG: in DecodeSixByte()
Dconstants-s390.h843 STMG = 0xEB24, // Store Multiple (64) enumerator
Dsimulator-s390.h1138 EVALUATE(STMG);
Dsimulator-s390.cc1359 EvalTable[STMG] = &Simulator::Evaluate_STMG; in EvalTableInit()
4635 case STMG: { in DecodeSixByte()
4654 } else if (op == STMG) { in DecodeSixByte()
11760 EVALUATE(STMG) { in EVALUATE() argument
11761 DCHECK_OPCODE(STMG); in EVALUATE()
Dassembler-s390.cc545 rsy_form(STMG, r1, r2, src.rb(), src.offset()); in stmg()