x86: Remove restriction on NOTRACK prefix position
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-disp32.s
1 .text
2 mov (%rax),%ebx
3 mov 3(%rax),%ebx
4
5 mov.d8 (%rax),%ebx
6 mov.d8 3(%rax),%ebx
7 mov.d8 0xfff(%rax),%ebx
8
9 mov.d32 (%rax),%ebx
10 mov.d32 3(%rax),%ebx
11 vmovdqu64.d32 -0x40(%rax),%xmm3
12
13 jmp foo
14 jmp.d8 foo
15 jmp.d32 foo
16 foo:
17
18 .intel_syntax noprefix
19 mov DWORD PTR [rax], ebx
20 mov DWORD PTR [rax+3], ebx
21 mov DWORD PTR [rax+0xfff], ebx
22
23 mov.d8 DWORD PTR [rax], ebx
24 mov.d8 DWORD PTR [rax+3], ebx
25
26 mov.d32 DWORD PTR [rax], ebx
27 mov.d32 DWORD PTR [rax+3], ebx
28
29 vmovdqu64.d32 xmm3,XMMWORD PTR [rax-0x40]
This page took 0.030154 seconds and 4 git commands to generate.