Home
last modified time | relevance | path

Searched refs:si_int (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a-latest/lib/compiler-rt/builtins/
Dctzdi2.c24 extern int __ctzsi2(si_int);
32 const si_int f = -(x.s.low == 0); in __ctzdi2()
34 (f & ((si_int)(sizeof(si_int) * CHAR_BIT))); in __ctzdi2()
Dint_types.h22 #ifdef si_int
23 #undef si_int
25 typedef int32_t si_int; typedef
45 si_int high;
47 si_int high;
Dint_lib.h104 COMPILER_RT_ABI int __paritysi2(si_int a);
108 COMPILER_RT_ABI si_int __divsi3(si_int a, si_int b);
Dpopcountsi2.c17 COMPILER_RT_ABI int __popcountsi2(si_int a) { in __popcountsi2()
Dlshrdi3.c20 const int bits_in_word = (int)(sizeof(si_int) * CHAR_BIT); in __lshrdi3()