Lines Matching refs:out0

29   v2u64 out0, out1, out2, out3;                                       \
32 DOTP_UW2_UD(tmp0, tmp1, scale, scale, out0, out1); \
34 SRAR_D4_UD(out0, out1, out2, out3, shift); \
35 PCKEV_B2_UB(out1, out0, out3, out2, t0, t1); \
38 DOTP_UW2_UD(tmp0, tmp1, scale, scale, out0, out1); \
40 SRAR_D4_UD(out0, out1, out2, out3, shift); \
41 PCKEV_B2_UB(out1, out0, out3, out2, t2, t3); \
49 v2u64 out0, out1; \
51 DOTP_UW2_UD(tmp0, tmp1, scale, scale, out0, out1); \
52 SRAR_D2_UD(out0, out1, shift); \
53 t0 = __msa_pckev_b((v16i8)out1, (v16i8)out0); \
62 v2u64 out0, out1, out2, out3; \
65 DOTP_UW2_UD(tmp0, tmp1, fyscale, fyscale, out0, out1); \
67 SRAR_D4_UD(out0, out1, out2, out3, shift); \
68 PCKEV_W2_UW(out1, out0, out3, out2, dst0, dst1); \
71 DOTP_UW2_UD(tmp0, tmp1, fyscale, fyscale, out0, out1); \
73 SRAR_D4_UD(out0, out1, out2, out3, shift); \
74 PCKEV_W2_UW(out1, out0, out3, out2, dst2, dst3); \
79 v2u64 out0, out1; \
81 DOTP_UW2_UD(tmp0, tmp1, scale, scale, out0, out1); \
82 SRAR_D2_UD(out0, out1, shift); \
83 dst = (v4u32)__msa_pckev_w((v4i32)out1, (v4i32)out0); \
89 v2u64 out0, out1, out2, out3; \
92 DOTP_UW2_UD(tmp0, tmp1, mult, mult, out0, out1); \
94 SRAR_D4_UD(out0, out1, out2, out3, shift); \
95 DOTP_UW2_UD(out0, out1, scale, scale, out0, out1); \
97 SRAR_D4_UD(out0, out1, out2, out3, shift); \
98 PCKEV_B2_UB(out1, out0, out3, out2, dst0, dst1); \
103 v2u64 out0, out1; \
106 DOTP_UW2_UD(tmp0, tmp1, mult, mult, out0, out1); \
107 SRAR_D2_UD(out0, out1, shift); \
108 DOTP_UW2_UD(out0, out1, scale, scale, out0, out1); \
109 SRAR_D2_UD(out0, out1, shift); \
110 t0 = __msa_pckev_b((v16i8)out1, (v16i8)out0); \