Lines Matching defs:tmp1_l
268 tmp1_l = sum0_l; \
273 tmp1_l -= tmp0_l; \
274 ST_SW2(tmp1_r, tmp1_l, (input + store_idx * 8), 4); \
447 v4i32 sum0_r, sum0_l, sum1_r, sum1_l, tmp0_r, tmp0_l, tmp1_r, tmp1_l;
500 filter1, sum0_r, sum0_l, tmp1_r, tmp1_l);
503 sum1_l = sum0_l - tmp1_l;
505 sum0_l = sum0_l + tmp1_l;
532 tmp1_l = tmp0_l;
537 tmp1_l -= sum0_l;
538 ST_SW2(tmp1_r, tmp1_l, (tmp_buf_ptr + (15 - i) * 8), 4);
568 tmp1_l = sum0_l;
578 sum0_l += tmp1_l;
582 tmp1_l = tmp0_l;
591 tmp1_l -= sum0_l;
592 SRAR_W2_SW(tmp1_r, tmp1_l, sum1_r);
593 SAT_SW2_SW(tmp1_r, tmp1_l, 15);
594 in0 = __msa_pckev_h((v8i16) tmp1_l, (v8i16) tmp1_r);