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

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h68 /// SlowFPVMLx - If the VFP2 / NEON instructions are available, indicates
70 bool SlowFPVMLx; member in class:llvm::ARMSubtarget
259 bool useFPVMLx() const { return !SlowFPVMLx; }

Completed in 539 milliseconds