OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasDSPR2
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
105
// HasDSP,
HasDSPR2
-- supports DSP ASE.
106
bool HasDSP,
HasDSPR2
;
184
bool
hasDSPR2
() const { return
HasDSPR2
; }
MipsSubtarget.cpp
67
InMicroMipsMode(false), HasDSP(false),
HasDSPR2
(false),
Completed in 118 milliseconds