Searched defs:VEC_ST (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jsimd_altivec.h | 87 #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/ |
D | jsimd_altivec.h | 87 #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/ |
D | util_altivec.h | 164 #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
|