Home | History | Annotate | Download | only in opts

Lines Matching defs:tmp2

32     uint16x8_t tmp1, tmp2;
44 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y
51 tmp = vmla_u16(tmp, vget_high_u16(tmp2), vx); // tmp += a11 * x
53 tmp = vmla_u16(tmp, vget_low_u16(tmp2), v16_x); // tmp += a10 * (16-x)
67 uint16x8_t tmp1, tmp2;
79 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y
86 tmp = vmla_u16(tmp, vget_high_u16(tmp2), vx); // tmp += a11 * x
88 tmp = vmla_u16(tmp, vget_low_u16(tmp2), v16_x); // tmp += a10 * (16-x)