Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/lib/compiler-rt/builtins/
A Dint_types.h38 typedef uint64_t du_int; typedef
54 du_int all;
86 du_int low;
90 du_int low;
99 du_int low;
100 du_int high;
102 du_int high;
103 du_int low;
115 static __inline tu_int make_tu(du_int h, du_int l) { in make_tu()
A Ddivdi3.c18 #define fixuint_t du_int
19 #define COMPUTE_UDIV(a, b) __udivmoddi4((a), (b), (du_int *)0)
A Dpopcountdi2.c18 du_int x2 = (du_int)a; in __popcountdi2()
A Dint_lib.h112 COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int *rem);
A Dudivmoddi4.c27 COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int *rem) { in __udivmoddi4()
29 const unsigned n_udword_bits = sizeof(du_int) * CHAR_BIT; in __udivmoddi4()
A Ddivmoddi4.c24 du_int r; in __divmoddi4()

Completed in 12 milliseconds