Lines Matching refs:edx

76 	movl	4(%esp), %edx	/ %edx = target address
80 xaddb %al, (%edx) / %al = old value, inc (%edx)
88 movl 4(%esp), %edx / %edx = target address
92 xaddw %ax, (%edx) / %ax = old value, inc (%edx)
101 movl 4(%esp), %edx / %edx = target address
105 xaddl %eax, (%edx) / %eax = old value, inc (%edx)
124 movl 4(%edi), %edx / %edx:%eax = old value
130 adcl %edx, %ecx / add in the carry from inc
135 movl %ecx, %edx / return new value
173 movl 4(%esp), %edx / %edx = target address
177 xaddb %al, (%edx) / %al = old value, dec (%edx)
185 movl 4(%esp), %edx / %edx = target address
189 xaddw %ax, (%edx) / %ax = old value, dec (%edx)
198 movl 4(%esp), %edx / %edx = target address
202 xaddl %eax, (%edx) / %eax = old value, dec (%edx)
221 movl 4(%edi), %edx / %edx:%eax = old value
228 adcl %edx, %ecx / add in the carry from inc
233 movl %ecx, %edx / return new value
340 movl 4(%esp), %edx / %edx = target address
344 xaddb %cl, (%edx) / %cl = old value, (%edx) = sum
352 movl 4(%esp), %edx / %edx = target address
356 xaddw %cx, (%edx) / %cx = old value, (%edx) = sum
366 movl 4(%esp), %edx / %edx = target address
370 xaddl %eax, (%edx) / %eax = old value, (%edx) = sum
390 movl 4(%edi), %edx / %edx:%eax = old value
395 adcl %edx, %ecx / %ecx:%ebx = new value
400 movl %ecx, %edx / return new value
409 movl 4(%esp), %edx / %edx = target address
410 movb (%edx), %al / %al = old value
415 cmpxchgb %cl, (%edx) / try to stick it in
424 movl 4(%esp), %edx / %edx = target address
425 movw (%edx), %ax / %ax = old value
430 cmpxchgw %cx, (%edx) / try to stick it in
440 movl 4(%esp), %edx / %edx = target address
441 movl (%edx), %eax / %eax = old value
446 cmpxchgl %ecx, (%edx) / try to stick it in
466 movl 4(%edi), %edx / %edx:%eax = old value
471 orl %edx, %ecx / %ecx:%ebx = new value
476 movl %ecx, %edx / return new value
485 movl 4(%esp), %edx / %edx = target address
486 movb (%edx), %al / %al = old value
491 cmpxchgb %cl, (%edx) / try to stick it in
500 movl 4(%esp), %edx / %edx = target address
501 movw (%edx), %ax / %ax = old value
506 cmpxchgw %cx, (%edx) / try to stick it in
516 movl 4(%esp), %edx / %edx = target address
517 movl (%edx), %eax / %eax = old value
522 cmpxchgl %ecx, (%edx) / try to stick it in
542 movl 4(%edi), %edx / %edx:%eax = old value
547 andl %edx, %ecx / %ecx:%ebx = new value
552 movl %ecx, %edx / return new value
561 movl 4(%esp), %edx
565 cmpxchgb %cl, (%edx)
572 movl 4(%esp), %edx
576 cmpxchgw %cx, (%edx)
585 movl 4(%esp), %edx
589 cmpxchgl %ecx, (%edx)
601 movl 20(%esp), %edx
613 movl 4(%esp), %edx
616 xchgb %al, (%edx)
623 movl 4(%esp), %edx
626 xchgw %ax, (%edx)
635 movl 4(%esp), %edx
638 xchgl %eax, (%edx)
652 movl 4(%esi), %edx / %edx:%eax = old value
663 movl 4(%esp), %edx / %edx = target address
667 btsl %ecx, (%edx)
675 movl 4(%esp), %edx / %edx = target address
679 btrl %ecx, (%edx)