Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/
Dlonglong.h44 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
45 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
50 #define UWtype USItype macro
552 UWtype __x; \
570 UWtype _x = (x), _y, _a, _c; \
586 UWtype __ctz_x = (x); \
1112 extern UWtype __udiv_qrnnd_16 (UWtype, UWtype) \
1134 extern UWtype __udiv_qrnnd_16 (UWtype, UWtype) \
1615 UWtype __x; \
[all …]