Home
last modified time | relevance | path

Searched refs:word_type (Results 1 – 15 of 15) sorted by relevance

/linux/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 Dashldi3.c6 long long __ashldi3(long long u, word_type b) in __ashldi3()
9 word_type bm; in __ashldi3()
H A Dlshrdi3.c6 long long __lshrdi3(long long u, word_type b) in __lshrdi3()
9 word_type bm; in __lshrdi3()
H A Dashrdi3.c6 long long __ashrdi3(long long u, word_type b) in __ashrdi3()
9 word_type bm; in __ashrdi3()
H A Dcmpdi2.c6 word_type __cmpdi2(long long a, long long b) in __cmpdi2()
H A Ducmpdi2.c6 word_type __ucmpdi2(unsigned long long a, unsigned long long b) in __ucmpdi2()
/linux/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 Dashldi3.c9 long long notrace __ashldi3(long long u, word_type b) in __ashldi3()
12 word_type bm; in __ashldi3()
H A Dashrdi3.c9 long long notrace __ashrdi3(long long u, word_type b) in __ashrdi3()
12 word_type bm; in __ashrdi3()
H A Ducmpdi2.c8 word_type notrace __ucmpdi2(unsigned long long a, unsigned long long b) in __ucmpdi2()
H A Dcmpdi2.c9 word_type notrace __cmpdi2(long long a, long long b) in __cmpdi2()
/linux/arch/sparc/lib/
H A Dlibgcc.h7 typedef int word_type __attribute__ ((mode (__word__))); typedef
/linux/arch/sh/lib/
H A Dlibgcc.h8 typedef int word_type __attribute__ ((mode (__word__))); typedef
/linux/arch/mips/lib/
H A Dlibgcc.h7 typedef int word_type __attribute__ ((mode (__word__))); typedef
/linux/arch/parisc/lib/
H A Ducmpdi2.c13 word_type __ucmpdi2(unsigned long long a, unsigned long long b) in __ucmpdi2()