gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-opcode.s
index 8b132b3904682509277548af8856580558e58435..8d3de00a8e68881b96f95db651aa77df1f7f815a 100644 (file)
 
        # IN
 
+
+
+       xchg %ax,%ax                  # 66  --   -- --   90
+       xchg %eax,%eax                # --  --   -- --   87 C0
+       xchg %rax,%rax                # --  --   -- --   90
+       rex64 xchg %rax,%rax          # 48  --   -- --   90
+       xchg %rax,%r8                 # --  --   -- 49   90
+
  .p2align 4,0
This page took 0.023537 seconds and 4 git commands to generate.