Searched refs:word_type (Results 1 – 13 of 13) sorted by relevance
| /rk3399_rockchip-uboot/arch/nios2/lib/ |
| H A D | libgcc.c | 21 typedef int word_type; typedef 52 __ashldi3 (DWtype u, word_type b) in __ashldi3() 58 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3() 78 __ashrdi3 (DWtype u, word_type b) in __ashrdi3() 84 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3() 105 __lshrdi3 (DWtype u, word_type b) in __lshrdi3() 111 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __lshrdi3() 130 word_type 363 word_type c = 0; in __divdi3() 409 word_type c = 0; in __moddi3() [all …]
|
| /rk3399_rockchip-uboot/arch/m68k/lib/ |
| H A D | lshrdi3.c | 15 typedef int word_type __attribute__ ((mode (__word__))); typedef 25 DItype __lshrdi3 (DItype u, word_type b) in __lshrdi3() 28 word_type bm; in __lshrdi3()
|
| H A D | ashldi3.c | 15 typedef int word_type __attribute__ ((mode (__word__))); typedef 25 DItype __ashldi3 (DItype u, word_type b) in __ashldi3() 28 word_type bm; in __ashldi3()
|
| H A D | muldi3.c | 48 typedef int word_type __attribute__ ((mode (__word__))); typedef
|
| /rk3399_rockchip-uboot/arch/sh/lib/ |
| H A D | ashldi3.c | 3 long long __ashldi3(long long u, word_type b) in __ashldi3() 6 word_type bm; in __ashldi3()
|
| H A D | lshrdi3.c | 3 long long __lshrdi3(long long u, word_type b) in __lshrdi3() 6 word_type bm; in __lshrdi3()
|
| H A D | ashrdi3.c | 3 long long __ashrdi3(long long u, word_type b) in __ashrdi3() 6 word_type bm; in __ashrdi3()
|
| H A D | libgcc.h | 6 typedef int word_type __attribute__ ((mode (__word__))); typedef
|
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | lshrdi3.c | 3 long long __lshrdi3(long long u, word_type b) in __lshrdi3() 6 word_type bm; in __lshrdi3()
|
| H A D | ashldi3.c | 3 long long __ashldi3(long long u, word_type b) in __ashldi3() 6 word_type bm; in __ashldi3()
|
| H A D | ashrdi3.c | 3 long long __ashrdi3(long long u, word_type b) in __ashrdi3() 6 word_type bm; in __ashrdi3()
|
| H A D | libgcc.h | 6 typedef int word_type __attribute__ ((mode (__word__))); typedef
|
| /rk3399_rockchip-uboot/arch/microblaze/lib/ |
| H A D | muldi3.c | 53 typedef int word_type __attribute__ ((mode(__word__))); typedef
|