Replace CpuSSE3 with CpuCX16 for cmpxchg16b
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-opcode.s
index e40dc29c82cd6c31079b6acc62051fe493163d85..cb9bbc118553752b245775033a58c070319ed353 100644 (file)
        xchg %rax,%rax                # --  --   -- --   90
        rex64 xchg %rax,%rax          # --  --   -- 48   90
        xchg %rax,%r8                 # --  --   -- 49   90
+       xchg %eax,%r8d                # --  --   -- 41   90
+       xchg %r8d,%eax                # --  --   -- 41   90
+       xchg %eax,%r9d                # --  --   -- 41   91
+       xchg %r9d,%eax                # --  --   -- 41   91
+       xchg %ebx,%eax                # --  --   -- 93
+       xchg %eax,%ebx                # --  --   -- 93
+       xchg %ax,%r8w                 # --  --   -- 66 41 90
+       xchg %r8w,%ax                 # --  --   -- 66 41 90
+       xchg %ax,%r9w                 # --  --   -- 66 41 91
+       xchg %r9w,%ax                 # --  --   -- 66 41 91
 
         smsw %rax                    #  --  --  -- 48   0F 01 e0
         smsw %eax                    #  --  --  -- --   0F 01 e0
         str %ax                              #  66  --  -- --   0F 00 c8
         str (%rax)                   #  --  --  -- --   0F 00 08
 
- .p2align 4,0
+        syscall                              #  --  --  -- --   0F 05
+        sysret                       #  --  --  -- --   0F 07
+
+        swapgs                       #  --  --  -- --   0F 01 f8
+
+       pushw $0x2222
This page took 0.024476 seconds and 4 git commands to generate.