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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 59 /// SlowFPVMLx - If the VFP2 / NEON instructions are available, indicates
61 bool SlowFPVMLx;
209 bool useFPVMLx() const { return !SlowFPVMLx; }
ARMSubtarget.cpp 52 , SlowFPVMLx(false)
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 118 /// SlowFPVMLx - If the VFP2 / NEON instructions are available, indicates
120 bool SlowFPVMLx = false;
447 bool useFPVMLx() const { return !SlowFPVMLx; }

Completed in 579 milliseconds