Home
last modified time | relevance | path

Searched refs:vuzpq_u32 (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/av1/common/arm/
Dtranspose_neon.h55 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/
Dcommon_neon.h575 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()
Dintrapred_directional_neon.cc369 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/
Dv128_intrinsics_arm.h547 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/
Dtranspose_neon.h556 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/
Daarch64-neon-perm.c1273 return vuzpq_u32(a, b); in test_vuzpq_u32()
Darm_neon_intrinsics.c23581 return vuzpq_u32(a, b); in test_vuzpq_u32()
/external/neon_2_sse/
DNEON_2_SSE.h2270 _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