reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
420 SoftFloat = false; 430 SoftFloat = true; 530 .Case("softfloat", SoftFloat) 532 .Case("neon", (FPU & NeonFPU) && !SoftFloat) 533 .Case("vfp", FPU && !SoftFloat) 691 if ((!SoftFloat && !SoftFloatABI) || ABI == "aapcs-vfp" || ABI == "aapcs16") 694 if (SoftFloat) 743 if ((FPU & NeonFPU) && !SoftFloat && ArchVersion >= 7) {