OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGP64bit
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
65
bool
IsGP64bit
;
160
bool
isGP64bit
() const { return
IsGP64bit
; }
161
bool isGP32bit() const { return !
IsGP64bit
; }
MipsAsmPrinter.cpp
389
if (Subtarget->
isGP64bit
() && NumVals == 1 && MO.isReg()) {
398
if (!Subtarget->
isGP64bit
()){
Completed in 163 milliseconds