x86: fix (dis)assembly of certain SSE2 insns in 16-bit mode
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-enqcmd.s
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.037366 seconds and 4 git commands to generate.