Searched refs:__ucmpdi2 (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/
H A Ducmpdi2.c1 //===-- ucmpdi2.c - Implement __ucmpdi2 -----------------------------------===//
9 // This file implements __ucmpdi2 for the compiler_rt library.
19 COMPILER_RT_ABI si_int __ucmpdi2(du_int a, du_int b) { function
40 return __ucmpdi2(a, b) - 1;
H A Dapple_versioning.c132 NOT_HERE_BEFORE_10_6(__ucmpdi2)
320 NOT_HERE_UNTIL_AFTER_4_3(__ucmpdi2)
/barrelfish-master/lib/compiler-rt/test/
H A Ducmpdi2_test.c2 //===-- ucmpdi2_test.c - Test __ucmpdi2 -----------------------------------===//
10 // This file tests __ucmpdi2 for the compiler_rt library.
21 COMPILER_RT_ABI si_int __ucmpdi2(du_int a, du_int b);
25 si_int x = __ucmpdi2(a, b);
27 printf("error in __ucmpdi2(0x%llX, 0x%llX) = %d, expected %d\n",
/barrelfish-master/lib/libc/quad/
H A Ducmpdi2.c47 __ucmpdi2(a, b) function
H A Dquad.h99 int __ucmpdi2(u_quad_t a, u_quad_t b);

Completed in 34 milliseconds