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

  /external/compiler-rt/lib/builtins/
ashrti3.c 1 /* ===-- ashrti3.c - Implement __ashrti3 -----------------------------------===
10 * This file implements __ashrti3 for the compiler_rt library.
24 __ashrti3(ti_int a, si_int b) function
apple_versioning.c 55 NOT_HERE_BEFORE_10_6(__ashrti3)
  /external/compiler-rt/test/builtins/Unit/
ashrti3_test.c 1 //===-- ashrti3_test.c - Test __ashrti3 -----------------------------------===//
10 // This file tests __ashrti3 for the compiler_rt library.
23 COMPILER_RT_ABI ti_int __ashrti3(ti_int a, si_int b);
27 ti_int x = __ashrti3(a, b);
36 printf("error in __ashrti3: 0x%llX%.16llX >> %d = 0x%llX%.16llX,"
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/
Gcc.c 56 long long __ashrti3(long long Datum, int Count) function

Completed in 261 milliseconds