Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp117 FPMath = FP_SSE; in setFPMath()
502 if ((FPMath == FP_SSE && SSELevel < SSE1) || in handleTargetFeatures()
505 << (FPMath == FP_SSE ? "sse" : "387"); in handleTargetFeatures()
H A DX86.h177 enum FPMathKind { FP_Default, FP_SSE, FP_387 } FPMath = FP_Default; enumerator