OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isABI_N64
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
169
bool
isABI_N64
() const { return MipsABI == N64; }
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
253
bool
isABI_N64
() const { return STI.getFeatureBits() & Mips::FeatureN64; }
[
all
...]
Completed in 57 milliseconds