OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isGP64bit
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
79
bool
IsGP64bit
;
217
bool
isGP64bit
() const { return
IsGP64bit
; }
218
bool isGP32bit() const { return !
IsGP64bit
; }
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
250
bool
isGP64bit
() const { return STI.getFeatureBits() & Mips::FeatureGP64Bit; }
311
RegKind_GPR = 1, /// GPR32 and GPR64 (depending on
isGP64bit
())
[
all
...]
Completed in 117 milliseconds