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 168 /// FPOnlySP - If true, the floating point unit only supports single
170 bool FPOnlySP;
334 bool isFPOnlySP() const { return FPOnlySP; }
ARMSubtarget.cpp 165 FPOnlySP = false;

Completed in 170 milliseconds