Lines Matching refs:eax
31 L(1): addl (%esp), %eax
54 movl %ecx,%eax
56 negl %eax
57 andl $7,%eax /* get index where to start loop */
60 shll $2,%eax /* adjustment for pointers... */
61 subl %eax,%edi /* ... since they are offset ... */
62 subl %eax,%esi /* ... by a constant when we ... */
63 subl %eax,%edx /* ... enter the loop */
64 shrl $2,%eax /* restore previous value */
66 leal -4(,%eax,4),%ebx /* Count for 4-byte endbr32 */
70 leal (L(oop)-L(0)-3)(%eax,%eax,8),%eax
75 leal (L(oop) - 3)(%eax,%eax,8),%eax
78 addl %ebx,%eax /* Adjust for endbr32 */
80 jmp *%eax /* jump into loop */
82 L(oop): movl (%esi),%eax
83 adcl (%edx),%eax
84 movl %eax,(%edi)
86 movl 4(%esi),%eax
87 adcl 4(%edx),%eax
88 movl %eax,4(%edi)
90 movl 8(%esi),%eax
91 adcl 8(%edx),%eax
92 movl %eax,8(%edi)
94 movl 12(%esi),%eax
95 adcl 12(%edx),%eax
96 movl %eax,12(%edi)
98 movl 16(%esi),%eax
99 adcl 16(%edx),%eax
100 movl %eax,16(%edi)
102 movl 20(%esi),%eax
103 adcl 20(%edx),%eax
104 movl %eax,20(%edi)
106 movl 24(%esi),%eax
107 adcl 24(%edx),%eax
108 movl %eax,24(%edi)
110 movl 28(%esi),%eax
111 adcl 28(%edx),%eax
112 movl %eax,28(%edi)
119 sbbl %eax,%eax
120 negl %eax