HomeSort by relevance Sort by last modified time
    Searched refs:__addvdi3 (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/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);
  /external/compiler-rt/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
apple_versioning.c 49 NOT_HERE_BEFORE_10_6(__addvdi3)
228 NOT_HERE_UNTIL_AFTER_4_3(__addvdi3)

Completed in 647 milliseconds