Searched refs:getFpName (Results 1 – 1 of 1) sorted by relevance
64 static StringRef getFpName(bool isFp64) { return isFp64 ? "64" : "32"; } in getFpName() function89 error(toString(f.file) + ": -mfp" + getFpName(fp2) + in checkFlags()90 " is incompatible with target -mfp" + getFpName(fp)); in checkFlags()