gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / opcode.s
index d5641dc28d76752a84e366bf27bac1a2b2c2658a..a07e42372df38652e5a192c18531fab7853a050e 100644 (file)
@@ -581,5 +581,11 @@ foo:
  shrd   %cl,%edx,%eax
  shld   %cl,%edx,%eax
 
-# Force a good alignment.
- .p2align 4,0
+ 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.025621 seconds and 4 git commands to generate.