Lines Matching defs:st1
22 unsigned long long st1, unsigned long long q, int n);
752 unsigned long long st1, unsigned long long q, int n)
761 /* lsw x -= lsw st1 * lsw q */
765 :"2"(((unsigned *)&st1)[0]), "m"(((unsigned *)&q)[0])
767 /* msw x -= msw st1 * lsw q */
770 :"1"(((unsigned *)&st1)[1]), "m"(((unsigned *)&q)[0])
772 /* msw x -= lsw st1 * msw q */
775 :"1"(((unsigned *)&st1)[0]), "m"(((unsigned *)&q)[1])
790 FPU_REG tmp, st0, st1;
803 st1_sign = FPU_to_exp16(st1_ptr, &st1);
804 expdif = exponent16(&st0) - exponent16(&st1);
820 tag = FPU_u_div(&st0, &st1, &tmp,
832 significand(&st1),
835 setexponent16(&tmp, exponent16(&st1));
847 exponent16(&st1) - exponent16(&tmp);
850 x = significand(&st1) -
853 x = (significand(&st1)
892 exp_1 = exponent16(&st1);
893 setexponent16(&st1, 0);
898 FPU_u_div(&tmp, &st1, &tmp,
907 significand(&st1),