Searched refs:vdup_n_s64 (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/common_audio/signal_processing/ |
D | cross_correlation_neon.c | 59 int64x1_t shift = vdup_n_s64(-scaling); in DotProductWithScaleNeon() 61 sum2 = vadd_s64(sum2, vdup_n_s64(sum_res)); in DotProductWithScaleNeon()
|
/external/arm-optimized-routines/networking/arm/ |
D | chksum_simd.c | 39 int64x1_t vshiftl = vdup_n_s64(CHAR_BIT * off); in __chksum_arm_simd() 119 int64x1_t vshiftr = vdup_n_s64(-CHAR_BIT * (8 - nbytes)); in __chksum_arm_simd()
|
/external/llvm-project/libc/AOR_v20.02/networking/arm/ |
D | chksum_simd.c | 40 int64x1_t vshiftl = vdup_n_s64(CHAR_BIT * off); in __chksum_arm_simd() 120 int64x1_t vshiftr = vdup_n_s64(-CHAR_BIT * (8 - nbytes)); in __chksum_arm_simd()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | fdct_neon.c | 32 const int16x4_t one = vreinterpret_s16_s64(vdup_n_s64(1)); in vpx_fdct4x4_neon()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_uint8_3x3_filter.h | 6828 vreinterpret_s64_s8(padding_mask), vdup_n_s64(8 * copy_remaining))); 6892 vdup_n_s64(-8 * (8 - copy_remaining)))); 6919 vreinterpret_s64_s8(padding_mask), vdup_n_s64(8 * copy_remaining))); 6976 vdup_n_s64(-8 * (4 - copy_remaining)))); 7057 vreinterpret_s64_s8(padding_mask), vdup_n_s64(8 * copy_remaining))); 7242 vdup_n_s64(-8 * (8 - copy_remaining)))); 7303 vdup_n_s64(-8 * (4 - copy_remaining))));
|
D | depthwiseconv_uint8_transitional.h | 1991 vreinterpret_s64_s8(padding_mask), vdup_n_s64(8 * copy_remaining))); 2051 vdup_n_s64(-8 * (8 - copy_remaining)))); 2072 vreinterpret_s64_s8(padding_mask), vdup_n_s64(8 * copy_remaining))); 2126 vdup_n_s64(-8 * (4 - copy_remaining)))); 2195 vreinterpret_s64_s8(padding_mask), vdup_n_s64(8 * copy_remaining))); 2376 vdup_n_s64(-8 * (8 - copy_remaining)))); 2433 vdup_n_s64(-8 * (4 - copy_remaining))));
|
/external/libaom/libaom/aom_dsp/arm/ |
D | fwd_txfm_neon.c | 29 const int16x4_t one = vreinterpret_s16_s64(vdup_n_s64(1)); in aom_fdct4x4_helper()
|
/external/pffft/ |
D | sse2neon.h | 869 vcombine_s64(vld1_s64((const int64_t *) p), vdup_n_s64(0))); in _mm_loadu_si64() 2310 vcombine_s64(vreinterpret_s64_m64(a), vdup_n_s64(0))); in _mm_movpi64_epi64()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 1682 _NEON2SSESTORAGE int64x1_t vdup_n_s64(int64_t value); // VMOV d0,r0,r0 12282 _NEON2SSESTORAGE int64x1_t vdup_n_s64(int64_t value); // VMOV d0,r0,r0 12283 _NEON2SSE_INLINE int64x1_t vdup_n_s64(int64_t value) in vdup_n_s64() function 12370 #define vmov_n_s64 vdup_n_s64
|
/external/llvm-project/clang/test/CodeGen/ |
D | arm_neon_intrinsics.c | 2865 int64x1_t tmp = vdup_n_s64(a); in test_vdup_n_s64()
|
/external/clang/test/CodeGen/ |
D | arm_neon_intrinsics.c | 3039 int64x1_t tmp = vdup_n_s64(a); in test_vdup_n_s64()
|