Lines Matching refs:ecx

72 	leal	-1112(%ebp), %ecx				// tempTagsArray
73 movl %ecx, -6272(%ebp) // a copy of char* next_tag = (char *) tempTagsArray;
75 leal -2136(%ebp), %ecx // tempQPosArray
76 movl %ecx, -6264(%ebp) // char* next_qp = (char *) tempQPosArray;
77 movl %ecx, -6252(%ebp)
79 leal (%edx,%eax,4), %ecx // src_buf + num_input_words*4
80 movl %ecx, -6244(%ebp) // end_of_input = src_buf + num_input_words;
108 cmpl %ecx, %edx // next_input_word (%edx) vs end_of_input (%ecx)
131 movl (next_input_word), %ecx // input_word = *next_input_word;
132 movl %ecx, %eax // a copy of input_word
133 testl %ecx, %ecx // input_word
141 cmpl %eax, %ecx // cmp input_word vs dict_word
150 movl %ecx, (%eax) // *next_full_patt = input_word;
153 movl %ecx, (%edx) // *dict_location = input_word
182 movl -6272(%ebp), %ecx // &tempTagsArray[0]
184 cmpl next_tag, %ecx // next_tag vs &tempTagsArray[0]
193 movl 4(%ecx), %eax // w1
195 movl 8(%ecx), %edx // w2
198 orl (%ecx), %eax // (w0) | (w1<<2) | (w2<<4)
199 movl 12(%ecx), %edx // w3
203 addl $16, %ecx // tempTagsArray += 16;
205 cmpl %ecx, next_tag // cmp next_tag vs dest_buf
211 movl -6264(%ebp), %ecx // (char *) tempQPosArray
213 subl %ecx, %eax // num_bytes_to_pack = next_qp - (char *) tempQPosArray;
216 addl %eax, %ecx // endQPosArray = tempQPosArray + num_source_words;
217 cmpl %ecx, %esi // next_qp vs endQPosArray
223 cmpl %ecx, %esi // next_qp vs endQPosArray
228 cmpl -6264(%ebp), %ecx // endQPosArray vs tempQPosArray
243 cmpl %edx, %ecx // source_end vs src_next
256 movl -6240(%ebp), %ecx // boundary_tmp - dest_buf
258 movl %ecx, 8(%edx) // dest_buf[2] = boundary_tmp - dest_buf
260 movl -6260(%ebp), %ecx // tempLowBitsArray
262 subl %ecx, %edx // next_low_bits - tempLowBitsArray
269 movl 4(%ecx), %eax // w1
271 movl 8(%ecx), %esi // w2
274 orl (%ecx), %eax // (w0) | (w1<<10) | (w2<<20)
277 addl $12, %ecx // next w0/w1/w2 triplet
283 movl (%ecx), %eax // w0
286 movl 4(%ecx), %esi // w1
312 movl %ecx, (%edx) // *dict_location = input_word;
318 movl %ecx, %eax // a copy of input_word