Lines Matching defs:const_dc
143 __m256i const_dc, temp0, temp1, temp2, temp3;
149 const_dc = __lasx_xvreplgr2vr_h(dc);
160 DUP4_ARG2(__lasx_xvadd_h, temp0, const_dc, temp1, const_dc, temp2,
161 const_dc, temp3, const_dc, reg0, reg1, reg2, reg3);
272 __m256i const_dc, temp0, temp1, reg0, reg1;
276 const_dc = __lasx_xvreplgr2vr_h(dc);
282 DUP2_ARG2(__lasx_xvadd_h, temp0, const_dc, temp1, const_dc, reg0, reg1);
298 __m256i const_dc, temp0, temp1, temp2, temp3, reg0, reg1;
302 const_dc = __lasx_xvreplgr2vr_h(dc);
313 DUP2_ARG2(__lasx_xvadd_h, temp0, const_dc, temp1, const_dc, reg0, reg1);
446 __m256i in0, in1, in2, in3, temp0, temp1, const_dc;
451 const_dc = __lasx_xvreplgr2vr_h(dc);
458 in0 = __lasx_xvadd_h(temp0, const_dc);