Home
last modified time | relevance | path

Searched refs:out7l (Results 1 – 8 of 8) sorted by relevance

/third_party/libjpeg-turbo/simd/powerpc/
Djfdctint-altivec.c117 out7l = vec_msums(tmp47l, pw_mf060_mf089, z3l); \
122 out7l = vec_sra(out7l, descale_p##PASS); \
127 out7 = vec_pack(out7l, out7h); \
192 out7l, out7h; in jsimd_fdct_islow_altivec() local
Djidctint-altivec.c155 out7l = vec_sub(tmp10l, tmp3l); \
160 out7l = vec_sra(out7l, descale_p##PASS); \
164 out7 = vec_pack(out7l, out7h); \
224 out5l, out5h, out6l, out6h, out7l, out7h; in jsimd_idct_islow_altivec() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djfdctint-altivec.c117 out7l = vec_msums(tmp47l, pw_mf060_mf089, z3l); \
122 out7l = vec_sra(out7l, descale_p##PASS); \
127 out7 = vec_pack(out7l, out7h); \
192 out7l, out7h; in jsimd_fdct_islow_altivec() local
Djidctint-altivec.c155 out7l = vec_sub(tmp10l, tmp3l); \
160 out7l = vec_sra(out7l, descale_p##PASS); \
164 out7 = vec_pack(out7l, out7h); \
224 out5l, out5h, out6l, out6h, out7l, out7h; in jsimd_idct_islow_altivec() local
/third_party/libjpeg-turbo/simd/loongson/
Djfdctint-mmi.c108 __m64 out5l, out5h, out6l, out6h, out7l, out7h; \
189 out7l = _mm_add_pi32(tmp4l, z3l); \
194 out7l = _mm_add_pi32(out7l, PD_DESCALE_P##PASS); \
196 out7l = _mm_srai_pi32(out7l, DESCALE_P##PASS); \
204 out7 = _mm_packs_pi32(out7l, out7h); \
Djidctint-mmi.c114 __m64 out4l, out4h, out5l, out5h, out6l, out6h, out7l, out7h; \
183 out7l = _mm_sub_pi32(tmp10l, tmp3l); \
191 out7l = _mm_add_pi32(out7l, PD_DESCALE_P##PASS); \
193 out7l = _mm_srai_pi32(out7l, DESCALE_P##PASS); \
197 out7 = _mm_packs_pi32(out7l, out7h); \
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/loongson/
Djfdctint-mmi.c108 __m64 out5l, out5h, out6l, out6h, out7l, out7h; \
189 out7l = _mm_add_pi32(tmp4l, z3l); \
194 out7l = _mm_add_pi32(out7l, PD_DESCALE_P##PASS); \
196 out7l = _mm_srai_pi32(out7l, DESCALE_P##PASS); \
204 out7 = _mm_packs_pi32(out7l, out7h); \
Djidctint-mmi.c114 __m64 out4l, out4h, out5l, out5h, out6l, out6h, out7l, out7h; \
183 out7l = _mm_sub_pi32(tmp10l, tmp3l); \
191 out7l = _mm_add_pi32(out7l, PD_DESCALE_P##PASS); \
193 out7l = _mm_srai_pi32(out7l, DESCALE_P##PASS); \
197 out7 = _mm_packs_pi32(out7l, out7h); \