Searched refs:test_mm_set_epi32 (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | sse2-builtins.c | 928 __m128i test_mm_set_epi32(int A, int B, int C, int D) { in test_mm_set_epi32() function
|
/external/llvm-project/clang/test/CodeGen/X86/ |
D | sse2-builtins.c | 970 __m128i test_mm_set_epi32(int A, int B, int C, int D) { in test_mm_set_epi32() function
|
/external/llvm/test/CodeGen/X86/ |
D | sse2-intrinsics-fast-isel.ll | 2221 define <2 x i64> @test_mm_set_epi32(i32 %a0, i32 %a1, i32 %a2, i32 %a3) nounwind { 2222 ; X32-LABEL: test_mm_set_epi32: 2233 ; X64-LABEL: test_mm_set_epi32:
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | sse2-intrinsics-fast-isel.ll | 3465 define <2 x i64> @test_mm_set_epi32(i32 %a0, i32 %a1, i32 %a2, i32 %a3) nounwind { 3466 ; X86-SSE-LABEL: test_mm_set_epi32: 3484 ; X86-AVX1-LABEL: test_mm_set_epi32: 3493 ; X86-AVX512-LABEL: test_mm_set_epi32: 3502 ; X64-SSE-LABEL: test_mm_set_epi32: 3516 ; X64-AVX1-LABEL: test_mm_set_epi32: 3524 ; X64-AVX512-LABEL: test_mm_set_epi32:
|