__m64 test3(__m64 a, __m64 b) { // CHECK: phaddsw return _mm_hadds_pi16(a, b); }
__m64 test_mm_hadds_pi16(__m64 a, __m64 b) { // CHECK-LABEL: test_mm_hadds_pi16 // CHECK: call x86_mmx @llvm.x86.ssse3.phadd.sw return _mm_hadds_pi16(a, b); }