Home
last modified time | relevance | path

Searched refs:COMPUTE_UDIV (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_div_impl.inc72 #ifdef COMPUTE_UDIV
80 return (COMPUTE_UDIV(a_u, b_u) ^ s_a) + (-s_a); // negate if s_a == -1
82 #endif // COMPUTE_UDIV
H A Ddivdi3.c19 #define COMPUTE_UDIV(a, b) __udivmoddi4((a), (b), (du_int *)0) macro
H A Ddivti3.c21 #define COMPUTE_UDIV(a, b) __udivmodti4((a), (b), (tu_int *)0) macro
H A Ddivsi3.c23 #define COMPUTE_UDIV(a, b) ((su_int)(a) / (su_int)(b)) macro