HomeSort by relevance Sort by last modified time
    Searched refs:SlowFPVMLx (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 88 /// SlowFPVMLx - If the VFP2 / NEON instructions are available, indicates
90 bool SlowFPVMLx;
332 bool useFPVMLx() const { return !SlowFPVMLx; }
ARMSubtarget.cpp 185 SlowFPVMLx = false;

Completed in 48 milliseconds