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

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

Completed in 128 milliseconds