Home | History | Annotate | Download | only in ARM

Lines Matching defs:stm

10 	.global stm
11 .type stm,%function
12 stm:
13 stm sp!, {r0, pc}
15 @ CHECK: stm sp!, {r0, pc}
17 stm r0!, {r0, sp}
19 @ CHECK: stm r0!, {r0, sp}
21 stm r1!, {r0, sp, pc}
23 @ CHECK: stm r1!, {r0, sp, pc}
25 stm r2!, {sp, pc}
27 @ CHECK: stm r2!, {sp, pc}
29 stm sp!, {pc}
31 @ CHECK: stm sp!, {pc}
33 stm r0!, {sp}
35 @ CHECK: stm r0!, {sp}