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