Lines Matching refs:eax
50 movl %ecx,%eax
52 negl %eax
53 andl $7,%eax /* get index where to start loop */
56 shll $2,%eax /* adjustment for pointers... */
57 subl %eax,%edi /* ... since they are offset ... */
58 subl %eax,%esi /* ... by a constant when we ... */
59 subl %eax,%edx /* ... enter the loop */
60 shrl $2,%eax /* restore previous value */
62 leal -4(,%eax,4),%ebx /* Count for 4-byte endbr32 */
69 L(0): leal (%eax,%eax,8),%eax
70 addl (%esp),%eax
71 addl $(L(oop)-L(0)-3),%eax
76 leal (L(oop) - 3)(%eax,%eax,8),%eax
79 addl %ebx,%eax /* Adjust for endbr32 */
81 jmp *%eax /* jump into loop */
83 L(oop): movl (%esi),%eax
84 sbbl (%edx),%eax
85 movl %eax,(%edi)
87 movl 4(%esi),%eax
88 sbbl 4(%edx),%eax
89 movl %eax,4(%edi)
91 movl 8(%esi),%eax
92 sbbl 8(%edx),%eax
93 movl %eax,8(%edi)
95 movl 12(%esi),%eax
96 sbbl 12(%edx),%eax
97 movl %eax,12(%edi)
99 movl 16(%esi),%eax
100 sbbl 16(%edx),%eax
101 movl %eax,16(%edi)
103 movl 20(%esi),%eax
104 sbbl 20(%edx),%eax
105 movl %eax,20(%edi)
107 movl 24(%esi),%eax
108 sbbl 24(%edx),%eax
109 movl %eax,24(%edi)
111 movl 28(%esi),%eax
112 sbbl 28(%edx),%eax
113 movl %eax,28(%edi)
120 sbbl %eax,%eax
121 negl %eax