Home
last modified time | relevance | path

Searched defs:VEC_ST (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djsimd_altivec.h87 #define VEC_ST(a, b, c) vec_st(a, b, c) macro
94 #define VEC_ST(a, b, c) vec_vsx_st(a, b, c) macro
/third_party/libjpeg-turbo/simd/powerpc/
Djsimd_altivec.h87 #define VEC_ST(a, b, c) vec_st(a, b, c) macro
94 #define VEC_ST(a, b, c) vec_vsx_st(a, b, c) macro
/third_party/ffmpeg/libavutil/ppc/
Dutil_altivec.h164 #define VEC_ST(a,b,c) vec_st(a,b,c) macro
166 #define VEC_ST(a,b,c) vec_vsx_st(a,b,c) macro