Home
last modified time | relevance | path

Searched refs:vsrc (Results 1 – 25 of 1505) sorted by relevance

12345678910>>...61

/dports/games/warzone2100/warzone2100/3rdparty/glm/glm/simd/
H A Dneon.h14 case 0: return vdupq_laneq_f32(vsrc, 0); in dupq_lane()
15 case 1: return vdupq_laneq_f32(vsrc, 1); in dupq_lane()
16 case 2: return vdupq_laneq_f32(vsrc, 2); in dupq_lane()
17 case 3: return vdupq_laneq_f32(vsrc, 3); in dupq_lane()
32 case 0: return vdup_laneq_f32(vsrc, 0); in dup_lane()
33 case 1: return vdup_laneq_f32(vsrc, 1); in dup_lane()
34 case 2: return vdup_laneq_f32(vsrc, 2); in dup_lane()
35 case 3: return vdup_laneq_f32(vsrc, 3); in dup_lane()
87 case 0: l = vgetq_lane_f32(vsrc, 0); break; in copy_lane()
88 case 1: l = vgetq_lane_f32(vsrc, 1); break; in copy_lane()
[all …]
/dports/math/glm/glm-0.9.9.8/glm/simd/
H A Dneon.h14 case 0: return vdupq_laneq_f32(vsrc, 0); in dupq_lane()
15 case 1: return vdupq_laneq_f32(vsrc, 1); in dupq_lane()
16 case 2: return vdupq_laneq_f32(vsrc, 2); in dupq_lane()
17 case 3: return vdupq_laneq_f32(vsrc, 3); in dupq_lane()
32 case 0: return vdup_laneq_f32(vsrc, 0); in dup_lane()
33 case 1: return vdup_laneq_f32(vsrc, 1); in dup_lane()
34 case 2: return vdup_laneq_f32(vsrc, 2); in dup_lane()
35 case 3: return vdup_laneq_f32(vsrc, 3); in dup_lane()
87 case 0: l = vgetq_lane_f32(vsrc, 0); break; in copy_lane()
88 case 1: l = vgetq_lane_f32(vsrc, 1); break; in copy_lane()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/x86/
H A Dhighbd_temporal_filter_sse2.c121 vsrc[0][0] = vsrc[2][0]; in highbd_apply_temporal_filter()
122 vsrc[0][1] = vsrc[2][1]; in highbd_apply_temporal_filter()
123 vsrc[1][0] = vsrc[2][0]; in highbd_apply_temporal_filter()
124 vsrc[1][1] = vsrc[2][1]; in highbd_apply_temporal_filter()
137 vsrc[0][0] = vsrc[1][0]; in highbd_apply_temporal_filter()
138 vsrc[0][1] = vsrc[1][1]; in highbd_apply_temporal_filter()
139 vsrc[1][0] = vsrc[2][0]; in highbd_apply_temporal_filter()
140 vsrc[1][1] = vsrc[2][1]; in highbd_apply_temporal_filter()
141 vsrc[2][0] = vsrc[3][0]; in highbd_apply_temporal_filter()
142 vsrc[2][1] = vsrc[3][1]; in highbd_apply_temporal_filter()
[all …]
H A Dhighbd_temporal_filter_avx2.c176 vsrc[0] = vsrc[2]; in highbd_apply_temporal_filter()
177 vsrc[1] = vsrc[2]; in highbd_apply_temporal_filter()
186 vsrc[i] = vsrc[i + 1]; in highbd_apply_temporal_filter()
204 vsrc[i] = vsrc[i + 1]; in highbd_apply_temporal_filter()
222 vsrc[0] = vsrc[2]; in highbd_apply_temporal_filter()
223 vsrc[1] = vsrc[2]; in highbd_apply_temporal_filter()
232 vsrc[i] = vsrc[i + 1]; in highbd_apply_temporal_filter()
270 vsrc[0] = vsrc[2]; in highbd_apply_temporal_filter()
271 vsrc[1] = vsrc[2]; in highbd_apply_temporal_filter()
280 vsrc[i] = vsrc[i + 1]; in highbd_apply_temporal_filter()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/x86/
H A Dhighbd_temporal_filter_sse2.c121 vsrc[0][0] = vsrc[2][0]; in highbd_apply_temporal_filter()
122 vsrc[0][1] = vsrc[2][1]; in highbd_apply_temporal_filter()
123 vsrc[1][0] = vsrc[2][0]; in highbd_apply_temporal_filter()
124 vsrc[1][1] = vsrc[2][1]; in highbd_apply_temporal_filter()
137 vsrc[0][0] = vsrc[1][0]; in highbd_apply_temporal_filter()
138 vsrc[0][1] = vsrc[1][1]; in highbd_apply_temporal_filter()
139 vsrc[1][0] = vsrc[2][0]; in highbd_apply_temporal_filter()
140 vsrc[1][1] = vsrc[2][1]; in highbd_apply_temporal_filter()
141 vsrc[2][0] = vsrc[3][0]; in highbd_apply_temporal_filter()
142 vsrc[2][1] = vsrc[3][1]; in highbd_apply_temporal_filter()
[all …]
H A Dhighbd_temporal_filter_avx2.c176 vsrc[0] = vsrc[2]; in highbd_apply_temporal_filter()
177 vsrc[1] = vsrc[2]; in highbd_apply_temporal_filter()
186 vsrc[i] = vsrc[i + 1]; in highbd_apply_temporal_filter()
204 vsrc[i] = vsrc[i + 1]; in highbd_apply_temporal_filter()
222 vsrc[0] = vsrc[2]; in highbd_apply_temporal_filter()
223 vsrc[1] = vsrc[2]; in highbd_apply_temporal_filter()
232 vsrc[i] = vsrc[i + 1]; in highbd_apply_temporal_filter()
270 vsrc[0] = vsrc[2]; in highbd_apply_temporal_filter()
271 vsrc[1] = vsrc[2]; in highbd_apply_temporal_filter()
280 vsrc[i] = vsrc[i + 1]; in highbd_apply_temporal_filter()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/encoder/x86/
H A Dhighbd_temporal_filter_sse2.c121 vsrc[0][0] = vsrc[2][0]; in highbd_apply_temporal_filter()
122 vsrc[0][1] = vsrc[2][1]; in highbd_apply_temporal_filter()
123 vsrc[1][0] = vsrc[2][0]; in highbd_apply_temporal_filter()
124 vsrc[1][1] = vsrc[2][1]; in highbd_apply_temporal_filter()
137 vsrc[0][0] = vsrc[1][0]; in highbd_apply_temporal_filter()
138 vsrc[0][1] = vsrc[1][1]; in highbd_apply_temporal_filter()
139 vsrc[1][0] = vsrc[2][0]; in highbd_apply_temporal_filter()
140 vsrc[1][1] = vsrc[2][1]; in highbd_apply_temporal_filter()
141 vsrc[2][0] = vsrc[3][0]; in highbd_apply_temporal_filter()
142 vsrc[2][1] = vsrc[3][1]; in highbd_apply_temporal_filter()
[all …]
H A Dhighbd_temporal_filter_avx2.c176 vsrc[0] = vsrc[2]; in highbd_apply_temporal_filter()
177 vsrc[1] = vsrc[2]; in highbd_apply_temporal_filter()
186 vsrc[i] = vsrc[i + 1]; in highbd_apply_temporal_filter()
204 vsrc[i] = vsrc[i + 1]; in highbd_apply_temporal_filter()
222 vsrc[0] = vsrc[2]; in highbd_apply_temporal_filter()
223 vsrc[1] = vsrc[2]; in highbd_apply_temporal_filter()
232 vsrc[i] = vsrc[i + 1]; in highbd_apply_temporal_filter()
270 vsrc[0] = vsrc[2]; in highbd_apply_temporal_filter()
271 vsrc[1] = vsrc[2]; in highbd_apply_temporal_filter()
280 vsrc[i] = vsrc[i + 1]; in highbd_apply_temporal_filter()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/
H A Dvmaxv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vmaxv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vmaxv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vmaxv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vmaxv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vmaxv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vmaxv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vmaxv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vmaxv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vmaxv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vmaxv_f16()
[all …]
H A Dvminnmv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vminnmv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vminnmv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vminnmv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vminnmv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vminnmv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vminnmv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vminnmv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vminnmv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vminnmv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vminnmv_f16()
[all …]
H A Dvminv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vminv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vminv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vminv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vminv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vminv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vminv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vminv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vminv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vminv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vminv_f16()
[all …]
H A Dvmaxnmv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vmaxnmv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vmaxnmv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vmaxnmv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vmaxnmv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vmaxnmv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vmaxnmv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vmaxnmv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vmaxnmv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vmaxnmv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vmaxnmv_f16()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/
H A Dvmaxv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vmaxv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vmaxv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vmaxv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vmaxv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vmaxv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vmaxv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vmaxv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vmaxv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vmaxv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vmaxv_f16()
[all …]
H A Dvmaxnmv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vmaxnmv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vmaxnmv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vmaxnmv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vmaxnmv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vmaxnmv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vmaxnmv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vmaxnmv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vmaxnmv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vmaxnmv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vmaxnmv_f16()
[all …]
H A Dvminnmv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vminnmv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vminnmv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vminnmv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vminnmv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vminnmv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vminnmv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vminnmv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vminnmv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vminnmv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vminnmv_f16()
[all …]
H A Dvminv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vminv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vminv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vminv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vminv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vminv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vminv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vminv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vminv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vminv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vminv_f16()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/
H A Dvmaxv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vmaxv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vmaxv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vmaxv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vmaxv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vmaxv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vmaxv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vmaxv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vmaxv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vmaxv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vmaxv_f16()
[all …]
H A Dvminnmv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vminnmv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vminnmv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vminnmv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vminnmv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vminnmv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vminnmv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vminnmv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vminnmv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vminnmv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vminnmv_f16()
[all …]
H A Dvminv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vminv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vminv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vminv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vminv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vminv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vminv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vminv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vminv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vminv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vminv_f16()
[all …]
H A Dvmaxnmv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vmaxnmv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vmaxnmv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vmaxnmv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vmaxnmv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vmaxnmv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vmaxnmv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vmaxnmv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vmaxnmv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vmaxnmv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vmaxnmv_f16()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/
H A Dvminnmv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vminnmv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vminnmv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vminnmv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vminnmv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vminnmv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vminnmv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vminnmv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vminnmv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vminnmv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vminnmv_f16()
[all …]
H A Dvminv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vminv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vminv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vminv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vminv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vminv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vminv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vminv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vminv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vminv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vminv_f16()
[all …]
H A Dvmaxnmv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vmaxnmv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vmaxnmv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vmaxnmv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vmaxnmv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vmaxnmv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vmaxnmv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vmaxnmv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vmaxnmv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vmaxnmv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vmaxnmv_f16()
[all …]
H A Dvmaxv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vmaxv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vmaxv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vmaxv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vmaxv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vmaxv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vmaxv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vmaxv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vmaxv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vmaxv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vmaxv_f16()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/
H A Dvmaxnmv_f16_1.c35 DECL_VARIABLE(vsrc, float, 16, 4); in exec_vmaxnmv_f16()
37 VLOAD (vsrc, buf_src, , float, f, 16, 4); in exec_vmaxnmv_f16()
44 VLOAD (vsrc, buf_src1, , float, f, 16, 4); in exec_vmaxnmv_f16()
51 VLOAD (vsrc, buf_src2, , float, f, 16, 4); in exec_vmaxnmv_f16()
58 VLOAD (vsrc, buf_src3, , float, f, 16, 4); in exec_vmaxnmv_f16()
68 DECL_VARIABLE(vsrc, float, 16, 8); in exec_vmaxnmv_f16()
70 VLOAD (vsrc, buf_src, q, float, f, 16, 8); in exec_vmaxnmv_f16()
77 VLOAD (vsrc, buf_src1, q, float, f, 16, 8); in exec_vmaxnmv_f16()
84 VLOAD (vsrc, buf_src2, q, float, f, 16, 8); in exec_vmaxnmv_f16()
91 VLOAD (vsrc, buf_src3, q, float, f, 16, 8); in exec_vmaxnmv_f16()
[all …]

12345678910>>...61