Lines Matching refs:w2
87 subs w2, w2, #4 // dstW -= 4
116 cmp w2, #16 // if dstW <16, skip to the last block used for wrapping up
184 sub w2, w2, #8 // dstW -= 8
188 cmp w2, #16 // continue on main loop if there are at least 16 iterations left
213 subs w2, w2, #8 // dstW -= 8
218 cbnz w2, 2f // if >0 iterations remain, jump to the wrap up section
237 sub w2, w2, #1 // dstW--
238 cbnz w2, 2b