tc-score.c: Replace overlapping sprintf with memmove
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / copro-arm_v5plus-thumb_v6t2plus.s
1 .text
2 .align 0
3 cdp2 p1, 4, cr1, cr2, cr3
4
5 ldc2 5, cr9, [r3]
6 ldc2l 1, cr14, [r1, #32]
7 ldc2 p0, c8, foo
8 foo:
9
10 stc2 5, cr0, [r3]
11 stc2l 3, cr15, [r0, #8]
12 stc2 p1, c7, bar
13 bar:
14
15 mrc2 2, 3, r5, c1, c2
16 mcr2 p7, 1, r5, cr1, cr1
17
18 @ The following patterns test Addressing Mode 5 "Unindexed"
19
20 ldc2 5, c5, [r2], {2}
21 stc2 p6, c4, [r3], {3}
22 @ using '9, 10, 11' below results in an invalid ldc2l/stc2l instruction.
23 ldc2l 12, c1, [r6], {6}
24 stc2l p12, c0, [r7], {7}
This page took 0.029712 seconds and 4 git commands to generate.