Searched refs:__SSE2__ (Results 1 - 25 of 50) sorted by relevance

12

/external/python/cpython3/Modules/_blake2/impl/
H A Dblake2-config.h20 #if defined(__SSE2__) || defined(__x86_64__) || defined(__amd64__)
/external/mesa3d/src/mesa/x86/
H A Dcommon_x86_features.h76 #ifdef __SSE2__
/external/pdfium/third_party/libopenjpeg20/
H A Dopj_includes.h190 /* Apparently Visual Studio doesn't define __SSE__ / __SSE2__ macros */
196 # ifndef __SSE2__
197 # define __SSE2__ 1 macro
210 # ifndef __SSE2__
211 # define __SSE2__ 1 macro
/external/compiler-rt/lib/builtins/i386/
H A Dashldi3.S16 #ifdef __SSE2__
57 #endif // __SSE2__
H A Dlshrdi3.S16 #ifdef __SSE2__
58 #endif // __SSE2__
H A Dashrdi3.S9 #ifdef __SSE2__
68 #endif // __SSE2__
/external/tensorflow/tensorflow/core/platform/
H A Dcpu_feature_guard.cc64 #ifdef __SSE2__
66 #endif // __SSE2__
114 #ifndef __SSE2__
116 #endif // __SSE2__
/external/libyuv/files/include/libyuv/
H A Dcompare_row.h22 (defined(__i386__) && !defined(__SSE2__))
H A Drotate_row.h22 (defined(__i386__) && !defined(__SSE2__))
/external/mesa3d/src/gallium/include/pipe/
H A Dp_config.h93 #if defined(PIPE_CC_GCC) && !defined(__SSE2__)
/external/webrtc/webrtc/
H A Dtypedefs.h60 #if (defined(WEBRTC_ARCH_X86_FAMILY) && !defined(__SSE2__)) || \
/external/flac/libFLAC/include/private/
H A Dcpu.h108 #ifdef __SSE2__
/external/compiler-rt/lib/asan/tests/
H A Dasan_asm_test.cc20 (defined(__i386__) && defined(__SSE2__) && !defined(__ANDROID__))
32 #endif // defined(__x86_64__) || (defined(__i386__) && defined(__SSE2__))
76 #if defined(__i386__) && defined(__SSE2__) && !defined(__ANDROID__)
112 #endif // defined(__i386__) && defined(__SSE2__)
115 (defined(__i386__) && defined(__SSE2__) && !defined(__ANDROID__))
269 #endif // defined(__x86_64__) || (defined(__i386__) && defined(__SSE2__))
/external/libyuv/files/util/
H A Dssim.cc22 #if !defined(LIBYUV_DISABLE_X86) && !defined(__SSE2__) && \
24 #define __SSE2__ macro
26 #if !defined(LIBYUV_DISABLE_X86) && defined(__SSE2__)
51 #if !defined(LIBYUV_DISABLE_X86) && defined(__SSE2__)
153 #if defined(LIBYUV_DISABLE_X86) || !defined(__SSE2__)
230 #else // __SSE2__
H A Dpsnr.cc188 #if defined(__SSE2__)
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drotate_row.h22 (defined(__i386__) && !defined(__SSE2__))
/external/webrtc/webrtc/common_audio/
H A Dfir_filter.cc48 #if defined(__SSE2__)
/external/skia/include/core/
H A DSkPreConfig.h139 #elif defined(__SSE2__)
/external/skqp/include/core/
H A DSkPreConfig.h139 #elif defined(__SSE2__)
/external/elfutils/tests/
H A Drun-dwarf-getmacros.sh141 __SSE2__ 1
276 __SSE2__ 1
513 __SSE2__ 1
H A Drun-readelf-zp.sh181 [ f94] __SSE2__ 1
/external/clang/lib/Headers/
H A Dimmintrin.h35 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSE2__)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tiled_memcpy.c41 #elif defined(__SSE2__)
120 #elif defined(__SSE2__)
164 #if defined(__SSSE3__) || defined(__SSE2__)
194 #if defined(__SSSE3__) || defined(__SSE2__)
/external/webrtc/webrtc/common_audio/resampler/
H A Dsinc_resampler.cc123 #if defined(__SSE2__)
/external/opencv/cv/src/
H A Dcvsmooth.cpp514 #if CV_SSE2 && !defined __SSE2__
515 #define __SSE2__ 1 macro
564 #if defined __SSE2__ || defined __MMX__ || defined __ALTIVEC__
574 #if defined(__SSE2__)
609 #if defined(__SSE2__)

Completed in 2912 milliseconds

12