i386: Check for reserved VEX.vvvv and EVEX.vvvv
[external/binutils.git] / gas / testsuite / gas / i386 / disp32.s
1         .text
2         mov (%eax),%ebx
3         mov 3(%eax),%ebx
4
5         mov.d8 (%eax),%ebx
6         mov.d8 3(%eax),%ebx
7         mov.d8 0xfff(%eax),%ebx
8
9         mov.d32 (%eax),%ebx
10         mov.d32 3(%eax),%ebx
11
12         vmovdqu64.d32 -0x40(%eax),%xmm3
13
14         jmp foo
15         jmp.d8 foo
16         jmp.d32 foo
17 foo:
18
19         .intel_syntax noprefix
20         mov DWORD PTR [eax], ebx
21         mov DWORD PTR [eax+3], ebx
22         mov DWORD PTR [eax+0xfff], ebx
23
24         mov.d8 DWORD PTR [eax], ebx
25         mov.d8 DWORD PTR [eax+3], ebx
26
27         mov.d32 DWORD PTR [eax], ebx
28         mov.d32 DWORD PTR [eax+3], ebx
29
30         vmovdqu64.d32 xmm3,XMMWORD PTR [eax-0x40]