Home
last modified time | relevance | path

Searched refs:vst1q_u32 (Results 1 – 25 of 28) sorted by relevance

12

/external/XNNPACK/src/x32-fill/
Dneon.c31 vst1q_u32(output, vfill); output += 4; in xnn_x32_fill_ukernel__neon()
32 vst1q_u32(output, vfill); output += 4; in xnn_x32_fill_ukernel__neon()
33 vst1q_u32(output, vfill); output += 4; in xnn_x32_fill_ukernel__neon()
34 vst1q_u32(output, vfill); output += 4; in xnn_x32_fill_ukernel__neon()
37 vst1q_u32(output, vfill); output += 4; in xnn_x32_fill_ukernel__neon()
/external/libgav1/libgav1/src/dsp/arm/
Dloop_restoration_neon.cc925 vst1q_u32(square_sum3 + 0, row_sq3.val[0]); in BoxSum()
926 vst1q_u32(square_sum3 + 4, row_sq3.val[1]); in BoxSum()
927 vst1q_u32(square_sum5 + 0, row_sq5.val[0]); in BoxSum()
928 vst1q_u32(square_sum5 + 4, row_sq5.val[1]); in BoxSum()
967 vst1q_u32(square_sums + 0, row_sq.val[0]); in BoxSum()
968 vst1q_u32(square_sums + 4, row_sq.val[1]); in BoxSum()
1116 vst1q_u32(b343 + x + 0, sum_b343->val[0]); in Store343_444()
1117 vst1q_u32(b343 + x + 4, sum_b343->val[1]); in Store343_444()
1118 vst1q_u32(b444 + x + 0, sum_b444->val[0]); in Store343_444()
1119 vst1q_u32(b444 + x + 4, sum_b444->val[1]); in Store343_444()
[all …]
Dcommon_neon.h98 vst1q_u32(r.u32, val);
/external/XNNPACK/src/x32-pad/
Dneon.c38 vst1q_u32(output, vfill); output += 4; in xnn_x32_pad_ukernel__neon()
52 vst1q_u32(output, vtmp); output += 4; in xnn_x32_pad_ukernel__neon()
72 vst1q_u32(output, vfill); output += 4; in xnn_x32_pad_ukernel__neon()
/external/libvpx/libvpx/vpx_dsp/arm/
Dsad4d_neon.c57 vst1q_u32(res, r); in sad4x_4d()
84 vst1q_u32(res, r); in sad_512_pel_final_neon()
98 vst1q_u32(res, vcombine_u32(c0, c1)); in sad_1024_pel_final_neon()
114 vst1q_u32(res, vcombine_u32(c0, c1)); in sad_2048_pel_final_neon()
138 vst1q_u32(res, vcombine_u32(d0, d1)); in sad_4096_pel_final_neon()
/external/XNNPACK/src/x32-unpool/
Dneon.c28 vst1q_u32(o, vfill); o += 4; in xnn_x32_unpool_ukernel__neon()
/external/XNNPACK/src/x32-packx/
Dx4-neon-st4.c53 vst1q_u32(y, vy); y += 4; in xnn_x32_packx_ukernel_4x__neon_st4()
/external/XNNPACK/src/x32-zip/
Dx4-neon.c50 vst1q_u32(o, vxyzw); in xnn_x32_zip_x4_ukernel__neon()
/external/webp/src/dsp/
Drescaler_neon.c33 vst1q_u32((DST) + 0, SRC0); \
34 vst1q_u32((DST) + 4, SRC1); \
Dlossless_neon.c151 #define STOREQ_U8_AS_U32P(OUT, IN) vst1q_u32((OUT), vreinterpretq_u32_u8((IN)));
595 vst1q_u32(dst + i, out); in TransformColorInverse_NEON()
/external/libaom/libaom/av1/common/arm/
Dmem_neon.h515 vst1q_u32(s, s1); in store_u32_4x4()
517 vst1q_u32(s, s2); in store_u32_4x4()
519 vst1q_u32(s, s3); in store_u32_4x4()
521 vst1q_u32(s, s4); in store_u32_4x4()
/external/skqp/src/core/
DSkBitmapProcState_matrixProcs.cpp235 vst1q_u32(dst, vreinterpretq_u32_s16( in decal_nofilter_scale_neon()
277 vst1q_u32(dst, vreinterpretq_u32_s32(wide_out)); in decal_filter_scale_neon()
278 vst1q_u32(dst+4, vreinterpretq_u32_s32(wide_out2)); in decal_filter_scale_neon()
546 vst1q_u32(xy, vreinterpretq_u32_s32(res)); in filter_scale_neon()
/external/XNNPACK/src/f32-argmaxpool/
D9p8x-neon-c4.c102 vst1q_u32(ib, vidx); ib += 4; in xnn_f32_argmaxpool_ukernel_9p8x__neon_c4()
184 vst1q_u32(ib, vidx); ib += 4; in xnn_f32_argmaxpool_ukernel_9p8x__neon_c4()
287 vst1q_u32(i, vidx); i += 4; in xnn_f32_argmaxpool_ukernel_9p8x__neon_c4()
D4x-neon-c4.c71 vst1q_u32(index, vidx); index += 4; in xnn_f32_argmaxpool_ukernel_4x__neon_c4()
D9x-neon-c4.c121 vst1q_u32(index, vidx); index += 4; in xnn_f32_argmaxpool_ukernel_9x__neon_c4()
/external/libpng/arm/
Dpalette_neon_intrinsics.c90 vst1q_u32((void *)dp, cur); in png_do_expand_palette_rgba8_neon()
/external/pdfium/third_party/libpng16/arm/
Dpalette_neon_intrinsics.c90 vst1q_u32((void *)dp, cur); in png_do_expand_palette_rgba8_neon()
/external/libhevc/encoder/arm/
Dihevce_me_neon.c175 vst1q_u32(pu4_sad, sad); in ihevce_sad4_2x2_neon()
240 vst1q_u32(pu4_sad, sad); in ihevce_sad4_8x8_neon()
/external/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/
Dload-store.c727 vst1q_u32(base, value); in test_vst1q_u32()
/external/pcre/dist2/src/
Dpcre2_jit_simd_inc.h821 # define VST1Q vst1q_u32
/external/skia/include/private/
DSkNx_neon.h569 return vst1q_u32((uint32_t*)ptr, fVec); in store()
/external/skqp/include/private/
DSkNx_neon.h591 return vst1q_u32((uint32_t*)ptr, fVec); in store()
/external/neon_2_sse/
DNEON_2_SSE.h1303 _NEON2SSESTORAGE void vst1q_u32(__transfersize(4) uint32_t * ptr, uint32x4_t val); // VST1.32 {d0, …
9577 _NEON2SSESTORAGE void vst1q_u32(__transfersize(4) uint32_t * ptr, uint32x4_t val); // VST1.32 {d0, …
9578 #define vst1q_u32 STORE_SI128 macro
9873 vst1q_u32((v.val), ld128);
10377 vst1q_u32(&v.val[0], val01);
10378 vst1q_u32(&v.val[2], val2 );
10465 vst1q_u32(v.val, val0);
11094 vst1q_u32 (ptr, v.val[0]);
11095 vst1q_u32 ((ptr + 4), v.val[1]);
11155 vst1q_u32 (ptr, v0);
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h3305 vst1q_u32( in AveragePool()
3317 vst1q_u32( in AveragePool()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c10702 vst1q_u32(a, b); in test_vst1q_u32()

12