Lines Matching refs:__h

527 	   struct {USItype __l, __h;} __i;				\
532 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
535 struct {SItype __l, __h;} __i; \
540 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
553 struct {USItype __h, __l;} __i; \
556 (ph) = __x.__i.__h; \
562 struct {USItype __h, __l;} __i; \
565 (ph) = __x.__i.__h; \
607 struct {USItype __h, __l;} __i; \
610 (wh) = __x.__i.__h; \
684 struct {USItype __h, __l;} __i; \
687 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
696 struct {USItype __h, __l;} __i; \
701 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
725 struct {USItype __h, __l;} __i; \
727 __x.__i.__h = n1; __x.__i.__l = n0; \
731 (q) = __x.__i.__l; (r) = __x.__i.__h; \
749 struct {USItype __h, __l;} __i; \
754 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
760 struct {USItype __h, __l;} __i; \
762 __x.__i.__h = n1; __x.__i.__l = n0; \
766 (q) = __x.__i.__l; (r) = __x.__i.__h; \
793 struct {UDItype __h, __l;} __i; \
798 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
803 struct {UDItype __h, __l;} __i; \
805 __x.__i.__h = n1; __x.__i.__l = n0; \
809 (q) = __x.__i.__l; (r) = __x.__i.__h; \
815 struct {UDItype __h, __l;} __i; \
820 (cnt) = __clr_cnt.__i.__h; \
1019 struct {USItype __l, __h;} __i; \
1023 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
1031 struct {USItype __l, __h;} __i; \
1033 __nn.__i.__h = (nh); __nn.__i.__l = (nl); \
1036 (r) = __rq.__i.__l; (q) = __rq.__i.__h; \
1049 struct {USItype __l, __h;} __i; \
1051 __nn.__i.__h = (h); __nn.__i.__l = (l); \
1159 struct {USItype __h, __l;} __i; \
1162 (wh) = __x.__i.__h; \
1167 struct {USItype __h, __l;} __i; \
1169 __x.__i.__h = (n1); __x.__i.__l = (n0); \
1234 struct {USItype __l, __h;} __i; \
1239 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
1248 struct {USItype __l, __h;} __i; \
1250 __x.__i.__h = (n1); __x.__i.__l = (n0); \
1254 (r) = __x.__i.__l; (q) = __x.__i.__h; })
1461 struct {USItype __h, __l;} __i; \
1466 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
1746 struct {USItype __l, __h;} __i; \
1751 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
1756 struct {SItype __l, __h;} __i; \
1758 __x.__i.__h = n1; __x.__i.__l = n0; \
1788 struct {unsigned int __h, __l;} __i; \
1792 : "=r" (__x.__i.__h), "=r" (__x.__i.__l) \
1794 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \