x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / movdir64b-reg.s
CommitLineData
c0a30a9f
L
1# Check error for MOVDIR64B 32-bit instructions
2
3 .allow_index_reg
4 .text
5_start:
6 movdir64b (%si),%eax
7 movdir64b (%esi),%ax
8
9 .intel_syntax noprefix
10 movdir64b eax,[si]
11 movdir64b ax,[esi]
This page took 0.115603 seconds and 4 git commands to generate.