OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isABI_O32
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSubtarget.cpp
102
assert(((!isGP64bit() &&
isABI_O32
()) ||
116
if (!
isABI_O32
() && !useOddSPReg())
125
if (!
isABI_O32
() && InMicroMipsMode)
255
assert(
isABI_O32
() && "Unknown ABI for stack alignment!");
278
bool MipsSubtarget::
isABI_O32
() const { return getABI().IsO32(); }
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
552
if (!
isABI_O32
() && !useOddSPReg() != 0)
569
if (!
isABI_O32
() && inMicroMipsMode())
600
bool
isABI_O32
() const { return ABI.IsO32(); }
3296
if(
isABI_O32
() || isABI_N32()) {
3315
if(
isABI_O32
() || isABI_N32()) {
5277
if (!
isABI_O32
())
5324
if (!
isABI_O32
())
8257
if (!
isABI_O32
()) {
8508
if (!
isABI_O32
()) {
8534
if (!
isABI_O32
()) {
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Sep 16 00:24:39 UTC 2026