Searched refs:VLSTM (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMExpandPseudoInsts.cpp | 1473 MachineInstrBuilder VLSTM = in CMSESaveClearFPRegsV8() local 1474 BuildMI(MBB, MBBI, DL, TII->get(ARM::VLSTM)) in CMSESaveClearFPRegsV8() 1480 for (MachineOperand &MO : VLSTM->implicit_operands()) { in CMSESaveClearFPRegsV8() 1551 finalizeBundle(MBB, VLSTM->getIterator(), MBBI->getIterator()); in CMSESaveClearFPRegsV8() 1573 MachineInstrBuilder VLSTM = in CMSESaveClearFPRegsV81() local 1574 BuildMI(MBB, MBBI, DL, TII->get(ARM::VLSTM)) in CMSESaveClearFPRegsV81() 1580 for (MachineOperand &MO : VLSTM->implicit_operands()) { in CMSESaveClearFPRegsV81()
|
H A D | ARMInstrVFP.td | 316 // VLLDM and VLSTM: 344 def VLSTM : AXSI4FR<"vlstm${p}\t$Rn, $regs", 0, 0>, 351 def : InstAlias<"vlstm${p}\t$Rn", (VLSTM GPRnopc:$Rn, pred:$p, 0)>,
|
H A D | ARMScheduleA57.td | 715 def : InstRW<[A57Write_5cyc_1S], (instregex "VLSTM")>;
|
H A D | ARMInstrFormats.td | 1765 // For when the registers-to-be-stored/loaded are fixed, e.g. VLLDM and VLSTM
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMInstPrinter.cpp | 110 case ARM::VLSTM: { in printInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 7716 case ARM::VLSTM: in validateInstruction() 8899 case ARM::VLSTM: { in processInstruction()
|