Searched defs:ISA (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp161 StringRef ISA = hasMips64r6() ? "MIPS64r6" : "MIPS32r6"; local
166 report_fatal_error(ISA + " is not compatible with the DSP ASE", false);
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp247 /// True if all of $fcc0 - $fcc7 exist for the current ISA.
959 std::string ISA = hasMips64r6() ? "MIPS64r6" : "MIPS32r6"; local
960 Warning(IDLoc, "ssnop is deprecated for " + ISA + " and is equivalent to a "

Completed in 293 milliseconds