Lines Matching refs:__h

515 	   struct {USItype __l, __h;} __i;				\
520 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
523 struct {SItype __l, __h;} __i; \
528 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
541 struct {USItype __h, __l;} __i; \
544 (ph) = __x.__i.__h; \
550 struct {USItype __h, __l;} __i; \
553 (ph) = __x.__i.__h; \
595 struct {USItype __h, __l;} __i; \
598 (wh) = __x.__i.__h; \
648 struct {USItype __h, __l;} __i; \
653 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
658 struct {USItype __h, __l;} __i; \
660 __x.__i.__h = n1; __x.__i.__l = n0; \
664 (q) = __x.__i.__l; (r) = __x.__i.__h; \
862 struct {USItype __l, __h;} __i; \
866 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
874 struct {USItype __l, __h;} __i; \
876 __nn.__i.__h = (nh); __nn.__i.__l = (nl); \
879 (r) = __rq.__i.__l; (q) = __rq.__i.__h; \
892 struct {USItype __l, __h;} __i; \
894 __nn.__i.__h = (h); __nn.__i.__l = (l); \
1002 struct {USItype __h, __l;} __i; \
1005 (wh) = __x.__i.__h; \
1010 struct {USItype __h, __l;} __i; \
1012 __x.__i.__h = (n1); __x.__i.__l = (n0); \
1077 struct {USItype __l, __h;} __i; \
1082 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
1091 struct {USItype __l, __h;} __i; \
1093 __x.__i.__h = (n1); __x.__i.__l = (n0); \
1097 (r) = __x.__i.__l; (q) = __x.__i.__h; })
1304 struct {USItype __h, __l;} __i; \
1309 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
1591 struct {USItype __l, __h;} __i; \
1596 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
1601 struct {SItype __l, __h;} __i; \
1603 __x.__i.__h = n1; __x.__i.__l = n0; \
1635 struct {unsigned int __h, __l;} __i; \
1639 : "=r" (__x.__i.__h), "=r" (__x.__i.__l) \
1641 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \