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

12

/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/libyuv/files/include/libyuv/
H A Dcompare_row.h22 (defined(__i386__) && !defined(__SSE2__))
H A Drotate_row.h22 (defined(__i386__) && !defined(__SSE2__))
H A Dplanar_functions.h723 (defined(__i386__) && !defined(__SSE2__))
/external/mesa3d/src/gallium/include/pipe/
H A Dp_config.h90 #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.h89 #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__))
H A Dplanar_functions.h467 (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/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/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__)
/external/skia/src/jumper/
H A DSkJumper_stages.cpp187 #elif defined(__SSE2__)
874 #elif defined(__SSE2__)
1003 #elif defined(__SSE2__)
1060 #elif defined(__SSE2__)
/external/webp/src/dsp/
H A Ddsp.h59 #if defined(__SSE2__) || defined(WEBP_MSC_SSE2) || defined(WEBP_HAVE_SSE2)
/external/clang/lib/Basic/
H A DSourceManager.cpp1192 #ifdef __SSE2__
1222 #ifdef __SSE2__
1255 #ifdef __SSE2__
/external/pdfium/third_party/libopenjpeg20/
H A Dmct.c44 #if defined(__SSE2__) && !defined(_M_IX86) && !defined(__i386)

Completed in 1787 milliseconds

12