Lines Matching refs:ebx
62 pushl %ebx / more registers are needed
69 movl %ecx, %ebx / save byte count
76 subl %esi, %ebx / ebx contains remainder of bytes to set
83 movl %ebx, %ecx / remainder to be set
100 cmpl $262143, %ebx / blocks smaller than this allocate in the cache
116 andl $63, %ebx / remainder of bytes to copy
117 movl %ebx, %ecx / ecx contains remainer of bytes to set
119 popl %ebx /
142 andl $63, %ebx / remainder of bytes to copy
143 movl %ebx, %ecx / in %ecx as normal
145 popl %ebx /
158 pushl %ebx / more registers are needed
161 movl %ecx, %ebx
167 subl %esi, %ebx / ebx contains remainder of bytes to copy
170 movl %ebx, %ecx
172 popl %ebx /