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