OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasVFPU
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
81
//
HasVFPU
- Processor has a vector floating point unit.
82
bool
HasVFPU
;
221
bool
hasVFPU
() const { return
HasVFPU
; }
MipsSubtarget.cpp
111
IsGP64bit(false),
HasVFPU
(false), HasCnMips(false), IsLinux(true),
Completed in 30 milliseconds