Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / vldmw-bad.s
CommitLineData
55881a11
MGD
1 .syntax unified
2
3foo:
4 vldmia pc!, {d0-d1}
5 b bar
6baz:
7 .word 0x00000000, 0x3ff00000, 0x9999999a, 0x3ff19999
8bar:
9 vstmia pc!, {d0-d1}
10 b foo2
11baz2:
12 .word 0x00000000, 0x3ff00000, 0x9999999a, 0x3ff19999
13foo2:
14 nop
15 nop
16
This page took 0.483753 seconds and 4 git commands to generate.