| addmul_1.c | 44 mp_limb_t u0, crec, c, p1, p0, r0; local 49 crec = 0; 62 r0 = p0 + crec; /* cycle 0, 3, ... */ 65 crec = p1 + c; /* cycle 2, 5, ... */ 71 return crec; 81 mp_limb_t shifted_v0, u0, r0, p0, p1, prev_p1, crec, xl, c1, c2, c3; local 90 crec = 0; 100 ADDC_LIMB (c3, xl, xl, crec); 101 crec = c1 + c2 + c3; 107 return prev_p1 + crec; 117 mp_limb_t shifted_v0, u0, r0, p0, p1, prev_p1, xw, crec, xl; local [all...] |