Home | History | Annotate | Download | only in builtins

Lines Matching defs:x3

24     tu_int x3 = (tu_int)a;
25 x3 = x3 - ((x3 >> 1) & (((tu_int)0x5555555555555555uLL << 64) |
28 x3 = ((x3 >> 2) & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL))
29 + (x3 & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL));
31 x3 = (x3 + (x3 >> 4))
34 du_int x2 = (du_int)(x3 + (x3 >> 64));