Searched refs:UWtype (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dlibgcc2.c78 .high = -uu.s.high - ((UWtype) -uu.s.low > 0) } };
314 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
315 * (UDWtype) (UWtype) vv.s.low};
316 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.low
317 * (UDWtype) (UWtype) vv.s.high};
323 w1.ll += (UWtype) w0.s.high;
337 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
338 * (UDWtype) (UWtype) vv.s.low};
339 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.high
340 * (UDWtype) (UWtype) v
1948 #undef UWtype macro
[all...]
H A Dlibgcc2.h203 #define UWtype UDItype macro
214 #define UWtype USItype macro
224 #define UWtype UHItype macro
234 #define UWtype UQItype macro
243 #define Wtype_MAX ((Wtype)(((UWtype)1 << (W_TYPE_SIZE - 1)) - 1))
337 extern UWtype __udiv_w_sdiv (UWtype *, UWtype, UWtype, UWtype);
[all...]
H A Dlonglong.h22 UWtype -- An unsigned type, default type for operations (typically a "word")
23 UHWtype -- An unsigned type, at least half the size of UWtype.
24 UDWtype -- An unsigned type, at least twice as large a UWtype
25 W_TYPE_SIZE -- size in bits of UWtype
31 On a 32 bit machine UWtype should typically be USItype;
32 on a 64 bit machine, UWtype should typically be UDItype. */
35 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
36 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
37 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
41 #define UWtype USItyp macro
[all...]
/freebsd-11.0-release/contrib/gcc/config/soft-fp/
H A Dsoft-fp.h177 #define UWtype _FP_W_TYPE macro
H A Dop-4.h354 UWtype _t; \
388 (X##_f[3]/Y##_f[3] would not fit into UWtype). \
390 (UWtype)-1 or (UWtype)-2. */ \
593 UWtype _t0, _t1, _t2; \
602 UWtype _t0, _t1, _t2, _t3; \
611 UWtype _t; \
H A Dop-2.h182 UWtype _t = xl; \
487 (_r/Y##_f1 would not fit into UWtype). \
489 (UWtype)-1 or (UWtype)-2. But as we know what kind \

Completed in 79 milliseconds