1# Check error for MOVDIR64B 32-bit instructions
2
3	.allow_index_reg
4	.text
5_start:
6	movdir64b (%esi),%rax
7	movdir64b (%eip),%rax
8	movdir64b (%rsi),%eax
9	movdir64b (%rip),%eax
10
11	.intel_syntax noprefix
12	movdir64b rax,[esi]
13	movdir64b eax,[rsi]
14