Lines Matching refs:rax

715 	addq	in, %rax							// in + (strm->avail_in - 5)
716 movq %rax, last // last = in + (strm->avail_in - 5)
724 addq out, %rax // out + (strm->avail_out - 257);
725 movq %rax, end // end = out + (strm->avail_out - 257);
736 movq 64(state), %rax // state->window
737 movq %rax, window // window = state->window;
752 movq %rax, lmask // lmask = (1U << state->lenbits) - 1
768 salq %cl, %rax // (*in) << bits
769 addq %rax, hold // hold += (*in) << bits
773 movq lmask, %rax // lmask
774 andq hold, %rax // hold & lmask
789 andq hold, %rax // (hold & ((1U << op) - 1))
791 addq %rdx, %rax // this = lcode[this.val + (hold & ((1U << op) - 1))];
793 movl (lcode,%rax,4), %eax // this = lcode[hold & lmask];
826 salq %cl, %rax // *in << bits
827 addq %rax, hold // hold += (unsigned long)(PUP(in)) << bits;
843 movq dmask, %rax // dmask
844 andq hold, %rax // hold & dmask
846 movl (%rdx,%rax,4), %eax // this = dcode[hold & dmask];
855 andq hold, %rax // (hold & ((1U << op) - 1))
857 addq %rdx, %rax // this.val + (hold & ((1U << op) - 1))
859 movl (%rcx,%rax,4), %eax // this = dcode[this.val + (hold & ((1U << op) - 1))];
878 salq %cl, %rax // *in << bits
879 addq %rax, hold // hold += (unsigned long)(PUP(in)) << bits;
886 salq %cl, %rax // *in << bits
887 addq %rax, hold // hold += (unsigned long)(PUP(in)) << bits;
930 addq %rax, from // from += wsize - op;
1002 andq hold, %rax // hold &= (1U << bits) - 1;
1003 movq %rax, 72(state) // state->hold = hold;
1029 salq %cl, %rax // 2nd *in << bits+8
1030 addq %rax, hold // 2nd hold += (unsigned long)(PUP(in)) << bits;
1063 subq %rax, %rdx // from = out - dist;
1102 subq %rax, from // from = out - dist;
1112 addq %rax, from // from += wsize+write-op
1140 subq %rax, from // from = out - dist;
1148 addq %rax, from // from += write - op
1162 subq %rax, from // from = out - dist;