HomeSort by relevance Sort by last modified time
    Searched defs:FPOnlySP (Results 1 - 2 of 2) 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; }
  /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 72 milliseconds