Regenerate some files for recent ARM patches
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-movdir64b-reg.s
CommitLineData
a914a7c9
IT
1# Check error for MOVDIR64B 32-bit instructions
2
3 .allow_index_reg
4 .text
5_start:
6 movdir64b (%esi),%rax
7 movdir64b (%rsi),%eax
8
9 .intel_syntax noprefix
10 movdir64b rax,[esi]
11 movdir64b eax,[rsi]
This page took 0.023868 seconds and 4 git commands to generate.