Searched refs:BitXor (Results 1 – 2 of 2) sorted by relevance
50 tIntegerType BitXor(tIntegerType a, tIntegerType b) { in BitXor() function87 return BitXor(BitAnd(if_mask, then_val), BitAnd(BitNot(if_mask), else_val)); in SelectUsingMask()340 MAKE_FIXEDPOINT_BINARY_FUNC(operator^, BitXor)
38 inline int32x4_t BitXor(int32x4_t a, int32x4_t b) { in BitXor() function