gas/testsuite/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / opcode.s
index 39c5967b266cdf99d9259e3c1e09a33ac52a6d0f..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
@@ -565,3 +565,27 @@ foo:
  bsr    0x90909090(%eax),%dx
  movsbw 0x90909090(%eax),%dx
  xadd   %dx,0x90909090(%eax)
+
+ 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.024791 seconds and 4 git commands to generate.