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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 133 /// FPOnlySP - If true, the floating point unit only supports single
135 bool FPOnlySP;
212 bool isFPOnlySP() const { return FPOnlySP; }
ARMSubtarget.cpp 72 , FPOnlySP(false)
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 209 /// FPOnlySP - If true, the floating point unit only supports single
211 bool FPOnlySP = false;
450 bool isFPOnlySP() const { return FPOnlySP; }

Completed in 4710 milliseconds