Searched defs:VEC_LD (Results 1 – 3 of 3) sorted by relevance
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jsimd_altivec.h | 86 #define VEC_LD(a, b) vec_ld(a, b) macro 93 #define VEC_LD(a, b) vec_vsx_ld(a, b) macro
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jsimd_altivec.h | 86 #define VEC_LD(a, b) vec_ld(a, b) macro 93 #define VEC_LD(a, b) vec_vsx_ld(a, b) macro
|
/third_party/ffmpeg/libavutil/ppc/ |
D | util_altivec.h | 119 #define VEC_LD(offset,b) \ macro 122 #define VEC_LD(offset,b) \ macro
|