Home
last modified time | relevance | path

Searched refs:__udivmoddi4 (Results 1 – 5 of 5) 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)
H A Ddivmoddi4.c25 di_int q = (__udivmoddi4(a, b, &r) ^ s_b) - s_b; // negate if s_b == -1 in __divmoddi4()
H A Dint_lib.h112 COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int *rem);
H A Dudivmoddi4.c27 COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int *rem) { in __udivmoddi4() function
/rk3399_ARM-atf/lib/compiler-rt/builtins/arm/
H A Daeabi_uldivmod.S37 bl SYMBOL_NAME(__udivmoddi4)