Home | History | Annotate | Download | only in source

Lines Matching defs:x3

2667 					uint32 x0, x1, x2, x3, x4, x5, x6, x7;
2679 x3 = dPtr32 [3];
2687 p6 = map [x3 >> 16 ];
2688 p7 = map [x3 & 0x0FFFF];
2693 x3 = (p6 << 16) | p7;
2703 dPtr32 [3] = x3;