OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasMips3
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h
166
else if (P.
hasMips3
())
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
187
bool
hasMips3
() const { return MipsArchVersion >= Mips3; }
/external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp
65
bool
hasMips3
() const { return STI.getFeatureBits() & Mips::FeatureMips3; }
75
return !hasMips32() && !
hasMips3
();
[
all
...]
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
266
bool
hasMips3
() const { return STI.getFeatureBits() & Mips::FeatureMips3; }
[
all
...]
Completed in 43 milliseconds