Lines Matching full:pc
13 stm sp!, {r0, pc}
14 @ CHECK: warning: use of SP or PC in the list is deprecated
15 @ CHECK: stm sp!, {r0, pc}
18 @ CHECK: warning: use of SP or PC in the list is deprecated
21 stm r1!, {r0, sp, pc}
22 @ CHECK: warning: use of SP or PC in the list is deprecated
23 @ CHECK: stm r1!, {r0, sp, pc}
25 stm r2!, {sp, pc}
26 @ CHECK: warning: use of SP or PC in the list is deprecated
27 @ CHECK: stm r2!, {sp, pc}
29 stm sp!, {pc}
30 @ CHECK: warning: use of SP or PC in the list is deprecated
31 @ CHECK: stm sp!, {pc}
34 @ CHECK: warning: use of SP or PC in the list is deprecated
41 stmda sp!, {r0, pc}
42 @ CHECK: warning: use of SP or PC in the list is deprecated
43 @ CHECK: stmda sp!, {r0, pc}
46 @ CHECK: warning: use of SP or PC in the list is deprecated
49 stmda r1!, {r0, sp, pc}
50 @ CHECK: warning: use of SP or PC in the list is deprecated
51 @ CHECK: stmda r1!, {r0, sp, pc}
53 stmda r2!, {sp, pc}
54 @ CHECK: warning: use of SP or PC in the list is deprecated
55 @ CHECK: stmda r2!, {sp, pc}
57 stmda sp!, {pc}
58 @ CHECK: warning: use of SP or PC in the list is deprecated
59 @ CHECK: stmda sp!, {pc}
62 @ CHECK: warning: use of SP or PC in the list is deprecated
69 stmdb sp!, {r0, pc}
70 @ CHECK: warning: use of SP or PC in the list is deprecated
71 @ CHECK: stmdb sp!, {r0, pc}
74 @ CHECK: warning: use of SP or PC in the list is deprecated
77 stmdb r1!, {r0, sp, pc}
78 @ CHECK: warning: use of SP or PC in the list is deprecated
79 @ CHECK: stmdb r1!, {r0, sp, pc}
81 stmdb r2!, {sp, pc}
82 @ CHECK: warning: use of SP or PC in the list is deprecated
83 @ CHECK: stmdb r2!, {sp, pc}
85 stmdb sp!, {pc}
86 @ CHECK: warning: use of SP or PC in the list is deprecated
87 @ CHECK: stmdb sp!, {pc}
90 @ CHECK: warning: use of SP or PC in the list is deprecated
97 stmib sp!, {r0, pc}
98 @ CHECK: warning: use of SP or PC in the list is deprecated
99 @ CHECK: stmib sp!, {r0, pc}
102 @ CHECK: warning: use of SP or PC in the list is deprecated
105 stmib r1!, {r0, sp, pc}
106 @ CHECK: warning: use of SP or PC in the list is deprecated
107 @ CHECK: stmib r1!, {r0, sp, pc}
109 stmib r2!, {sp, pc}
110 @ CHECK: warning: use of SP or PC in the list is deprecated
111 @ CHECK: stmib r2!, {sp, pc}
113 stmib sp!, {pc}
114 @ CHECK: warning: use of SP or PC in the list is deprecated
115 @ CHECK: stmib sp!, {pc}
118 @ CHECK: warning: use of SP or PC in the list is deprecated
126 push {r0, pc}
127 @ CHECK: warning: use of SP or PC in the list is deprecated
128 @ CHECK: push {r0, pc}
131 @ CHECK: warning: use of SP or PC in the list is deprecated
134 push {r0, sp, pc}
135 @ CHECK: warning: use of SP or PC in the list is deprecated
136 @ CHECK: push {r0, sp, pc}
138 push {sp, pc}
139 @ CHECK: warning: use of SP or PC in the list is deprecated
140 @ CHECK: push {sp, pc}
142 push {pc}
143 @ CHECK: warning: use of SP or PC in the list is deprecated
144 @ CHECK: push {pc}
147 @ CHECK: warning: use of SP or PC in the list is deprecated
158 ldm r0!, {r1, lr, pc}
159 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
160 ldm r0!, {lr, pc}
161 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
170 ldmda r0!, {r1, lr, pc}
171 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
172 ldmda r0!, {lr, pc}
173 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
182 ldmdb r0!, {r1, lr, pc}
183 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
184 ldmdb r0!, {lr, pc}
185 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
194 ldmib r0!, {r1, lr, pc}
195 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
196 ldmib r0!, {lr, pc}
197 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
208 pop {r0, lr, pc}
209 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
210 pop {lr, pc}
211 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
220 pop {r0, pc}
221 @ CHECK: pop {r0, pc}