Lines Matching refs:cl
178 L(2): movb (%eax), %cl /* get byte from stopset */
179 testb %cl, %cl /* is NUL char? */
181 movb %cl, (%esp,%ecx) /* set corresponding byte in stopset table */
183 movb 1(%eax), %cl /* get byte from stopset */
184 testb $0xff, %cl /* is NUL char? */
186 movb %cl, (%esp,%ecx) /* set corresponding byte in stopset table */
188 movb 2(%eax), %cl /* get byte from stopset */
189 testb $0xff, %cl /* is NUL char? */
191 movb %cl, (%esp,%ecx) /* set corresponding byte in stopset table */
193 movb 3(%eax), %cl /* get byte from stopset */
195 movb %cl, (%esp,%ecx) /* set corresponding byte in stopset table */
196 testb $0xff, %cl /* is NUL char? */
212 movb (%eax), %cl /* get byte from string */
213 cmpb %cl, (%esp,%ecx) /* is it contained in stopset? */
216 movb 1(%eax), %cl /* get byte from string */
217 cmpb %cl, (%esp,%ecx) /* is it contained in stopset? */
220 movb 2(%eax), %cl /* get byte from string */
221 cmpb %cl, (%esp,%ecx) /* is it contained in stopset? */
224 movb 3(%eax), %cl /* get byte from string */
225 cmpb %cl, (%esp,%ecx) /* is it contained in stopset? */
235 orb %cl, %cl /* was last character NUL? */