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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
negvsi2.c 1 /* ===-- negvsi2.c - Implement __negvsi2 -----------------------------------===
10 * This file implements __negvsi2 for the compiler_rt library.
22 __negvsi2(si_int a) function in typeref:typename:COMPILER_RT_ABI si_int
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
negvsi2_test.c 1 //===-- negvsi2_test.c - Test __negvsi2 -----------------------------------===//
10 // This file tests __negvsi2 for the compiler_rt library.
21 si_int __negvsi2(si_int a);
25 si_int x = __negvsi2(a);
28 printf("error in __negvsi2(0x%X) = %d, expected %d\n", a, x, expected);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
negvsi2_test.c 1 //===-- negvsi2_test.c - Test __negvsi2 -----------------------------------===//
10 // This file tests __negvsi2 for the compiler_rt library.
21 COMPILER_RT_ABI si_int __negvsi2(si_int a);
25 si_int x = __negvsi2(a);
28 printf("error in __negvsi2(0x%X) = %d, expected %d\n", a, x, expected);

Completed in 142 milliseconds