Lines Matching +full:push +full:- +full:pull
1 /* SPDX-License-Identifier: GPL-2.0-only */
45 PLD( pld [r1, #-4] )
51 stmfd sp!, {r5 - r8}
56 UNWIND( .save {r5 - r8} ) @ in second stmfd block
67 PLD( pld [r1, #-4] )
69 PLD( pld [r1, #-32] )
71 PLD( pld [r1, #-64] )
72 PLD( pld [r1, #-96] )
74 3: PLD( pld [r1, #-128] )
87 W(ldr) r3, [r1, #-4]!
88 W(ldr) r4, [r1, #-4]!
89 W(ldr) r5, [r1, #-4]!
90 W(ldr) r6, [r1, #-4]!
91 W(ldr) r7, [r1, #-4]!
92 W(ldr) r8, [r1, #-4]!
93 W(ldr) lr, [r1, #-4]!
98 W(str) r3, [r0, #-4]!
99 W(str) r4, [r0, #-4]!
100 W(str) r5, [r0, #-4]!
101 W(str) r6, [r0, #-4]!
102 W(str) r7, [r0, #-4]!
103 W(str) r8, [r0, #-4]!
104 W(str) lr, [r0, #-4]!
108 7: ldmfd sp!, {r5 - r8}
115 ldrbne r3, [r1, #-1]!
116 ldrbcs r4, [r1, #-1]!
117 ldrbcs ip, [r1, #-1]
118 strbne r3, [r0, #-1]!
119 strbcs r4, [r0, #-1]!
120 strbcs ip, [r0, #-1]
124 ldrbgt r3, [r1, #-1]!
125 ldrbge r4, [r1, #-1]!
126 ldrb lr, [r1, #-1]!
127 strbgt r3, [r0, #-1]!
128 strbge r4, [r0, #-1]!
130 strb lr, [r0, #-1]!
143 .macro backward_copy_shift push pull argument
155 11: stmfd sp!, {r5 - r9}
160 UNWIND( .save {r5 - r9} ) @ in new second stmfd block
162 PLD( pld [r1, #-4] )
164 PLD( pld [r1, #-32] )
166 PLD( pld [r1, #-64] )
167 PLD( pld [r1, #-96] )
169 12: PLD( pld [r1, #-128] )
171 mov lr, r3, lspush #\push
174 orr lr, lr, ip, lspull #\pull
175 mov ip, ip, lspush #\push
176 orr ip, ip, r9, lspull #\pull
177 mov r9, r9, lspush #\push
178 orr r9, r9, r8, lspull #\pull
179 mov r8, r8, lspush #\push
180 orr r8, r8, r7, lspull #\pull
181 mov r7, r7, lspush #\push
182 orr r7, r7, r6, lspull #\pull
183 mov r6, r6, lspush #\push
184 orr r6, r6, r5, lspull #\pull
185 mov r5, r5, lspush #\push
186 orr r5, r5, r4, lspull #\pull
187 mov r4, r4, lspush #\push
188 orr r4, r4, r3, lspull #\pull
189 stmdb r0!, {r4 - r9, ip, lr}
194 ldmfd sp!, {r5 - r9}
203 15: mov lr, r3, lspush #\push
204 ldr r3, [r1, #-4]!
206 orr lr, lr, r3, lspull #\pull
207 str lr, [r0, #-4]!
212 16: add r1, r1, #(\pull / 8)
219 backward_copy_shift push=8 pull=24
221 17: backward_copy_shift push=16 pull=16
223 18: backward_copy_shift push=24 pull=8