Home | History | Annotate | Download | only in masmx64

Lines Matching refs:hold

53 	mov	rdx, [rsp+80]      ; /* rdx  = hold */

78 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
97 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
100 and r8, rdx ; /* r8 &= hold */
101 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
105 shr rdx, cl ; /* hold >>= this.bits */
115 and r8, rdx ; /* r8 &= hold */
116 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
121 shr rdx, cl ; /* hold >>= this.bits */
147 and eax, edx ; /* eax &= hold */
149 add r14d, eax ; /* len += hold & mask[op] */
160 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
163 and r8, rdx ; /* r8 &= hold */
164 mov eax, [r11+r8*4] ; /* eax = dcode[hold & dmask] */
171 shr rdx, cl ; /* hold >>= this.bits */
185 and eax, edx ; /* eax &= hold */
187 add r15d, eax ; /* dist += hold & ((1 << op) - 1) */
246 and eax, edx ; /* eax &= hold */
248 mov eax, [rbp+rax*4] ; /* eax = lcode[val+(hold&mask[op])]*/
260 and eax, edx ; /* eax &= hold */
262 mov eax, [r11+rax*4] ; /* eax = dcode[val+(hold&mask[op])]*/
367 ; /* put in, out, bits, and hold back into ar and pop esp */
371 mov [rsp+80], rdx ; /* hold */