Searched refs:VLLDM (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMExpandPseudoInsts.cpp | 1688 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 D | ARMInstrVFP.td | 316 // 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 D | ARMScheduleA57.td | 595 def : InstRW<[A57Write_5cyc_1L], (instregex "VLLDM")>;
|
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 | 94 case ARM::VLLDM: { in printInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 7714 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 D | Options.td | 4929 HelpText<"Work around VLLDM erratum CVE-2021-35465 (ARM only)">; 4932 HelpText<"Don't work around VLLDM erratum CVE-2021-35465 (ARM only)">;
|