Replace CpuSSE3 with CpuCX16 for cmpxchg16b
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-addr32.s
index d18cbb91bcfc71de7457669c8d274c9182bdf94e..7f661ec2655ed8edb1149ef0e2134423cc3c96ad 100644 (file)
@@ -1,5 +1,17 @@
 .text
        lea             symbol(%eax), %rax
        lea             symbol(%r8d), %rax
-       addr32 lea      symbol(%rip), %rax
+       lea             symbol(%eip), %rax
        addr32 lea      symbol, %rax
+       addr32 mov      0x600898,%al
+       addr32 mov      0x600898,%ax
+       addr32 mov      0x600898,%eax
+       addr32 mov      0x600898,%rax
+       addr32 mov      0x800898,%rax
+       addr32 mov      0x800898,%rbx
+       addr32 mov      %al,0x600898
+       addr32 mov      %ax,0x600898
+       addr32 mov      %eax,0x600898
+       addr32 mov      %rax,0x600898
+       addr32 mov      %rax,0x800898
+       addr32 mov      %rbx,0x800898
This page took 0.0261 seconds and 4 git commands to generate.