Searched refs:test_mm256_fmaddsub_ps (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/test/CodeGen/X86/ |
D | fma-builtins-constrained.c | 289 __m256 test_mm256_fmaddsub_ps(__m256 a, __m256 b, __m256 c) { in test_mm256_fmaddsub_ps() function
|
D | fma-builtins.c | 234 __m256 test_mm256_fmaddsub_ps(__m256 a, __m256 b, __m256 c) { in test_mm256_fmaddsub_ps() function
|
/external/clang/test/CodeGen/ |
D | fma-builtins.c | 148 __m256 test_mm256_fmaddsub_ps(__m256 a, __m256 b, __m256 c) { in test_mm256_fmaddsub_ps() function
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fma-intrinsics-fast-isel.ll | 372 define <8 x float> @test_mm256_fmaddsub_ps(<8 x float> %a, <8 x float> %b, <8 x float> %c) { 373 ; CHECK-LABEL: test_mm256_fmaddsub_ps:
|
D | fma-intrinsics-canonical.ll | 784 define <8 x float> @test_mm256_fmaddsub_ps(<8 x float> %a, <8 x float> %b, <8 x float> %c) { 785 ; CHECK-FMA-LABEL: test_mm256_fmaddsub_ps: 791 ; CHECK-AVX512VL-LABEL: test_mm256_fmaddsub_ps: 797 ; CHECK-FMA-WIN-LABEL: test_mm256_fmaddsub_ps:
|