Lines Matching refs:edi

31 	pushl %edi		/* Save callee-safe register.  */
62 cfi_rel_offset (edi, 0)
68 movl $0xfefefeff, %edi /* magic value */
75 addl %eax, %edi /* add the magic value to the word. We get
89 xorl %eax, %edi /* ((word^charmask)+magic)^(word^charmask) */
92 orl $0xfefefeff, %edi /* set all non-carry bits */
93 incl %edi /* add 1: if one carry bit was *not* set
100 movl $0xfefefeff, %edi /* magic value */
101 addl %eax, %edi /* add the magic value to the word. We get
105 xorl %eax, %edi /* ((word^charmask)+magic)^(word^charmask) */
106 orl $0xfefefeff, %edi /* set all non-carry bits */
107 incl %edi /* add 1: if one carry bit was *not* set
112 movl $0xfefefeff, %edi /* magic value */
113 addl %eax, %edi /* add the magic value to the word. We get
117 xorl %eax, %edi /* ((word^charmask)+magic)^(word^charmask) */
118 orl $0xfefefeff, %edi /* set all non-carry bits */
119 incl %edi /* add 1: if one carry bit was *not* set
124 movl $0xfefefeff, %edi /* magic value */
125 addl %eax, %edi /* add the magic value to the word. We get
129 xorl %eax, %edi /* ((word^charmask)+magic)^(word^charmask) */
130 orl $0xfefefeff, %edi /* set all non-carry bits */
131 incl %edi /* add 1: if one carry bit was *not* set
187 movl $0xfefefeff, %edi /* magic value */
188 addl %eax, %edi /* add the magic value to the word. We get
192 xorl %eax, %edi /* ((word^charmask)+magic)^(word^charmask) */
193 orl $0xfefefeff, %edi /* set all non-carry bits */
194 incl %edi /* add 1: if one carry bit was *not* set
200 movl $0xfefefeff, %edi /* magic value */
201 addl %eax, %edi /* add the magic value to the word. We get
205 xorl %eax, %edi /* ((word^charmask)+magic)^(word^charmask) */
206 orl $0xfefefeff, %edi /* set all non-carry bits */
207 incl %edi /* add 1: if one carry bit was *not* set
213 movl $0xfefefeff, %edi /* magic value */
214 addl %eax, %edi /* add the magic value to the word. We get
218 xorl %eax, %edi /* ((word^charmask)+magic)^(word^charmask) */
219 orl $0xfefefeff, %edi /* set all non-carry bits */
220 incl %edi /* add 1: if one carry bit was *not* set
226 movl $0xfefefeff, %edi /* magic value */
227 addl %eax, %edi /* add the magic value to the word. We get
231 xorl %eax, %edi /* ((word^charmask)+magic)^(word^charmask) */
232 orl $0xfefefeff, %edi /* set all non-carry bits */
233 incl %edi /* add 1: if one carry bit was *not* set
257 popl %edi /* restore saved register */
259 cfi_restore (edi)