OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasMips4
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h
115
else if (P.
hasMips4
())
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
186
bool
hasMips4
() const { return MipsArchVersion >= Mips4; }
MipsISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
445
bool hasEightFccRegisters() const { return
hasMips4
() || hasMips32(); }
477
bool
hasMips4
() const {
[
all
...]
Completed in 72 milliseconds