Home | History | Annotate | Download | only in tests

Lines Matching defs:U8

15 typedef unsigned long long   U8;
24 U8 a [SZB_OF_a / 8]; // Type is U8 to ensure it's 8-aligned
25 U8 b [SZB_OF_a / 8]; // same size as a[]
38 U8 build(int size, U1 byte)
41 U8 mask = 0;
42 U8 shres;
43 U8 res = 0xffffffffffffffffULL, res2;
49 mask |= (U8)byte;
109 assert(8 == sizeof(U8));
153 U8 tmp = build(NNN, j); \
158 U8 tmpDef = tmp; \
162 assert(tmpDef == (U8)undefN_ITyDef); \
214 DO(8, U8, U8, /*isF4*/0);
215 DO(8, F8, U8, /*isF4*/0);