HomeSort by: relevance | last modified time | path
    Searched refs:__addvsi3 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
addvsi3_test.c 1 //===-- addvsi3_test.c - Test __addvsi3 -----------------------------------===//
10 // This file tests __addvsi3 for the compiler_rt library.
21 si_int __addvsi3(si_int a, si_int b);
25 si_int x = __addvsi3(a, b);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
addvsi3_test.c 1 //===-- addvsi3_test.c - Test __addvsi3 -----------------------------------===//
10 // This file tests __addvsi3 for the compiler_rt library.
21 COMPILER_RT_ABI si_int __addvsi3(si_int a, si_int b);
25 si_int x = __addvsi3(a, b);
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
addvsi3.c 1 /* ===-- addvsi3.c - Implement __addvsi3 -----------------------------------===
10 * This file implements __addvsi3 for the compiler_rt library.
22 __addvsi3(si_int a, si_int b) function in typeref:typename:COMPILER_RT_ABI si_int

Completed in 36 milliseconds