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

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

Completed in 165 milliseconds