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