x86: improve handling of insns with ambiguous operand sizes
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-avx-scalar.s
index 0f8800fc6da4a8c98184b7330f30f65557d5fc09..aa3f2773b2ddd023893b8ff3206d216df56ec88b 100644 (file)
@@ -234,9 +234,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.026094 seconds and 4 git commands to generate.