gas: Adjust x86 tests for PECOFF
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / noreg32.s
index 1d1cf6d797135b59b445c49d7b1bf2ce80320a1c..cbde0d4a675ec042a325d2ca7927b7af6863f0d2 100644 (file)
@@ -73,6 +73,10 @@ noreg:
        mov     (%eax), %es
        movs
        movs    (%esi), %es:(%edi)
+       movsx   (%eax), %ax
+       movsx   (%eax), %eax
+       movzx   (%eax), %ax
+       movzx   (%eax), %eax
        mul     (%eax)
        neg     (%eax)
        nop     (%eax)
This page took 0.025489 seconds and 4 git commands to generate.