Searched defs:N32 (Results 1 – 2 of 2) sorted by relevance
25 enum class ABI { Unknown, O32, N32, N64 }; enumerator35 static MipsABIInfo N32() { return MipsABIInfo(ABI::N32); } in N32() function
36 StringRef CPU, bool N32) in MipsAsmBackend()