Lines Matching defs:x2
193 uint32_t x0, x1, x2;
225 FPU_ADDS(x2, x2, x2); \
230 x0 = (x0 << 1) | (x1 >> 31); x1 = (x1 << 1) | (x2 >> 31); \
231 x2 <<= 1; \
243 x2 = x->fp_mant[2];
330 FPU_SUBS(d2, x2, t2);
334 x0 = d0, x1 = d1, x2 = d2;
342 FPU_SUBS(d2, x2, t2);
346 x0 = d0, x1 = d1, x2 = d2;
359 x->fp_sticky = x0 | x1 | x2;