1 // RUN: %clang_cc1 %s -ffreestanding -triple=x86_64-unknown-unknown -target-feature +avxvnniint16 -emit-llvm -o - -Wall -Werror | FileCheck %s
2 // RUN: %clang_cc1 %s -ffreestanding -triple=i386-unknown-unknown -target-feature +avxvnniint16 -emit-llvm -o - -Wall -Werror | FileCheck %s
3 // RUN: %clang_cc1 %s -ffreestanding -triple=x86_64-unknown-unknown -target-feature +avx10.2-256 -emit-llvm -o - -Wall -Werror | FileCheck %s
4 // RUN: %clang_cc1 %s -ffreestanding -triple=i386-unknown-unknown -target-feature +avx10.2-256 -emit-llvm -o - -Wall -Werror | FileCheck %s
8 __m128i
test_mm_dpwsud_epi32(__m128i __A
, __m128i __B
, __m128i __C
) {
9 // CHECK-LABEL: @test_mm_dpwsud_epi32(
10 // CHECK: call <4 x i32> @llvm.x86.avx2.vpdpwsud.128(<4 x i32> %{{.*}}, <4 x i32> %{{.*}}, <4 x i32> %{{.*}})
11 return _mm_dpwsud_epi32(__A
, __B
, __C
);
14 __m256i
test_mm256_dpwsud_epi32(__m256i __A
, __m256i __B
, __m256i __C
) {
15 // CHECK-LABEL: @test_mm256_dpwsud_epi32(
16 // CHECK: call <8 x i32> @llvm.x86.avx2.vpdpwsud.256(<8 x i32> %{{.*}}, <8 x i32> %{{.*}}, <8 x i32> %{{.*}})
17 return _mm256_dpwsud_epi32(__A
, __B
, __C
);
20 __m128i
test_mm_dpwsuds_epi32(__m128i __A
, __m128i __B
, __m128i __C
) {
21 // CHECK-LABEL: @test_mm_dpwsuds_epi32(
22 // CHECK: call <4 x i32> @llvm.x86.avx2.vpdpwsuds.128(<4 x i32> %{{.*}}, <4 x i32> %{{.*}}, <4 x i32> %{{.*}})
23 return _mm_dpwsuds_epi32(__A
, __B
, __C
);
26 __m256i
test_mm256_dpwsuds_epi32(__m256i __A
, __m256i __B
, __m256i __C
) {
27 // CHECK-LABEL: @test_mm256_dpwsuds_epi32(
28 // CHECK: call <8 x i32> @llvm.x86.avx2.vpdpwsuds.256(<8 x i32> %{{.*}}, <8 x i32> %{{.*}}, <8 x i32> %{{.*}})
29 return _mm256_dpwsuds_epi32(__A
, __B
, __C
);
32 __m128i
test_mm_dpwusd_epi32(__m128i __A
, __m128i __B
, __m128i __C
) {
33 // CHECK-LABEL: @test_mm_dpwusd_epi32(
34 // CHECK: call <4 x i32> @llvm.x86.avx2.vpdpwusd.128(<4 x i32> %{{.*}}, <4 x i32> %{{.*}}, <4 x i32> %{{.*}})
35 return _mm_dpwusd_epi32(__A
, __B
, __C
);
38 __m256i
test_mm256_dpwusd_epi32(__m256i __A
, __m256i __B
, __m256i __C
) {
39 // CHECK-LABEL: @test_mm256_dpwusd_epi32(
40 // CHECK: call <8 x i32> @llvm.x86.avx2.vpdpwusd.256(<8 x i32> %{{.*}}, <8 x i32> %{{.*}}, <8 x i32> %{{.*}})
41 return _mm256_dpwusd_epi32(__A
, __B
, __C
);
44 __m128i
test_mm_dpwusds_epi32(__m128i __A
, __m128i __B
, __m128i __C
) {
45 // CHECK-LABEL: @test_mm_dpwusds_epi32(
46 // CHECK: call <4 x i32> @llvm.x86.avx2.vpdpwusds.128(<4 x i32> %{{.*}}, <4 x i32> %{{.*}}, <4 x i32> %{{.*}})
47 return _mm_dpwusds_epi32(__A
, __B
, __C
);
50 __m256i
test_mm256_dpwusds_epi32(__m256i __A
, __m256i __B
, __m256i __C
) {
51 // CHECK-LABEL: @test_mm256_dpwusds_epi32(
52 // CHECK: call <8 x i32> @llvm.x86.avx2.vpdpwusds.256(<8 x i32> %{{.*}}, <8 x i32> %{{.*}}, <8 x i32> %{{.*}})
53 return _mm256_dpwusds_epi32(__A
, __B
, __C
);
56 __m128i
test_mm_dpwuud_epi32(__m128i __A
, __m128i __B
, __m128i __C
) {
57 // CHECK-LABEL: @test_mm_dpwuud_epi32(
58 // CHECK: call <4 x i32> @llvm.x86.avx2.vpdpwuud.128(<4 x i32> %{{.*}}, <4 x i32> %{{.*}}, <4 x i32> %{{.*}})
59 return _mm_dpwuud_epi32(__A
, __B
, __C
);
62 __m256i
test_mm256_dpwuud_epi32(__m256i __A
, __m256i __B
, __m256i __C
) {
63 // CHECK-LABEL: @test_mm256_dpwuud_epi32(
64 // CHECK: call <8 x i32> @llvm.x86.avx2.vpdpwuud.256(<8 x i32> %{{.*}}, <8 x i32> %{{.*}}, <8 x i32> %{{.*}})
65 return _mm256_dpwuud_epi32(__A
, __B
, __C
);
68 __m128i
test_mm_dpwuuds_epi32(__m128i __A
, __m128i __B
, __m128i __C
) {
69 // CHECK-LABEL: @test_mm_dpwuuds_epi32(
70 // CHECK: call <4 x i32> @llvm.x86.avx2.vpdpwuuds.128(<4 x i32> %{{.*}}, <4 x i32> %{{.*}}, <4 x i32> %{{.*}})
71 return _mm_dpwuuds_epi32(__A
, __B
, __C
);
74 __m256i
test_mm256_dpwuuds_epi32(__m256i __A
, __m256i __B
, __m256i __C
) {
75 // CHECK-LABEL: @test_mm256_dpwuuds_epi32(
76 // CHECK: call <8 x i32> @llvm.x86.avx2.vpdpwuuds.256(<8 x i32> %{{.*}}, <8 x i32> %{{.*}}, <8 x i32> %{{.*}})
77 return _mm256_dpwuuds_epi32(__A
, __B
, __C
);