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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h213 /// SlowFPVFMx - If the VFP4 / NEON instructions are available, indicates
215 bool SlowFPVFMx = false; member in class:llvm::ARMSubtarget
656 return !isTargetDarwin() && hasVFP4Base() && !SlowFPVFMx;

Completed in 162 milliseconds