Searched defs:bit_or (Results 1 – 3 of 3) sorted by relevance
420 bit_or(operand a, operand b) in bit_or() function
894 I32 bit_or(I32 x, int y) { return bit_or(x, splat(y)); } in abs() function895 I32 bit_or(int x, I32 y) { return bit_or(splat(x), y); } in abs() function
1094 I32 Builder::bit_or(I32 x, I32 y) { in bit_or() function in skvm::Builder