Home | History | Annotate | Download | only in source

Lines Matching defs:x1

2667 					uint32 x0, x1, x2, x3, x4, x5, x6, x7;
2677 x1 = dPtr32 [1];
2683 p2 = map [x1 >> 16 ];
2684 p3 = map [x1 & 0x0FFFF];
2691 x1 = (p2 << 16) | p3;
2701 dPtr32 [1] = x1;