Searched refs:__subvsi3 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dsubvsi3_test.c1 //===-- subvsi3_test.c - Test __subvsi3 -----------------------------------===//
10 // This file tests __subvsi3 for the compiler_rt library.
22 si_int __subvsi3(si_int a, si_int b);
26 si_int x = __subvsi3(a, b);
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dsubvsi3_test.c1 //===-- subvsi3_test.c - Test __subvsi3 -----------------------------------===//
10 // This file tests __subvsi3 for the compiler_rt library.
22 COMPILER_RT_ABI si_int __subvsi3(si_int a, si_int b);
26 si_int x = __subvsi3(a, b);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dsubvsi3.c1 /* ===-- subvsi3.c - Implement __subvsi3 -----------------------------------===
10 * This file implements __subvsi3 for the compiler_rt library.
22 __subvsi3(si_int a, si_int b) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcc2.h429 #define __subvsi3 __N(subvsi3) macro
434 extern SItype __subvsi3 (SItype, SItype);
H A Dlibgcc2.c128 __subvsi3 (SItype a, SItype b)
125 __subvsi3 (SItype a, SItype b) function
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dlibgcc2.h429 #define __subvsi3 __N(subvsi3) macro
434 extern SItype __subvsi3 (SItype, SItype);
H A Dlibgcc2.c128 __subvsi3 (SItype a, SItype b)
125 __subvsi3 (SItype a, SItype b) function

Completed in 193 milliseconds