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
122
// HasDSP,
HasDSPR2
-- supports DSP ASE.
123
bool HasDSP,
HasDSPR2
;
241
bool
hasDSPR2
() const { return
HasDSPR2
; }
MipsSubtarget.cpp
115
HasDSPR2
(false), AllowMixed16_32(Mixed16_32 | Mips_Os16), Os16(Mips_Os16),
Completed in 39 milliseconds