HomeSort by relevance Sort by last modified time
    Searched refs:vec_perm (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/libjpeg-turbo/simd/
jdsample-altivec.c 64 p_last0 = vec_perm(this0, this0, last_index_col0);
71 p_last0 = vec_perm(last0, this0, last_index);
76 p_next0 = vec_perm(this0, this0, next_index_lastcol);
79 p_next0 = vec_perm(this0, next0, next_index);
100 out = vec_perm((__vector unsigned char)outle,
113 out = vec_perm((__vector unsigned char)outhe,
185 p_lastcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1l, last_index_col0);
186 p_lastcolsum_1h = vec_perm(thiscolsum_1l, thiscolsum_1h, last_index);
194 p_lastcolsum1l = vec_perm(thiscolsum1l, thiscolsum1l, last_index_col0);
195 p_lastcolsum1h = vec_perm(thiscolsum1l, thiscolsum1h, last_index)
    [all...]
jcgryext-altivec.c 107 rgb0 = vec_perm(rgb0, rgb1, unaligned_shift_index);
108 rgb1 = vec_perm(rgb1, rgb2, unaligned_shift_index);
109 rgb2 = vec_perm(rgb2, rgb3, unaligned_shift_index);
111 rgb3 = vec_perm(rgb3, rgb4, unaligned_shift_index);
160 rgbg0 = vec_perm(rgb0, rgb0, (__vector unsigned char)RGBG_INDEX0);
161 rgbg1 = vec_perm(rgb0, rgb1, (__vector unsigned char)RGBG_INDEX1);
162 rgbg2 = vec_perm(rgb1, rgb2, (__vector unsigned char)RGBG_INDEX2);
163 rgbg3 = vec_perm(rgb2, rgb2, (__vector unsigned char)RGBG_INDEX3);
175 rgbg0 = vec_perm(rgb0, rgb0, (__vector unsigned char)RGBG_INDEX);
176 rgbg1 = vec_perm(rgb1, rgb1, (__vector unsigned char)RGBG_INDEX)
    [all...]
jccolext-altivec.c 112 rgb0 = vec_perm(rgb0, rgb1, unaligned_shift_index);
113 rgb1 = vec_perm(rgb1, rgb2, unaligned_shift_index);
114 rgb2 = vec_perm(rgb2, rgb3, unaligned_shift_index);
116 rgb3 = vec_perm(rgb3, rgb4, unaligned_shift_index);
156 rgbg0 = vec_perm(rgb0, rgb0, (__vector unsigned char)RGBG_INDEX0);
157 rgbg1 = vec_perm(rgb0, rgb1, (__vector unsigned char)RGBG_INDEX1);
158 rgbg2 = vec_perm(rgb1, rgb2, (__vector unsigned char)RGBG_INDEX2);
159 rgbg3 = vec_perm(rgb2, rgb2, (__vector unsigned char)RGBG_INDEX3);
171 rgbg0 = vec_perm(rgb0, rgb0, (__vector unsigned char)RGBG_INDEX);
172 rgbg1 = vec_perm(rgb1, rgb1, (__vector unsigned char)RGBG_INDEX)
    [all...]
jdcolext-altivec.c 146 gl = vec_perm((__vector short)g0, (__vector short)g1, shift_pack_index);
147 gh = vec_perm((__vector short)g2, (__vector short)g3, shift_pack_index);
177 rgb0 = vec_perm(rgbx0, rgbx1, (__vector unsigned char)RGB_INDEX0);
178 rgb1 = vec_perm(rgbx1, rgbx2, (__vector unsigned char)RGB_INDEX1);
179 rgb2 = vec_perm(rgbx2, rgbx3, (__vector unsigned char)RGB_INDEX2);
191 rgb0 = vec_perm(rgbx0, rgbx0, (__vector unsigned char)RGB_INDEX);
192 rgb1 = vec_perm(rgbx1, rgbx1, (__vector unsigned char)RGB_INDEX);
193 rgb2 = vec_perm(rgbx2, rgbx2, (__vector unsigned char)RGB_INDEX);
194 rgb3 = vec_perm(rgbx3, rgbx3, (__vector unsigned char)RGB_INDEX);
223 edges = vec_perm(edgeh, edgel, unaligned_shift_index)
    [all...]
jdmrgext-altivec.c 140 g_yl = vec_perm((__vector short)g_y0, (__vector short)g_y1,
142 g_yh = vec_perm((__vector short)g_y2, (__vector short)g_y3,
152 ye = (__vector signed short)vec_perm(pb_zero, y, even_index);
153 yo = (__vector signed short)vec_perm(pb_zero, y, odd_index);
202 rgb0 = vec_perm(rgbx0, rgbx1, (__vector unsigned char)RGB_INDEX0);
203 rgb1 = vec_perm(rgbx1, rgbx2, (__vector unsigned char)RGB_INDEX1);
204 rgb2 = vec_perm(rgbx2, rgbx3, (__vector unsigned char)RGB_INDEX2);
216 rgb0 = vec_perm(rgbx0, rgbx0, (__vector unsigned char)RGB_INDEX);
217 rgb1 = vec_perm(rgbx1, rgbx1, (__vector unsigned char)RGB_INDEX);
218 rgb2 = vec_perm(rgbx2, rgbx2, (__vector unsigned char)RGB_INDEX)
    [all...]
jcsample-altivec.c 60 this0 = vec_perm(this0, this0, even_odd_index);
69 next0 = vec_perm(next0, next0, even_odd_index);
120 this0 = vec_perm(this0, this0, even_odd_index);
126 this1 = vec_perm(this1, this1, even_odd_index);
137 next0 = vec_perm(next0, next0, even_odd_index);
143 next1 = vec_perm(next1, next1, even_odd_index);
  /external/libpng/powerpc/
filter_vsx_intrinsics.c 164 #define vsx_char_to_short(vec,offset,bpp) (vector unsigned short)vec_perm((vec),VSX_CHAR_ZERO,VSX_CHAR_TO_SHORT##offset##_##bpp)
165 #define vsx_short_to_char(vec,offset,bpp) vec_perm(((vector unsigned char)(vec)),VSX_CHAR_ZERO,VSX_SHORT_TO_CHAR##offset##_##bpp)
206 part_vec = vec_perm(rp_vec,VSX_CHAR_ZERO,VSX_LEFTSHIFTED1_4);
209 part_vec = vec_perm(rp_vec,VSX_CHAR_ZERO,VSX_LEFTSHIFTED2_4);
212 part_vec = vec_perm(rp_vec,VSX_CHAR_ZERO,VSX_LEFTSHIFTED3_4);
263 part_vec = vec_perm(rp_vec,VSX_CHAR_ZERO,VSX_LEFTSHIFTED1_3);
266 part_vec = vec_perm(rp_vec,VSX_CHAR_ZERO,VSX_LEFTSHIFTED2_3);
269 part_vec = vec_perm(rp_vec,VSX_CHAR_ZERO,VSX_LEFTSHIFTED3_3);
272 part_vec = vec_perm(rp_vec,VSX_CHAR_ZERO,VSX_LEFTSHIFTED4_3);
346 rp_part_vec = vec_perm(rp_vec,VSX_CHAR_ZERO,VSX_LEFTSHIFTED1_4)
    [all...]
  /external/fec/
encode_rs_av.c 52 feedback0 = vec_perm(feedback1,feedback1,reverse);
55 shift_register.v[1] = vec_perm(shift_register.v[0],shift_register.v[1],shift_right) ^ feedback1;
  /external/clang/lib/Headers/
altivec.h 39 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
43 vec_perm(vector unsigned char __a, vector unsigned char __b,
47 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
49 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
54 vec_perm(vector unsigned short __a, vector unsigned short __b,
57 static __inline__ vector bool short __ATTRS_o_ai vec_perm(
60 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
64 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
68 static __inline__ vector unsigned int __ATTRS_o_ai vec_perm(
72 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
5961 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
5976 vec_perm(vector unsigned char __a, vector unsigned char __b, function
5991 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
6004 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
6020 vec_perm(vector unsigned short __a, vector unsigned short __b, function
6034 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
6048 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
6063 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
6077 vec_perm(vector unsigned int __a, vector unsigned int __b, function
6092 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
6105 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
6122 vec_perm(vector signed long long __a, vector signed long long __b, function
6137 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
6152 vec_perm(vector bool long long __a, vector bool long long __b, function
6167 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
altivec.h 39 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
43 vec_perm(vector unsigned char __a, vector unsigned char __b,
47 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
49 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
54 vec_perm(vector unsigned short __a, vector unsigned short __b,
57 static __inline__ vector bool short __ATTRS_o_ai vec_perm(
60 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
64 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
68 static __inline__ vector unsigned int __ATTRS_o_ai vec_perm(
72 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
5961 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
5976 vec_perm(vector unsigned char __a, vector unsigned char __b, function
5991 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
6004 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
6020 vec_perm(vector unsigned short __a, vector unsigned short __b, function
6034 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
6048 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
6063 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
6077 vec_perm(vector unsigned int __a, vector unsigned int __b, function
6092 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
6105 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
6122 vec_perm(vector signed long long __a, vector signed long long __b, function
6137 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
6152 vec_perm(vector bool long long __a, vector bool long long __b, function
6167 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
altivec.h 39 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
43 vec_perm(vector unsigned char __a, vector unsigned char __b,
47 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
49 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
54 vec_perm(vector unsigned short __a, vector unsigned short __b,
57 static __inline__ vector bool short __ATTRS_o_ai vec_perm(
60 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
64 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
68 static __inline__ vector unsigned int __ATTRS_o_ai vec_perm(
72 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
5961 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
5976 vec_perm(vector unsigned char __a, vector unsigned char __b, function
5991 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
6004 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
6020 vec_perm(vector unsigned short __a, vector unsigned short __b, function
6034 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
6048 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
6063 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
6077 vec_perm(vector unsigned int __a, vector unsigned int __b, function
6092 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
6105 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
6122 vec_perm(vector signed long long __a, vector signed long long __b, function
6137 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
6152 vec_perm(vector bool long long __a, vector bool long long __b, function
6167 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 39 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
43 vec_perm(vector unsigned char __a, vector unsigned char __b,
47 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
49 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
54 vec_perm(vector unsigned short __a, vector unsigned short __b,
57 static __inline__ vector bool short __ATTRS_o_ai vec_perm(
60 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
64 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
68 static __inline__ vector unsigned int __ATTRS_o_ai vec_perm(
72 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
5961 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
5976 vec_perm(vector unsigned char __a, vector unsigned char __b, function
5991 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
6004 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
6020 vec_perm(vector unsigned short __a, vector unsigned short __b, function
6034 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
6048 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
6063 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
6077 vec_perm(vector unsigned int __a, vector unsigned int __b, function
6092 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
6105 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
6122 vec_perm(vector signed long long __a, vector signed long long __b, function
6137 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
6152 vec_perm(vector bool long long __a, vector bool long long __b, function
6167 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
intrapred_vsx.c 623 const uint8x16_t b = vec_perm(a, above_right, sl1);
624 const uint8x16_t c = vec_perm(b, above_right, sl1);
633 row = vec_perm(row, above_right, sl1);
641 const uint8x16_t b = vec_perm(a, above_right, sl1);
642 const uint8x16_t c = vec_perm(b, above_right, sl1);
650 row = vec_perm(row, above_right, sl1);
659 const uint8x16_t b0 = vec_perm(a0, a1, sl1);
660 const uint8x16_t b1 = vec_perm(a1, above_right, sl1);
661 const uint8x16_t c0 = vec_perm(b0, b1, sl1);
662 const uint8x16_t c1 = vec_perm(b1, above_right, sl1)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_pwr8.h 87 return vec_perm (even, odd, perm_mask);
100 return vec_perm (even, odd, perm_mask);
113 return vec_perm (even, odd, perm_mask);
126 return vec_perm (even, odd, perm_mask);
251 vsrc.m128ui = (vector unsigned int) vec_perm (tmp1, tmp2, vmask);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
altivec.h 39 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
43 vec_perm(vector unsigned char __a, vector unsigned char __b,
47 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
49 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
54 vec_perm(vector unsigned short __a, vector unsigned short __b,
57 static __inline__ vector bool short __ATTRS_o_ai vec_perm(
60 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
64 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
68 static __inline__ vector unsigned int __ATTRS_o_ai vec_perm(
72 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
6680 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
6695 vec_perm(vector unsigned char __a, vector unsigned char __b, function
6710 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
6723 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
6739 vec_perm(vector unsigned short __a, vector unsigned short __b, function
6753 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
6767 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
6782 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
6796 vec_perm(vector unsigned int __a, vector unsigned int __b, function
6811 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
6824 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
6841 vec_perm(vector signed long long __a, vector signed long long __b, function
6856 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
6871 vec_perm(vector bool long long __a, vector bool long long __b, function
6886 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
altivec.h 62 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
66 vec_perm(vector unsigned char __a, vector unsigned char __b,
70 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
72 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
77 vec_perm(vector unsigned short __a, vector unsigned short __b,
80 static __inline__ vector bool short __ATTRS_o_ai vec_perm(
83 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
87 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
91 static __inline__ vector unsigned int __ATTRS_o_ai vec_perm(
95 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
7283 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
7298 vec_perm(vector unsigned char __a, vector unsigned char __b, function
7313 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
7326 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
7342 vec_perm(vector unsigned short __a, vector unsigned short __b, function
7356 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
7370 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
7385 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
7399 vec_perm(vector unsigned int __a, vector unsigned int __b, function
7414 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
7427 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
7444 vec_perm(vector signed long long __a, vector signed long long __b, function
7459 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
7474 vec_perm(vector bool long long __a, vector bool long long __b, function
7489 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
altivec.h 62 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
66 vec_perm(vector unsigned char __a, vector unsigned char __b,
70 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
72 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
77 vec_perm(vector unsigned short __a, vector unsigned short __b,
80 static __inline__ vector bool short __ATTRS_o_ai vec_perm(
83 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
87 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
91 static __inline__ vector unsigned int __ATTRS_o_ai vec_perm(
95 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
7275 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
7290 vec_perm(vector unsigned char __a, vector unsigned char __b, function
7305 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
7318 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
7334 vec_perm(vector unsigned short __a, vector unsigned short __b, function
7348 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
7362 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
7377 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
7391 vec_perm(vector unsigned int __a, vector unsigned int __b, function
7406 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
7419 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
7436 vec_perm(vector signed long long __a, vector signed long long __b, function
7451 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
7466 vec_perm(vector bool long long __a, vector bool long long __b, function
7481 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
altivec.h 62 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
66 vec_perm(vector unsigned char __a, vector unsigned char __b,
70 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
72 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
77 vec_perm(vector unsigned short __a, vector unsigned short __b,
80 static __inline__ vector bool short __ATTRS_o_ai vec_perm(
83 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
87 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
91 static __inline__ vector unsigned int __ATTRS_o_ai vec_perm(
95 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
7275 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
7290 vec_perm(vector unsigned char __a, vector unsigned char __b, function
7305 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
7318 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
7334 vec_perm(vector unsigned short __a, vector unsigned short __b, function
7348 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
7362 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
7377 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
7391 vec_perm(vector unsigned int __a, vector unsigned int __b, function
7406 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
7419 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
7436 vec_perm(vector signed long long __a, vector signed long long __b, function
7451 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
7466 vec_perm(vector bool long long __a, vector bool long long __b, function
7481 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
altivec.h 62 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
66 vec_perm(vector unsigned char __a, vector unsigned char __b,
70 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
72 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
77 vec_perm(vector unsigned short __a, vector unsigned short __b,
80 static __inline__ vector bool short __ATTRS_o_ai vec_perm(
83 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
87 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
91 static __inline__ vector unsigned int __ATTRS_o_ai vec_perm(
95 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
7275 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
7290 vec_perm(vector unsigned char __a, vector unsigned char __b, function
7305 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
7318 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
7334 vec_perm(vector unsigned short __a, vector unsigned short __b, function
7348 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
7362 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
7377 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
7391 vec_perm(vector unsigned int __a, vector unsigned int __b, function
7406 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
7419 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
7436 vec_perm(vector signed long long __a, vector signed long long __b, function
7451 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
7466 vec_perm(vector bool long long __a, vector bool long long __b, function
7481 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
altivec.h 62 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
66 vec_perm(vector unsigned char __a, vector unsigned char __b,
70 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
72 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
77 vec_perm(vector unsigned short __a, vector unsigned short __b,
80 static __inline__ vector bool short __ATTRS_o_ai vec_perm(
83 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
87 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
91 static __inline__ vector unsigned int __ATTRS_o_ai vec_perm(
95 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
7275 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
7290 vec_perm(vector unsigned char __a, vector unsigned char __b, function
7305 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
7318 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
7334 vec_perm(vector unsigned short __a, vector unsigned short __b, function
7348 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
7362 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
7377 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
7391 vec_perm(vector unsigned int __a, vector unsigned int __b, function
7406 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
7419 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
7436 vec_perm(vector signed long long __a, vector signed long long __b, function
7451 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
7466 vec_perm(vector bool long long __a, vector bool long long __b, function
7481 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
altivec.h 62 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
66 vec_perm(vector unsigned char __a, vector unsigned char __b,
70 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
72 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
77 vec_perm(vector unsigned short __a, vector unsigned short __b,
80 static __inline__ vector bool short __ATTRS_o_ai vec_perm(
83 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
87 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
91 static __inline__ vector unsigned int __ATTRS_o_ai vec_perm(
95 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
7275 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
7290 vec_perm(vector unsigned char __a, vector unsigned char __b, function
7305 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
7318 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
7334 vec_perm(vector unsigned short __a, vector unsigned short __b, function
7348 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
7362 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
7377 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
7391 vec_perm(vector unsigned int __a, vector unsigned int __b, function
7406 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
7419 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
7436 vec_perm(vector signed long long __a, vector signed long long __b, function
7451 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
7466 vec_perm(vector bool long long __a, vector bool long long __b, function
7481 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
altivec.h 62 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
66 vec_perm(vector unsigned char __a, vector unsigned char __b,
70 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
72 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
77 vec_perm(vector unsigned short __a, vector unsigned short __b,
80 static __inline__ vector bool short __ATTRS_o_ai vec_perm(
83 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
87 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
91 static __inline__ vector unsigned int __ATTRS_o_ai vec_perm(
95 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
7275 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
7290 vec_perm(vector unsigned char __a, vector unsigned char __b, function
7305 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
7318 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
7334 vec_perm(vector unsigned short __a, vector unsigned short __b, function
7348 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
7362 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
7377 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
7391 vec_perm(vector unsigned int __a, vector unsigned int __b, function
7406 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
7419 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
7436 vec_perm(vector signed long long __a, vector signed long long __b, function
7451 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
7466 vec_perm(vector bool long long __a, vector bool long long __b, function
7481 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
altivec.h 39 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
43 vec_perm(vector unsigned char __a, vector unsigned char __b,
47 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
49 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
54 vec_perm(vector unsigned short __a, vector unsigned short __b,
57 static __inline__ vector bool short __ATTRS_o_ai vec_perm(
60 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
64 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
68 static __inline__ vector unsigned int __ATTRS_o_ai vec_perm(
72 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
6680 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
6695 vec_perm(vector unsigned char __a, vector unsigned char __b, function
6710 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
6723 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
6739 vec_perm(vector unsigned short __a, vector unsigned short __b, function
6753 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
6767 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
6782 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
6796 vec_perm(vector unsigned int __a, vector unsigned int __b, function
6811 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
6824 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
6841 vec_perm(vector signed long long __a, vector signed long long __b, function
6856 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
6871 vec_perm(vector bool long long __a, vector bool long long __b, function
6886 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
altivec.h 62 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
66 vec_perm(vector unsigned char __a, vector unsigned char __b,
70 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
72 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
77 vec_perm(vector unsigned short __a, vector unsigned short __b,
80 static __inline__ vector bool short __ATTRS_o_ai vec_perm(
83 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
87 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
91 static __inline__ vector unsigned int __ATTRS_o_ai vec_perm(
95 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
7283 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
7298 vec_perm(vector unsigned char __a, vector unsigned char __b, function
7313 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
7326 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
7342 vec_perm(vector unsigned short __a, vector unsigned short __b, function
7356 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
7370 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
7385 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
7399 vec_perm(vector unsigned int __a, vector unsigned int __b, function
7414 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
7427 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
7444 vec_perm(vector signed long long __a, vector signed long long __b, function
7459 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
7474 vec_perm(vector bool long long __a, vector bool long long __b, function
7489 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
altivec.h 62 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
66 vec_perm(vector unsigned char __a, vector unsigned char __b,
70 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
72 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a,
77 vec_perm(vector unsigned short __a, vector unsigned short __b,
80 static __inline__ vector bool short __ATTRS_o_ai vec_perm(
83 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a,
87 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a,
91 static __inline__ vector unsigned int __ATTRS_o_ai vec_perm(
95 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
7275 static __inline__ vector signed char __ATTRS_o_ai vec_perm( function
7290 vec_perm(vector unsigned char __a, vector unsigned char __b, function
7305 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
7318 static __inline__ vector short __ATTRS_o_ai vec_perm(vector signed short __a, function
7334 vec_perm(vector unsigned short __a, vector unsigned short __b, function
7348 static __inline__ vector bool short __ATTRS_o_ai vec_perm( function
7362 static __inline__ vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, function
7377 static __inline__ vector int __ATTRS_o_ai vec_perm(vector signed int __a, function
7391 vec_perm(vector unsigned int __a, vector unsigned int __b, function
7406 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
7419 static __inline__ vector float __ATTRS_o_ai vec_perm(vector float __a, function
7436 vec_perm(vector signed long long __a, vector signed long long __b, function
7451 vec_perm(vector unsigned long long __a, vector unsigned long long __b, function
7466 vec_perm(vector bool long long __a, vector bool long long __b, function
7481 vec_perm(vector double __a, vector double __b, vector unsigned char __c) { function
    [all...]

Completed in 4918 milliseconds

1 2 3 4