Lines Matching refs:edx
43 movl $3, %edx /* load mask (= 3) */
45 andl %eax, %edx /* separate last two bits of address */
59 xorl $2, %edx
67 xorl %edx, %edx /* We need %edx == 0 for later */
96 subl %ecx, %edx /* first step to negate word */
99 decl %edx /* complete negation of word */
102 xorl %ecx, %edx /* (word+magic)^word */
104 andl $~magic, %edx /* any of the carry flags set? */
112 subl %ecx, %edx /* first step to negate word */
115 decl %edx /* complete negation of word */
118 xorl %ecx, %edx /* (word+magic)^word */
120 andl $~magic, %edx /* any of the carry flags set? */
128 subl %ecx, %edx /* first step to negate word */
131 decl %edx /* complete negation of word */
134 xorl %ecx, %edx /* (word+magic)^word */
136 andl $~magic, %edx /* any of the carry flags set? */
144 subl %ecx, %edx /* first step to negate word */
147 decl %edx /* complete negation of word */
150 xorl %ecx, %edx /* (word+magic)^word */
152 andl $~magic, %edx /* any of the carry flags set? */