Home | History | Annotate | Download | only in include

Lines Matching defs:int32x4x2_t

114 typedef struct int32x4x2_t
117 } int32x4x2_t;
17966 __LD2R_FUNC (int32x4x2_t, int32x2_t, int32_t, 4s, s32, q)
18008 __LD2_LANE_FUNC (int32x4x2_t, int32_t, 4s, s, s32, q)
18211 __ST2_LANE_FUNC (int32x4x2_t, int32_t, 4s, s, s32, q)
20398 __extension__ static __inline int32x4x2_t __attribute__ ((__always_inline__))
20401 int32x4x2_t ret;
24239 int32x4x2_t temp;
24332 vst2q_s32 (int32_t * __a, int32x4x2_t val)
25115 __extension__ static __inline int32x4x2_t __attribute__ ((__always_inline__))
25118 return (int32x4x2_t) {vtrn1q_s32 (a, b), vtrn2q_s32 (a, b)};
25356 __DEFINTERLEAVE (op, int32x4x2_t, int32x4_t, s32, q) \