Lines Matching refs:cl
51 L(2): movb (%rax), %cl /* get byte from skipset */
52 testb %cl, %cl /* is NUL char? */
54 movb %cl, (%rsp,%rcx) /* set corresponding byte in skipset table */
56 movb 1(%rax), %cl /* get byte from skipset */
57 testb $0xff, %cl /* is NUL char? */
59 movb %cl, (%rsp,%rcx) /* set corresponding byte in skipset table */
61 movb 2(%rax), %cl /* get byte from skipset */
62 testb $0xff, %cl /* is NUL char? */
64 movb %cl, (%rsp,%rcx) /* set corresponding byte in skipset table */
66 movb 3(%rax), %cl /* get byte from skipset */
68 movb %cl, (%rsp,%rcx) /* set corresponding byte in skipset table */
69 testb $0xff, %cl /* is NUL char? */
86 movb (%rax), %cl /* get byte from string */
87 cmpb %cl, (%rsp,%rcx) /* is it contained in skipset? */
90 movb 1(%rax), %cl /* get byte from string */
91 cmpb %cl, (%rsp,%rcx) /* is it contained in skipset? */
94 movb 2(%rax), %cl /* get byte from string */
95 cmpb %cl, (%rsp,%rcx) /* is it contained in skipset? */
98 movb 3(%rax), %cl /* get byte from string */
99 cmpb %cl, (%rsp,%rcx) /* is it contained in skipset? */
110 orb %cl, %cl /* was last character NUL? */