Lines Matching defs:st1
22 unsigned long long st1, unsigned long long q, int n);
747 unsigned long long st1, unsigned long long q, int n)
756 /* lsw x -= lsw st1 * lsw q */
760 :"2"(((unsigned *)&st1)[0]), "m"(((unsigned *)&q)[0])
762 /* msw x -= msw st1 * lsw q */
765 :"1"(((unsigned *)&st1)[1]), "m"(((unsigned *)&q)[0])
767 /* msw x -= lsw st1 * msw q */
770 :"1"(((unsigned *)&st1)[0]), "m"(((unsigned *)&q)[1])
785 FPU_REG tmp, st0, st1;
798 st1_sign = FPU_to_exp16(st1_ptr, &st1);
799 expdif = exponent16(&st0) - exponent16(&st1);
815 tag = FPU_u_div(&st0, &st1, &tmp,
827 significand(&st1),
830 setexponent16(&tmp, exponent16(&st1));
842 exponent16(&st1) - exponent16(&tmp);
845 x = significand(&st1) -
848 x = (significand(&st1)
887 exp_1 = exponent16(&st1);
888 setexponent16(&st1, 0);
893 FPU_u_div(&tmp, &st1, &tmp,
902 significand(&st1),