/linux-6.1.9/arch/microblaze/lib/ |
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);
|
D | ashldi3.c | 6 long long __ashldi3(long long u, word_type b) in __ashldi3() 9 word_type bm; in __ashldi3()
|
D | lshrdi3.c | 6 long long __lshrdi3(long long u, word_type b) in __lshrdi3() 9 word_type bm; in __lshrdi3()
|
D | ashrdi3.c | 6 long long __ashrdi3(long long u, word_type b) in __ashrdi3() 9 word_type bm; in __ashrdi3()
|
D | cmpdi2.c | 6 word_type __cmpdi2(long long a, long long b) in __cmpdi2()
|
D | ucmpdi2.c | 6 word_type __ucmpdi2(unsigned long long a, unsigned long long b) in __ucmpdi2()
|
/linux-6.1.9/arch/m68k/lib/ |
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()
|
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()
|
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()
|
D | muldi3.c | 71 typedef int word_type __mode(__word__);
|
/linux-6.1.9/arch/sh/lib/ |
D | ashldi3.c | 6 long long __ashldi3(long long u, word_type b) in __ashldi3() 9 word_type bm; in __ashldi3()
|
D | lshrdi3.c | 6 long long __lshrdi3(long long u, word_type b) in __lshrdi3() 9 word_type bm; in __lshrdi3()
|
D | ashrdi3.c | 6 long long __ashrdi3(long long u, word_type b) in __ashrdi3() 9 word_type bm; in __ashrdi3()
|
D | libgcc.h | 8 typedef int word_type __attribute__ ((mode (__word__))); typedef
|
/linux-6.1.9/lib/ |
D | ashldi3.c | 9 long long notrace __ashldi3(long long u, word_type b) in __ashldi3() 12 word_type bm; in __ashldi3()
|
D | lshrdi3.c | 9 long long notrace __lshrdi3(long long u, word_type b) in __lshrdi3() 12 word_type bm; in __lshrdi3()
|
D | ashrdi3.c | 9 long long notrace __ashrdi3(long long u, word_type b) in __ashrdi3() 12 word_type bm; in __ashrdi3()
|
D | cmpdi2.c | 9 word_type notrace __cmpdi2(long long a, long long b) in __cmpdi2()
|
D | ucmpdi2.c | 8 word_type notrace __ucmpdi2(unsigned long long a, unsigned long long b) in __ucmpdi2()
|
/linux-6.1.9/arch/sparc/lib/ |
D | libgcc.h | 7 typedef int word_type __attribute__ ((mode (__word__))); typedef
|
D | cmpdi2.c | 6 word_type __cmpdi2(long long a, long long b) in __cmpdi2()
|
D | ucmpdi2.c | 5 word_type __ucmpdi2(unsigned long long a, unsigned long long b) in __ucmpdi2()
|
/linux-6.1.9/include/linux/ |
D | libgcc.h | 11 typedef int word_type __attribute__ ((mode (__word__))); typedef
|
/linux-6.1.9/arch/mips/lib/ |
D | libgcc.h | 7 typedef int word_type __attribute__ ((mode (__word__))); typedef
|