Enable Intel MOVDIRI, MOVDIR64B instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / movdir64b-reg.s
1 # Check error for MOVDIR64B 32-bit instructions
2
3 .allow_index_reg
4 .text
5 _start:
6 movdir64b (%si),%eax
7 movdir64b (%esi),%ax
8
9 .intel_syntax noprefix
10 movdir64b eax,[si]
11 movdir64b ax,[esi]
This page took 0.032541 seconds and 4 git commands to generate.