Home
last modified time | relevance | path

Searched refs:FP_VFP (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.cpp641 else if (FPMath == FP_VFP) in handleTargetFeatures()
692 FPMath = FP_VFP; in setFPMath()