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