i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / enqcmd.s
CommitLineData
5d79adc4
L
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.048008 seconds and 4 git commands to generate.