Lines Matching refs:edi
31 pushl %edi /* Save callee-safe registers used here. */
33 cfi_rel_offset (edi, 0)
172 movl $0xfefefeff, %edi /* magic value */
173 addl %edx, %edi /* add the magic value to the word. We get
188 xorl %edx, %edi /* (word+magic)^word */
191 orl $0xfefefeff, %edi /* set all non-carry bits */
192 incl %edi /* add 1: if one carry bit was *not* set
204 movl $0xfefefeff, %edi /* magic value */
205 addl %edx, %edi /* add the magic value to the word. We get
209 xorl %edx, %edi /* ((word^charmask)+magic)^(word^charmask) */
210 orl $0xfefefeff, %edi /* set all non-carry bits */
211 incl %edi /* add 1: if one carry bit was *not* set
216 movl $0xfefefeff, %edi /* magic value */
217 addl %edx, %edi /* add the magic value to the word. We get
221 xorl %edx, %edi /* (word+magic)^word */
222 orl $0xfefefeff, %edi /* set all non-carry bits */
223 incl %edi /* add 1: if one carry bit was *not* set
228 movl $0xfefefeff, %edi /* magic value */
229 addl %edx, %edi /* add the magic value to the word. We get
233 xorl %edx, %edi /* ((word^charmask)+magic)^(word^charmask) */
234 orl $0xfefefeff, %edi /* set all non-carry bits */
235 incl %edi /* add 1: if one carry bit was *not* set
240 movl $0xfefefeff, %edi /* magic value */
241 addl %edx, %edi /* add the magic value to the word. We get
245 xorl %edx, %edi /* (word+magic)^word */
246 orl $0xfefefeff, %edi /* set all non-carry bits */
247 incl %edi /* add 1: if one carry bit was *not* set
252 movl $0xfefefeff, %edi /* magic value */
253 addl %edx, %edi /* add the magic value to the word. We get
257 xorl %edx, %edi /* ((word^charmask)+magic)^(word^charmask) */
258 orl $0xfefefeff, %edi /* set all non-carry bits */
259 incl %edi /* add 1: if one carry bit was *not* set
264 movl $0xfefefeff, %edi /* magic value */
265 addl %edx, %edi /* add the magic value to the word. We get
269 xorl %edx, %edi /* (word+magic)^word */
270 orl $0xfefefeff, %edi /* set all non-carry bits */
271 incl %edi /* add 1: if one carry bit was *not* set
276 movl $0xfefefeff, %edi /* magic value */
277 addl %edx, %edi /* add the magic value to the word. We get
281 xorl %edx, %edi /* ((word^charmask)+magic)^(word^charmask) */
282 orl $0xfefefeff, %edi /* set all non-carry bits */
283 incl %edi /* add 1: if one carry bit was *not* set
324 popl %edi
326 cfi_restore (edi)