Searched defs:bit_and (Results 1 – 3 of 3) sorted by relevance
414 bit_and(operand a, operand b) in bit_and() function
893 I32 bit_and(I32 x, int y) { return bit_and(x, splat(y)); } in abs() function894 I32 bit_and(int x, I32 y) { return bit_and(splat(x), y); } in abs() function
1097 I32 Builder::bit_and(I32 x, I32 y) { in bit_and() function in skvm::Builder