Searched defs:tmp8 (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
H A Dintrapred16_dspr2.c16 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
27 "lb %[tmp8], 7(%[left]) \n\t"
44 "replv.qb %[tmp8], %[tmp8] \n\t"
96 "sw %[tmp8], (%[dst]) \n\t"
97 "sw %[tmp8], 4(%[dst]) \n\t"
98 "sw %[tmp8], 8(%[dst]) \n\t"
99 "sw %[tmp8], 12(%[dst]) \n\t"
152 [tmp6] "=&r" (tmp6), [tmp8] "=&r" (tmp8),
[all...]
H A Dintrapred8_dspr2.c16 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
26 "lb %[tmp8], 7(%[left]) \n\t"
35 "replv.qb %[tmp8], %[tmp8] \n\t"
58 "sw %[tmp8], (%[dst]) \n\t"
59 "sw %[tmp8], 4(%[dst]) \n\t"
64 [tmp6] "=&r" (tmp6), [tmp8] "=&r" (tmp8)
H A Dvpx_convolve8_msa.c373 v8u16 hz_out0, hz_out1, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
433 tmp8 = __msa_dotp_u_h(vec0, filt_vt);
435 SRARI_H4_UH(tmp5, tmp6, tmp7, tmp8, FILTER_BITS);
436 PCKEV_B2_SB(tmp6, tmp5, tmp8, tmp7, out0, out1);
/external/libvpx/libvpx/vp8/common/mips/msa/
H A Dbilinear_filter_msa.c612 v8u16 hz_out0, hz_out1, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
679 tmp8 = __msa_dotp_u_h(vec0, filt_vt);
681 SRARI_H4_UH(tmp5, tmp6, tmp7, tmp8, VP8_FILTER_SHIFT);
682 PCKEV_B2_SB(tmp6, tmp5, tmp8, tmp7, out0, out1);

Completed in 108 milliseconds