Lines Matching refs:FPU
633 llvm::StringRef FPU = A->getValue(Args);
635 // Set the target features based on the FPU.
636 if (FPU == "fpa" || FPU == "fpe2" || FPU == "fpe3" || FPU == "maverick") {
637 // Disable any default FPU support.
644 } else if (FPU == "vfp") {
647 } else if (FPU == "vfp3") {
650 } else if (FPU == "neon") {