Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / i386 / disp32.s
1         .text
2         mov 3(%eax),%ebx
3         mov.d32 3(%eax),%ebx
4
5         jmp foo
6         jmp.d32 foo
7 foo:
8
9         .intel_syntax noprefix
10         mov DWORD PTR [eax+3], ebx
11         mov.d32 DWORD PTR [eax+3], ebx