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

/barrelfish-master/lib/compiler-rt/builtins/
H A Dcmpdi2.c1 //===-- cmpdi2.c - Implement __cmpdi2 -------------------------------------===//
9 // This file implements __cmpdi2 for the compiler_rt library.
19 COMPILER_RT_ABI si_int __cmpdi2(di_int a, di_int b) { function
40 return __cmpdi2(a, b) - 1;
H A Dapple_versioning.c55 NOT_HERE_BEFORE_10_6(__cmpdi2)
229 NOT_HERE_UNTIL_AFTER_4_3(__cmpdi2)
/barrelfish-master/lib/libc/quad/
H A Dcmpdi2.c48 __cmpdi2(a, b) function
H A Dquad.h95 int __cmpdi2(quad_t a, quad_t b);
/barrelfish-master/lib/compiler-rt/test/
H A Dcmpdi2_test.c2 //===-- cmpdi2_test.c - Test __cmpdi2 -------------------------------------===//
10 // This file tests __cmpdi2 for the compiler_rt library.
21 COMPILER_RT_ABI si_int __cmpdi2(di_int a, di_int b);
25 si_int x = __cmpdi2(a, b);
27 printf("error in __cmpdi2(0x%llX, 0x%llX) = %d, expected %d\n",

Completed in 37 milliseconds