Home
last modified time | relevance | path

Searched refs:du_int (Results 1 – 25 of 31) sorted by relevance

12

/NextBSD/contrib/compiler-rt/lib/builtins/
HDint_types.h27 typedef unsigned long long du_int; typedef
46 du_int all;
74 du_int low;
78 du_int low;
89 du_int low;
90 du_int high;
92 du_int high;
93 du_int low;
105 static inline tu_int make_tu(du_int h, du_int l) { in make_tu()
HDumoddi3.c19 COMPILER_RT_ABI du_int
20 __umoddi3(du_int a, du_int b) in __umoddi3()
22 du_int r; in __umoddi3()
HDfloatundidf.c33 __floatundidf(du_int a) in ARM_EABI_FNALIAS()
55 __floatundidf(du_int a)
59 const unsigned N = sizeof(du_int) * CHAR_BIT;
81 ((a & ((du_int)(-1) >> ((N + DBL_MANT_DIG+2) - sd))) != 0);
88 if (a & ((du_int)1 << DBL_MANT_DIG))
HDfixunsdfdi.c21 COMPILER_RT_ABI du_int in ARM_EABI_FNALIAS()
27 return ((du_int)high << 32) | low; in ARM_EABI_FNALIAS()
36 typedef du_int fixuint_t;
39 COMPILER_RT_ABI du_int
HDfixunssfdi.c21 COMPILER_RT_ABI du_int in ARM_EABI_FNALIAS()
28 return ((du_int)high << 32) | low; in ARM_EABI_FNALIAS()
37 typedef du_int fixuint_t;
40 COMPILER_RT_ABI du_int
HDmulti3.c23 __mulddi3(du_int a, du_int b) in __mulddi3()
27 const du_int lower_mask = (du_int)~0 >> bits_in_dword_2; in __mulddi3()
29 du_int t = r.s.low >> bits_in_dword_2; in __mulddi3()
HDfloatundisf.c28 __floatundisf(du_int a) in ARM_EABI_FNALIAS()
32 const unsigned N = sizeof(du_int) * CHAR_BIT; in ARM_EABI_FNALIAS()
54 ((a & ((du_int)(-1) >> ((N + FLT_MANT_DIG+2) - sd))) != 0); in ARM_EABI_FNALIAS()
61 if (a & ((du_int)1 << FLT_MANT_DIG)) in ARM_EABI_FNALIAS()
HDint_lib.h96 COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
HDudivdi3.c19 COMPILER_RT_ABI du_int
20 __udivdi3(du_int a, du_int b) in __udivdi3()
HDfixunsxfdi.c33 COMPILER_RT_ABI du_int
41 if ((unsigned)e > sizeof(du_int) * CHAR_BIT) in __fixunsxfdi()
42 return ~(du_int)0; in __fixunsxfdi()
HDREADME.txt29 typedef unsigned long long du_int;
72 du_int __udivdi3 (du_int a, du_int b); // a / b unsigned
78 du_int __umoddi3 (du_int a, du_int b); // a % b unsigned
80 du_int __udivmoddi4(du_int a, du_int b, du_int* rem); // a / b, *rem = a % b unsigned
124 si_int __ucmpdi2(du_int a, du_int b);
142 du_int __fixunssfdi( float a);
143 du_int __fixunsdfdi( double a);
144 du_int __fixunsxfdi(long double a);
160 float __floatundisf(du_int a);
161 double __floatundidf(du_int a);
[all …]
HDfloatdisf.c55 a = ((du_int)a >> (sd - (FLT_MANT_DIG+2))) | in ARM_EABI_FNALIAS()
56 ((a & ((du_int)(-1) >> ((N + FLT_MANT_DIG+2) - sd))) != 0); in ARM_EABI_FNALIAS()
63 if (a & ((du_int)1 << FLT_MANT_DIG)) in ARM_EABI_FNALIAS()
HDfloatdidf.c80 a = ((du_int)a >> (sd - (DBL_MANT_DIG+2))) |
81 ((a & ((du_int)(-1) >> ((N + DBL_MANT_DIG+2) - sd))) != 0);
88 if (a & ((du_int)1 << DBL_MANT_DIG))
HDudivmoddi4.c23 COMPILER_RT_ABI du_int
24 __udivmoddi4(du_int a, du_int b, du_int* rem) in __udivmoddi4()
27 const unsigned n_udword_bits = sizeof(du_int) * CHAR_BIT; in __udivmoddi4()
HDfixunstfdi.c15 typedef du_int fixuint_t;
18 COMPILER_RT_ABI du_int
HDaddvdi3.c24 di_int s = (du_int) a + (du_int) b; in __addvdi3()
HDsubvdi3.c24 di_int s = (du_int) a - (du_int) b; in __subvdi3()
HDpopcountdi2.c22 du_int x2 = (du_int)a; in __popcountdi2()
HDfixsfdi.c21 COMPILER_RT_ABI du_int __fixunssfdi(float a);
39 typedef du_int fixuint_t;
HDfixdfdi.c20 COMPILER_RT_ABI du_int __fixunsdfdi(double a);
38 typedef du_int fixuint_t;
HDfloatundixf.c29 __floatundixf(du_int a) in __floatundixf()
33 const unsigned N = sizeof(du_int) * CHAR_BIT; in __floatundixf()
HDpopcountti2.c34 du_int x2 = (du_int)(x3 + (x3 >> 64)); in __popcountti2()
HDfixxfdi.c33 const di_int di_max = (di_int)((~(du_int)0) / 2); in __fixxfdi()
44 r = (du_int)r >> (63 - e); in __fixxfdi()
HDucmpdi2.c23 __ucmpdi2(du_int a, du_int b) in __ucmpdi2()
HDfixtfdi.c16 typedef du_int fixuint_t;

12