Lines Matching refs:temp0
30 __m256i temp0, temp1;
38 DUP2_ARG2(__lasx_xvpickev_b, b1, b0, b3, b2, temp0, temp1);
39 __lasx_xvstelm_d(temp0, pixels, 0, 0);
40 __lasx_xvstelm_d(temp0, pixels + stride, 0, 2);
41 __lasx_xvstelm_d(temp0, pixels + stride_2x, 0, 1);
42 __lasx_xvstelm_d(temp0, pixels + stride_3x, 0, 3);
55 __m256i temp0, temp1;
67 DUP2_ARG2(__lasx_xvpickev_b, b1, b0, b3, b2, temp0, temp1);
68 __lasx_xvstelm_d(temp0, pixels, 0, 0);
69 __lasx_xvstelm_d(temp0, pixels + stride, 0, 2);
70 __lasx_xvstelm_d(temp0, pixels + stride_2x, 0, 1);
71 __lasx_xvstelm_d(temp0, pixels + stride_3x, 0, 3);
85 __m256i temp0, temp1, temp2, temp3;
109 p7, p6, 0x20, temp0, temp1, temp2, temp3);
110 DUP4_ARG2(__lasx_xvaddw_h_h_bu, b0, temp0, b1, temp1, b2, temp2, b3, temp3,
111 temp0, temp1, temp2, temp3);
112 DUP4_ARG1(__lasx_xvclip255_h, temp0, temp1, temp2, temp3,
113 temp0, temp1, temp2, temp3);
114 DUP2_ARG2(__lasx_xvpickev_b, temp1, temp0, temp3, temp2, temp0, temp1);
115 __lasx_xvstelm_d(temp0, pixels, 0, 0);
116 __lasx_xvstelm_d(temp0, pixels + stride, 0, 2);
117 __lasx_xvstelm_d(temp0, pixels + stride_2x, 0, 1);
118 __lasx_xvstelm_d(temp0, pixels + stride_3x, 0, 3);