gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / opcode.s
index 39c5967b266cdf99d9259e3c1e09a33ac52a6d0f..a03ce13099fa0b6c2f8389e0f3d75fcb22183031 100644 (file)
@@ -130,9 +130,9 @@ foo:
  mov    %edx,0x90909090(%eax)
  mov    0x90909090(%eax),%dl
  mov    0x90909090(%eax),%edx
- movl   %ss,0x90909090(%eax)
+ movw   %ss,0x90909090(%eax)
  lea    0x90909090(%eax),%edx
- movl   0x90909090(%eax),%ss
+ movw   0x90909090(%eax),%ss
  popl   0x90909090(%eax)
  xchg   %eax,%eax
  xchg   %eax,%ecx
@@ -565,3 +565,8 @@ foo:
  bsr    0x90909090(%eax),%dx
  movsbw 0x90909090(%eax),%dx
  xadd   %dx,0x90909090(%eax)
+
+ xchg   %ax,%ax
+
+# Force a good alignment.
+ .p2align 4,0
This page took 0.02299 seconds and 4 git commands to generate.