Lines Matching refs:cl
66 movb %dl, %cl /* we construct the lower half in %ecx */
69 movb %cl, %ch /* now %ecx is 0|0|c|c */
76 movb %dl, %cl /* 0 is needed below */
79 xorb (%eax), %cl /* is byte the one we are looking for? */
82 xorb %dl, %cl /* load single byte and test for NUL */
85 movb 1(%eax), %cl /* load single byte */
88 cmpb %cl, %dl /* is byte == C? */
91 cmpb $0, %cl /* is byte NUL? */
99 L(0): movb (%eax), %cl /* load single byte */
101 cmpb %cl, %dl /* is byte == C? */
104 cmpb $0, %cl /* is byte NUL? */
311 cmpb %dl, %cl /* first byte == C? */
315 cmpb $0, %cl /* first byte == NUL? */
329 cmpb %dl, %cl /* third byte == C? */
332 cmpb $0, %cl /* third byte == NUL? */