Lines Matching refs:cl
177 L(2): movb (%eax), %cl /* get byte from stopset */
178 testb %cl, %cl /* is NUL char? */
180 movb %cl, (%esp,%ecx) /* set corresponding byte in stopset table */
182 movb 1(%eax), %cl /* get byte from stopset */
183 testb $0xff, %cl /* is NUL char? */
185 movb %cl, (%esp,%ecx) /* set corresponding byte in stopset table */
187 movb 2(%eax), %cl /* get byte from stopset */
188 testb $0xff, %cl /* is NUL char? */
190 movb %cl, (%esp,%ecx) /* set corresponding byte in stopset table */
192 movb 3(%eax), %cl /* get byte from stopset */
194 movb %cl, (%esp,%ecx) /* set corresponding byte in stopset table */
195 testb $0xff, %cl /* is NUL char? */
211 movb (%eax), %cl /* get byte from string */
212 cmpb %cl, (%esp,%ecx) /* is it contained in stopset? */
215 movb 1(%eax), %cl /* get byte from string */
216 cmpb %cl, (%esp,%ecx) /* is it contained in stopset? */
219 movb 2(%eax), %cl /* get byte from string */
220 cmpb %cl, (%esp,%ecx) /* is it contained in stopset? */
223 movb 3(%eax), %cl /* get byte from string */
224 cmpb %cl, (%esp,%ecx) /* is it contained in stopset? */