Lines Matching refs:consts
91 const int16x4x3_t consts = vld1_s16_x3(jsimd_fdct_islow_neon_consts); in jsimd_fdct_islow_neon() local
97 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_fdct_islow_neon()
143 vmull_lane_s16(vget_low_s16(tmp12_add_tmp13), consts.val[0], 2); in jsimd_fdct_islow_neon()
145 vmull_lane_s16(vget_high_s16(tmp12_add_tmp13), consts.val[0], 2); in jsimd_fdct_islow_neon()
148 vmlal_lane_s16(z1_l, vget_low_s16(tmp13), consts.val[0], 3); in jsimd_fdct_islow_neon()
150 vmlal_lane_s16(z1_h, vget_high_s16(tmp13), consts.val[0], 3); in jsimd_fdct_islow_neon()
155 vmlal_lane_s16(z1_l, vget_low_s16(tmp12), consts.val[1], 3); in jsimd_fdct_islow_neon()
157 vmlal_lane_s16(z1_h, vget_high_s16(tmp12), consts.val[1], 3); in jsimd_fdct_islow_neon()
167 int32x4_t z5_l = vmull_lane_s16(vget_low_s16(z3), consts.val[1], 1); in jsimd_fdct_islow_neon()
168 int32x4_t z5_h = vmull_lane_s16(vget_high_s16(z3), consts.val[1], 1); in jsimd_fdct_islow_neon()
169 z5_l = vmlal_lane_s16(z5_l, vget_low_s16(z4), consts.val[1], 1); in jsimd_fdct_islow_neon()
170 z5_h = vmlal_lane_s16(z5_h, vget_high_s16(z4), consts.val[1], 1); in jsimd_fdct_islow_neon()
173 int32x4_t tmp4_l = vmull_lane_s16(vget_low_s16(tmp4), consts.val[0], 0); in jsimd_fdct_islow_neon()
174 int32x4_t tmp4_h = vmull_lane_s16(vget_high_s16(tmp4), consts.val[0], 0); in jsimd_fdct_islow_neon()
176 int32x4_t tmp5_l = vmull_lane_s16(vget_low_s16(tmp5), consts.val[2], 1); in jsimd_fdct_islow_neon()
177 int32x4_t tmp5_h = vmull_lane_s16(vget_high_s16(tmp5), consts.val[2], 1); in jsimd_fdct_islow_neon()
179 int32x4_t tmp6_l = vmull_lane_s16(vget_low_s16(tmp6), consts.val[2], 3); in jsimd_fdct_islow_neon()
180 int32x4_t tmp6_h = vmull_lane_s16(vget_high_s16(tmp6), consts.val[2], 3); in jsimd_fdct_islow_neon()
182 int32x4_t tmp7_l = vmull_lane_s16(vget_low_s16(tmp7), consts.val[1], 2); in jsimd_fdct_islow_neon()
183 int32x4_t tmp7_h = vmull_lane_s16(vget_high_s16(tmp7), consts.val[1], 2); in jsimd_fdct_islow_neon()
186 z1_l = vmull_lane_s16(vget_low_s16(z1), consts.val[1], 0); in jsimd_fdct_islow_neon()
187 z1_h = vmull_lane_s16(vget_high_s16(z1), consts.val[1], 0); in jsimd_fdct_islow_neon()
189 int32x4_t z2_l = vmull_lane_s16(vget_low_s16(z2), consts.val[2], 2); in jsimd_fdct_islow_neon()
190 int32x4_t z2_h = vmull_lane_s16(vget_high_s16(z2), consts.val[2], 2); in jsimd_fdct_islow_neon()
192 int32x4_t z3_l = vmull_lane_s16(vget_low_s16(z3), consts.val[2], 0); in jsimd_fdct_islow_neon()
193 int32x4_t z3_h = vmull_lane_s16(vget_high_s16(z3), consts.val[2], 0); in jsimd_fdct_islow_neon()
195 int32x4_t z4_l = vmull_lane_s16(vget_low_s16(z4), consts.val[0], 1); in jsimd_fdct_islow_neon()
196 int32x4_t z4_h = vmull_lane_s16(vget_high_s16(z4), consts.val[0], 1); in jsimd_fdct_islow_neon()
281 z1_l = vmull_lane_s16(vget_low_s16(tmp12_add_tmp13), consts.val[0], 2); in jsimd_fdct_islow_neon()
282 z1_h = vmull_lane_s16(vget_high_s16(tmp12_add_tmp13), consts.val[0], 2); in jsimd_fdct_islow_neon()
285 vmlal_lane_s16(z1_l, vget_low_s16(tmp13), consts.val[0], 3); in jsimd_fdct_islow_neon()
287 vmlal_lane_s16(z1_h, vget_high_s16(tmp13), consts.val[0], 3); in jsimd_fdct_islow_neon()
292 vmlal_lane_s16(z1_l, vget_low_s16(tmp12), consts.val[1], 3); in jsimd_fdct_islow_neon()
294 vmlal_lane_s16(z1_h, vget_high_s16(tmp12), consts.val[1], 3); in jsimd_fdct_islow_neon()
304 z5_l = vmull_lane_s16(vget_low_s16(z3), consts.val[1], 1); in jsimd_fdct_islow_neon()
305 z5_h = vmull_lane_s16(vget_high_s16(z3), consts.val[1], 1); in jsimd_fdct_islow_neon()
306 z5_l = vmlal_lane_s16(z5_l, vget_low_s16(z4), consts.val[1], 1); in jsimd_fdct_islow_neon()
307 z5_h = vmlal_lane_s16(z5_h, vget_high_s16(z4), consts.val[1], 1); in jsimd_fdct_islow_neon()
310 tmp4_l = vmull_lane_s16(vget_low_s16(tmp4), consts.val[0], 0); in jsimd_fdct_islow_neon()
311 tmp4_h = vmull_lane_s16(vget_high_s16(tmp4), consts.val[0], 0); in jsimd_fdct_islow_neon()
313 tmp5_l = vmull_lane_s16(vget_low_s16(tmp5), consts.val[2], 1); in jsimd_fdct_islow_neon()
314 tmp5_h = vmull_lane_s16(vget_high_s16(tmp5), consts.val[2], 1); in jsimd_fdct_islow_neon()
316 tmp6_l = vmull_lane_s16(vget_low_s16(tmp6), consts.val[2], 3); in jsimd_fdct_islow_neon()
317 tmp6_h = vmull_lane_s16(vget_high_s16(tmp6), consts.val[2], 3); in jsimd_fdct_islow_neon()
319 tmp7_l = vmull_lane_s16(vget_low_s16(tmp7), consts.val[1], 2); in jsimd_fdct_islow_neon()
320 tmp7_h = vmull_lane_s16(vget_high_s16(tmp7), consts.val[1], 2); in jsimd_fdct_islow_neon()
323 z1_l = vmull_lane_s16(vget_low_s16(z1), consts.val[1], 0); in jsimd_fdct_islow_neon()
324 z1_h = vmull_lane_s16(vget_high_s16(z1), consts.val[1], 0); in jsimd_fdct_islow_neon()
326 z2_l = vmull_lane_s16(vget_low_s16(z2), consts.val[2], 2); in jsimd_fdct_islow_neon()
327 z2_h = vmull_lane_s16(vget_high_s16(z2), consts.val[2], 2); in jsimd_fdct_islow_neon()
329 z3_l = vmull_lane_s16(vget_low_s16(z3), consts.val[2], 0); in jsimd_fdct_islow_neon()
330 z3_h = vmull_lane_s16(vget_high_s16(z3), consts.val[2], 0); in jsimd_fdct_islow_neon()
332 z4_l = vmull_lane_s16(vget_low_s16(z4), consts.val[0], 1); in jsimd_fdct_islow_neon()
333 z4_h = vmull_lane_s16(vget_high_s16(z4), consts.val[0], 1); in jsimd_fdct_islow_neon()