x86/Intel: extend MOVDIRI testing
[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
77ad8092 11 movdiri [rcx],eax
c0a30a9f 12 movdiri [rcx],rax
77ad8092
JB
13 movdiri dword ptr [rcx],eax
14 movdiri qword ptr [rcx],rax
c0a30a9f
L
15 movdir64b rax,[rcx]
16 movdir64b eax,[ecx]
This page took 0.100289 seconds and 4 git commands to generate.