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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
lshrti3.c 1 /* ===-- lshrti3.c - Implement __lshrti3 -----------------------------------===
10 * This file implements __lshrti3 for the compiler_rt library.
24 __lshrti3(ti_int a, si_int b) function in typeref:typename:COMPILER_RT_ABI ti_int
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
lshrti3_test.c 1 //===-- lshrti3_test.c - Test __lshrti3 -----------------------------------===//
10 // This file tests __lshrti3 for the compiler_rt library.
23 ti_int __lshrti3(ti_int a, si_int b);
27 ti_int x = __lshrti3(a, b);
36 printf("error in __lshrti3: 0x%llX%.16llX >> %d = 0x%llX%.16llX,"
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
lshrti3_test.c 1 //===-- lshrti3_test.c - Test __lshrti3 -----------------------------------===//
10 // This file tests __lshrti3 for the compiler_rt library.
23 COMPILER_RT_ABI ti_int __lshrti3(ti_int a, si_int b);
27 ti_int x = __lshrti3(a, b);
36 printf("error in __lshrti3: 0x%llX%.16llX >> %d = 0x%llX%.16llX,"

Completed in 14 milliseconds