Lines Matching refs:ISA
444 /// True if all of $fcc0 - $fcc7 exist for the current ISA.
998 return isImm() && isa<MCConstantExpr>(getImm());
1016 return isMem() && isa<MCConstantExpr>(getMemOff());
1424 if (isa<MCSymbolRefExpr>(Expr))
1592 std::string ISA = hasMips64r6() ? "MIPS64r6" : "MIPS32r6";
1593 Warning(IDLoc, "ssnop is deprecated for " + ISA + " and is equivalent to a "