Lines Matching refs:int32x4_t
110 int32x4_t vrl = vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(vv), 1), \
112 int32x4_t vrh = vqdmlal_lane_s16(vshll_n_s16(vget_high_s16(vv), 1), \
117 int32x4_t vl = vmovl_s16(vget_low_s16(vv)); \
118 int32x4_t vh = vmovl_s16(vget_high_s16(vv)); \
119 int32x4_t ugl = vmlal_lane_s16(vl, vget_low_s16(uu), cf16, 1); \
120 int32x4_t ugh = vmlal_lane_s16(vh, vget_high_s16(uu), cf16, 1); \
121 int32x4_t gcl = vqdmlal_lane_s16(ugl, vget_low_s16(vv), cf16, 2); \
122 int32x4_t gch = vqdmlal_lane_s16(ugh, vget_high_s16(vv), cf16, 2); \
126 int32x4_t ubl = vqdmlal_lane_s16(vshll_n_s16(vget_low_s16(uu), 1), \
128 int32x4_t ubh = vqdmlal_lane_s16(vshll_n_s16(vget_high_s16(uu), 1), \
133 int32x4_t rl = vaddl_s16(vget_low_s16(yy), vget_low_s16(vr)); \
134 int32x4_t rh = vaddl_s16(vget_high_s16(yy), vget_high_s16(vr)); \
135 int32x4_t gl = vsubl_s16(vget_low_s16(yy), vget_low_s16(gc)); \
136 int32x4_t gh = vsubl_s16(vget_high_s16(yy), vget_high_s16(gc)); \
137 int32x4_t bl = vaddl_s16(vget_low_s16(yy), vget_low_s16(ub)); \
138 int32x4_t bh = vaddl_s16(vget_high_s16(yy), vget_high_s16(ub)); \