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
68
//
IsFP64bit
- The target processor has 64-bit floating point registers.
69
bool
IsFP64bit
;
78
//
IsFP64bit
- General-purpose registers are 64 bits wide
213
bool
isFP64bit
() const { return
IsFP64bit
; }
216
bool isNotFP64bit() const { return !
IsFP64bit
; }
MipsSubtarget.cpp
110
IsFPXX(false),
IsFP64bit
(false), UseOddSPReg(true), IsNaN2008bit(false),
150
if (hasMSA() && !
isFP64bit
())
163
assert(
isFP64bit
());
Completed in 30 milliseconds