Home
last modified time | relevance | path

Searched refs:vmulq_u16 (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/misc/visp/visp-3.4.0/3rdparty/simdlib/Simd/
H A DSimdNeonReduceGray5x5.cpp81 Store<align>(buffer.in1 + offset, vmulq_u16(src, K16_0005)); in FirstRow5x5()
93 uint16x8_t cp = vmulq_u16(odd, K16_0004); in MainRowY5x5()
96 …Store<align>(buffer.dst + offset, vaddq_u16(even, vaddq_u16(c1, vaddq_u16(cp, vmulq_u16(c0, K16_00… in MainRowY5x5()
115 …t2 = vaddq_u16(vaddq_u16(vmulq_u16(t2, K16_0006), vmulq_u16(vaddq_u16(t1, t3), K16_0004)), vaddq_u… in MainRowX5x5()
H A DSimdNeonReduceGray4x4.cpp68 …return vaddq_u16(vaddl_u8(t01.val[0], t23.val[1]), vmulq_u16(vaddl_u8(t01.val[1], t23.val[0]), K16… in ReduceColNose()
75 …return vaddq_u16(vaddl_u8(t01.val[0], t23.val[1]), vmulq_u16(vaddl_u8(t01.val[1], t23.val[0]), K16… in ReduceColBody()
84 …return vaddq_u16(vaddl_u8(t01.val[0], t23.val[1]), vmulq_u16(vaddl_u8(t01.val[1], t23.val[0]), K16… in ReduceColTail()
91 …return vaddq_u16(vaddl_u8(t01.val[0], t23.val[1]), vmulq_u16(vaddl_u8(t01.val[1], t23.val[0]), K16… in ReduceColTail()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp52 vsrc_wide = vmulq_u16(vsrc_wide, vdupq_n_u16(src_scale)); in S32_Blend_BlitRow32_neon()
79 vsrc_wide = vmulq_u16(vsrc_wide, vdupq_n_u16(src_scale)); in S32_Blend_BlitRow32_neon()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/arm/neon/
H A DvmulQu16.c17 out_uint16x8_t = vmulq_u16 (arg0_uint16x8_t, arg1_uint16x8_t); in test_vmulQu16()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/arm/neon/
H A DvmulQu16.c17 out_uint16x8_t = vmulq_u16 (arg0_uint16x8_t, arg1_uint16x8_t); in test_vmulQu16()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/arm/neon/
H A DvmulQu16.c17 out_uint16x8_t = vmulq_u16 (arg0_uint16x8_t, arg1_uint16x8_t); in test_vmulQu16()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/arm/neon/
H A DvmulQu16.c17 out_uint16x8_t = vmulq_u16 (arg0_uint16x8_t, arg1_uint16x8_t); in test_vmulQu16()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.target/arm/neon/
H A DvmulQu16.c17 out_uint16x8_t = vmulq_u16 (arg0_uint16x8_t, arg1_uint16x8_t); in test_vmulQu16()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvmulq_u16.c10 return vmulq_u16 (a, b); in foo()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvmulq_u16.c10 return vmulq_u16 (a, b); in foo()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvmulq_u16.c10 return vmulq_u16 (a, b); in foo()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvmulq_u16.c10 return vmulq_u16 (a, b); in foo()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvmulq_u16.c10 return vmulq_u16 (a, b); in foo()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvmulq_u16.c10 return vmulq_u16 (a, b); in foo()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/arm/mve/intrinsics/
H A Dvmulq_u16.c10 return vmulq_u16 (a, b); in foo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Ddequant_idct_neon.c57 vmulq_u16(vreinterpretq_u16_s16(q3), vreinterpretq_u16_s16(q5))); in vp8_dequant_idct_add_neon()
59 vmulq_u16(vreinterpretq_u16_s16(q4), vreinterpretq_u16_s16(q6))); in vp8_dequant_idct_add_neon()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp8/common/arm/neon/
H A Ddequant_idct_neon.c57 vmulq_u16(vreinterpretq_u16_s16(q3), vreinterpretq_u16_s16(q5))); in vp8_dequant_idct_add_neon()
59 vmulq_u16(vreinterpretq_u16_s16(q4), vreinterpretq_u16_s16(q6))); in vp8_dequant_idct_add_neon()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp8/common/arm/neon/
H A Ddequant_idct_neon.c57 vmulq_u16(vreinterpretq_u16_s16(q3), vreinterpretq_u16_s16(q5))); in vp8_dequant_idct_add_neon()
59 vmulq_u16(vreinterpretq_u16_s16(q4), vreinterpretq_u16_s16(q6))); in vp8_dequant_idct_add_neon()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Ddequant_idct_neon.c57 vmulq_u16(vreinterpretq_u16_s16(q3), vreinterpretq_u16_s16(q5))); in vp8_dequant_idct_add_neon()
59 vmulq_u16(vreinterpretq_u16_s16(q4), vreinterpretq_u16_s16(q6))); in vp8_dequant_idct_add_neon()
/dports/multimedia/libvpx/libvpx-1.11.0/vp8/common/arm/neon/
H A Ddequant_idct_neon.c57 vmulq_u16(vreinterpretq_u16_s16(q3), vreinterpretq_u16_s16(q5))); in vp8_dequant_idct_add_neon()
59 vmulq_u16(vreinterpretq_u16_s16(q4), vreinterpretq_u16_s16(q6))); in vp8_dequant_idct_add_neon()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vp8/common/arm/neon/
H A Ddequant_idct_neon.c53 q1 = vreinterpretq_s16_u16(vmulq_u16(vreinterpretq_u16_s16(q3), in vp8_dequant_idct_add_neon()
55 q2 = vreinterpretq_s16_u16(vmulq_u16(vreinterpretq_u16_s16(q4), in vp8_dequant_idct_add_neon()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vp8/common/arm/neon/
H A Ddequant_idct_neon.c53 q1 = vreinterpretq_s16_u16(vmulq_u16(vreinterpretq_u16_s16(q3), in vp8_dequant_idct_add_neon()
55 q2 = vreinterpretq_s16_u16(vmulq_u16(vreinterpretq_u16_s16(q4), in vp8_dequant_idct_add_neon()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Ddequant_idct_neon.c57 vmulq_u16(vreinterpretq_u16_s16(q3), vreinterpretq_u16_s16(q5))); in vp8_dequant_idct_add_neon()
59 vmulq_u16(vreinterpretq_u16_s16(q4), vreinterpretq_u16_s16(q6))); in vp8_dequant_idct_add_neon()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp8/common/arm/neon/
H A Ddequant_idct_neon.c57 vmulq_u16(vreinterpretq_u16_s16(q3), vreinterpretq_u16_s16(q5))); in vp8_dequant_idct_add_neon()
59 vmulq_u16(vreinterpretq_u16_s16(q4), vreinterpretq_u16_s16(q6))); in vp8_dequant_idct_add_neon()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp8/common/arm/neon/
H A Ddequant_idct_neon.c57 vmulq_u16(vreinterpretq_u16_s16(q3), vreinterpretq_u16_s16(q5))); in vp8_dequant_idct_add_neon()
59 vmulq_u16(vreinterpretq_u16_s16(q4), vreinterpretq_u16_s16(q6))); in vp8_dequant_idct_add_neon()

12345678910