i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / movdir.s
CommitLineData
c0a30a9f
L
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
77ad8092 12 movdiri dword ptr [ecx], eax
c0a30a9f
L
13 movdir64b eax,[ecx]
14 movdir64b ax,[si]
This page took 0.101841 seconds and 4 git commands to generate.