Home | History | Annotate | Download | only in i387

Lines Matching refs:__HAS_SSE

67 /* After testing for SSE support once, we cache the result in __has_sse. */
70 #define __HAS_SSE() 1
72 #define __HAS_SSE() (__has_sse == __SSE_YES || \
73 (__has_sse == __SSE_UNK && __test_sse()))
76 enum __sse_support __has_sse =
111 __has_sse = __SSE_YES;
115 __has_sse = __SSE_NO;
133 if (__HAS_SSE()) {
165 if (__HAS_SSE()) {
185 if (__HAS_SSE()) {
203 if (__HAS_SSE()) {
221 if (__HAS_SSE()) {
230 if (__HAS_SSE()) {
246 if (__HAS_SSE()) {
255 if (__HAS_SSE()) {
275 if (__HAS_SSE()) {
292 if (__HAS_SSE()) {
310 if (__HAS_SSE()) {
348 if (__HAS_SSE()) {
376 if (__HAS_SSE()) {