x86: fold various AVX512 templates with so far differing Masking attributes
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-movdir.s
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.045295 seconds and 4 git commands to generate.