Searched refs:__udivmodti4 (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/
H A Dudivti3.c20 return __udivmodti4(a, b, 0);
H A Dumodti3.c21 __udivmodti4(a, b, &r);
H A Dmodti3.c26 __udivmodti4(a, b, &r);
H A Ddivti3.c26 return (__udivmodti4(a, b, (tu_int *)0) ^ s_a) - s_a; // negate if s_a == -1
H A Dint_lib.h98 COMPILER_RT_ABI tu_int __udivmodti4(tu_int a, tu_int b, tu_int *rem);
H A Dudivmodti4.c1 //===-- udivmodti4.c - Implement __udivmodti4 -----------------------------===//
9 // This file implements __udivmodti4 for the compiler_rt library.
22 COMPILER_RT_ABI tu_int __udivmodti4(tu_int a, tu_int b, tu_int *rem) { function
H A Dapple_versioning.c136 NOT_HERE_BEFORE_10_6(__udivmodti4)
/barrelfish-master/lib/compiler-rt/test/
H A Dudivmodti4_test.c3 //===-- udivmodti4_test.c - Test __udivmodti4 -----------------------------===//
11 // This file tests __udivmodti4 for the compiler_rt library.
23 COMPILER_RT_ABI tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
28 tu_int q = __udivmodti4(a, b, &r);
43 printf("error in __udivmodti4: 0x%.16llX%.16llX / 0x%.16llX%.16llX = "
[all...]

Completed in 170 milliseconds