Lines Matching refs:yt
108 / uint64_t xt, yt, r;
118 / yt = -(uint64_t) y;
121 / yt = y;
123 / r = UDiv(xt, yt);
141 movl %esi, %eax / y, yt
142 movl %edi, %edx / y, yt
145 pushl %edx / yt
146 pushl %eax / yt
172 movl %esi, %eax / y, yt
173 movl %edi, %edx / y, yt
177 negl %eax / yt
178 adcl $0, %edx /, yt
179 negl %edx / yt
193 / uint64_t xt, yt, rem;
201 / yt = -(uint64_t) y;
203 / yt = y;
205 / (void) UDivRem(xt, yt, &rem);
222 movl %eax, %esi / y, yt
223 movl %edx, %edi / y, yt
228 pushl %edi / yt
229 pushl %esi / yt
251 movl %eax, %esi / y, yt
252 movl %edx, %edi / y, yt
256 negl %esi / yt
257 adcl $0, %edi /, yt
258 negl %edi / yt