OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsN64
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSEInstrInfo.h
24
bool
IsN64
;
MipsRegisterInfo.cpp
211
bool
IsN64
= Subtarget.isABI_N64();
216
return TFI->hasFP(MF) ? (
IsN64
? Mips::FP_64 : Mips::FP) :
217
(
IsN64
? Mips::SP_64 : Mips::SP);
MipsISelLowering.h
330
bool HasMips64,
IsN64
, IsO32;
Completed in 131 milliseconds