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

  /external/compiler-rt/lib/
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 48 NOT_HERE_BEFORE_10_6(__addvdi3)
227 NOT_HERE_UNTIL_AFTER_4_3(__addvdi3)
  /external/compiler-rt/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);

Completed in 42 milliseconds