Home | History | Annotate | Download | only in inflate86

Lines Matching defs:ah

193 "        movb    %%ah, %%cl\n"            /* cl = this.bits */
194 " subb %%ah, %%bl\n" /* bits -= this.bits */
209 " movb %%ah, %%cl\n" /* cl = this.bits */
210 " subb %%ah, %%bl\n" /* bits -= this.bits */
259 " movb %%ah, %%cl\n"
260 " subb %%ah, %%bl\n" /* bits -= this.bits */
316 " movb %%al, %%ah\n"
509 " movb %%ah, %%cl\n" /* cl = this.bits */
510 " subb %%ah, %%bl\n" /* bits -= this.bits */
573 " movb %%ah, %%cl\n"
574 " subb %%ah, %%bl\n" /* bits -= this.bits */
643 " movb %%al, %%ah\n"
836 mov cl, ah /* cl = this.bits */
837 sub bl, ah /* bits -= this.bits */
900 mov cl, ah
901 sub bl, ah /* bits -= this.bits */
970 mov ah, al