Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmoddiv.c27 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
35 #define UWtype USItype
48 : "=r" ((USItype) (sh)), \
49 "=&r" ((USItype) (sl)) \
50 : "0" ((USItype) (ah)), \
51 "g" ((USItype) (bh)), \
52 "1" ((USItype) (al)), \
53 "g" ((USItype) (bl)))
57 : "=a" ((USItype) (w0)), \
58 "=d" ((USItype) (w1)) \
[all …]