Lines Matching refs:yt

696 / 	uint64_t	xt, yt, r;
706 / yt = -(uint64_t) y;
709 / yt = y;
711 / r = UDiv(xt, yt);
729 movl %esi, %eax / y, yt
730 movl %edi, %edx / y, yt
733 pushl %edx / yt
734 pushl %eax / yt
760 movl %esi, %eax / y, yt
761 movl %edi, %edx / y, yt
765 negl %eax / yt
766 adcl $0, %edx /, yt
767 negl %edx / yt
781 / uint64_t xt, yt, rem;
789 / yt = -(uint64_t) y;
791 / yt = y;
793 / (void) UDivRem(xt, yt, &rem);
810 movl %eax, %esi / y, yt
811 movl %edx, %edi / y, yt
816 pushl %edi / yt
817 pushl %esi / yt
839 movl %eax, %esi / y, yt
840 movl %edx, %edi / y, yt
844 negl %esi / yt
845 adcl $0, %edi /, yt
846 negl %edi / yt
987 / uint64_t xt, yt, r;
997 / yt = -(uint64_t) y;
1000 / yt = y;
1002 / r = UDiv(xt, yt);
1020 movl %esi, %eax / y, yt
1021 movl %edi, %edx / y, yt
1024 pushl %edx / yt
1025 pushl %eax / yt
1051 movl %esi, %eax / y, yt
1052 movl %edi, %edx / y, yt
1056 negl %eax / yt
1057 adcl $0, %edx /, yt
1058 negl %edx / yt
1072 / uint64_t xt, yt, rem;
1080 / yt = -(uint64_t) y;
1082 / yt = y;
1084 / (void) UDivRem(xt, yt, &rem);
1101 movl %eax, %esi / y, yt
1102 movl %edx, %edi / y, yt
1107 pushl %edi / yt
1108 pushl %esi / yt
1130 movl %eax, %esi / y, yt
1131 movl %edx, %edi / y, yt
1135 negl %esi / yt
1136 adcl $0, %edi /, yt
1137 negl %edi / yt
1179 / uint64_t xt, yt, r, rem;
1189 / yt = -(uint64_t) y;
1192 / yt = y;
1194 / r = UDivRem(xt, yt, &rem);
1211 movl 40(%esp), %edx / y, yt
1212 movl 44(%esp), %ecx / y, yt
1217 pushl %ecx / yt
1218 pushl %edx / yt
1256 movl 40(%esp), %edx / y, yt
1257 movl 44(%esp), %ecx / y, yt
1261 negl %edx / yt
1262 adcl $0, %ecx /, yt
1263 negl %ecx / yt