Searched refs:v_32x4 (Results 1 – 2 of 2) sorted by relevance
25 static int HorizontalAddS32x4(const int32x4_t v_32x4) { in HorizontalAddS32x4() argument26 const int64x2_t b = vpaddlq_s32(v_32x4); in HorizontalAddS32x4()
27 static INLINE int horizontal_add_s32x4(const int32x4_t v_32x4) { in horizontal_add_s32x4() argument28 const int64x2_t b = vpaddlq_s32(v_32x4); in horizontal_add_s32x4()