x86: Remove i386-*-kaos* and i386-*-chaos targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-movdir64b-reg.s
CommitLineData
c0a30a9f
L
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.116171 seconds and 4 git commands to generate.