OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:O32
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
33
UnknownABI,
O32
, N32, N64, EABI
96
/// Only
O32
and EABI supported right now.
100
bool isABI_O32() const { return MipsABI ==
O32
; }
MipsSubtarget.cpp
47
MipsABI = hasMips64() ? N64 :
O32
;
MipsAsmPrinter.cpp
277
case MipsSubtarget::
O32
: return "abi32";
Completed in 25 milliseconds