Searched refs:MaskIfEqual (Results 1 – 2 of 2) sorted by relevance
79 inline int32x4_t MaskIfEqual(int32x4_t a, int32x4_t b) { in MaskIfEqual() function85 return BitNot(MaskIfEqual(a, b)); in MaskIfNotEqual()90 return MaskIfEqual(a, vdupq_n_s32(0)); in MaskIfZero()
102 tIntegerType MaskIfEqual(tIntegerType a, tIntegerType b) { in MaskIfEqual() function362 MAKE_FIXEDPOINT_BINARY_FUNC_RETURNING_RAW(MaskIfEqual)383 return All(MaskIfEqual(a.raw(), b.raw()));