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 testb %cl, (%esp,%ecx) /* is it contained in skipset? */
215 movb 1(%eax), %cl /* get byte from string */
216 testb %cl, (%esp,%ecx) /* is it contained in skipset? */
219 movb 2(%eax), %cl /* get byte from string */
220 testb %cl, (%esp,%ecx) /* is it contained in skipset? */
223 movb 3(%eax), %cl /* get byte from string */
224 testb %cl, (%esp,%ecx) /* is it contained in skipset? */