Add .d32 encoding suffix.
[binutils.git] / gas / testsuite / gas / i386 / disp32.s
blobde34f41884db109f180a2b0df7c5212a2f0a3843
1 .text
2 mov 3(%eax),%ebx
3 mov.d32 3(%eax),%ebx
5 jmp foo
6 jmp.d32 foo
7 foo:
9 .intel_syntax noprefix
10 mov DWORD PTR [eax+3], ebx
11 mov.d32 DWORD PTR [eax+3], ebx