Searched defs:FPOnlySP (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h170 /// FPOnlySP - If true, the floating point unit only supports single
172 bool FPOnlySP; member in class:llvm::ARMSubtarget
335 bool isFPOnlySP() const { return FPOnlySP; }

Completed in 32 milliseconds