Searched refs:v_s8x16 (Results 1 – 1 of 1) sorted by relevance
2089 inline bool IsAllZero(const int8x16_t v_s8x16) { in IsAllZero() argument2090 const uint32_t u32 = vmaxvq_u32(vreinterpretq_u32_s8(v_s8x16)); in IsAllZero()2151 const int8x16_t v_s8x16 = vld1q_s8(vector + v); in NeonIsZeroVector() local2152 if (!IsAllZero(v_s8x16)) return false; in NeonIsZeroVector()