Home
last modified time | relevance | path

Searched refs:_mm256_mullo_epi32 (Results 101 – 125 of 446) sorted by relevance

12345678910>>...18

/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/x86/
H A Dcdef_avx2.cc392 const __m256i c = _mm256_mullo_epi32(square_lo, division_table_0); in Cost0Or4_Pair()
393 const __m256i d = _mm256_mullo_epi32(square_hi, division_table_1); in Cost0Or4_Pair()
427 const __m256i c = _mm256_mullo_epi32(square_lo, division_table[0]); in CostOdd_Pair()
428 const __m256i d = _mm256_mullo_epi32(square_hi, division_table[1]); in CostOdd_Pair()
445 const __m256i b = _mm256_mullo_epi32(square_a, division_table); in Cost2And6_Pair()
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/avx2/
H A Dquant-avx2.c427 __m256i v_level32_a = _mm256_mullo_epi32(low_a, low_b); in kvz_quant_avx2()
428 __m256i v_level32_b = _mm256_mullo_epi32(high_a, high_b); in kvz_quant_avx2()
489 __m256i v_level32_a = _mm256_mullo_epi32(low_a, low_b); in kvz_quant_avx2()
490 __m256i v_level32_b = _mm256_mullo_epi32(high_a, high_b); in kvz_quant_avx2()
503 v_coef_a = _mm256_mullo_epi32(v_coef_a, v_quant_coeff_a); in kvz_quant_avx2()
504 v_coef_b = _mm256_mullo_epi32(v_coef_b, v_quant_coeff_b); in kvz_quant_avx2()
771 v_coeff_q_lo = _mm256_mullo_epi32(v_coeff_q_lo, v_scale); in kvz_dequant_avx2()
772 v_coeff_q_hi = _mm256_mullo_epi32(v_coeff_q_hi, v_scale); in kvz_dequant_avx2()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/aom_dsp/x86/
H A Dconvolve_avx2.h178 const __m256i wt0_res = _mm256_mullo_epi32(*data_ref_0, *wt0); in highbd_comp_avg()
179 const __m256i wt1_res = _mm256_mullo_epi32(*res_unsigned, *wt1); in highbd_comp_avg()
/dports/www/firefox/firefox-99.0/third_party/aom/aom_dsp/x86/
H A Dconvolve_avx2.h178 const __m256i wt0_res = _mm256_mullo_epi32(*data_ref_0, *wt0); in highbd_comp_avg()
179 const __m256i wt1_res = _mm256_mullo_epi32(*res_unsigned, *wt1); in highbd_comp_avg()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/aom_dsp/x86/
H A Dconvolve_avx2.h178 const __m256i wt0_res = _mm256_mullo_epi32(*data_ref_0, *wt0); in highbd_comp_avg()
179 const __m256i wt1_res = _mm256_mullo_epi32(*res_unsigned, *wt1); in highbd_comp_avg()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/aom_dsp/x86/
H A Dconvolve_avx2.h178 const __m256i wt0_res = _mm256_mullo_epi32(*data_ref_0, *wt0); in highbd_comp_avg()
179 const __m256i wt1_res = _mm256_mullo_epi32(*res_unsigned, *wt1); in highbd_comp_avg()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpmulld-2.c33 res.x = _mm256_mullo_epi32 (s1.x, s2.x); in avx2_test()

12345678910>>...18