Searched refs:vreinterpret_s32_u32 (Results 1 – 6 of 6) sorted by relevance
/external/XNNPACK/src/requantization/ |
D | precise-neon.c | 80 …const int64x2_t x01_adjusted_product = vaddw_s32(x01_product, vreinterpret_s32_u32(vget_low_u32(x_… in xnn_requantize_precise__neon() 82 …const int64x2_t y01_adjusted_product = vaddw_s32(y01_product, vreinterpret_s32_u32(vget_low_u32(y_… in xnn_requantize_precise__neon() 84 …const int64x2_t z01_adjusted_product = vaddw_s32(z01_product, vreinterpret_s32_u32(vget_low_u32(z_… in xnn_requantize_precise__neon() 86 …const int64x2_t w01_adjusted_product = vaddw_s32(w01_product, vreinterpret_s32_u32(vget_low_u32(w_… in xnn_requantize_precise__neon() 89 …const int64x2_t x01_adjusted_product = vaddw_s32(x01_product, vreinterpret_s32_u32(vget_low_u32(x_… in xnn_requantize_precise__neon() 90 …const int64x2_t x23_adjusted_product = vaddw_s32(x23_product, vreinterpret_s32_u32(vget_high_u32(x… in xnn_requantize_precise__neon() 91 …const int64x2_t y01_adjusted_product = vaddw_s32(y01_product, vreinterpret_s32_u32(vget_low_u32(y_… in xnn_requantize_precise__neon() 92 …const int64x2_t y23_adjusted_product = vaddw_s32(y23_product, vreinterpret_s32_u32(vget_high_u32(y… in xnn_requantize_precise__neon() 93 …const int64x2_t z01_adjusted_product = vaddw_s32(z01_product, vreinterpret_s32_u32(vget_low_u32(z_… in xnn_requantize_precise__neon() 94 …const int64x2_t z23_adjusted_product = vaddw_s32(z23_product, vreinterpret_s32_u32(vget_high_u32(z… in xnn_requantize_precise__neon() [all …]
|
/external/webp/src/dsp/ |
D | cost_neon.c | 44 vst1_lane_s32(&res->last, vreinterpret_s32_u32(eob_32x2), 0); in SetResidualCoeffs_NEON()
|
/external/libopus/silk/arm/ |
D | biquad_alt_neon_intr.c | 88 …A_L_s32x2 = vreinterpret_s32_u32( vshr_n_u32( vreinterpret_u32_s32( A_L_s32x2 ), 3 ) ); … in silk_biquad_alt_stride2_neon()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-intrinsics.c | 19498 return vreinterpret_s32_u32(a); in test_vreinterpret_s32_u32()
|
D | arm_neon_intrinsics.c | 13858 return vreinterpret_s32_u32(a); in test_vreinterpret_s32_u32()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 16432 _NEON2SSESTORAGE int32x2_t vreinterpret_s32_u32 (uint32x2_t t); 16433 #define vreinterpret_s32_u32 macro
|