Lines Matching defs:FPU
10 // such as FPU/CPU/ARCH/extensions and specific support such as HWDIV.
219 ARM::FPUKind ARM::parseFPU(StringRef FPU) {
220 StringRef Syn = getFPUSynonym(FPU);
234 StringRef ARM::getFPUSynonym(StringRef FPU) {
235 return StringSwitch<StringRef>(FPU)
248 .Default(FPU);
372 // If the input FPU already supports double-precision, then there
373 // isn't any different FPU we can return here.
377 // Otherwise, look for an FPU entry with all the same fields, except
399 // If the input FPU already is single-precision only, then there
400 // isn't any different FPU we can return here.
404 // Otherwise, look for an FPU entry with all the same fields, except
453 /* If there is no FPU selected yet, we still need to set ArgFPUKind, as
454 * leaving it as FK_INVALID, would cause default FPU to be selected