Home
last modified time | relevance | path

Searched refs:word_type (Results 1 - 25 of 51) sorted by relevance

123

/kernel/linux/linux-5.10/arch/microblaze/lib/
H A Dlibgcc.h7 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 Dashrdi3.c6 long long __ashrdi3(long long u, word_type b) in __ashrdi3()
9 word_type bm; in __ashrdi3()
H A Dlshrdi3.c6 long long __lshrdi3(long long u, word_type b) in __lshrdi3()
9 word_type bm; in __lshrdi3()
H A Dashldi3.c6 long long __ashldi3(long long u, word_type b) in __ashldi3()
9 word_type bm; in __ashldi3()
/kernel/linux/linux-6.6/arch/microblaze/lib/
H A Dlibgcc.h7 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 Dashrdi3.c6 long long __ashrdi3(long long u, word_type b) in __ashrdi3()
9 word_type bm; in __ashrdi3()
H A Dlshrdi3.c6 long long __lshrdi3(long long u, word_type b) in __lshrdi3()
9 word_type bm; in __lshrdi3()
H A Dashldi3.c6 long long __ashldi3(long long u, word_type b) in __ashldi3()
9 word_type bm; in __ashldi3()
/kernel/linux/linux-6.6/include/linux/
H A Dlibgcc.h11 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);
/kernel/linux/linux-5.10/arch/m68k/lib/
H A Dashrdi3.c24 typedef int word_type __mode(__word__);
35 __ashrdi3 (DItype u, word_type b) in __ashrdi3()
38 word_type bm; in __ashrdi3()
H A Dlshrdi3.c24 typedef int word_type __mode(__word__);
35 __lshrdi3 (DItype u, word_type b) in __lshrdi3()
38 word_type bm; in __lshrdi3()
H A Dashldi3.c24 typedef int word_type __mode(__word__);
35 __ashldi3 (DItype u, word_type b) in __ashldi3()
38 word_type bm; in __ashldi3()
/kernel/linux/linux-6.6/arch/m68k/lib/
H A Dashrdi3.c24 typedef int word_type __mode(__word__);
35 __ashrdi3 (DItype u, word_type b) in __ashrdi3()
38 word_type bm; in __ashrdi3()
H A Dashldi3.c24 typedef int word_type __mode(__word__);
35 __ashldi3 (DItype u, word_type b) in __ashldi3()
38 word_type bm; in __ashldi3()
H A Dlshrdi3.c24 typedef int word_type __mode(__word__);
35 __lshrdi3 (DItype u, word_type b) in __lshrdi3()
38 word_type bm; in __lshrdi3()
/kernel/linux/linux-5.10/arch/h8300/lib/
H A Dashrdi3.c4 DWtype __ashrdi3(DWtype u, word_type b) in __ashrdi3()
7 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3()
H A Dlshrdi3.c4 DWtype __lshrdi3(DWtype u, word_type b) in __lshrdi3()
7 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __lshrdi3()
H A Dashldi3.c5 __ashldi3(DWtype u, word_type b) in __ashldi3()
8 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3()
/kernel/linux/linux-5.10/arch/sh/lib/
H A Dlshrdi3.c6 long long __lshrdi3(long long u, word_type b) in __lshrdi3()
9 word_type bm; in __lshrdi3()
H A Dashldi3.c6 long long __ashldi3(long long u, word_type b) in __ashldi3()
9 word_type bm; in __ashldi3()
H A Dashrdi3.c6 long long __ashrdi3(long long u, word_type b) in __ashrdi3()
9 word_type bm; in __ashrdi3()
/kernel/linux/linux-5.10/lib/
H A Dlshrdi3.c9 long long notrace __lshrdi3(long long u, word_type b) in __lshrdi3()
12 word_type bm; in __lshrdi3()
H A Dashrdi3.c9 long long notrace __ashrdi3(long long u, word_type b) in __ashrdi3()
12 word_type bm; in __ashrdi3()
H A Dashldi3.c9 long long notrace __ashldi3(long long u, word_type b) in __ashldi3()
12 word_type bm; in __ashldi3()
/kernel/linux/linux-6.6/lib/
H A Dashrdi3.c9 long long notrace __ashrdi3(long long u, word_type b) in __ashrdi3()
12 word_type bm; in __ashrdi3()

Completed in 4 milliseconds

123