Searched refs:word_type (Results 1 – 13 of 13) sorted by relevance
/u-boot/arch/m68k/lib/ |
A D | lshrdi3.c | 14 typedef int word_type __attribute__ ((mode (__word__))); typedef 24 DItype __lshrdi3 (DItype u, word_type b) in __lshrdi3() 27 word_type bm; in __lshrdi3()
|
A D | ashldi3.c | 14 typedef int word_type __attribute__ ((mode (__word__))); typedef 24 DItype __ashldi3 (DItype u, word_type b) in __ashldi3() 27 word_type bm; in __ashldi3()
|
A D | muldi3.c | 47 typedef int word_type __attribute__ ((mode (__word__))); typedef
|
/u-boot/arch/nios2/lib/ |
A D | libgcc.c | 20 typedef int word_type; typedef 51 __ashldi3 (DWtype u, word_type b) in __ashldi3() 57 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3() 77 __ashrdi3 (DWtype u, word_type b) in __ashrdi3() 104 __lshrdi3 (DWtype u, word_type b) in __lshrdi3() 129 word_type 362 word_type c = 0; in __divdi3() 408 word_type c = 0; in __moddi3() 426 word_type 487 word_type neg = 0; in __divsi3() [all …]
|
/u-boot/arch/mips/lib/ |
A D | ashldi3.c | 3 long long __ashldi3(long long u, word_type b) in __ashldi3() 6 word_type bm; in __ashldi3()
|
A D | lshrdi3.c | 3 long long __lshrdi3(long long u, word_type b) in __lshrdi3() 6 word_type bm; in __lshrdi3()
|
A D | ashrdi3.c | 3 long long __ashrdi3(long long u, word_type b) in __ashrdi3() 6 word_type bm; in __ashrdi3()
|
A D | libgcc.h | 6 typedef int word_type __attribute__ ((mode (__word__))); typedef
|
/u-boot/arch/sh/lib/ |
A D | ashldi3.c | 3 long long __ashldi3(long long u, word_type b) in __ashldi3() 6 word_type bm; in __ashldi3()
|
A D | lshrdi3.c | 3 long long __lshrdi3(long long u, word_type b) in __lshrdi3() 6 word_type bm; in __lshrdi3()
|
A D | ashrdi3.c | 3 long long __ashrdi3(long long u, word_type b) in __ashrdi3() 6 word_type bm; in __ashrdi3()
|
A D | libgcc.h | 6 typedef int word_type __attribute__ ((mode (__word__))); typedef
|
/u-boot/arch/microblaze/lib/ |
A D | muldi3.c | 52 typedef int word_type __attribute__ ((mode(__word__))); typedef
|
Completed in 13 milliseconds