i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / enqcmd-inval.s
1 # Check error for ENQCMD[S] 32-bit instructions
2
3 .allow_index_reg
4 .text
5 _start:
6 enqcmd (%si),%eax
7 enqcmd (%esi),%ax
8 enqcmds (%si),%eax
9 enqcmds (%esi),%ax
10
11 .intel_syntax noprefix
12 enqcmd eax,[si]
13 enqcmd ax,[esi]
14 enqcmds eax,[si]
15 enqcmds ax,[esi]
This page took 0.032736 seconds and 4 git commands to generate.