Lines Matching refs:edi
32 pushl %edi /* Save callee-safe registers used here. */
34 cfi_rel_offset (edi, 0)
124 movl $0xfefefeff, %edi /* magic value */
125 addl %ecx, %edi /* add the magic value to the word. We get
139 xorl %ecx, %edi /* ((word^charmask)+magic)^(word^charmask) */
142 orl $0xfefefeff, %edi /* set all non-carry bits */
143 incl %edi /* add 1: if one carry bit was *not* set
154 movl $0xfefefeff, %edi /* magic value */
155 addl %ecx, %edi /* add the magic value to the word. We get
159 xorl %ecx, %edi /* (word+magic)^word */
160 orl $0xfefefeff, %edi /* set all non-carry bits */
161 incl %edi /* add 1: if one carry bit was *not* set
168 movl $0xfefefeff, %edi /* magic value */
169 addl %ecx, %edi /* add the magic value to the word. We get
173 xorl %ecx, %edi /* ((word^charmask)+magic)^(word^charmask) */
174 orl $0xfefefeff, %edi /* set all non-carry bits */
175 incl %edi /* add 1: if one carry bit was *not* set
179 movl $0xfefefeff, %edi /* magic value */
180 addl %ecx, %edi /* add the magic value to the word. We get
184 xorl %ecx, %edi /* (word+magic)^word */
185 orl $0xfefefeff, %edi /* set all non-carry bits */
186 incl %edi /* add 1: if one carry bit was *not* set
193 movl $0xfefefeff, %edi /* magic value */
194 addl %ecx, %edi /* add the magic value to the word. We get
198 xorl %ecx, %edi /* ((word^charmask)+magic)^(word^charmask) */
199 orl $0xfefefeff, %edi /* set all non-carry bits */
200 incl %edi /* add 1: if one carry bit was *not* set
204 movl $0xfefefeff, %edi /* magic value */
205 addl %ecx, %edi /* add the magic value to the word. We get
209 xorl %ecx, %edi /* (word+magic)^word */
210 orl $0xfefefeff, %edi /* set all non-carry bits */
211 incl %edi /* add 1: if one carry bit was *not* set
218 movl $0xfefefeff, %edi /* magic value */
219 addl %ecx, %edi /* add the magic value to the word. We get
223 xorl %ecx, %edi /* ((word^charmask)+magic)^(word^charmask) */
224 orl $0xfefefeff, %edi /* set all non-carry bits */
225 incl %edi /* add 1: if one carry bit was *not* set
229 movl $0xfefefeff, %edi /* magic value */
230 addl %ecx, %edi /* add the magic value to the word. We get
234 xorl %ecx, %edi /* (word+magic)^word */
235 orl $0xfefefeff, %edi /* set all non-carry bits */
236 incl %edi /* add 1: if one carry bit was *not* set
269 L(6): popl %edi /* restore saved register content */
271 cfi_restore (edi)