OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSingleFloat
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
51
//
IsSingleFloat
- The target only supports single precision float
54
bool
IsSingleFloat
;
124
bool
isSingleFloat
() const { return
IsSingleFloat
; }
125
bool isNotSingleFloat() const { return !
IsSingleFloat
; }
MipsSubtarget.cpp
31
IsSingleFloat
(false), IsFP64bit(false), IsGP64bit(false), HasVFPU(false),
Completed in 729 milliseconds