Home | History | Annotate | Download | only in X86

Lines Matching refs:ax

81 // CHECK: subw %ax, %bx
82 subw %ax, %bx
216 // CHECK: outw %ax, $128
217 outw %ax, $128
236 // CHECK: cmovnew %bx, %ax
237 cmovnz %bx, %ax
265 out %ax, (%dx)
266 outw %ax, (%dx)
279 in (%dx), %ax
280 inw (%dx), %ax
326 fnstsw %ax
395 // CHECK: movw %cs, %ax
396 mov %CS, %ax
481 fstsw %ax
643 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0x8b,0x04,0x25,0x00,0x00,0x00,0x00]
715 // CHECK: movsbw %al, %ax
717 movsx %al, %ax
723 // CHECK: movswl %ax, %eax
725 movsx %ax, %eax
739 // CHECK: movzbw %al, %ax
741 ax
747 // CHECK: movzwl %ax, %eax
749 movzx %ax, %eax
759 // CHECK: movsbw (%rax), %ax
761 movsx (%rax), %ax
763 // CHECK: movzbw (%rax), %ax
765 movzx (%rax), %ax
915 incw %ax // CHECK: incw %ax # encoding: [0x66,0xff,0xc0]
918 decw %ax // CHECK: decw %ax # encoding: [0x66,0xff,0xc8]
962 div %bx,%ax
970 idiv %bx,%ax
1088 lodsw %ds:(%rsi), %ax
1089 lodsw (%rsi), %ax
1090 lods %ds:(%rsi), %ax
1091 lods (%rsi), %ax
1126 stosw %ax, %es:(%rdi)
1127 stos %ax, %es:(%rdi)
1145 str %ax
1153 str %ax
1208 // CHECK: xchgw %ax, %ax
1210 xchgw %ax, %ax