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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.h 26 enum class ABI { Unknown, O32, N32, N64 };
35 static MipsABIInfo O32() { return MipsABIInfo(ABI::O32); }
42 bool IsO32() const { return ThisABI == ABI::O32; }
54 /// CallingConv::FastCall affects the value for O32.
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h 32 UnknownABI, O32, N32, N64, EABI
92 /// Only O32 and EABI supported right now.
96 bool isABI_O32() const { return MipsABI == O32; }
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]

Completed in 79 milliseconds