Home | History | Annotate | Download | only in neon_2_sse

Lines Matching refs:vextq_u32

1977 _NEON2SSESTORAGE uint32x4_t vextq_u32(uint32x4_t a, uint32x4_t b, __constrange(0,3) int c); // VEXT.32 q0,q0,q0,#0
14376 _NEON2SSESTORAGE uint32x4_t vextq_u32(uint32x4_t a, uint32x4_t b, __constrange(0,3) int c); // VEXT.32 q0,q0,q0,#0
14377 #define vextq_u32(a,b,c) _MM_ALIGNR_EPI8 (b,a,c * 4)