Searched refs:STMG (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | frame-05.ll | 10 ; 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
|
D | frame-06.ll | 79 ; from %r14 down, so that the STMG/LMG sequences aren't any longer than
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 184 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, DL, TII->get(SystemZ::STMG)); in spillCalleeSavedRegisters() 364 if (MBBI != MBB.end() && MBBI->getOpcode() == SystemZ::STMG) in emitPrologue()
|
D | SystemZInstrInfo.td | 748 def STMG : StoreMultipleRSY<"stmg", 0xEB24, GR64>;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 184 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, DL, TII->get(SystemZ::STMG)); in spillCalleeSavedRegisters() 343 if (MBBI != MBB.end() && MBBI->getOpcode() == SystemZ::STMG) in emitPrologue()
|
D | SystemZInstrInfo.td | 723 def STMG : StoreMultipleRSY<"stmg", 0xEB24, GR64>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | frame-05.ll | 10 ; 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
|
D | frame-06.ll | 79 ; from %r14 down, so that the STMG/LMG sequences aren't any longer than
|
/external/v8/src/s390/ |
D | simulator-s390.h | 1087 EVALUATE(STMG);
|
D | constants-s390.h | 166 V(stmg, STMG, 0xEB24) /* type = RSY_A STORE MULTIPLE (64) */ \
|
D | simulator-s390.cc | 1374 EvalTable[STMG] = &Simulator::Evaluate_STMG; in EvalTableInit() 8806 EVALUATE(STMG) { in EVALUATE() argument 8807 DCHECK_OPCODE(STMG); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 882 977278160U, // STMG
|
D | SystemZGenDisassemblerTables.inc | 1197 /* 1454 */ MCD_OPC_Decode, 221, 6, 118, // Opcode: STMG
|