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

  /frameworks/compile/libbcc/runtime/lib/
subvdi3.c 1 /* ===-- subvdi3.c - Implement __subvdi3 -----------------------------------===
10 * This file implements __subvdi3 for the compiler_rt library.
23 __subvdi3(di_int a, di_int b) function
apple_versioning.c 125 NOT_HERE_BEFORE_10_6(__subvdi3)
  /frameworks/compile/libbcc/runtime/test/Unit/
subvdi3_test.c 1 //===-- subvdi3_test.c - Test __subvdi3 -----------------------------------===//
10 // This file tests __subvdi3 for the compiler_rt library.
22 di_int __subvdi3(di_int a, di_int b);
26 di_int x = __subvdi3(a, b);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h 73 extern di_int __subvdi3(di_int, di_int);
Runtime.def 229 DEF_LLVM_RUNTIME(__subvdi3)
  /external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 156 di_int __subvdi3(di_int a, di_int b); // a - b
271 assert(__subvdi3(2, 3) == -1);

Completed in 191 milliseconds