Lines Matching refs:cl
61 movb (%eax), %cl /* load byte in question (we need it twice) */
62 cmpb %cl, %dl /* compare byte */
64 testb %cl, %cl /* is NUL? */
70 movb (%eax), %cl /* load byte in question (we need it twice) */
71 cmpb %cl, %dl /* compare byte */
73 testb %cl, %cl /* is NUL? */
79 movb (%eax), %cl /* load byte in question (we need it twice) */
80 cmpb %cl, %dl /* compare byte */
82 testb %cl, %cl /* is NUL? */
248 L(7): testb %cl, %cl /* is first byte CHR? */
250 cmpb %dl, %cl /* is first byte NUL? */
261 testb %cl, %cl /* is third byte CHR? */
263 cmpb %dl, %cl /* is third byte NUL? */