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

  /external/u-boot/arch/arc/lib/
libgcc2.c 9 __ashldi3(DWtype u, shift_count_type b)
15 const shift_count_type bm = W_TYPE_SIZE - b;
32 __ashrdi3(DWtype u, shift_count_type b)
38 const shift_count_type bm = W_TYPE_SIZE - b;
56 __lshrdi3(DWtype u, shift_count_type b)
62 const shift_count_type bm = W_TYPE_SIZE - b;
libgcc2.h 114 typedef int shift_count_type __attribute__((mode (__libgcc_shift_count__))); typedef

Completed in 212 milliseconds