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