tc-score.c: Replace overlapping sprintf with memmove
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / vldmw-bad.s
1 .syntax unified
2
3 foo:
4 vldmia pc!, {d0-d1}
5 b bar
6 baz:
7 .word 0x00000000, 0x3ff00000, 0x9999999a, 0x3ff19999
8 bar:
9 vstmia pc!, {d0-d1}
10 b foo2
11 baz2:
12 .word 0x00000000, 0x3ff00000, 0x9999999a, 0x3ff19999
13 foo2:
14 nop
15 nop
16
This page took 0.029216 seconds and 4 git commands to generate.