Lines Matching refs:edx

68 	movl	8(%ebp), %edx					// %edx = src_buf
79 leal (%edx,%eax,4), %ecx // src_buf + num_input_words*4
108 cmpl %ecx, %edx // next_input_word (%edx) vs end_of_input (%ecx)
114 movl %edx, %edi // next_input_word
138 movsbl (%ebx,%eax),%edx // HASH_TO_DICT_BYTE_OFFSET(input_word)
139 addl dictionary, %edx // ((char*) dictionary) + HASH_TO_DICT_BYTE_OFFSET(input_word));
140 movl (%edx), %eax // dict_word = *dict_location;
153 movl %ecx, (%edx) // *dict_location = input_word
159 subl dictionary, %edx // dict_location - dictionary
160 sarl $2, %edx // divide by 4 for word offset
179 movl 12(%ebp), %edx // dest_buf
180 movl %eax, 4(%edx) // dest_buf[1] = next_full_patt - dest_buf
187 movl %edx, %ebx // a copy of dest_buf
195 movl 8(%ecx), %edx // w2
196 sall $4, %edx // w2 << 4
197 orl %edx, %eax // (w1<<2) | (w2<<4)
199 movl 12(%ecx), %edx // w3
200 sall $6, %edx // (w3<<6)
201 orl %edx, %eax // (w0) | (w1<<2) | (w2<<4) | (w3<<6)
230 movl -6264(%ebp), %edx // tempQPosArray
237 movl 4(%edx), %eax // src_next[1]
239 orl (%edx), %eax // temp = src_next[0] | (src_next[1] << 4)
242 addl $8, %edx // src_next += 2;
243 cmpl %edx, %ecx // source_end vs src_next
257 movl 12(%ebp), %edx // dest_buf
258 movl %ecx, 8(%edx) // dest_buf[2] = boundary_tmp - dest_buf
261 movl -6248(%ebp), %edx // next_low_bits
262 subl %ecx, %edx // next_low_bits - tempLowBitsArray
263 sarl $2, %edx // num_tenbits_to_pack
265 subl $3, %edx // pre-decrement num_tenbits_to_pack by 3
278 subl $3, %edx // num_tenbits_to_pack-=3
281 1: addl $3, %edx // post-increment num_tenbits_to_pack by 3
284 subl $1, %edx // num_tenbits_to_pack --
310 movl %edx, %eax // dict_location
312 movl %ecx, (%edx) // *dict_location = input_word;
314 movl 76(%esp), %edx // next_qp
315 movb %al, (%edx) // update *next_qp
316 incl %edx // next_qp++
317 movl %edx, 76(%esp) // save next_qp
320 movl 80(%esp), %edx // next_low_bits
321 movl %eax, (%edx) // EMIT_WORD(next_low_bits,(low_bits_pattern))
322 addl $4, %edx // next_low_bits++
323 movl %edx, 80(%esp) // save next_low_bits
366 mov %edx, %eax // num_input_words
387 shrl $4, %edx // (num_input_words / 16)
388 mov %edx, %edx // sign extension into quad word
410 movl (next_input_word), %edx // input_word = *next_input_word;
411 movl %edx, %r9d // a copy of input_word
412 testl %edx, %edx // input_word
419 cmpl %eax, %edx // dict_word vs input_word
427 movl %edx, (next_full_patt) // *next_full_patt = input_word;
429 movl %edx, (dict_location) // *dict_location = input_word
458 movl 8(%rcx), %edx // w2
459 sall $4, %edx // w2 << 4
460 orl %edx, %eax // (w1<<2) | (w2<<4)
462 movl 12(%rcx), %edx // w3
463 sall $6, %edx // w3 << 6
464 orl %edx, %eax // (w0) | (w1<<2) | (w2<<4) | (w3<<6)
529 movl 8(%rcx), %edx // w2
530 sall $20, %edx // w2 << 20
531 orl %edx, %eax // (w1<<10) | (w2<<20)
544 movl 4(%rcx), %edx // w1
545 sall $10, %edx // w1 << 10
546 orl %edx, %eax // w0 | (w1<<10)
581 movl %edx, (%rcx) // *dict_location = input_word;
585 andl $1023, %edx // lower 10 bits
586 movl %edx, (next_low_bits) // save next_low_bits