OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasMips4_32
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
101
//
HasMips4_32
- Has the subset of MIPS-IV present in MIPS32
102
bool
HasMips4_32
;
190
bool
hasMips4_32
() const { return
HasMips4_32
; }
MipsSubtarget.cpp
112
HasMips3_32(false), HasMips3_32r2(false),
HasMips4_32
(false),
Completed in 151 milliseconds