Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Ddivdi3.c19 #define COMPUTE_UDIV(a, b) __udivmoddi4((a), (b), (du_int *)0) macro
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