/openbmc/linux/arch/microblaze/lib/ |
H A D | libgcc.h | 7 typedef int word_type __attribute__ ((mode (__word__))); typedef 26 extern long long __ashldi3(long long u, word_type b); 27 extern long long __ashrdi3(long long u, word_type b); 28 extern word_type __cmpdi2(long long a, long long b); 29 extern long long __lshrdi3(long long u, word_type b); 31 extern word_type __ucmpdi2(unsigned long long a, unsigned long long b);
|
H A D | lshrdi3.c | 6 long long __lshrdi3(long long u, word_type b) in __lshrdi3() 9 word_type bm; in __lshrdi3()
|
H A D | ashldi3.c | 6 long long __ashldi3(long long u, word_type b) in __ashldi3() 9 word_type bm; in __ashldi3()
|
H A D | ashrdi3.c | 6 long long __ashrdi3(long long u, word_type b) in __ashrdi3() 9 word_type bm; in __ashrdi3()
|
/openbmc/linux/include/linux/ |
H A D | libgcc.h | 11 typedef int word_type __attribute__ ((mode (__word__))); typedef 30 long long notrace __ashldi3(long long u, word_type b); 31 long long notrace __ashrdi3(long long u, word_type b); 32 word_type notrace __cmpdi2(long long a, long long b); 33 long long notrace __lshrdi3(long long u, word_type b); 35 word_type notrace __ucmpdi2(unsigned long long a, unsigned long long b);
|
/openbmc/u-boot/arch/nios2/lib/ |
H 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() 83 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3() 104 __lshrdi3 (DWtype u, word_type b) in __lshrdi3() 110 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __lshrdi3() 129 word_type 362 word_type c = 0; in __divdi3() 408 word_type c = 0; in __moddi3() [all …]
|
/openbmc/linux/arch/m68k/lib/ |
H A D | lshrdi3.c | 24 typedef int word_type __mode(__word__); 35 __lshrdi3 (DItype u, word_type b) in __lshrdi3() 38 word_type bm; in __lshrdi3()
|
H A D | ashldi3.c | 24 typedef int word_type __mode(__word__); 35 __ashldi3 (DItype u, word_type b) in __ashldi3() 38 word_type bm; in __ashldi3()
|
H A D | ashrdi3.c | 24 typedef int word_type __mode(__word__); 35 __ashrdi3 (DItype u, word_type b) in __ashrdi3() 38 word_type bm; in __ashrdi3()
|
/openbmc/u-boot/arch/m68k/lib/ |
H 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()
|
H 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()
|
/openbmc/u-boot/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
|
/openbmc/u-boot/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
|
/openbmc/linux/lib/ |
H A D | lshrdi3.c | 9 long long notrace __lshrdi3(long long u, word_type b) in __lshrdi3() 12 word_type bm; in __lshrdi3()
|
H A D | ashldi3.c | 9 long long notrace __ashldi3(long long u, word_type b) in __ashldi3() 12 word_type bm; in __ashldi3()
|
H A D | ashrdi3.c | 9 long long notrace __ashrdi3(long long u, word_type b) in __ashrdi3() 12 word_type bm; in __ashrdi3()
|
/openbmc/linux/arch/sparc/lib/ |
H A D | libgcc.h | 7 typedef int word_type __attribute__ ((mode (__word__))); typedef
|
H A D | ucmpdi2.c | 5 word_type __ucmpdi2(unsigned long long a, unsigned long long b) in __ucmpdi2()
|
/openbmc/linux/arch/sh/lib/ |
H A D | libgcc.h | 8 typedef int word_type __attribute__ ((mode (__word__))); typedef
|