Lines Matching refs:rdx

52 	movq %r8, %rdx		/* magic value */
53 addq %rcx, %rdx /* add the magic value to the word. We get
57 xorq %rcx, %rdx /* (word+magic)^word */
58 orq %r8, %rdx /* set all non-carry bits */
59 incq %rdx /* add 1: if one carry bit was *not* set
66 movq %r8, %rdx /* magic value */
67 addq %rcx, %rdx /* add the magic value to the word. We get
71 xorq %rcx, %rdx /* (word+magic)^word */
72 orq %r8, %rdx /* set all non-carry bits */
73 incq %rdx /* add 1: if one carry bit was *not* set
80 movq %r8, %rdx /* magic value */
81 addq %rcx, %rdx /* add the magic value to the word. We get
85 xorq %rcx, %rdx /* (word+magic)^word */
86 orq %r8, %rdx /* set all non-carry bits */
87 incq %rdx /* add 1: if one carry bit was *not* set
94 movq %r8, %rdx /* magic value */
95 addq %rcx, %rdx /* add the magic value to the word. We get
99 xorq %rcx, %rdx /* (word+magic)^word */
100 orq %r8, %rdx /* set all non-carry bits */
101 incq %rdx /* add 1: if one carry bit was *not* set
143 movq %rax, %rdx /* move around */
152 movb %al, (%rdx) /* Store it */
155 incq %rdx
179 movq %rax, (%rdx) /* Write value to destination. */
180 addq $8, %rdx /* Adjust pointer. */
197 movq %rax, (%rdx) /* Write value to destination. */
198 addq $8, %rdx /* Adjust pointer. */
215 movq %rax, (%rdx) /* Write value to destination. */
216 addq $8, %rdx /* Adjust pointer. */
233 movq %rax, (%rdx) /* Write value to destination. */
234 addq $8, %rdx /* Adjust pointer. */
241 movb %al, (%rdx) /* 1st byte. */
244 incq %rdx /* Increment destination. */
245 movb %ah, (%rdx) /* 2nd byte. */
248 incq %rdx /* Increment destination. */