i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / movdir.s
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
12 movdiri dword ptr [ecx], eax
13 movdir64b eax,[ecx]
14 movdir64b ax,[si]
This page took 0.03273 seconds and 4 git commands to generate.