Lines Matching refs:sp
64 ldm r0, {r2, sp}
65 ldmia r0, {r2-r3, sp}
66 ldmia r0!, {r2-r3, sp}
67 ldmfd r2, {r1, r3-r6, sp}
68 ldmfd r2!, {r1, r3-r6, sp}
69 ldmdb r1, {r2, r3, sp}
70 ldmdb r1!, {r2, r3, sp}
86 @ CHECK-ERRORS-V7M: error: SP may not be in the register list
87 @ CHECK-ERRORS-V7M: ldm r0, {r2, sp}
89 @ CHECK-ERRORS-V7M: error: SP may not be in the register list
90 @ CHECK-ERRORS-V7M: ldmia r0, {r2-r3, sp}
92 @ CHECK-ERRORS-V7M: error: SP may not be in the register list
93 @ CHECK-ERRORS-V7M: ldmia r0!, {r2-r3, sp}
95 @ CHECK-ERRORS-V7M: error: SP may not be in the register list
96 @ CHECK-ERRORS-V7M: ldmfd r2, {r1, r3-r6, sp}
98 @ CHECK-ERRORS-V7M: error: SP may not be in the register list
99 @ CHECK-ERRORS-V7M: ldmfd r2!, {r1, r3-r6, sp}
101 @ CHECK-ERRORS-V7M: error: SP may not be in the register list
102 @ CHECK-ERRORS-V7M: ldmdb r1, {r2, r3, sp}
104 @ CHECK-ERRORS-V7M: error: SP may not be in the register list
105 @ CHECK-ERRORS-V7M: ldmdb r1!, {r2, r3, sp}
124 stm r1!, {r2, sp}
125 stmia r4!, {r0-r3, sp}
126 stmdb r1, {r2, r3, sp}
127 stmdb r1!, {r2, r3, sp}
140 @ CHECK-ERRORS-V7M: error: SP may not be in the register list
141 @ CHECK-ERRORS-V7M: stm r1!, {r2, sp}
143 @ CHECK-ERRORS-V7M: error: SP may not be in the register list
144 @ CHECK-ERRORS-V7M: stmia r4!, {r0-r3, sp}
146 @ CHECK-ERRORS-V7M: error: SP may not be in the register list
147 @ CHECK-ERRORS-V7M: stmdb r1, {r2, r3, sp}
149 @ CHECK-ERRORS-V7M: error: SP may not be in the register list
150 @ CHECK-ERRORS-V7M: stmdb r1!, {r2, r3, sp}
195 @ Out of range immediate for ADD SP instructions
196 add sp, #-1
197 add sp, #3
198 add sp, sp, #512
199 add r2, sp, #1024
201 @ CHECK-ERRORS: add sp, #-1
204 @ CHECK-ERRORS: add sp, #3
207 @ CHECK-ERRORS: add sp, sp, #512
210 @ CHECK-ERRORS: add r2, sp, #1024
213 add r2, sp, ip
215 @ CHECK-ERRORS: add r2, sp, ip