Lines Matching refs:xt
108 / uint64_t xt, yt, r;
111 / xt = -(uint64_t) x;
114 / xt = x;
123 / r = UDiv(xt, yt);
139 movl %eax, (%esp) / x, xt
140 movl %edx, 4(%esp) / x, xt
147 movl 8(%esp), %eax / xt, xt
148 movl 12(%esp), %edx / xt, xt
169 movl %eax, (%esp) / x, xt
170 movl %edx, 4(%esp) / x, xt
193 / uint64_t xt, yt, rem;
196 / xt = -(uint64_t) x;
198 / xt = x;
205 / (void) UDivRem(xt, yt, &rem);
218 movl %esi, (%esp) /, xt
219 movl %edi, 4(%esp) /, xt
230 movl 12(%esp), %eax / xt, xt
231 movl 16(%esp), %edx / xt, xt
249 movl %esi, (%esp) /, xt
250 movl %edi, 4(%esp) /, xt