Home
last modified time | relevance | path

Searched refs:_mm_adds_pi8 (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Headers/
Dmmintrin.h140 _mm_adds_pi8(__m64 __m1, __m64 __m2) in _mm_adds_pi8() function
459 #define _m_paddsb _mm_adds_pi8
/external/clang/test/CodeGen/
Dmmx-builtins.c192 return _mm_adds_pi8(a, b); in test37()