Home | History | Annotate | Download | only in opts

Lines Matching refs:vy

29     uint8x8_t vy, vconst16_8, v16_y, vres;
34 vy = vdup_n_u8(y); // duplicate y into vy
36 v16_y = vsub_u8(vconst16_8, vy); // v16_y = 16-y
44 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y
64 uint8x8_t vy, vconst16_8, v16_y, vres;
69 vy = vdup_n_u8(y); // duplicate y into vy
71 v16_y = vsub_u8(vconst16_8, vy); // v16_y = 16-y
79 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y