OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasDSPR2
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
128
// HasDSP,
HasDSPR2
, HasDSPR3 -- supports DSP ASE.
129
bool HasDSP,
HasDSPR2
, HasDSPR3;
249
bool
hasDSPR2
() const { return
HasDSPR2
; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSubtarget.h
144
// HasDSP,
HasDSPR2
, HasDSPR3 -- supports DSP ASE.
145
bool HasDSP,
HasDSPR2
, HasDSPR3;
301
bool
hasDSPR2
() const { return
HasDSPR2
; }
Completed in 6921 milliseconds