Searched refs:FP_SSE (Results 1 – 3 of 3) sorted by relevance
99 FPMath = FP_SSE; in setFPMath()349 if ((FPMath == FP_SSE && SSELevel < SSE1) || in handleTargetFeatures()352 << (FPMath == FP_SSE ? "sse" : "387"); in handleTargetFeatures()
144 enum FPMathKind { FP_Default, FP_SSE, FP_387 } FPMath = FP_Default; enumerator
2609 FP_SSE, enumerator2816 FPMath = FP_SSE; in setFPMath()3388 if ((FPMath == FP_SSE && SSELevel < SSE1) || in handleTargetFeatures()3391 (FPMath == FP_SSE ? "sse" : "387"); in handleTargetFeatures()