Home | History | Annotate | Download | only in Basic

Lines Matching refs:FPU

3185   unsigned FPU;
3254 if (FPU == NeonMode) {
3267 return Feature == "aarch64" || (Feature == "neon" && FPU == NeonMode);
3281 FPU = FPUMode;
3284 FPU = NeonMode;
3404 // Possible FPU choices.
3421 unsigned FPU : 4;
3586 FPU = 0;
3594 FPU |= VFP2FPU;
3596 FPU |= VFP3FPU;
3598 FPU |= VFP4FPU;
3600 FPU |= NeonFPU;
3620 .Case("neon", FPU == NeonFPU && !SoftFloat &&
3717 if (FPUModeIsVFP((FPUMode) FPU)) {
3719 if (FPU & VFP2FPU)
3721 if (FPU & VFP3FPU)
3723 if (FPU & VFP4FPU)
3731 if ((FPU & NeonFPU) && !SoftFloat && IsARMv7)