i386: Check for reserved VEX.vvvv and EVEX.vvvv
[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)
18
19         pushq   %ax
20         popq    %ax
21         callq   *%ax
22         jmpq    *%ax