OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPOnlySP
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
183
///
FPOnlySP
- If true, the floating point unit only supports single
185
bool
FPOnlySP
;
356
bool isFPOnlySP() const { return
FPOnlySP
; }
ARMSubtarget.cpp
146
FPOnlySP
= false;
Completed in 1752 milliseconds