x86-64/gas: fix an asymmetry in suffix/register checking
[external/binutils.git] / gas / testsuite / gas / i386 / x86-64-suffix-bad.s
1         .text
2 start:
3         orw     %al, (%rax)
4         orl     %al, (%rax)
5         orq     %al, (%rax)
6
7         orb     %ax, (%rax)
8         orl     %ax, (%rax)
9         orq     %ax, (%rax)
10
11         orb     %eax, (%rax)
12         orw     %eax, (%rax)
13         orq     %eax, (%rax)
14
15         orb     %rax, (%rax)
16         orw     %rax, (%rax)
17         orl     %rax, (%rax)