Lines Matching refs:eax
47 movl 4(%esp), %eax
49 incb (%eax)
56 movl 4(%esp), %eax
58 incw (%eax)
66 movl 4(%esp), %eax
68 incl (%eax)
77 xorl %eax, %eax / clear upper bits of %eax
89 xorl %eax, %eax / clear upper bits of %eax
102 xorl %eax, %eax / %eax = 0
103 incl %eax / %eax = 1
105 xaddl %eax, (%edx) / %eax = old value, inc (%edx)
106 incl %eax / return new value
123 movl (%edi), %eax
124 movl 4(%edi), %edx / %edx:%eax = old value
129 addl %eax, %ebx
134 movl %ebx, %eax
144 movl 4(%esp), %eax
146 decb (%eax)
153 movl 4(%esp), %eax
155 decw (%eax)
163 movl 4(%esp), %eax
165 decl (%eax)
174 xorl %eax, %eax / zero upper bits of %eax
186 xorl %eax, %eax / zero upper bits of %eax
199 xorl %eax, %eax / %eax = 0
200 decl %eax / %eax = -1
202 xaddl %eax, (%edx) / %eax = old value, dec (%edx)
203 decl %eax / return new value
220 movl (%edi), %eax
221 movl 4(%edi), %edx / %edx:%eax = old value
227 addl %eax, %ebx
232 movl %ebx, %eax
242 movl 4(%esp), %eax
245 addb %cl, (%eax)
252 movl 4(%esp), %eax
255 addw %cx, (%eax)
264 movl 4(%esp), %eax
267 addl %ecx, (%eax)
276 movl 4(%esp), %eax
279 orb %cl, (%eax)
286 movl 4(%esp), %eax
289 orw %cx, (%eax)
297 movl 4(%esp), %eax
300 orl %ecx, (%eax)
308 movl 4(%esp), %eax
311 andb %cl, (%eax)
318 movl 4(%esp), %eax
321 andw %cx, (%eax)
329 movl 4(%esp), %eax
332 andl %ecx, (%eax)
342 movzbl %cl, %eax / %al = delta, zero extended
354 movzwl %cx, %eax / %ax = delta, zero extended
367 movl 8(%esp), %eax / %eax = delta
368 movl %eax, %ecx / %ecx = delta
370 xaddl %eax, (%edx) / %eax = old value, (%edx) = sum
371 addl %ecx, %eax / return old value plus delta
389 movl (%edi), %eax
390 movl 4(%edi), %edx / %edx:%eax = old value
394 addl %eax, %ebx
399 movl %ebx, %eax
417 movzbl %cl, %eax / return new value
432 movzwl %cx, %eax / return new value
441 movl (%edx), %eax / %eax = old value
444 orl %eax, %ecx / %ecx = new value
448 movl %ecx, %eax / return new value
465 movl (%edi), %eax
466 movl 4(%edi), %edx / %edx:%eax = old value
470 orl %eax, %ebx
475 movl %ebx, %eax
493 movzbl %cl, %eax / return new value
508 movzwl %cx, %eax / return new value
517 movl (%edx), %eax / %eax = old value
520 andl %eax, %ecx / %ecx = new value
524 movl %ecx, %eax / return new value
541 movl (%edi), %eax
542 movl 4(%edi), %edx / %edx:%eax = old value
546 andl %eax, %ebx
551 movl %ebx, %eax
562 movzbl 8(%esp), %eax
573 movzwl 8(%esp), %eax
586 movl 8(%esp), %eax
600 movl 16(%esp), %eax
614 movzbl 8(%esp), %eax
624 movzwl 8(%esp), %eax
636 movl 8(%esp), %eax
638 xchgl %eax, (%edx)
651 movl (%esi), %eax
652 movl 4(%esi), %edx / %edx:%eax = old value
665 xorl %eax, %eax
669 decl %eax / return -1
677 xorl %eax, %eax
681 decl %eax / return -1