OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasDSP
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
122
//
HasDSP
, HasDSPR2 -- supports DSP ASE.
123
bool
HasDSP
, HasDSPR2;
240
bool
hasDSP
() const { return
HasDSP
; }
MipsSubtarget.cpp
114
InMips16HardFloat(Mips16HardFloat), InMicroMipsMode(false),
HasDSP
(false),
165
if (
hasDSP
())
Completed in 26 milliseconds