Lines Matching refs:edi
32 pushl %edi
34 cfi_rel_offset (edi, 0)
103 movl $0xfefefeff, %edi /* magic value */
106 addl %ecx, %edi /* add the magic value to the word. We get
120 xorl %ecx, %edi /* ((word^charmask)+magic)^(word^charmask) */
123 orl $0xfefefeff, %edi /* set all non-carry bits */
124 incl %edi /* add 1: if one carry bit was *not* set
138 movl $0xfefefeff, %edi /* magic value */
141 addl %ecx, %edi /* add the magic value to the word. We get
145 xorl %ecx, %edi /* ((word^charmask)+magic)^(word^charmask) */
146 orl $0xfefefeff, %edi /* set all non-carry bits */
147 incl %edi /* add 1: if one carry bit was *not* set
152 movl $0xfefefeff, %edi /* magic value */
155 addl %ecx, %edi /* add the magic value to the word. We get
159 xorl %ecx, %edi /* ((word^charmask)+magic)^(word^charmask) */
160 orl $0xfefefeff, %edi /* set all non-carry bits */
161 incl %edi /* add 1: if one carry bit was *not* set
166 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
205 popl %edi /* pop saved register */
207 cfi_restore (edi)