• Home
  • Raw
  • Download

Lines Matching refs:w6

35     v4i32 w2, w4, w6;  in simple_idct_msa()  local
57 w6 = (v4i32) __msa_splati_h(weights, 6); in simple_idct_msa()
58 w6 = (v4i32) __msa_ilvr_h(zero, (v8i16) w6); in simple_idct_msa()
61 MUL4(w2, temp3_r, w2, temp3_l, w6, temp3_r, w6, temp3_l, in simple_idct_msa()
69 MUL4(w2, temp3_r, w2, temp3_l, w6, temp3_r, w6, temp3_l, in simple_idct_msa()
130 w6 = (v4i32) __msa_splati_h(weights, 6); in simple_idct_msa()
131 w6 = (v4i32) __msa_ilvr_h(zero, (v8i16) w6); in simple_idct_msa()
134 MUL4(w2, temp3_r, w2, temp3_l, w6, temp3_r, w6, temp3_l, in simple_idct_msa()
142 MUL4(w2, temp3_r, w2, temp3_l, w6, temp3_r, w6, temp3_l, in simple_idct_msa()
198 v4i32 w2, w4, w6; in simple_idct_put_msa() local
220 w6 = (v4i32) __msa_splati_h(weights, 6); in simple_idct_put_msa()
221 w6 = (v4i32) __msa_ilvr_h(zero, (v8i16) w6); in simple_idct_put_msa()
225 MUL2(w6, temp3_r, w6, temp3_l, temp2_r, temp2_l); in simple_idct_put_msa()
233 MUL2(w6, temp3_r, w6, temp3_l, temp1_r, temp1_l); in simple_idct_put_msa()
292 w6 = (v4i32) __msa_splati_h(weights, 6); in simple_idct_put_msa()
293 w6 = (v4i32) __msa_ilvr_h(zero, (v8i16) w6); in simple_idct_put_msa()
297 MUL2(w6, temp3_r, w6, temp3_l, temp2_r, temp2_l); in simple_idct_put_msa()
305 MUL2(w6, temp3_r, w6, temp3_l, temp1_r, temp1_l); in simple_idct_put_msa()
376 v4i32 w2, w4, w6; in simple_idct_add_msa() local
417 w6 = (v4i32) __msa_splati_h(weights, 6); in simple_idct_add_msa()
418 w6 = (v4i32) __msa_ilvr_h(zero, (v8i16) w6); in simple_idct_add_msa()
422 MUL2(w6, temp3_r, w6, temp3_l, temp2_r, temp2_l); in simple_idct_add_msa()
428 MUL2(temp7_r, w6, temp7_l, w6, temp5_r, temp5_l); in simple_idct_add_msa()
471 MUL2(w6, temp3_r, w6, temp3_l, temp2_r, temp2_l); in simple_idct_add_msa()
479 MUL2(w6, temp3_r, w6, temp3_l, temp1_r, temp1_l); in simple_idct_add_msa()