Home | History | Annotate | Download | only in x86

Lines Matching defs:UInt

5 typedef  unsigned int            UInt;
8 void do_lzcnt32 ( /*OUT*/UInt* flags, /*OUT*/UInt* res, UInt arg )
10 UInt block[3] = { arg, 0, 0 };
25 void do_lzcnt16 ( /*OUT*/UInt* flags, /*OUT*/UInt* res, UInt arg )
27 UInt block[3] = { arg, 0, 0 };
43 UInt w;
47 UInt res;
48 UInt flags;
57 UInt res;
58 UInt flags;