Home
last modified time | relevance | path

Searched refs:vec_splat (Results 1 – 25 of 1575) sorted by relevance

12345678910>>...63

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dfold-vec-splat-char.c10 vector bool char testb_0 (vector bool char x) { return vec_splat (x, 0b00000); } in testb_0()
11 vector bool char testb_1 (vector bool char x) { return vec_splat (x, 0b00001); } in testb_1()
12 vector bool char testb_2 (vector bool char x) { return vec_splat (x, 0b00010); } in testb_2()
13 vector bool char testb_4 (vector bool char x) { return vec_splat (x, 0b00100); } in testb_4()
14 vector bool char testb_8 (vector bool char x) { return vec_splat (x, 0b01000); } in testb_8()
16 vector signed char tests_0 (vector signed char x) { return vec_splat (x, 0b00000); } in tests_0()
17 vector signed char tests_1 (vector signed char x) { return vec_splat (x, 0b00001); } in tests_1()
18 vector signed char tests_2 (vector signed char x) { return vec_splat (x, 0b00010); } in tests_2()
19 vector signed char tests_4 (vector signed char x) { return vec_splat (x, 0b00100); } in tests_4()
20 vector signed char tests_8 (vector signed char x) { return vec_splat (x, 0b01000); } in tests_8()
[all …]
H A Dfold-vec-splat-short.c10 vector bool short testb_00 (vector bool short x) { return vec_splat (x, 0b00000); } in testb_00()
11 vector bool short testb_01 (vector bool short x) { return vec_splat (x, 0b00001); } in testb_01()
12 vector bool short testb_02 (vector bool short x) { return vec_splat (x, 0b00010); } in testb_02()
13 vector bool short testb_04 (vector bool short x) { return vec_splat (x, 0b00100); } in testb_04()
15 vector signed short tests_00 (vector signed short x) { return vec_splat (x, 0b00000); } in tests_00()
16 vector signed short tests_01 (vector signed short x) { return vec_splat (x, 0b00001); } in tests_01()
17 vector signed short tests_02 (vector signed short x) { return vec_splat (x, 0b00010); } in tests_02()
18 vector signed short tests_04 (vector signed short x) { return vec_splat (x, 0b00100); } in tests_04()
20 vector unsigned short testu_00 (vector unsigned short x) { return vec_splat (x, 0b00000); } in testu_00()
21 vector unsigned short testu_01 (vector unsigned short x) { return vec_splat (x, 0b00001); } in testu_01()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/powerpc/
H A Dfold-vec-splat-char.c10 vector bool char testb_0 (vector bool char x) { return vec_splat (x, 0b00000); } in testb_0()
11 vector bool char testb_1 (vector bool char x) { return vec_splat (x, 0b00001); } in testb_1()
12 vector bool char testb_2 (vector bool char x) { return vec_splat (x, 0b00010); } in testb_2()
13 vector bool char testb_4 (vector bool char x) { return vec_splat (x, 0b00100); } in testb_4()
14 vector bool char testb_8 (vector bool char x) { return vec_splat (x, 0b01000); } in testb_8()
16 vector signed char tests_0 (vector signed char x) { return vec_splat (x, 0b00000); } in tests_0()
17 vector signed char tests_1 (vector signed char x) { return vec_splat (x, 0b00001); } in tests_1()
18 vector signed char tests_2 (vector signed char x) { return vec_splat (x, 0b00010); } in tests_2()
19 vector signed char tests_4 (vector signed char x) { return vec_splat (x, 0b00100); } in tests_4()
20 vector signed char tests_8 (vector signed char x) { return vec_splat (x, 0b01000); } in tests_8()
[all …]
H A Dfold-vec-splat-short.c10 vector bool short testb_00 (vector bool short x) { return vec_splat (x, 0b00000); } in testb_00()
11 vector bool short testb_01 (vector bool short x) { return vec_splat (x, 0b00001); } in testb_01()
12 vector bool short testb_02 (vector bool short x) { return vec_splat (x, 0b00010); } in testb_02()
13 vector bool short testb_04 (vector bool short x) { return vec_splat (x, 0b00100); } in testb_04()
15 vector signed short tests_00 (vector signed short x) { return vec_splat (x, 0b00000); } in tests_00()
16 vector signed short tests_01 (vector signed short x) { return vec_splat (x, 0b00001); } in tests_01()
17 vector signed short tests_02 (vector signed short x) { return vec_splat (x, 0b00010); } in tests_02()
18 vector signed short tests_04 (vector signed short x) { return vec_splat (x, 0b00100); } in tests_04()
20 vector unsigned short testu_00 (vector unsigned short x) { return vec_splat (x, 0b00000); } in testu_00()
21 vector unsigned short testu_01 (vector unsigned short x) { return vec_splat (x, 0b00001); } in testu_01()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dfold-vec-splat-char.c10 vector bool char testb_0 (vector bool char x) { return vec_splat (x, 0b00000); } in testb_0()
11 vector bool char testb_1 (vector bool char x) { return vec_splat (x, 0b00001); } in testb_1()
12 vector bool char testb_2 (vector bool char x) { return vec_splat (x, 0b00010); } in testb_2()
13 vector bool char testb_4 (vector bool char x) { return vec_splat (x, 0b00100); } in testb_4()
14 vector bool char testb_8 (vector bool char x) { return vec_splat (x, 0b01000); } in testb_8()
16 vector signed char tests_0 (vector signed char x) { return vec_splat (x, 0b00000); } in tests_0()
17 vector signed char tests_1 (vector signed char x) { return vec_splat (x, 0b00001); } in tests_1()
18 vector signed char tests_2 (vector signed char x) { return vec_splat (x, 0b00010); } in tests_2()
19 vector signed char tests_4 (vector signed char x) { return vec_splat (x, 0b00100); } in tests_4()
20 vector signed char tests_8 (vector signed char x) { return vec_splat (x, 0b01000); } in tests_8()
[all …]
H A Dfold-vec-splat-short.c10 vector bool short testb_00 (vector bool short x) { return vec_splat (x, 0b00000); } in testb_00()
11 vector bool short testb_01 (vector bool short x) { return vec_splat (x, 0b00001); } in testb_01()
12 vector bool short testb_02 (vector bool short x) { return vec_splat (x, 0b00010); } in testb_02()
13 vector bool short testb_04 (vector bool short x) { return vec_splat (x, 0b00100); } in testb_04()
15 vector signed short tests_00 (vector signed short x) { return vec_splat (x, 0b00000); } in tests_00()
16 vector signed short tests_01 (vector signed short x) { return vec_splat (x, 0b00001); } in tests_01()
17 vector signed short tests_02 (vector signed short x) { return vec_splat (x, 0b00010); } in tests_02()
18 vector signed short tests_04 (vector signed short x) { return vec_splat (x, 0b00100); } in tests_04()
20 vector unsigned short testu_00 (vector unsigned short x) { return vec_splat (x, 0b00000); } in testu_00()
21 vector unsigned short testu_01 (vector unsigned short x) { return vec_splat (x, 0b00001); } in testu_01()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/powerpc/
H A Dfold-vec-splat-char.c10 vector bool char testb_0 (vector bool char x) { return vec_splat (x, 0b00000); } in testb_0()
11 vector bool char testb_1 (vector bool char x) { return vec_splat (x, 0b00001); } in testb_1()
12 vector bool char testb_2 (vector bool char x) { return vec_splat (x, 0b00010); } in testb_2()
13 vector bool char testb_4 (vector bool char x) { return vec_splat (x, 0b00100); } in testb_4()
14 vector bool char testb_8 (vector bool char x) { return vec_splat (x, 0b01000); } in testb_8()
16 vector signed char tests_0 (vector signed char x) { return vec_splat (x, 0b00000); } in tests_0()
17 vector signed char tests_1 (vector signed char x) { return vec_splat (x, 0b00001); } in tests_1()
18 vector signed char tests_2 (vector signed char x) { return vec_splat (x, 0b00010); } in tests_2()
19 vector signed char tests_4 (vector signed char x) { return vec_splat (x, 0b00100); } in tests_4()
20 vector signed char tests_8 (vector signed char x) { return vec_splat (x, 0b01000); } in tests_8()
[all …]
H A Dfold-vec-splat-short.c10 vector bool short testb_00 (vector bool short x) { return vec_splat (x, 0b00000); } in testb_00()
11 vector bool short testb_01 (vector bool short x) { return vec_splat (x, 0b00001); } in testb_01()
12 vector bool short testb_02 (vector bool short x) { return vec_splat (x, 0b00010); } in testb_02()
13 vector bool short testb_04 (vector bool short x) { return vec_splat (x, 0b00100); } in testb_04()
15 vector signed short tests_00 (vector signed short x) { return vec_splat (x, 0b00000); } in tests_00()
16 vector signed short tests_01 (vector signed short x) { return vec_splat (x, 0b00001); } in tests_01()
17 vector signed short tests_02 (vector signed short x) { return vec_splat (x, 0b00010); } in tests_02()
18 vector signed short tests_04 (vector signed short x) { return vec_splat (x, 0b00100); } in tests_04()
20 vector unsigned short testu_00 (vector unsigned short x) { return vec_splat (x, 0b00000); } in testu_00()
21 vector unsigned short testu_01 (vector unsigned short x) { return vec_splat (x, 0b00001); } in testu_01()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/powerpc/
H A Dfold-vec-splat-char.c10 vector bool char testb_0 (vector bool char x) { return vec_splat (x, 0b00000); } in testb_0()
11 vector bool char testb_1 (vector bool char x) { return vec_splat (x, 0b00001); } in testb_1()
12 vector bool char testb_2 (vector bool char x) { return vec_splat (x, 0b00010); } in testb_2()
13 vector bool char testb_4 (vector bool char x) { return vec_splat (x, 0b00100); } in testb_4()
14 vector bool char testb_8 (vector bool char x) { return vec_splat (x, 0b01000); } in testb_8()
16 vector signed char tests_0 (vector signed char x) { return vec_splat (x, 0b00000); } in tests_0()
17 vector signed char tests_1 (vector signed char x) { return vec_splat (x, 0b00001); } in tests_1()
18 vector signed char tests_2 (vector signed char x) { return vec_splat (x, 0b00010); } in tests_2()
19 vector signed char tests_4 (vector signed char x) { return vec_splat (x, 0b00100); } in tests_4()
20 vector signed char tests_8 (vector signed char x) { return vec_splat (x, 0b01000); } in tests_8()
[all …]
H A Dfold-vec-splat-short.c10 vector bool short testb_00 (vector bool short x) { return vec_splat (x, 0b00000); } in testb_00()
11 vector bool short testb_01 (vector bool short x) { return vec_splat (x, 0b00001); } in testb_01()
12 vector bool short testb_02 (vector bool short x) { return vec_splat (x, 0b00010); } in testb_02()
13 vector bool short testb_04 (vector bool short x) { return vec_splat (x, 0b00100); } in testb_04()
15 vector signed short tests_00 (vector signed short x) { return vec_splat (x, 0b00000); } in tests_00()
16 vector signed short tests_01 (vector signed short x) { return vec_splat (x, 0b00001); } in tests_01()
17 vector signed short tests_02 (vector signed short x) { return vec_splat (x, 0b00010); } in tests_02()
18 vector signed short tests_04 (vector signed short x) { return vec_splat (x, 0b00100); } in tests_04()
20 vector unsigned short testu_00 (vector unsigned short x) { return vec_splat (x, 0b00000); } in testu_00()
21 vector unsigned short testu_01 (vector unsigned short x) { return vec_splat (x, 0b00001); } in testu_01()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/powerpc/
H A Dfold-vec-splat-char.c10 vector bool char testb_0 (vector bool char x) { return vec_splat (x, 0b00000); } in testb_0()
11 vector bool char testb_1 (vector bool char x) { return vec_splat (x, 0b00001); } in testb_1()
12 vector bool char testb_2 (vector bool char x) { return vec_splat (x, 0b00010); } in testb_2()
13 vector bool char testb_4 (vector bool char x) { return vec_splat (x, 0b00100); } in testb_4()
14 vector bool char testb_8 (vector bool char x) { return vec_splat (x, 0b01000); } in testb_8()
16 vector signed char tests_0 (vector signed char x) { return vec_splat (x, 0b00000); } in tests_0()
17 vector signed char tests_1 (vector signed char x) { return vec_splat (x, 0b00001); } in tests_1()
18 vector signed char tests_2 (vector signed char x) { return vec_splat (x, 0b00010); } in tests_2()
19 vector signed char tests_4 (vector signed char x) { return vec_splat (x, 0b00100); } in tests_4()
20 vector signed char tests_8 (vector signed char x) { return vec_splat (x, 0b01000); } in tests_8()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dfold-vec-splat-char.c10 vector bool char testb_0 (vector bool char x) { return vec_splat (x, 0b00000); } in testb_0()
11 vector bool char testb_1 (vector bool char x) { return vec_splat (x, 0b00001); } in testb_1()
12 vector bool char testb_2 (vector bool char x) { return vec_splat (x, 0b00010); } in testb_2()
13 vector bool char testb_4 (vector bool char x) { return vec_splat (x, 0b00100); } in testb_4()
14 vector bool char testb_8 (vector bool char x) { return vec_splat (x, 0b01000); } in testb_8()
16 vector signed char tests_0 (vector signed char x) { return vec_splat (x, 0b00000); } in tests_0()
17 vector signed char tests_1 (vector signed char x) { return vec_splat (x, 0b00001); } in tests_1()
18 vector signed char tests_2 (vector signed char x) { return vec_splat (x, 0b00010); } in tests_2()
19 vector signed char tests_4 (vector signed char x) { return vec_splat (x, 0b00100); } in tests_4()
20 vector signed char tests_8 (vector signed char x) { return vec_splat (x, 0b01000); } in tests_8()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dfold-vec-splat-char.c10 vector bool char testb_0 (vector bool char x) { return vec_splat (x, 0b00000); } in testb_0()
11 vector bool char testb_1 (vector bool char x) { return vec_splat (x, 0b00001); } in testb_1()
12 vector bool char testb_2 (vector bool char x) { return vec_splat (x, 0b00010); } in testb_2()
13 vector bool char testb_4 (vector bool char x) { return vec_splat (x, 0b00100); } in testb_4()
14 vector bool char testb_8 (vector bool char x) { return vec_splat (x, 0b01000); } in testb_8()
16 vector signed char tests_0 (vector signed char x) { return vec_splat (x, 0b00000); } in tests_0()
17 vector signed char tests_1 (vector signed char x) { return vec_splat (x, 0b00001); } in tests_1()
18 vector signed char tests_2 (vector signed char x) { return vec_splat (x, 0b00010); } in tests_2()
19 vector signed char tests_4 (vector signed char x) { return vec_splat (x, 0b00100); } in tests_4()
20 vector signed char tests_8 (vector signed char x) { return vec_splat (x, 0b01000); } in tests_8()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dfold-vec-splat-char.c10 vector bool char testb_0 (vector bool char x) { return vec_splat (x, 0b00000); } in testb_0()
11 vector bool char testb_1 (vector bool char x) { return vec_splat (x, 0b00001); } in testb_1()
12 vector bool char testb_2 (vector bool char x) { return vec_splat (x, 0b00010); } in testb_2()
13 vector bool char testb_4 (vector bool char x) { return vec_splat (x, 0b00100); } in testb_4()
14 vector bool char testb_8 (vector bool char x) { return vec_splat (x, 0b01000); } in testb_8()
16 vector signed char tests_0 (vector signed char x) { return vec_splat (x, 0b00000); } in tests_0()
17 vector signed char tests_1 (vector signed char x) { return vec_splat (x, 0b00001); } in tests_1()
18 vector signed char tests_2 (vector signed char x) { return vec_splat (x, 0b00010); } in tests_2()
19 vector signed char tests_4 (vector signed char x) { return vec_splat (x, 0b00100); } in tests_4()
20 vector signed char tests_8 (vector signed char x) { return vec_splat (x, 0b01000); } in tests_8()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/powerpc/
H A Dfold-vec-splat-char.c10 vector bool char testb_0 (vector bool char x) { return vec_splat (x, 0b00000); } in testb_0()
11 vector bool char testb_1 (vector bool char x) { return vec_splat (x, 0b00001); } in testb_1()
12 vector bool char testb_2 (vector bool char x) { return vec_splat (x, 0b00010); } in testb_2()
13 vector bool char testb_4 (vector bool char x) { return vec_splat (x, 0b00100); } in testb_4()
14 vector bool char testb_8 (vector bool char x) { return vec_splat (x, 0b01000); } in testb_8()
16 vector signed char tests_0 (vector signed char x) { return vec_splat (x, 0b00000); } in tests_0()
17 vector signed char tests_1 (vector signed char x) { return vec_splat (x, 0b00001); } in tests_1()
18 vector signed char tests_2 (vector signed char x) { return vec_splat (x, 0b00010); } in tests_2()
19 vector signed char tests_4 (vector signed char x) { return vec_splat (x, 0b00100); } in tests_4()
20 vector signed char tests_8 (vector signed char x) { return vec_splat (x, 0b01000); } in tests_8()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/MGPT/
H A Dmgpt_mmul_bgq_n7_lda8_4x8.c.h47 Atmp = vec_splat(Areg0,1) ; in mmul_bgq_n7_lda8_4x8()
51 Atmp = vec_splat(Areg1,1) ; in mmul_bgq_n7_lda8_4x8()
55 Atmp = vec_splat(Areg2,1) ; in mmul_bgq_n7_lda8_4x8()
59 Atmp = vec_splat(Areg3,1) ; in mmul_bgq_n7_lda8_4x8()
67 Atmp = vec_splat(Areg0,2) ; in mmul_bgq_n7_lda8_4x8()
71 Atmp = vec_splat(Areg1,2) ; in mmul_bgq_n7_lda8_4x8()
75 Atmp = vec_splat(Areg2,2) ; in mmul_bgq_n7_lda8_4x8()
79 Atmp = vec_splat(Areg3,2) ; in mmul_bgq_n7_lda8_4x8()
87 Atmp = vec_splat(Areg0,3) ; in mmul_bgq_n7_lda8_4x8()
91 Atmp = vec_splat(Areg1,3) ; in mmul_bgq_n7_lda8_4x8()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dintrapred_vsx.c45 const uint8x16_t v0 = vec_splat(d, 0);
46 const uint8x16_t v1 = vec_splat(d, 1);
47 const uint8x16_t v2 = vec_splat(d, 2);
325 ls = vec_splat(l, 0); in tm_predictor_16x8()
331 ls = vec_splat(l, 1); in tm_predictor_16x8()
337 ls = vec_splat(l, 2); in tm_predictor_16x8()
343 ls = vec_splat(l, 3); in tm_predictor_16x8()
349 ls = vec_splat(l, 4); in tm_predictor_16x8()
355 ls = vec_splat(l, 5); in tm_predictor_16x8()
361 ls = vec_splat(l, 6); in tm_predictor_16x8()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_dsp/ppc/
H A Dintrapred_vsx.c45 const uint8x16_t v0 = vec_splat(d, 0);
46 const uint8x16_t v1 = vec_splat(d, 1);
47 const uint8x16_t v2 = vec_splat(d, 2);
325 ls = vec_splat(l, 0); in tm_predictor_16x8()
331 ls = vec_splat(l, 1); in tm_predictor_16x8()
337 ls = vec_splat(l, 2); in tm_predictor_16x8()
343 ls = vec_splat(l, 3); in tm_predictor_16x8()
349 ls = vec_splat(l, 4); in tm_predictor_16x8()
355 ls = vec_splat(l, 5); in tm_predictor_16x8()
361 ls = vec_splat(l, 6); in tm_predictor_16x8()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dintrapred_vsx.c45 const uint8x16_t v0 = vec_splat(d, 0);
46 const uint8x16_t v1 = vec_splat(d, 1);
47 const uint8x16_t v2 = vec_splat(d, 2);
325 ls = vec_splat(l, 0); in tm_predictor_16x8()
331 ls = vec_splat(l, 1); in tm_predictor_16x8()
337 ls = vec_splat(l, 2); in tm_predictor_16x8()
343 ls = vec_splat(l, 3); in tm_predictor_16x8()
349 ls = vec_splat(l, 4); in tm_predictor_16x8()
355 ls = vec_splat(l, 5); in tm_predictor_16x8()
361 ls = vec_splat(l, 6); in tm_predictor_16x8()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_dsp/ppc/
H A Dintrapred_vsx.c45 const uint8x16_t v0 = vec_splat(d, 0);
46 const uint8x16_t v1 = vec_splat(d, 1);
47 const uint8x16_t v2 = vec_splat(d, 2);
325 ls = vec_splat(l, 0); in tm_predictor_16x8()
331 ls = vec_splat(l, 1); in tm_predictor_16x8()
337 ls = vec_splat(l, 2); in tm_predictor_16x8()
343 ls = vec_splat(l, 3); in tm_predictor_16x8()
349 ls = vec_splat(l, 4); in tm_predictor_16x8()
355 ls = vec_splat(l, 5); in tm_predictor_16x8()
361 ls = vec_splat(l, 6); in tm_predictor_16x8()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dintrapred_vsx.c45 const uint8x16_t v0 = vec_splat(d, 0);
46 const uint8x16_t v1 = vec_splat(d, 1);
47 const uint8x16_t v2 = vec_splat(d, 2);
325 ls = vec_splat(l, 0); in tm_predictor_16x8()
331 ls = vec_splat(l, 1); in tm_predictor_16x8()
337 ls = vec_splat(l, 2); in tm_predictor_16x8()
343 ls = vec_splat(l, 3); in tm_predictor_16x8()
349 ls = vec_splat(l, 4); in tm_predictor_16x8()
355 ls = vec_splat(l, 5); in tm_predictor_16x8()
361 ls = vec_splat(l, 6); in tm_predictor_16x8()
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dintrapred_vsx.c45 const uint8x16_t v0 = vec_splat(d, 0);
46 const uint8x16_t v1 = vec_splat(d, 1);
47 const uint8x16_t v2 = vec_splat(d, 2);
325 ls = vec_splat(l, 0); in tm_predictor_16x8()
331 ls = vec_splat(l, 1); in tm_predictor_16x8()
337 ls = vec_splat(l, 2); in tm_predictor_16x8()
343 ls = vec_splat(l, 3); in tm_predictor_16x8()
349 ls = vec_splat(l, 4); in tm_predictor_16x8()
355 ls = vec_splat(l, 5); in tm_predictor_16x8()
361 ls = vec_splat(l, 6); in tm_predictor_16x8()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dintrapred_vsx.c45 const uint8x16_t v0 = vec_splat(d, 0);
46 const uint8x16_t v1 = vec_splat(d, 1);
47 const uint8x16_t v2 = vec_splat(d, 2);
325 ls = vec_splat(l, 0); in tm_predictor_16x8()
331 ls = vec_splat(l, 1); in tm_predictor_16x8()
337 ls = vec_splat(l, 2); in tm_predictor_16x8()
343 ls = vec_splat(l, 3); in tm_predictor_16x8()
349 ls = vec_splat(l, 4); in tm_predictor_16x8()
355 ls = vec_splat(l, 5); in tm_predictor_16x8()
361 ls = vec_splat(l, 6); in tm_predictor_16x8()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dintrapred_vsx.c45 const uint8x16_t v0 = vec_splat(d, 0);
46 const uint8x16_t v1 = vec_splat(d, 1);
47 const uint8x16_t v2 = vec_splat(d, 2);
325 ls = vec_splat(l, 0); in tm_predictor_16x8()
331 ls = vec_splat(l, 1); in tm_predictor_16x8()
337 ls = vec_splat(l, 2); in tm_predictor_16x8()
343 ls = vec_splat(l, 3); in tm_predictor_16x8()
349 ls = vec_splat(l, 4); in tm_predictor_16x8()
355 ls = vec_splat(l, 5); in tm_predictor_16x8()
361 ls = vec_splat(l, 6); in tm_predictor_16x8()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dintrapred_vsx.c45 const uint8x16_t v0 = vec_splat(d, 0);
46 const uint8x16_t v1 = vec_splat(d, 1);
47 const uint8x16_t v2 = vec_splat(d, 2);
325 ls = vec_splat(l, 0); in tm_predictor_16x8()
331 ls = vec_splat(l, 1); in tm_predictor_16x8()
337 ls = vec_splat(l, 2); in tm_predictor_16x8()
343 ls = vec_splat(l, 3); in tm_predictor_16x8()
349 ls = vec_splat(l, 4); in tm_predictor_16x8()
355 ls = vec_splat(l, 5); in tm_predictor_16x8()
361 ls = vec_splat(l, 6); in tm_predictor_16x8()
[all …]

12345678910>>...63