Home | History | Annotate | Download | only in x86

Lines Matching refs: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;
71 typedef unsigned int UInt;
74 void do_lzcnt32 ( /*OUT*/UInt* flags, /*OUT*/UInt* res, UInt arg )
76 UInt block[3] = { arg, 0, 0 };
91 void do_lzcnt16 ( /*OUT*/UInt* flags, /*OUT*/UInt* res, UInt arg )
93 UInt block[3] = { arg, 0, 0 };
109 UInt w;
113 UInt res;
114 UInt flags;
123 UInt res;
124 UInt flags;