OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasEVA
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
142
//
HasEVA
-- supports EVA ASE.
143
bool
HasEVA
;
248
bool
hasEVA
() const { return
HasEVA
; }
MipsSubtarget.cpp
73
Os16(Mips_Os16), HasMSA(false), UseTCCInDIV(false),
HasEVA
(false), TM(TM),
Completed in 97 milliseconds