OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VEC_ST
(Results
1 - 3
of
3
) sorted by null
/external/libjpeg-turbo/simd/powerpc/
jdcolext-altivec.c
213
vec_st
(rgb0, 0, tmpbuf);
214
vec_st
(rgb1, 16, tmpbuf);
215
vec_st
(rgb2, 32, tmpbuf);
217
vec_st
(rgb3, 48, tmpbuf);
236
vec_st
(out0, 0, outptr);
238
vec_st
(out1, 16, outptr);
240
vec_st
(out2, 32, outptr);
242
vec_st
(out3, 48, outptr);
245
vec_st
(out4, 64, outptr);
252
VEC_ST
(rgb0, 0, tmpbuf)
[
all
...]
jdmrgext-altivec.c
242
vec_st
(rgb0, 0, tmpbuf);
243
vec_st
(rgb1, 16, tmpbuf);
244
vec_st
(rgb2, 32, tmpbuf);
246
vec_st
(rgb3, 48, tmpbuf);
265
vec_st
(out0, 0, outptr);
267
vec_st
(out1, 16, outptr);
269
vec_st
(out2, 32, outptr);
271
vec_st
(out3, 48, outptr);
274
vec_st
(out4, 64, outptr);
281
VEC_ST
(rgb0, 0, tmpbuf)
[
all
...]
jsimd_altivec.h
87
#define
VEC_ST
(a, b, c)
vec_st
(a, b, c)
94
#define
VEC_ST
(a, b, c) vec_vsx_st(a, b, c)
Completed in 43 milliseconds