Home
last modified time | relevance | path

Searched refs:FP_Neon (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DARM.h57 enum { FP_Default, FP_VFP, FP_Neon } FPMath; enumerator
H A DARM.cpp603 if (!(FPU & NeonFPU) && FPMath == FP_Neon) { in handleTargetFeatures()
608 if (FPMath == FP_Neon) in handleTargetFeatures()
656 FPMath = FP_Neon; in setFPMath()