gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / opcode.s
index e3fbdfe9d2a0fa3cc9ed35c66d762b9352178cee..a07e42372df38652e5a192c18531fab7853a050e 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
@@ -566,5 +566,26 @@ foo:
  movsbw 0x90909090(%eax),%dx
  xadd   %dx,0x90909090(%eax)
 
-# Force a good alignment.
- .p2align 4,0
+ xchg   %ax,%ax
+
+ sldt  %eax
+ sldt  %ax
+ sldt  (%eax)
+ smsw  %eax
+ smsw  %ax
+ smsw  (%eax)
+ str   %eax
+ str   %ax
+ str   (%eax)
+
+ shrd   %cl,%edx,%eax
+ shld   %cl,%edx,%eax
+
+ test   %eax,%ebx
+ test   %ebx,%eax
+ test   (%eax),%ebx
+
+ cmovpe  0x90909090(%eax),%edx
+ cmovpo 0x90909090(%eax),%edx
+ cmovpe  0x90909090(%eax),%dx
+ cmovpo 0x90909090(%eax),%dx
This page took 0.024331 seconds and 4 git commands to generate.