Searched refs:vzip_s32 (Results 1 – 6 of 6) sorted by relevance
/external/libopus/silk/arm/ |
D | biquad_alt_neon_intr.c | 95 t0_s32x2x2 = vzip_s32( A_L_s32x2, A_L_s32x2 ); in silk_biquad_alt_stride2_neon() 96 t1_s32x2x2 = vzip_s32( A_U_s32x2, A_U_s32x2 ); in silk_biquad_alt_stride2_neon() 97 t2_s32x2x2 = vzip_s32( t_s32x2, t_s32x2 ); in silk_biquad_alt_stride2_neon()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | motion_vector_search_neon.cc | 51 const int32x2x2_t offsets = vzip_s32(offset, offset); in MvProjectionCompound()
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v64_intrinsics_arm.h | 414 int32x2x2_t r = vzip_s32(vreinterpret_s32_s64(y), vreinterpret_s32_s64(x)); in v64_ziplo_32() 424 int32x2x2_t r = vzip_s32(vreinterpret_s32_s64(y), vreinterpret_s32_s64(x)); in v64_ziphi_32()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-perm.c | 1429 return vzip_s32(a, b); in test_vzip_s32()
|
D | arm_neon_intrinsics.c | 23700 return vzip_s32(a, b); in test_vzip_s32()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 2239 _NEON2SSESTORAGE int32x2x2_t vzip_s32(int32x2_t a, int32x2_t b); // VZIP.32 d0,d0 15807 _NEON2SSESTORAGE int32x2x2_t vzip_s32(int32x2_t a, int32x2_t b); // VZIP.32 d0,d0 15808 #define vzip_s32 vtrn_s32 macro 15817 #define vzip_u32 vzip_s32
|