Lines Matching refs:st1
21 unsigned long long st1, unsigned long long q, int n);
746 unsigned long long st1, unsigned long long q, int n) in rem_kernel() argument
759 :"2"(((unsigned *)&st1)[0]), "m"(((unsigned *)&q)[0]) in rem_kernel()
764 :"1"(((unsigned *)&st1)[1]), "m"(((unsigned *)&q)[0]) in rem_kernel()
769 :"1"(((unsigned *)&st1)[0]), "m"(((unsigned *)&q)[1]) in rem_kernel()
784 FPU_REG tmp, st0, st1; in do_fprem() local
797 st1_sign = FPU_to_exp16(st1_ptr, &st1); in do_fprem()
798 expdif = exponent16(&st0) - exponent16(&st1); in do_fprem()
814 tag = FPU_u_div(&st0, &st1, &tmp, in do_fprem()
826 significand(&st1), in do_fprem()
829 setexponent16(&tmp, exponent16(&st1)); in do_fprem()
841 exponent16(&st1) - exponent16(&tmp); in do_fprem()
844 x = significand(&st1) - in do_fprem()
847 x = (significand(&st1) in do_fprem()
886 exp_1 = exponent16(&st1); in do_fprem()
887 setexponent16(&st1, 0); in do_fprem()
892 FPU_u_div(&tmp, &st1, &tmp, in do_fprem()
901 significand(&st1), in do_fprem()