Home
last modified time | relevance | path

Searched refs:VLSTM (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1473 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 DARMInstrVFP.td316 // 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 DARMScheduleA57.td715 def : InstRW<[A57Write_5cyc_1S], (instregex "VLSTM")>;
H A DARMInstrFormats.td1765 // 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 DARMInstPrinter.cpp110 case ARM::VLSTM: { in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7716 case ARM::VLSTM: in validateInstruction()
8899 case ARM::VLSTM: { in processInstruction()