HomeSort by: relevance | last modified time | path
    Searched defs:__subvsi3 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
subvsi3.c 1 /* ===-- subvsi3.c - Implement __subvsi3 -----------------------------------===
10 * This file implements __subvsi3 for the compiler_rt library.
22 __subvsi3(si_int a, si_int b) function
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.h 322 #define __subvSI3 __NW(subv,3)
440 extern Wtype __subvSI3 (Wtype, Wtype);
453 #define __subvsi3 __N(subvsi3) macro
458 extern SItype __subvsi3 (SItype, SItype);
libgcc2.c 117 __subvSI3 (Wtype a, Wtype b)
128 __subvsi3 (SItype a, SItype b)
125 __subvsi3 (SItype a, SItype b) function
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h 309 #define __subvSI3 __NW(subv,3)
416 extern Wtype __subvSI3 (Wtype, Wtype);
429 #define __subvsi3 __N(subvsi3) macro
434 extern SItype __subvsi3 (SItype, SItype);
libgcc2.c 117 __subvSI3 (Wtype a, Wtype b)
128 __subvsi3 (SItype a, SItype b)
125 __subvsi3 (SItype a, SItype b) function

Completed in 17 milliseconds