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 130 /// FPOnlySP - If true, the floating point unit only supports single
132 bool FPOnlySP;
209 bool isFPOnlySP() const { return FPOnlySP; }
ARMSubtarget.cpp 71 , FPOnlySP(false)

Completed in 1699 milliseconds