Lines Matching refs:al
23 add $0xFF, %al
31 subb %al, %al
75 subb %al, %bl
152 lock;cmpxchgb %al, 0(%ebx)
156 cs;movb 0(%eax), %al
160 ss;movb 0(%eax), %al
164 ds;movb 0(%eax), %al
168 es;movb 0(%eax), %al
172 fs;movb 0(%eax), %al
176 gs;movb 0(%eax), %al
212 outb %al, $161
216 inb $161, %al
260 out %al, (%dx)
261 outb %al, (%dx)
274 in (%dx), %al
275 inb (%dx), %al
325 fnstsw %al
447 clrb %al
625 movb 0, %al // CHECK: movb 0, %al # encoding: [0x8a,0x04,0x25,0x00,0x00,0x00,0x00]
666 setz %al
670 setnz %al
692 movzx %al, %esi
696 movzx %al, %rsi
700 movsx %al, %ax
704 movsx %al, %eax
724 movzx %al, %ax
728 movzx %al, %eax
896 incb %al // CHECK: incb %al # encoding: [0xfe,0xc0]
899 decb %al // CHECK: decb %al # encoding: [0xfe,0xc8]
943 div %bl,%al
951 idiv %bl,%al
1056 lodsb %ds:(%rsi), %al
1057 lodsb (%rsi), %al
1058 lods %ds:(%rsi), %al
1059 lods (%rsi), %al
1098 stosb %al, %es:(%rdi)
1099 stos %al, %es:(%rdi)