Add LDM and STM instructions which are unpredictable because of their use of
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / armv1-bad.s
1 .global entry
2 .text
3 entry:
4 str r0, =0x00ff0000
5 ldr r0, {r1}
6 ldr r0, [r1, #4096]
7 ldr r0, [r1, #-4096]
8 mov r0, #0x1ff
9 cmpl r0, r0
10 strh r0, [r1]
11 ldmfa r4!, {r8, r9}^
12 ldmfa r4!, {r4, r8, r9}
13 stmfa r4!, {r8, r9}^
14 stmdb r4!, {r4, r8, r9} @ This is OK.
15 stmdb r8!, {r4, r8, r9}
This page took 0.031559 seconds and 5 git commands to generate.