Lines Matching refs:ecx
93 movl (%eax), %ecx /* get word (= 4 bytes) in question */
96 subl %ecx, %edx /* first step to negate word */
97 addl $magic, %ecx /* add magic word */
102 xorl %ecx, %edx /* (word+magic)^word */
109 movl (%eax), %ecx /* get word (= 4 bytes) in question */
112 subl %ecx, %edx /* first step to negate word */
113 addl $magic, %ecx /* add magic word */
118 xorl %ecx, %edx /* (word+magic)^word */
125 movl (%eax), %ecx /* get word (= 4 bytes) in question */
128 subl %ecx, %edx /* first step to negate word */
129 addl $magic, %ecx /* add magic word */
134 xorl %ecx, %edx /* (word+magic)^word */
141 movl (%eax), %ecx /* get word (= 4 bytes) in question */
144 subl %ecx, %edx /* first step to negate word */
145 addl $magic, %ecx /* add magic word */
150 xorl %ecx, %edx /* (word+magic)^word */
158 subl $magic, %ecx
168 shrl $16, %ecx /* make upper bytes accessible */