Searched refs:SlowFPVMLx (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h209 /// SlowFPVMLx - If the VFP2 / NEON instructions are available, indicates
211 bool SlowFPVMLx = false; member in class:llvm::ARMSubtarget
654 bool useFPVMLx() const { return !SlowFPVMLx; }

Completed in 48 milliseconds