Lines Matching refs:xt
696 / uint64_t xt, yt, r;
699 / xt = -(uint64_t) x;
702 / xt = x;
711 / r = UDiv(xt, yt);
727 movl %eax, (%esp) / x, xt
728 movl %edx, 4(%esp) / x, xt
735 movl 8(%esp), %eax / xt, xt
736 movl 12(%esp), %edx / xt, xt
757 movl %eax, (%esp) / x, xt
758 movl %edx, 4(%esp) / x, xt
781 / uint64_t xt, yt, rem;
784 / xt = -(uint64_t) x;
786 / xt = x;
793 / (void) UDivRem(xt, yt, &rem);
806 movl %esi, (%esp) /, xt
807 movl %edi, 4(%esp) /, xt
818 movl 12(%esp), %eax / xt, xt
819 movl 16(%esp), %edx / xt, xt
837 movl %esi, (%esp) /, xt
838 movl %edi, 4(%esp) /, xt
987 / uint64_t xt, yt, r;
990 / xt = -(uint64_t) x;
993 / xt = x;
1002 / r = UDiv(xt, yt);
1018 movl %eax, (%esp) / x, xt
1019 movl %edx, 4(%esp) / x, xt
1026 movl 8(%esp), %eax / xt, xt
1027 movl 12(%esp), %edx / xt, xt
1048 movl %eax, (%esp) / x, xt
1049 movl %edx, 4(%esp) / x, xt
1072 / uint64_t xt, yt, rem;
1075 / xt = -(uint64_t) x;
1077 / xt = x;
1084 / (void) UDivRem(xt, yt, &rem);
1097 movl %esi, (%esp) /, xt
1098 movl %edi, 4(%esp) /, xt
1109 movl 12(%esp), %eax / xt, xt
1110 movl 16(%esp), %edx / xt, xt
1128 movl %esi, (%esp) /, xt
1129 movl %edi, 4(%esp) /, xt
1179 / uint64_t xt, yt, r, rem;
1182 / xt = -(uint64_t) x;
1185 / xt = x;
1194 / r = UDivRem(xt, yt, &rem);
1209 movl %edx, 12(%esp) / x, xt
1210 movl %eax, 8(%esp) / x, xt
1219 movl 20(%esp), %eax / xt, xt
1220 movl 24(%esp), %edx / xt, xt
1253 movl %edx, 12(%esp) /, xt
1254 movl %eax, 8(%esp) /, xt