Lines Matching refs:r9
167 movq %rax, %r9 /* Save a copy for NUL finding. */
168 addq %r8, %r9 /* add the magic value to the word. We get
172 xorq %rax, %r9 /* (word+magic)^word */
173 orq %r8, %r9 /* set all non-carry bits */
174 incq %r9 /* add 1: if one carry bit was *not* set
185 movq %rax, %r9 /* Save a copy for NUL finding. */
186 addq %r8, %r9 /* add the magic value to the word. We get
190 xorq %rax, %r9 /* (word+magic)^word */
191 orq %r8, %r9 /* set all non-carry bits */
192 incq %r9 /* add 1: if one carry bit was *not* set
203 movq %rax, %r9 /* Save a copy for NUL finding. */
204 addq %r8, %r9 /* add the magic value to the word. We get
208 xorq %rax, %r9 /* (word+magic)^word */
209 orq %r8, %r9 /* set all non-carry bits */
210 incq %r9 /* add 1: if one carry bit was *not* set
221 movq %rax, %r9 /* Save a copy for NUL finding. */
222 addq %r8, %r9 /* add the magic value to the word. We get
226 xorq %rax, %r9 /* (word+magic)^word */
227 orq %r8, %r9 /* set all non-carry bits */
228 incq %r9 /* add 1: if one carry bit was *not* set