* gas/elf/dwarf2-1.d, gas/elf/dwarf2-2.d: Adjust for change in
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-disp32.s
1 .text
2 mov 3(%rax),%ebx
3 mov.d32 3(%rax),%ebx
4
5 jmp foo
6 jmp.d32 foo
7 foo:
8
9 .intel_syntax noprefix
10 mov DWORD PTR [rax+3], ebx
11 mov.d32 DWORD PTR [rax+3], ebx
This page took 0.030236 seconds and 4 git commands to generate.