Lines Matching refs:r9
58 movq %rax, %r9 /* Save a copy for NUL finding. */
59 addq %r8, %r9 /* add the magic value to the word. We get
63 xorq %rax, %r9 /* (word+magic)^word */
64 orq %r8, %r9 /* set all non-carry bits */
65 incq %r9 /* add 1: if one carry bit was *not* set
76 movq %rax, %r9 /* Save a copy for NUL finding. */
77 addq %r8, %r9 /* add the magic value to the word. We get
81 xorq %rax, %r9 /* (word+magic)^word */
82 orq %r8, %r9 /* set all non-carry bits */
83 incq %r9 /* add 1: if one carry bit was *not* set
94 movq %rax, %r9 /* Save a copy for NUL finding. */
95 addq %r8, %r9 /* add the magic value to the word. We get
99 xorq %rax, %r9 /* (word+magic)^word */
100 orq %r8, %r9 /* set all non-carry bits */
101 incq %r9 /* add 1: if one carry bit was *not* set
112 movq %rax, %r9 /* Save a copy for NUL finding. */
113 addq %r8, %r9 /* add the magic value to the word. We get
117 xorq %rax, %r9 /* (word+magic)^word */
118 orq %r8, %r9 /* set all non-carry bits */
119 incq %r9 /* add 1: if one carry bit was *not* set