Searched defs:bit_or (Results 1 – 9 of 9) sorted by relevance
22 int bit_or; in test_omp_parallel_sections_reduction() local
21 int bit_or; in test_omp_sections_reduction() local
25 int bit_or; in test_omp_parallel_for_reduction() local
23 int bit_or; in test_omp_for_reduction() local
25 int bit_or; in test_omp_parallel_reduction() local
21 int bit_or = 0; in test_omp_atomic() local
420 bit_or(operand a, operand b) in bit_or() function
838 I32 bit_or(I32 x, int y) { return bit_or(x, splat(y)); } in abs() function839 I32 bit_or(int x, I32 y) { return bit_or(splat(x), y); } in abs() function
947 I32 Builder::bit_or(I32 x, I32 y) { in bit_or() function in skvm::Builder