Home | History | Annotate | Download | only in opts

Lines Matching defs:vx

30     uint16x4_t vx, vconst16_16, v16_x, tmp;
46 vx = vdup_n_u16(x); // duplicate x into vx
48 v16_x = vsub_u16(vconst16_16, vx); // v16_x = 16-x
50 tmp = vmul_u16(vget_high_u16(tmp1), vx); // tmp = a01 * x
51 tmp = vmla_u16(tmp, vget_high_u16(tmp2), vx); // tmp += a11 * x
65 uint16x4_t vx, vconst16_16, v16_x, tmp, vscale;
81 vx = vdup_n_u16(x); // duplicate x into vx
83 v16_x = vsub_u16(vconst16_16, vx); // v16_x = 16-x
85 tmp = vmul_u16(vget_high_u16(tmp1), vx); // tmp = a01 * x
86 tmp = vmla_u16(tmp, vget_high_u16(tmp2), vx); // tmp += a11 * x