Lines Matching refs:tmp0_l
266 LD_SW2(input + load_idx * 8, 4, tmp0_r, tmp0_l); \
270 sum0_l += tmp0_l; \
273 tmp1_l -= tmp0_l; \
447 v4i32 sum0_r, sum0_l, sum1_r, sum1_l, tmp0_r, tmp0_l, tmp1_r, tmp1_l; in hevc_idct_8x32_column_msa() local
530 LD_SW2(tmp_buf_ptr + i * 8, 4, tmp0_r, tmp0_l); in hevc_idct_8x32_column_msa()
532 tmp1_l = tmp0_l; in hevc_idct_8x32_column_msa()
534 tmp0_l += sum0_l; in hevc_idct_8x32_column_msa()
535 ST_SW2(tmp0_r, tmp0_l, (tmp_buf_ptr + i * 8), 4); in hevc_idct_8x32_column_msa()
580 LD_SW2(tmp_buf_ptr + i * 8, 4, tmp0_r, tmp0_l); in hevc_idct_8x32_column_msa()
582 tmp1_l = tmp0_l; in hevc_idct_8x32_column_msa()
584 tmp0_l += sum0_l; in hevc_idct_8x32_column_msa()
586 SRAR_W2_SW(tmp0_r, tmp0_l, sum1_r); in hevc_idct_8x32_column_msa()
587 SAT_SW2_SW(tmp0_r, tmp0_l, 15); in hevc_idct_8x32_column_msa()
588 in0 = __msa_pckev_h((v8i16) tmp0_l, (v8i16) tmp0_r); in hevc_idct_8x32_column_msa()