• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching full:pc

15 	stm sp!, {r0, pc}
16 @ CHECK: warning: use of SP or PC in the list is deprecated
17 @ CHECK-ERROR: error: use of SP or PC in the list is deprecated
18 @ CHECK: stm sp!, {r0, pc}
21 @ CHECK: warning: use of SP or PC in the list is deprecated
22 @ CHECK-ERROR: error: use of SP or PC in the list is deprecated
25 stm r1!, {r0, sp, pc}
26 @ CHECK: warning: use of SP or PC in the list is deprecated
27 @ CHECK: stm r1!, {r0, sp, pc}
29 stm r2!, {sp, pc}
30 @ CHECK: warning: use of SP or PC in the list is deprecated
31 @ CHECK: stm r2!, {sp, pc}
33 stm sp!, {pc}
34 @ CHECK: warning: use of SP or PC in the list is deprecated
35 @ CHECK: stm sp!, {pc}
38 @ CHECK: warning: use of SP or PC in the list is deprecated
45 stmda sp!, {r0, pc}
46 @ CHECK: warning: use of SP or PC in the list is deprecated
47 @ CHECK: stmda sp!, {r0, pc}
50 @ CHECK: warning: use of SP or PC in the list is deprecated
53 stmda r1!, {r0, sp, pc}
54 @ CHECK: warning: use of SP or PC in the list is deprecated
55 @ CHECK: stmda r1!, {r0, sp, pc}
57 stmda r2!, {sp, pc}
58 @ CHECK: warning: use of SP or PC in the list is deprecated
59 @ CHECK: stmda r2!, {sp, pc}
61 stmda sp!, {pc}
62 @ CHECK: warning: use of SP or PC in the list is deprecated
63 @ CHECK: stmda sp!, {pc}
66 @ CHECK: warning: use of SP or PC in the list is deprecated
73 stmdb sp!, {r0, pc}
74 @ CHECK: warning: use of SP or PC in the list is deprecated
75 @ CHECK: stmdb sp!, {r0, pc}
78 @ CHECK: warning: use of SP or PC in the list is deprecated
81 stmdb r1!, {r0, sp, pc}
82 @ CHECK: warning: use of SP or PC in the list is deprecated
83 @ CHECK: stmdb r1!, {r0, sp, pc}
85 stmdb r2!, {sp, pc}
86 @ CHECK: warning: use of SP or PC in the list is deprecated
87 @ CHECK: stmdb r2!, {sp, pc}
89 stmdb sp!, {pc}
90 @ CHECK: warning: use of SP or PC in the list is deprecated
91 @ CHECK: stmdb sp!, {pc}
94 @ CHECK: warning: use of SP or PC in the list is deprecated
101 stmib sp!, {r0, pc}
102 @ CHECK: warning: use of SP or PC in the list is deprecated
103 @ CHECK: stmib sp!, {r0, pc}
106 @ CHECK: warning: use of SP or PC in the list is deprecated
109 stmib r1!, {r0, sp, pc}
110 @ CHECK: warning: use of SP or PC in the list is deprecated
111 @ CHECK: stmib r1!, {r0, sp, pc}
113 stmib r2!, {sp, pc}
114 @ CHECK: warning: use of SP or PC in the list is deprecated
115 @ CHECK: stmib r2!, {sp, pc}
117 stmib sp!, {pc}
118 @ CHECK: warning: use of SP or PC in the list is deprecated
119 @ CHECK: stmib sp!, {pc}
122 @ CHECK: warning: use of SP or PC in the list is deprecated
130 push {r0, pc}
131 @ CHECK: warning: use of SP or PC in the list is deprecated
132 @ CHECK: push {r0, pc}
135 @ CHECK: warning: use of SP or PC in the list is deprecated
138 push {r0, sp, pc}
139 @ CHECK: warning: use of SP or PC in the list is deprecated
140 @ CHECK: push {r0, sp, pc}
142 push {sp, pc}
143 @ CHECK: warning: use of SP or PC in the list is deprecated
144 @ CHECK: push {sp, pc}
146 push {pc}
147 @ CHECK: warning: use of SP or PC in the list is deprecated
148 @ CHECK: push {pc}
151 @ CHECK: warning: use of SP or PC in the list is deprecated
162 ldm r0!, {r1, lr, pc}
163 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
164 ldm r0!, {lr, pc}
165 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
174 ldmda r0!, {r1, lr, pc}
175 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
176 ldmda r0!, {lr, pc}
177 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
186 ldmdb r0!, {r1, lr, pc}
187 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
188 ldmdb r0!, {lr, pc}
189 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
198 ldmib r0!, {r1, lr, pc}
199 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
200 ldmib r0!, {lr, pc}
201 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
212 pop {r0, lr, pc}
213 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
214 pop {lr, pc}
215 @ CHECK: warning: use of LR and PC simultaneously in the list is deprecated
224 pop {r0, pc}
225 @ CHECK: pop {r0, pc}