OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasMips32
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp
66
bool
hasMips32
() const { return STI.getFeatureBits() & Mips::FeatureMips32; }
75
return !
hasMips32
() && !hasMips3();
[
all
...]
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
192
bool
hasMips32
() const {
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
248
bool hasEightFccRegisters() const { return hasMips4() ||
hasMips32
(); }
269
bool
hasMips32
() const {
[
all
...]
Completed in 93 milliseconds