OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFP64bit
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
56
//
IsFP64bit
- The target processor has 64-bit floating point registers.
57
bool
IsFP64bit
;
59
//
IsFP64bit
- General-purpose registers are 64 bits wide
121
bool
isFP64bit
() const { return
IsFP64bit
; }
MipsSubtarget.cpp
31
IsSingleFloat(false),
IsFP64bit
(false), IsGP64bit(false), HasVFPU(false),
Completed in 16 milliseconds