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

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.h183 /// FPOnlySP - If true, the floating point unit only supports single
185 bool FPOnlySP; member in class:llvm::ARMSubtarget
353 bool isFPOnlySP() const { return FPOnlySP; }
H A DARMSubtarget.cpp146 FPOnlySP = false;

Completed in 164 milliseconds