OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isABI_N32
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.cpp
94
(isGP64bit() && (
isABI_N32
() || isABI_N64()))) &&
105
if (IsFPXX && (
isABI_N32
() || isABI_N64()))
169
bool MipsSubtarget::
isABI_N32
() const { return getABI().IsN32(); }
MipsSubtarget.h
169
bool
isABI_N32
() const;
MipsRegisterInfo.cpp
103
if (Subtarget.
isABI_N32
())
125
if (Subtarget.
isABI_N32
())
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h
165
else if (P.
isABI_N32
() || P.isABI_N64())
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
454
bool
isABI_N32
() const { return ABI.IsN32(); }
[
all
...]
Completed in 213 milliseconds