gas/testsuite/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / opcode.s
index a03ce13099fa0b6c2f8389e0f3d75fcb22183031..a07e42372df38652e5a192c18531fab7853a050e 100644 (file)
@@ -568,5 +568,24 @@ foo:
 
  xchg   %ax,%ax
 
-# Force a good alignment.
- .p2align 4,0
+ 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.024323 seconds and 4 git commands to generate.