Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDARM.h57 enum { FP_Default, FP_VFP, FP_Neon } FPMath; enumerator
HDARM.cpp641 else if (FPMath == FP_VFP) in handleTargetFeatures()
692 FPMath = FP_VFP; in setFPMath()