Lines Matching defs:FPU
10 // such as FPU/CPU/ARCH/extensions and specific support such as HWDIV.
221 ARM::FPUKind ARM::parseFPU(StringRef FPU) {
222 StringRef Syn = getFPUSynonym(FPU);
236 StringRef ARM::getFPUSynonym(StringRef FPU) {
237 return StringSwitch<StringRef>(FPU)
250 .Default(FPU);
374 // If the input FPU already supports double-precision, then there
375 // isn't any different FPU we can return here.
379 // Otherwise, look for an FPU entry with all the same fields, except
401 // If the input FPU already is single-precision only, then there
402 // isn't any different FPU we can return here.
406 // Otherwise, look for an FPU entry with all the same fields, except
455 /* If there is no FPU selected yet, we still need to set ArgFPUKind, as
456 * leaving it as FK_INVALID, would cause default FPU to be selected