Lines Matching refs:edx
64 movl $0xfefefeff, %edx /* magic value */
65 addl %ecx, %edx /* add the magic value to the word. We get
69 xorl %ecx, %edx /* (word+magic)^word */
70 orl $0xfefefeff, %edx /* set all non-carry bits */
71 incl %edx /* add 1: if one carry bit was *not* set
76 movl $0xfefefeff, %edx /* magic value */
77 addl %ecx, %edx /* add the magic value to the word. We get
81 xorl %ecx, %edx /* (word+magic)^word */
82 orl $0xfefefeff, %edx /* set all non-carry bits */
83 incl %edx /* add 1: if one carry bit was *not* set
88 movl $0xfefefeff, %edx /* magic value */
89 addl %ecx, %edx /* add the magic value to the word. We get
93 xorl %ecx, %edx /* (word+magic)^word */
94 orl $0xfefefeff, %edx /* set all non-carry bits */
95 incl %edx /* add 1: if one carry bit was *not* set
100 movl $0xfefefeff, %edx /* magic value */
101 addl %ecx, %edx /* add the magic value to the word. We get
105 xorl %ecx, %edx /* (word+magic)^word */
106 orl $0xfefefeff, %edx /* set all non-carry bits */
107 incl %edx /* add 1: if one carry bit was *not* set