Searched refs:vuzpq_u32 (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/common/arm/ |
D | transpose_neon.h | 55 const uint32x4x2_t d0 = vuzpq_u32(vreinterpretq_u32_u16(c0.val[0]), in transpose_u8_8x8() 57 const uint32x4x2_t d1 = vuzpq_u32(vreinterpretq_u32_u16(c0.val[1]), in transpose_u8_8x8()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | common_neon.h | 575 const uint32x4x2_t d0 = vuzpq_u32(vreinterpretq_u32_u16(c0.val[0]), in Transpose8x8() 577 const uint32x4x2_t d1 = vuzpq_u32(vreinterpretq_u32_u16(c0.val[1]), in Transpose8x8()
|
D | intrapred_directional_neon.cc | 369 const uint32x4x2_t d0 = vuzpq_u32(vreinterpretq_u32_u16(c0.val[0]), in DirectionalZone3_WxH() 371 const uint32x4x2_t d1 = vuzpq_u32(vreinterpretq_u32_u16(c0.val[1]), in DirectionalZone3_WxH()
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v128_intrinsics_arm.h | 547 vuzpq_u32(vreinterpretq_u32_s64(y), vreinterpretq_u32_s64(x)); in v128_unziplo_32() 558 vuzpq_u32(vreinterpretq_u32_s64(y), vreinterpretq_u32_s64(x)); in v128_unziphi_32()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | transpose_neon.h | 556 const uint32x4x2_t d0 = vuzpq_u32(vreinterpretq_u32_u16(c0.val[0]), in transpose_u8_8x8() 558 const uint32x4x2_t d1 = vuzpq_u32(vreinterpretq_u32_u16(c0.val[1]), in transpose_u8_8x8()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-perm.c | 1273 return vuzpq_u32(a, b); in test_vuzpq_u32()
|
D | arm_neon_intrinsics.c | 23581 return vuzpq_u32(a, b); in test_vuzpq_u32()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 2270 _NEON2SSESTORAGE uint32x4x2_t vuzpq_u32(uint32x4_t a, uint32x4_t b); // VUZP.32 q0,q0 15980 _NEON2SSESTORAGE uint32x4x2_t vuzpq_u32(uint32x4_t a, uint32x4_t b); // VUZP.32 q0,q0 15981 #define vuzpq_u32 vuzpq_s32 macro
|