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

Completed in 41 milliseconds