Home | History | Annotate | Download | only in ppc

Lines Matching refs:tmp_dest

133   uint8_t tmp_dest[16];
154 vec_vsx_st(output_v, 0, tmp_dest);
156 for (int j = 0; j < 4; j++) dest[j * stride + i] = tmp_dest[j * 4 + i];