Lines Matching refs:sp
14 ldm r0!, {r1, sp}
15 @ CHECK: error: SP may not be in the register list
16 @ CHECK: ldm r0!, {r1, sp}
32 ldmdb r0!, {r1, sp}
33 @ CHECK: error: SP may not be in the register list
46 stm r0!, {r1, sp}
47 @ CHECK: error: SP may not be in the register list
50 stm r0!, {sp, pc}
51 @ CHECK: error: SP and PC may not be in the register list
56 stmdb r0!, {r1, sp}
57 @ CHECK: error: SP may not be in the register list
60 stmdb r0!, {sp, pc}
61 @ CHECK: error: SP and PC may not be in the register list
66 push {sp}
67 @ CHECK: error: SP may not be in the register list
70 push {sp, pc}
71 @ CHECK: error: SP and PC may not be in the register list
76 pop {sp}
77 @ CHECK-V7M: error: SP may not be in the register list
92 pop {sp}
93 @ CHECK-V7A: ldr sp, [sp], #4
94 pop {sp, pc}
95 @ CHECK-V7A: pop.w {sp, pc}
97 @ CHECK: str r0, [sp, #-4]
99 @ CHECK: ldr r0, [sp], #4