Lines Matching refs:cl

124 	sall	%cl, %esi				// 1 << state->lenbits
129 sall %cl, %eax // 1 << state->distbits
152 movl bits, %ecx // cl = bits
153 sall %cl, %edx // 1st *in << bits
156 movl %esi, %ecx // cl = bits+8
157 sall %cl, %eax // 2nd *in << (bits+8)
168 sall %cl, %eax // *((unsigned short *) in) << bits
183 movzbl %al, %ecx // a copy of op to cl
184 testb $16, %cl // if op&16
187 testb $64, %cl // elif op&64
193 sall %cl, %eax // 1 << op
206 shrl %cl, hold // hold >>= op;
213 movb %cl, (%eax) // PUP(out) = (unsigned char)(this.val);
256 sall %cl, %eax // 1 << bits
272 // this code segment is branched in from op_nonzero, with op in cl and this.value in esi
285 sall %cl, %eax // *in << bits
293 sall %cl, %eax // 1 << op
297 shrl %cl, hold // hold >>= op;
310 testb $64, %cl // op&64
313 sall %cl, %eax // (1<<op)
324 shrl %cl, hold // hold >>= op;
327 testb $16, %cl // op & 16
338 sall %cl, %eax // *in << bits
346 movl bits, %ecx // cl = bits
347 sall %cl, %eax // *in << bits
356 movzbl op, %ecx // cl = op
357 sall %cl, %eax // 1 << op
370 shrl %cl, hold // hold >>= op;
478 movl bits, %ecx // cl = bits
479 sall %cl, %edx // 1st *in << bits
482 movl %esi, %ecx // cl = bits+8
483 sall %cl, %eax // 2nd *in << (bits+8)
495 sall %cl, %eax // *((unsigned short *) in) << bits
748 sall %cl, %edx // (1U << state->distbits)
750 sall %cl, %eax // (1U << state->lenbits)
767 movl bits, %ecx // set up cl = bits
768 salq %cl, %rax // (*in) << bits
778 movzbl %al, %ecx // op in al and cl
779 testb $16, %cl // check for length base processing (op&16)
781 testb $64, %cl // check for 2nd level length code (op&64==0)
787 sall %cl, %eax // 1 << op
798 shrq %cl, hold // hold >>= op;
817 L_length_base: /* al = cl = op, edx = this.val, op&16 = 16 */
825 movl bits, %ecx // cl = bits
826 salq %cl, %rax // *in << bits
832 movl %edx, %ecx // cl = op
833 sall %cl, %eax // 1 << op
837 shrq %cl, hold // hold >>= op;
850 testb $64, %cl // op&64
853 sall %cl, %eax // 1 << op
863 movzbl %ah, %ecx // cl = op = this.bits
864 shrq %cl, hold // hold >>= op;
867 testb $16, %cl // (op & 16) test for distance base
877 movl bits, %ecx // cl = bits
878 salq %cl, %rax // *in << bits
885 movl bits, %ecx // cl = bits
886 salq %cl, %rax // *in << bits
894 movl %esi, %ecx // cl = op
895 sall %cl, %eax // (1 << op)
906 shrq %cl, hold // hold >>= op;
1000 sall %cl, %eax // 1 << bits
1024 movl bits, %ecx // cl = bits
1025 salq %cl, %rdx // 1st *in << 8
1028 movl %esi, %ecx // cl = bits + 8
1029 salq %cl, %rax // 2nd *in << bits+8