Bogus "final link failed" messages
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / intel-movs.s
CommitLineData
8325cc63
JB
1 .text
2 .intel_syntax noprefix
3
4movs:
5 movsb
6 movsb es:[edi], [esi]
7 movsb es:[edi], fs:[esi]
8 movsw
9 movsw es:[edi], [esi]
10 movsw es:[edi], fs:[esi]
11 movsd
12 movsd es:[edi], [esi]
13 movsd es:[edi], fs:[esi]
14.ifdef x86_64
15 movsq
16 movsq es:[rdi], [rsi]
17 movsq es:[rdi], fs:[rsi]
18.endif
This page took 0.207124 seconds and 4 git commands to generate.