x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / enqcmd.s
1 # Check ENQCMD[S] 32-bit instructions
2
3 .allow_index_reg
4 .text
5 _start:
6 enqcmd (%ecx),%eax
7 enqcmd (%si),%ax
8 enqcmds (%ecx),%eax
9 enqcmds (%si),%ax
10
11 .intel_syntax noprefix
12 enqcmd eax,[ecx]
13 enqcmd ax,[si]
14 enqcmds eax,[ecx]
15 enqcmds ax,[si]
This page took 0.033205 seconds and 4 git commands to generate.