x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / noreg64.s
index 59b67bc187288c27d150d45c86acc483f01df23a..ab0b5585f6e0c35799871bc1ece295b42e15afba 100644 (file)
@@ -77,6 +77,12 @@ noreg:
        mov     (%rax), %es
        movs
        movs    (%rsi), %es:(%rdi)
+       movsx   (%rax), %ax
+       movsx   (%rax), %eax
+       movsx   (%rax), %rax
+       movzx   (%rax), %ax
+       movzx   (%rax), %eax
+       movzx   (%rax), %rax
        mul     (%rax)
        neg     (%rax)
        nop     (%rax)
This page took 0.024646 seconds and 4 git commands to generate.