Searched refs:DItype (Results 1 – 11 of 11) sorted by relevance
/arch/blackfin/lib/ |
D | ashrdi3.c | 10 DItype __ashrdi3(DItype u, word_type b)__attribute__((l1_text)); 13 DItype __ashrdi3(DItype u, word_type b) in __ashrdi3()
|
D | lshrdi3.c | 10 DItype __lshrdi3(DItype u, word_type b)__attribute__((l1_text)); 13 DItype __lshrdi3(DItype u, word_type b) in __lshrdi3()
|
D | ashldi3.c | 10 DItype __ashldi3(DItype u, word_type b)__attribute__((l1_text)); 13 DItype __ashldi3(DItype u, word_type b) in __ashldi3()
|
D | gcclib.h | 13 typedef int DItype __attribute__ ((mode(DI))); typedef 23 DItype ll;
|
/arch/mn10300/lib/ |
D | lshrdi3.c | 25 typedef int DItype __attribute__((mode(DI))); typedef 35 DItype ll; 38 DItype __lshrdi3(DItype u, word_type b) in __lshrdi3()
|
D | ashrdi3.c | 25 typedef int DItype __attribute__((mode(DI))); typedef 35 DItype ll; 38 DItype __ashrdi3(DItype u, word_type b) in __ashrdi3()
|
/arch/m68k/lib/ |
D | lshrdi3.c | 20 typedef int DItype __attribute__ ((mode (DI))); typedef 28 DItype ll; 31 DItype 32 __lshrdi3 (DItype u, word_type b) in __lshrdi3()
|
D | ashldi3.c | 20 typedef int DItype __attribute__ ((mode (DI))); typedef 28 DItype ll; 31 DItype 32 __ashldi3 (DItype u, word_type b) in __ashldi3()
|
D | ashrdi3.c | 20 typedef int DItype __attribute__ ((mode (DI))); typedef 28 DItype ll; 31 DItype 32 __ashrdi3 (DItype u, word_type b) in __ashrdi3()
|
D | muldi3.c | 67 typedef int DItype __attribute__ ((mode (DI))); typedef 75 DItype ll; 78 DItype 79 __muldi3 (DItype u, DItype v) in __muldi3()
|
/arch/h8300/lib/ |
D | libgcc.h | 53 #define DWtype DItype 63 typedef int DItype __attribute__ ((mode (DI))); typedef
|