HomeSort by relevance Sort by last modified time
    Searched refs:O32 (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 33 UnknownABI, O32, N32, N64, EABI
105 /// Only O32 and EABI supported right now.
109 bool isABI_O32() const { return MipsABI == O32; }
MipsSubtarget.cpp 48 MipsABI = hasMips64() ? N64 : O32;
MipsAsmPrinter.cpp 212 case MipsSubtarget::O32: return "abi32";

Completed in 35 milliseconds