Lines Matching refs:ecx
53 movl 16(%esp),%ecx # Function arg: int len
57 subl $2, %ecx # Alignment uses up two bytes.
59 addl $2, %ecx # ecx was < 2. Deal with it.
66 movl %ecx, %edx
67 shrl $5, %ecx
87 dec %ecx
90 2: movl %edx, %ecx
99 4: andl $3, %ecx
101 cmpl $2, %ecx
106 shll $16,%ecx
108 6: addl %ecx,%eax
123 movl 16(%esp),%ecx # Function arg: int len
129 movl %ecx, %edx
130 movl %ecx, %ebx
132 shrl $7, %ecx
146 30: subl $2, %ecx
194 dec %ecx
196 movl %edx, %ecx
197 50: andl $3, %ecx
201 notl %ecx # 1->2, 2->1, 3->0, higher bits are masked
203 shll $3,%ecx