Home
last modified time | relevance | path

Searched defs:COMPUTE_UDIV (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Ddivti3.c21 #define COMPUTE_UDIV(a, b) __udivmodti4((a), (b), (tu_int *)0) macro
H A Ddivdi3.c19 #define COMPUTE_UDIV(a, b) __udivmoddi4((a), (b), (du_int *)0) macro
H A Ddivsi3.c23 #define COMPUTE_UDIV(a, b) ((su_int)(a) / (su_int)(b)) macro