x86: support further AMD Zen2 instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-movdir.s
CommitLineData
c0a30a9f
L
1# Check MOVDIR[I,64B] 64-bit instructions
2
3 .allow_index_reg
4 .text
5_start:
6 movdiri %rax, (%rcx)
7 movdir64b (%rcx),%rax
8 movdir64b (%ecx),%eax
9
10 .intel_syntax noprefix
11 movdiri [rcx],rax
12 movdir64b rax,[rcx]
13 movdir64b eax,[ecx]
This page took 0.096951 seconds and 4 git commands to generate.