Lines Matching refs:w8
45 1: ldr w8, [x5], #4 // filterPos[idx]
57 add x17, x3, w8, UXTW // srcp + filterPos[0]
120 ldp w8, w9, [x5] // filterPos[idx + 0], [idx + 1]
127 ldr w8, [x3, w8, UXTW] // src[filterPos[idx + 0]][0..3]
135 stp w8, w9, [sp] // *scratch_mem = { src[filterPos[idx + 0]][0..3], src[filterPos[idx + 1]][0..3] }
144 ldp w8, w9, [x5] // filterPos[idx + 0][0..3], [idx + 1][0..3], next iteration
159 ldr w8, [x3, w8, UXTW] // src[filterPos[idx + 0]], next iteration
177 stp w8, w9, [sp] // *scratch_mem = { src[filterPos[idx + 0]][0..3], src[filterPos[idx + 1]][0..3] }
226 ldr w8, [x5], #4 // filterPos[i]
227 add x9, x3, w8, UXTW // calculate the address for src load