Lines Matching refs:cl
50 L(2): movb (%rax), %cl /* get byte from stopset */
51 testb %cl, %cl /* is NUL char? */
53 movb %cl, (%rsp,%rcx) /* set corresponding byte in stopset table */
55 movb 1(%rax), %cl /* get byte from stopset */
56 testb $0xff, %cl /* is NUL char? */
58 movb %cl, (%rsp,%rcx) /* set corresponding byte in stopset table */
60 movb 2(%rax), %cl /* get byte from stopset */
61 testb $0xff, %cl /* is NUL char? */
63 movb %cl, (%rsp,%rcx) /* set corresponding byte in stopset table */
65 movb 3(%rax), %cl /* get byte from stopset */
67 movb %cl, (%rsp,%rcx) /* set corresponding byte in stopset table */
68 testb $0xff, %cl /* is NUL char? */
85 movb (%rax), %cl /* get byte from string */
86 testb %cl, (%rsp,%rcx) /* is it contained in skipset? */
89 movb 1(%rax), %cl /* get byte from string */
90 testb %cl, (%rsp,%rcx) /* is it contained in skipset? */
93 movb 2(%rax), %cl /* get byte from string */
94 testb %cl, (%rsp,%rcx) /* is it contained in skipset? */
97 movb 3(%rax), %cl /* get byte from string */
98 testb %cl, (%rsp,%rcx) /* is it contained in skipset? */