Replace CpuSSE3 with CpuCX16 for cmpxchg16b
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-stack.s
index 2da658b5f9cd76c3267f49d1a1639979f30ac536..0b8707e3043f2a69c418e54b3ee4838f31e08854 100644 (file)
@@ -29,6 +29,11 @@ _start:
        # push with a 4-byte immediate
        try     0x68, 0x01, 0x02, 0x03, 0x04
 
+       # push a segment register
+       try     0x0f, 0xa8
+       # with extraneous rex.B
+       try     0x41, 0x0f, 0xa8
+
        # This is just to synchronize the disassembly.
        # Any new cases must come before this line!
        nop
This page took 0.023656 seconds and 4 git commands to generate.