x86: improve handling of insns with ambiguous operand sizes
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-sse2avx.s
index 92da305f190cc4ba97fe632aeb949df2902cef41..08d1b250f3622abf008927a8f7c1990935b92c2e 100644 (file)
@@ -720,9 +720,9 @@ _start:
 
 # Tests for op regl/mem32, xmm[, xmm]
        cvtsi2sd %ecx,%xmm4
-       cvtsi2sd (%rcx),%xmm4
+       cvtsi2sdl (%rcx),%xmm4
        cvtsi2ss %ecx,%xmm4
-       cvtsi2ss (%rcx),%xmm4
+       cvtsi2ssl (%rcx),%xmm4
 
 # Tests for op imm8, xmm/mem32, xmm[, xmm]
        cmpss $100,%xmm4,%xmm6
This page took 0.025155 seconds and 4 git commands to generate.