Add initial Intel K1OM support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-disp32.s
CommitLineData
f8a5c266
L
1 .text
2 mov 3(%rax),%ebx
3 mov.d32 3(%rax),%ebx
4
5 jmp foo
6 jmp.d32 foo
7foo:
8
9 .intel_syntax noprefix
10 mov DWORD PTR [rax+3], ebx
11 mov.d32 DWORD PTR [rax+3], ebx
This page took 0.057827 seconds and 4 git commands to generate.