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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 161 StringRef ISA = hasMips64r6() ? "MIPS64r6" : "MIPS32r6";
166 report_fatal_error(ISA + " is not compatible with the DSP ASE", false);
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 247 /// True if all of $fcc0 - $fcc7 exist for the current ISA.
    [all...]

Completed in 454 milliseconds