Lines Matching refs:cl
59 movb (%eax), %cl /* load byte in question (we need it twice) */
60 cmpb %cl, %dl /* compare byte */
62 testb %cl, %cl /* is NUL? */
68 movb (%eax), %cl /* load byte in question (we need it twice) */
69 cmpb %cl, %dl /* compare byte */
71 testb %cl, %cl /* is NUL? */
77 movb (%eax), %cl /* load byte in question (we need it twice) */
78 cmpb %cl, %dl /* compare byte */
80 testb %cl, %cl /* is NUL? */
258 L(7): testb %cl, %cl /* is first byte C? */
260 cmpb %dl, %cl /* is first byte NUL? */
271 testb %cl, %cl /* is third byte C? */
273 cmpb %dl, %cl /* is third byte NUL? */