Lines Matching refs:__HAS_SSE
65 /* After testing for SSE support once, we cache the result in __has_sse. */
68 #define __HAS_SSE() 1
70 #define __HAS_SSE() (__has_sse == __SSE_YES || \
71 (__has_sse == __SSE_UNK && __test_sse()))
74 enum __sse_support __has_sse =
109 __has_sse = __SSE_YES;
113 __has_sse = __SSE_NO;
131 if (__HAS_SSE()) {
163 if (__HAS_SSE()) {
183 if (__HAS_SSE()) {
201 if (__HAS_SSE()) {
219 if (__HAS_SSE()) {
228 if (__HAS_SSE()) {
244 if (__HAS_SSE()) {
253 if (__HAS_SSE()) {
273 if (__HAS_SSE()) {
290 if (__HAS_SSE()) {
308 if (__HAS_SSE()) {
346 if (__HAS_SSE()) {
374 if (__HAS_SSE()) {