Lines Matching refs:xt
650 / uint64_t xt, yt, r;
653 / xt = -(uint64_t) x;
656 / xt = x;
665 / r = UDiv(xt, yt);
681 movl %eax, (%esp) / x, xt
682 movl %edx, 4(%esp) / x, xt
689 movl 8(%esp), %eax / xt, xt
690 movl 12(%esp), %edx / xt, xt
711 movl %eax, (%esp) / x, xt
712 movl %edx, 4(%esp) / x, xt
735 / uint64_t xt, yt, rem;
738 / xt = -(uint64_t) x;
740 / xt = x;
747 / (void) UDivRem(xt, yt, &rem);
760 movl %esi, (%esp) /, xt
761 movl %edi, 4(%esp) /, xt
772 movl 12(%esp), %eax / xt, xt
773 movl 16(%esp), %edx / xt, xt
791 movl %esi, (%esp) /, xt
792 movl %edi, 4(%esp) /, xt
842 / uint64_t xt, yt, r, rem;
845 / xt = -(uint64_t) x;
848 / xt = x;
857 / r = UDivRem(xt, yt, &rem);
872 movl %edx, 12(%esp) / x, xt
873 movl %eax, 8(%esp) / x, xt
882 movl 20(%esp), %eax / xt, xt
883 movl 24(%esp), %edx / xt, xt
916 movl %edx, 12(%esp) /, xt
917 movl %eax, 8(%esp) /, xt