x86: improve handling of insns with ambiguous operand sizes
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-avx.s
index b5f011ec45e4a4f79aa80e9ece4e073a56a369a8..c7355dcaa8bca55ecf4700d76587b8c2fc77f1a5 100644 (file)
@@ -1222,9 +1222,9 @@ _start:
 
 # Tests for op regl/mem32, xmm, xmm
        vcvtsi2sd %ecx,%xmm4,%xmm6
-       vcvtsi2sd (%rcx),%xmm4,%xmm6
+       vcvtsi2sdl (%rcx),%xmm4,%xmm6
        vcvtsi2ss %ecx,%xmm4,%xmm6
-       vcvtsi2ss (%rcx),%xmm4,%xmm6
+       vcvtsi2ssl (%rcx),%xmm4,%xmm6
 
 # Tests for op imm8, xmm/mem32, xmm, xmm
        vcmpss $7,%xmm4,%xmm6,%xmm2
This page took 0.03197 seconds and 4 git commands to generate.