Lines Matching defs:fpu
642 name was selected (arch, cpu, fpu) and the second is the value
655 const char *fpu = NULL;
676 else if (strcmp (argv[0], "fpu") == 0)
677 fpu = argv[1];
700 if (!fpu)
701 fpu = FPUTYPE_AUTO;
734 if (fpu && strcmp (fpu, "auto") != 0)
736 /* We assume that architectures do not have any FPU bits
739 const arm_fpu_desc *target_fpu = arm_parse_fpu_option (fpu);
759 if (fpu && strcmp (fpu, "auto") != 0)
761 /* The easiest and safest way to remove the default fpu
763 the base FPU bit (isa_bit_vfpv2). If that doesn't exist
765 might be part of the most capable FPU we know about,
793 const arm_fpu_desc *target_fpu = arm_parse_fpu_option (fpu);
804 /* If we have a soft-float ABI, disable the FPU. */
808 builds on the FPU from matching. */
870 specified an FPU that is less capable than this architecture
873 again, matching the first option that provides an FPU that is
874 more capable than the selected FPU.
876 Note that the other case (user specified a more capable FPU than
878 capable FPU variant that we do support. This is sufficient for
1009 needed to ensure that the assembler knows the correct FPU to use.
1012 the necessary internal .fpu directives. We assume that the architecture
1014 -march= option to derive the fpu from. */
1063 /* If there are no FPU capability bits, we just pass -mfpu=softvfp. */