Searched refs:__ucmpti2 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Ducmpti2.c1 /* ===-- ucmpti2.c - Implement __ucmpti2 -----------------------------------===
10 * This file implements __ucmpti2 for the compiler_rt library.
25 __ucmpti2(tu_int a, tu_int b) function
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Ducmpti2_test.c1 //===-- ucmpti2_test.c - Test __ucmpti2 -----------------------------------===//
10 // This file tests __ucmpti2 for the compiler_rt library.
23 si_int __ucmpti2(tu_int a, tu_int b);
27 si_int x = __ucmpti2(a, b);
34 printf("error in __ucmpti2(0x%.16llX%.16llX, 0x%.16llX%.16llX) = %d, "
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Ducmpti2_test.c1 //===-- ucmpti2_test.c - Test __ucmpti2 -----------------------------------===//
10 // This file tests __ucmpti2 for the compiler_rt library.
23 COMPILER_RT_ABI si_int __ucmpti2(tu_int a, tu_int b);
27 si_int x = __ucmpti2(a, b);
34 printf("error in __ucmpti2(0x%.16llX%.16llX, 0x%.16llX%.16llX) = %d, "

Completed in 90 milliseconds