Replace CpuSSE3 with CpuCX16 for cmpxchg16b
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-stack.s
index d114887d6593d509bb06ac214bb0c9f4e95d6839..0b8707e3043f2a69c418e54b3ee4838f31e08854 100644 (file)
@@ -22,3 +22,18 @@ _start:
 
        try     0xff, 0xf0
        try     0xff, 0x30
+
+       # push with a 1-byte immediate
+       try     0x6a, 0xff
+
+       # 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.025865 seconds and 4 git commands to generate.