Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.h57 enum { FP_Default, FP_VFP, FP_Neon } FPMath; enumerator
H A DARM.cpp634 if (!(FPU & NeonFPU) && FPMath == FP_Neon) { in handleTargetFeatures()
639 if (FPMath == FP_Neon) in handleTargetFeatures()
688 FPMath = FP_Neon; in setFPMath()