* gas/i386/disp32.d: Adjust lable-pattern.
[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
12 jmp foo
13 jmp.d8 foo
14 jmp.d32 foo
15 foo:
16
17 .intel_syntax noprefix
18 mov DWORD PTR [rax], ebx
19 mov DWORD PTR [rax+3], ebx
20 mov DWORD PTR [rax+0xfff], ebx
21
22 mov.d8 DWORD PTR [rax], ebx
23 mov.d8 DWORD PTR [rax+3], ebx
24
25 mov.d32 DWORD PTR [rax], ebx
26 mov.d32 DWORD PTR [rax+3], ebx
This page took 0.029446 seconds and 4 git commands to generate.