__m128i test_mm_sha_epi8(__m128i a, __m128i b) { // CHECK: @llvm.x86.xop.vpshab // CHECK-ASM: vpshab %xmm{{.*}}, %xmm{{.*}}, %xmm{{.*}} return _mm_sha_epi8(a, b); }
__m128i test_mm_sha_epi8(__m128i a, __m128i b) { // CHECK-LABEL: test_mm_sha_epi8 // CHECK: call <16 x i8> @llvm.x86.xop.vpshab(<16 x i8> %{{.*}}, <16 x i8> %{{.*}}) return _mm_sha_epi8(a, b); }
__m128i test_mm_sha_epi8(__m128i a, __m128i b) { // CHECK-LABEL: test_mm_sha_epi8 // CHECK: @llvm.x86.xop.vpshab return _mm_sha_epi8(a, b); }