Searched refs:di_int (Results 1 – 4 of 4) sorted by relevance
13 #define fixint_t di_int21 COMPILER_RT_ABI di_int __mulodi4(di_int a, di_int b, int *overflow) { in __mulodi4()
37 typedef int64_t di_int; typedef41 di_int all;87 di_int high;89 di_int high;108 static __inline ti_int make_ti(di_int h, di_int l) { in make_ti()
105 COMPILER_RT_ABI int __paritydi2(di_int a);107 COMPILER_RT_ABI di_int __divdi3(di_int a, di_int b);
22 const int bits_in_dword = (int)(sizeof(di_int) * CHAR_BIT); in __ashlti3()