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

/linux-4.1.27/arch/microblaze/lib/
H A Dlibgcc.h6 typedef int word_type __attribute__ ((mode (__word__))); typedef
25 extern long long __ashldi3(long long u, word_type b);
26 extern long long __ashrdi3(long long u, word_type b);
27 extern word_type __cmpdi2(long long a, long long b);
28 extern long long __lshrdi3(long long u, word_type b);
30 extern word_type __ucmpdi2(unsigned long long a, unsigned long long b);
H A Dashldi3.c5 long long __ashldi3(long long u, word_type b) __ashldi3()
8 word_type bm; __ashldi3()
H A Dashrdi3.c5 long long __ashrdi3(long long u, word_type b) __ashrdi3()
8 word_type bm; __ashrdi3()
H A Dlshrdi3.c5 long long __lshrdi3(long long u, word_type b) __lshrdi3()
8 word_type bm; __lshrdi3()
H A Dcmpdi2.c5 word_type __cmpdi2(long long a, long long b) __cmpdi2()
H A Ducmpdi2.c5 word_type __ucmpdi2(unsigned long long a, unsigned long long b) __ucmpdi2()
/linux-4.1.27/arch/blackfin/lib/
H A Dashldi3.c10 DItype __ashldi3(DItype u, word_type b)__attribute__((l1_text));
13 DItype __ashldi3(DItype u, word_type b) __ashldi3()
16 word_type bm; __ashldi3()
H A Dlshrdi3.c10 DItype __lshrdi3(DItype u, word_type b)__attribute__((l1_text));
13 DItype __lshrdi3(DItype u, word_type b) __lshrdi3()
16 word_type bm; __lshrdi3()
H A Dashrdi3.c10 DItype __ashrdi3(DItype u, word_type b)__attribute__((l1_text));
13 DItype __ashrdi3(DItype u, word_type b) __ashrdi3()
16 word_type bm; __ashrdi3()
H A Dgcclib.h14 typedef int word_type __attribute__ ((mode(__word__))); typedef
/linux-4.1.27/arch/sparc/lib/
H A Dlibgcc.h6 typedef int word_type __attribute__ ((mode (__word__))); typedef
H A Dcmpdi2.c5 word_type __cmpdi2(long long a, long long b) __cmpdi2()
H A Ducmpdi2.c4 word_type __ucmpdi2(unsigned long long a, unsigned long long b) __ucmpdi2()
/linux-4.1.27/arch/sh/lib/
H A Dashldi3.c5 long long __ashldi3(long long u, word_type b) __ashldi3()
8 word_type bm; __ashldi3()
H A Dashrdi3.c5 long long __ashrdi3(long long u, word_type b) __ashrdi3()
8 word_type bm; __ashrdi3()
H A Dlshrdi3.c5 long long __lshrdi3(long long u, word_type b) __lshrdi3()
8 word_type bm; __lshrdi3()
H A Dlibgcc.h6 typedef int word_type __attribute__ ((mode (__word__))); typedef
/linux-4.1.27/arch/mips/lib/
H A Dashldi3.c5 long long __ashldi3(long long u, word_type b) __ashldi3()
8 word_type bm; __ashldi3()
H A Dashrdi3.c5 long long __ashrdi3(long long u, word_type b) __ashrdi3()
8 word_type bm; __ashrdi3()
H A Dlshrdi3.c5 long long __lshrdi3(long long u, word_type b) __lshrdi3()
8 word_type bm; __lshrdi3()
H A Dcmpdi2.c5 word_type __cmpdi2(long long a, long long b) __cmpdi2()
H A Dlibgcc.h6 typedef int word_type __attribute__ ((mode (__word__))); typedef
H A Ducmpdi2.c5 word_type __ucmpdi2(unsigned long long a, unsigned long long b) __ucmpdi2()
/linux-4.1.27/arch/avr32/lib/
H A D__avr32_asr64.S10 * DWtype __avr32_asr64(DWtype u, word_type b)
H A D__avr32_lsl64.S10 * DWtype __avr32_lsl64(DWtype u, word_type b)
H A D__avr32_lsr64.S10 * DWtype __avr32_lsr64(DWtype u, word_type b)
/linux-4.1.27/arch/mn10300/lib/
H A Dashrdi3.c26 typedef int word_type __attribute__((mode(__word__))); typedef
38 DItype __ashrdi3(DItype u, word_type b) __ashrdi3()
42 word_type bm; __ashrdi3()
H A Dlshrdi3.c26 typedef int word_type __attribute__((mode(__word__))); typedef
38 DItype __lshrdi3(DItype u, word_type b) __lshrdi3()
41 word_type bm; __lshrdi3()
/linux-4.1.27/arch/m68k/lib/
H A Dashldi3.c21 typedef int word_type __attribute__ ((mode (__word__))); typedef
32 __ashldi3 (DItype u, word_type b) __ashldi3()
35 word_type bm; __ashldi3()
H A Dashrdi3.c21 typedef int word_type __attribute__ ((mode (__word__))); typedef
32 __ashrdi3 (DItype u, word_type b) __ashrdi3()
35 word_type bm; __ashrdi3()
H A Dlshrdi3.c21 typedef int word_type __attribute__ ((mode (__word__))); typedef
32 __lshrdi3 (DItype u, word_type b) __lshrdi3()
35 word_type bm; __lshrdi3()
H A Dmuldi3.c68 typedef int word_type __attribute__ ((mode (__word__))); typedef
/linux-4.1.27/arch/score/lib/
H A Dashldi3.c23 long long __ashldi3(long long u, word_type b) __ashldi3()
26 word_type bm; __ashldi3()
H A Dashrdi3.c23 long long __ashrdi3(long long u, word_type b) __ashrdi3()
26 word_type bm; __ashrdi3()
H A Dlshrdi3.c24 long long __lshrdi3(long long u, word_type b) __lshrdi3()
27 word_type bm; __lshrdi3()
H A Dlibgcc.h26 typedef int word_type __attribute__((mode(__word__))); typedef
H A Dcmpdi2.c23 word_type __cmpdi2(long long a, long long b) __cmpdi2()
H A Ducmpdi2.c23 word_type __ucmpdi2(unsigned long long a, unsigned long long b) __ucmpdi2()

Completed in 571 milliseconds