• Home
  • Raw
  • Download

Lines Matching refs:vec8

825   v16u8 vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7, vec8, vec9;  in ARGBToUVRow_MSA()  local
852 vec8 = (v16u8)__msa_pckev_b((v16i8)vec1, (v16i8)vec0); in ARGBToUVRow_MSA()
858 reg0 = __msa_hadd_u_h(vec8, vec8); in ARGBToUVRow_MSA()
880 vec8 = (v16u8)__msa_pckev_b((v16i8)vec1, (v16i8)vec0); in ARGBToUVRow_MSA()
886 reg0 += __msa_hadd_u_h(vec8, vec8); in ARGBToUVRow_MSA()
1022 v16u8 vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7, vec8, vec9; in ARGBToARGB1555Row_MSA() local
1039 vec8 = (v16u8)__msa_srai_b((v16i8)src1, 1); in ARGBToARGB1555Row_MSA()
1041 vec8 = (v16u8)__msa_sldi_b(zero, (v16i8)vec8, 2); in ARGBToARGB1555Row_MSA()
1047 vec6 = __msa_binsli_b(vec7, vec8, 5); in ARGBToARGB1555Row_MSA()
1091 v8u16 vec8, vec9, vec10, vec11; in ARGBToUV444Row_MSA() local
1120 vec8 = vec2 * const_94; in ARGBToUV444Row_MSA()
1130 vec8 += vec10; in ARGBToUV444Row_MSA()
1140 vec6 -= vec8; in ARGBToUV444Row_MSA()
1242 v8u16 vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7, vec8, vec9; in ARGBAttenuateRow_MSA() local
1262 vec8 = (v8u16)__msa_fill_h(vec3[3]); in ARGBAttenuateRow_MSA()
1265 vec7 = (v8u16)__msa_pckev_d((v2i64)vec9, (v2i64)vec8); in ARGBAttenuateRow_MSA()
3011 v8u16 vec8, vec9, vec10, vec11, vec12, vec13; in ARGBBlendRow_MSA() local
3030 vec8 = (v8u16)__msa_fill_h(vec0[3]); in ARGBBlendRow_MSA()
3034 vec8 = (v8u16)__msa_pckev_d((v2i64)vec9, (v2i64)vec8); in ARGBBlendRow_MSA()
3042 vec8 = const_256 - vec8; in ARGBBlendRow_MSA()
3046 vec8 *= vec4; in ARGBBlendRow_MSA()
3050 vec8 = (v8u16)__msa_srai_h((v8i16)vec8, 8); in ARGBBlendRow_MSA()
3054 vec0 += vec8; in ARGBBlendRow_MSA()
3182 v8i16 vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7, vec8, vec9; in ARGBColorMatrixRow_MSA() local
3202 vec8 = (v8i16)__msa_pckod_d((v2i64)vec4, (v2i64)vec4); in ARGBColorMatrixRow_MSA()
3238 vec3 = vec8 * vec0; in ARGBColorMatrixRow_MSA()
3239 vec7 = vec8 * vec1; in ARGBColorMatrixRow_MSA()
3245 vec8 = vec5 * vec1; in ARGBColorMatrixRow_MSA()
3249 tmp13 = __msa_hadd_s_w(vec8, vec8); in ARGBColorMatrixRow_MSA()