Searched refs:vmin_s32 (Results 1 – 5 of 5) sorted by relevance
/external/libopus/silk/arm/ |
D | LPC_inv_pred_gain_neon_intr.c | 162 min_s32x2 = vmin_s32( vget_low_s32( min_s32x4 ), vget_high_s32( min_s32x4 ) ); in LPC_inverse_pred_gain_QA_neon() 164 …min_s32x2 = vmin_s32( min_s32x2, vreinterpret_s32_s64( vshr_n_s64( vreinterpret_s64_s32( min_s32x2… in LPC_inverse_pred_gain_QA_neon()
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | min_max_operations_neon.c | 269 int32x2_t min32x2 = vmin_s32(vget_low_s32(min32x4), vget_high_s32(min32x4)); in WebRtcSpl_MinValueW32Neon()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-intrinsics.c | 4396 return vmin_s32(a, b); in test_vmin_s32()
|
D | arm_neon_intrinsics.c | 8679 return vmin_s32(a, b); in test_vmin_s32()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 882 _NEON2SSESTORAGE int32x2_t vmin_s32(int32x2_t a, int32x2_t b); // VMIN.S32 d0,d0,d0 6187 _NEON2SSESTORAGE int32x2_t vmin_s32(int32x2_t a, int32x2_t b); // VMIN.S32 d0,d0,d0 6188 _NEON2SSE_INLINE int32x2_t vmin_s32(int32x2_t a, int32x2_t b) in vmin_s32() function
|