Home
last modified time | relevance | path

Searched refs:VLLDM (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1688 MachineInstrBuilder VLLDM = in CMSERestoreFPRegsV8() local
1689 BuildMI(MBB, MBBI, DL, TII->get(ARM::VLLDM)) in CMSERestoreFPRegsV8()
1696 auto Bundler = MIBundleBuilder(MBB, VLLDM); in CMSERestoreFPRegsV8()
1773 BuildMI(MBB, MBBI, DL, TII->get(ARM::VLLDM)) in CMSERestoreFPRegsV81()
H A DARMInstrVFP.td316 // VLLDM and VLSTM:
326 def VLLDM : AXSI4FR<"vlldm${p}\t$Rn, $regs", 0, 1>,
332 def : InstAlias<"vlldm${p}\t$Rn", (VLLDM GPRnopc:$Rn, pred:$p, 0)>,
H A DARMScheduleA57.td595 def : InstRW<[A57Write_5cyc_1L], (instregex "VLLDM")>;
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.cpp94 case ARM::VLLDM: { in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7714 case ARM::VLLDM: in validateInstruction()
8898 case ARM::VLLDM: in processInstruction()
8912 (Inst.getOpcode() == ARM::VLLDM) ? ARM::VLLDM_T2 : ARM::VLSTM_T2; in processInstruction()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4929 HelpText<"Work around VLLDM erratum CVE-2021-35465 (ARM only)">;
4932 HelpText<"Don't work around VLLDM erratum CVE-2021-35465 (ARM only)">;