Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1725 MachineInstrBuilder VLLDM = in CMSERestoreFPRegsV8() local
1726 BuildMI(MBB, MBBI, DL, TII->get(ARM::VLLDM)) in CMSERestoreFPRegsV8()
1733 auto Bundler = MIBundleBuilder(MBB, VLLDM); in CMSERestoreFPRegsV8()
1810 BuildMI(MBB, MBBI, DL, TII->get(ARM::VLLDM)) in CMSERestoreFPRegsV81()
H A DARMScheduleM85.td386 (instregex "VLDM(S|D|Q)(DB|IA)_UPD$", "VLLDM")>;
H A DARMInstrVFP.td329 // VLLDM and VLSTM:
339 def VLLDM : AXSI4FR<"vlldm${p}\t$Rn, $regs", 0, 1>,
345 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.td1760 // 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.cpp92 case ARM::VLLDM: { in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7746 case ARM::VLLDM: in validateInstruction()
8966 case ARM::VLLDM: in processInstruction()
8980 (Inst.getOpcode() == ARM::VLLDM) ? ARM::VLLDM_T2 : ARM::VLSTM_T2; in processInstruction()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5205 HelpText<"Work around VLLDM erratum CVE-2021-35465 (ARM only)">;
5208 HelpText<"Don't work around VLLDM erratum CVE-2021-35465 (ARM only)">;