Searched refs:test_mm_fmaddsub_ps (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/test/CodeGen/X86/ |
D | fma-builtins-constrained.c | 185 __m128 test_mm_fmaddsub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fmaddsub_ps() function
|
D | fma-builtins.c | 150 __m128 test_mm_fmaddsub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fmaddsub_ps() function
|
/external/clang/test/CodeGen/ |
D | fma-builtins.c | 88 __m128 test_mm_fmaddsub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fmaddsub_ps() function
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fma-intrinsics-fast-isel.ll | 222 define <4 x float> @test_mm_fmaddsub_ps(<4 x float> %a, <4 x float> %b, <4 x float> %c) { 223 ; CHECK-LABEL: test_mm_fmaddsub_ps:
|
D | fma-intrinsics-canonical.ll | 464 define <4 x float> @test_mm_fmaddsub_ps(<4 x float> %a, <4 x float> %b, <4 x float> %c) { 465 ; CHECK-FMA-LABEL: test_mm_fmaddsub_ps: 471 ; CHECK-AVX512VL-LABEL: test_mm_fmaddsub_ps: 477 ; CHECK-FMA-WIN-LABEL: test_mm_fmaddsub_ps:
|