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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 170 /// FPOnlySP - If true, the floating point unit only supports single
172 bool FPOnlySP;
335 bool isFPOnlySP() const { return FPOnlySP; }
ARMSubtarget.cpp 207 FPOnlySP = false;

Completed in 57 milliseconds