Home
last modified time | relevance | path

Searched refs:shift_count_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arc/lib/
H A Dlibgcc2.c9 __ashldi3(DWtype u, shift_count_type b) in __ashldi3()
15 const shift_count_type bm = W_TYPE_SIZE - b; in __ashldi3()
32 __ashrdi3(DWtype u, shift_count_type b) in __ashrdi3()
38 const shift_count_type bm = W_TYPE_SIZE - b; in __ashrdi3()
56 __lshrdi3(DWtype u, shift_count_type b) in __lshrdi3()
62 const shift_count_type bm = W_TYPE_SIZE - b; in __lshrdi3()
H A Dlibgcc2.h114 typedef int shift_count_type __attribute__((mode (__libgcc_shift_count__))); typedef