Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / i386 / movbe.s
1 # Check movbe
2         .text
3 foo:
4         movbe   (%ecx),%bx
5         movbe   (%ecx),%ebx
6         movbe   %bx,(%ecx)
7         movbe   %ebx,(%ecx)
8         movbew  (%ecx),%bx
9         movbel  (%ecx),%ebx
10         movbew  %bx,(%ecx)
11         movbel  %ebx,(%ecx)
12
13         .intel_syntax noprefix
14         movbe bx, word ptr [ecx]
15         movbe ebx, dword ptr [ecx]
16         movbe word ptr [ecx], bx
17         movbe dword ptr [ecx], ebx