Lines Matching refs:v6
140 ld1 {v6.s}[0], [x0], x2 //load row 3 in source
141 ld1 {v6.s}[1], [x0], x2 //load row 4 in source
144 uxtl v6.8h, v6.8b //converting rows 3,4 to 16-bit
147 mul v6.8h, v6.8h , v2.h[0] //weight mult. for rows 3,4
151 srshl v6.8h, v6.8h , v0.8h //rounds off the weighted samples from rows 3,4
154 saddw v6.8h, v6.8h , v3.8b //adding offset for rows 3,4
157 sqxtun v6.8b, v6.8h //saturating rows 3,4 to unsigned 8-bit
161 st1 {v6.s}[0], [x1], x3 //store row 3 in destination
162 st1 {v6.s}[1], [x1], x3 //store row 4 in destination
171 ld1 {v6.8b}, [x0], x2 //load row 2 in source
175 uxtl v6.8h, v6.8b //converting row 2 to 16-bit
180 mul v6.8h, v6.8h , v2.h[0] //weight mult. for row 2
185 srshl v6.8h, v6.8h , v0.8h //rounds off the weighted samples from row 2
189 saddw v6.8h, v6.8h , v3.8b //adding offset for row 2
194 sqxtun v6.8b, v6.8h //saturating row 2 to unsigned 8-bit
199 st1 {v6.8b}, [x1], x3 //store row 2 in destination
211 ld1 {v6.8b, v7.8b}, [x0], x2 //load row 2 in source
216 uxtl v16.8h, v6.8b //converting row 2L to 16-bit
242 sqxtun v6.8b, v16.8h //saturating row 2L to unsigned 8-bit
255 st1 {v6.8b, v7.8b}, [x1], x3 //store row 2 in destination
368 ld1 {v6.s}[0], [x0], x2 //load row 1 in source
369 ld1 {v6.s}[1], [x0], x2 //load row 2 in source
370 uxtl v6.8h, v6.8b //converting rows 1,2 to 16-bit
371 mul v6.8h, v6.8h , v2.8h //weight mult. for rows 1,2
372 srshl v6.8h, v6.8h , v0.8h //rounds off the weighted samples from rows 1,2
373 saddw v6.8h, v6.8h , v4.8b //adding offset for rows 1,2
374 sqxtun v6.8b, v6.8h //saturating rows 1,2 to unsigned 8-bit
376 st1 {v6.s}[0], [x1], x3 //store row 1 in destination
377 st1 {v6.s}[1], [x1], x3 //store row 2 in destination
383 ld1 {v6.8b}, [x0], x2 //load row 1 in source
385 uxtl v6.8h, v6.8b //converting row 1 to 16-bit
387 mul v6.8h, v6.8h , v2.8h //weight mult. for row 1
390 srshl v6.8h, v6.8h , v0.8h //rounds off the weighted samples from row 1
392 saddw v6.8h, v6.8h , v4.8b //adding offset for row 1
394 sqxtun v6.8b, v6.8h //saturating row 1 to unsigned 8-bit
396 st1 {v6.8b}, [x1], x3 //store row 1 in destination
405 ld1 {v6.8b, v7.8b}, [x0], x2 //load row 1 in source
407 uxtl v14.8h, v6.8b //converting row 1L to 16-bit
434 sqxtun v6.8b, v14.8h //saturating row 1L to unsigned 8-bit
453 st1 {v6.8b, v7.8b}, [x1], x3 //store row 1 in destination