Lines Matching refs:yt
650 / uint64_t xt, yt, r;
660 / yt = -(uint64_t) y;
663 / yt = y;
665 / r = UDiv(xt, yt);
683 movl %esi, %eax / y, yt
684 movl %edi, %edx / y, yt
687 pushl %edx / yt
688 pushl %eax / yt
714 movl %esi, %eax / y, yt
715 movl %edi, %edx / y, yt
719 negl %eax / yt
720 adcl $0, %edx /, yt
721 negl %edx / yt
735 / uint64_t xt, yt, rem;
743 / yt = -(uint64_t) y;
745 / yt = y;
747 / (void) UDivRem(xt, yt, &rem);
764 movl %eax, %esi / y, yt
765 movl %edx, %edi / y, yt
770 pushl %edi / yt
771 pushl %esi / yt
793 movl %eax, %esi / y, yt
794 movl %edx, %edi / y, yt
798 negl %esi / yt
799 adcl $0, %edi /, yt
800 negl %edi / yt
842 / uint64_t xt, yt, r, rem;
852 / yt = -(uint64_t) y;
855 / yt = y;
857 / r = UDivRem(xt, yt, &rem);
874 movl 40(%esp), %edx / y, yt
875 movl 44(%esp), %ecx / y, yt
880 pushl %ecx / yt
881 pushl %edx / yt
919 movl 40(%esp), %edx / y, yt
920 movl 44(%esp), %ecx / y, yt
924 negl %edx / yt
925 adcl $0, %ecx /, yt
926 negl %ecx / yt