Home
last modified time | relevance | path

Searched refs:vpadalq_s32 (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilters_neon.c43 tmpb_v = vpadalq_s32(tmpb_v, tmpa0_v); in WebRtcIsacfix_AutocorrNeon()
78 tmpb_v = vpadalq_s32(tmpb_v, tmpa0_v); in WebRtcIsacfix_AutocorrNeon()
79 tmpb_v = vpadalq_s32(tmpb_v, tmpa1_v); in WebRtcIsacfix_AutocorrNeon()
89 tmpb_v = vpadalq_s32(tmpb_v, tmpa0_v); in WebRtcIsacfix_AutocorrNeon()
/external/webrtc/common_audio/signal_processing/
Dcross_correlation_neon.c40 sum0 = vpadalq_s32(sum0, tmp0); in DotProductWithScaleNeon()
41 sum1 = vpadalq_s32(sum1, tmp1); in DotProductWithScaleNeon()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-misc.c1089 return vpadalq_s32(a, b); in test_vpadalq_s32()
Darm_neon_intrinsics.c9285 return vpadalq_s32(a, b); in test_vpadalq_s32()
/external/clang/test/CodeGen/
Daarch64-neon-misc.c1172 return vpadalq_s32(a, b); in test_vpadalq_s32()
Darm_neon_intrinsics.c11189 return vpadalq_s32(a, b); in test_vpadalq_s32()
/external/neon_2_sse/
DNEON_2_SSE.h928 _NEON2SSESTORAGE int64x2_t vpadalq_s32(int64x2_t a, int32x4_t b); // VPADAL.S32 q0,q0
6556 _NEON2SSESTORAGE int64x2_t vpadalq_s32(int64x2_t a, int32x4_t b); // VPADAL.S32 q0,q0
6557 _NEON2SSE_INLINE int64x2_t vpadalq_s32(int64x2_t a, int32x4_t b) in vpadalq_s32() function