Enable Intel MOVDIRI, MOVDIR64B instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / movdir.s
1 # Check MOVDIR[I,64B] 32-bit instructions
2
3 .allow_index_reg
4 .text
5 _start:
6 movdiri %eax, (%ecx)
7 movdir64b (%ecx),%eax
8 movdir64b (%si),%ax
9
10 .intel_syntax noprefix
11 movdiri [ecx], eax
12 movdir64b eax,[ecx]
13 movdir64b ax,[si]
This page took 0.035481 seconds and 4 git commands to generate.