Lines Matching +full:push +full:- +full:pull

1 /* SPDX-License-Identifier: GPL-2.0-only */
44 PLD( pld [r1, #-4] )
50 stmfd sp!, {r5 - r8}
55 UNWIND( .save {r5 - r8} ) @ in second stmfd block
66 PLD( pld [r1, #-4] )
68 PLD( pld [r1, #-32] )
70 PLD( pld [r1, #-64] )
71 PLD( pld [r1, #-96] )
73 3: PLD( pld [r1, #-128] )
86 W(ldr) r3, [r1, #-4]!
87 W(ldr) r4, [r1, #-4]!
88 W(ldr) r5, [r1, #-4]!
89 W(ldr) r6, [r1, #-4]!
90 W(ldr) r7, [r1, #-4]!
91 W(ldr) r8, [r1, #-4]!
92 W(ldr) lr, [r1, #-4]!
97 W(str) r3, [r0, #-4]!
98 W(str) r4, [r0, #-4]!
99 W(str) r5, [r0, #-4]!
100 W(str) r6, [r0, #-4]!
101 W(str) r7, [r0, #-4]!
102 W(str) r8, [r0, #-4]!
103 W(str) lr, [r0, #-4]!
107 7: ldmfd sp!, {r5 - r8}
114 ldrbne r3, [r1, #-1]!
115 ldrbcs r4, [r1, #-1]!
116 ldrbcs ip, [r1, #-1]
117 strbne r3, [r0, #-1]!
118 strbcs r4, [r0, #-1]!
119 strbcs ip, [r0, #-1]
123 ldrbgt r3, [r1, #-1]!
124 ldrbge r4, [r1, #-1]!
125 ldrb lr, [r1, #-1]!
126 strbgt r3, [r0, #-1]!
127 strbge r4, [r0, #-1]!
129 strb lr, [r0, #-1]!
142 .macro backward_copy_shift push pull
154 11: stmfd sp!, {r5 - r9}
159 UNWIND( .save {r5 - r9} ) @ in new second stmfd block
161 PLD( pld [r1, #-4] )
163 PLD( pld [r1, #-32] )
165 PLD( pld [r1, #-64] )
166 PLD( pld [r1, #-96] )
168 12: PLD( pld [r1, #-128] )
170 mov lr, r3, lspush #\push
173 orr lr, lr, ip, lspull #\pull
174 mov ip, ip, lspush #\push
175 orr ip, ip, r9, lspull #\pull
176 mov r9, r9, lspush #\push
177 orr r9, r9, r8, lspull #\pull
178 mov r8, r8, lspush #\push
179 orr r8, r8, r7, lspull #\pull
180 mov r7, r7, lspush #\push
181 orr r7, r7, r6, lspull #\pull
182 mov r6, r6, lspush #\push
183 orr r6, r6, r5, lspull #\pull
184 mov r5, r5, lspush #\push
185 orr r5, r5, r4, lspull #\pull
186 mov r4, r4, lspush #\push
187 orr r4, r4, r3, lspull #\pull
188 stmdb r0!, {r4 - r9, ip, lr}
193 ldmfd sp!, {r5 - r9}
202 15: mov lr, r3, lspush #\push
203 ldr r3, [r1, #-4]!
205 orr lr, lr, r3, lspull #\pull
206 str lr, [r0, #-4]!
211 16: add r1, r1, #(\pull / 8)
218 backward_copy_shift push=8 pull=24
220 17: backward_copy_shift push=16 pull=16
222 18: backward_copy_shift push=24 pull=8