Properly handle multiple opcode prefixes
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-long-1.s
index 73f9a533a2805ebf2b67e2e786abbf03d9b46f45..2b912428dc062739145eb1d09f0b3482ead03cd3 100644 (file)
@@ -14,7 +14,7 @@ foo:
 .byte 0xf2
 .byte 0xf0
 .byte 0xf0
-movapd (%rax), %xmm0
+movss  (%rax), %xmm0
 .byte 0xf2
 .byte 0xf0
 .byte 0xf0
@@ -27,4 +27,4 @@ movapd        (%rax), %xmm0
 .byte 0xf0
 .byte 0xf0
 .byte 0xf0
-movapd (%rax), %xmm0
+movss  (%rax), %xmm0
This page took 0.023462 seconds and 4 git commands to generate.