Searched refs:vec_add (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Daltivec-abi.c38 vector_struct.vshort1 = vec_add (vector_struct.vshort1, vector_struct.vshort2);
39 vector_struct.vshort3 = vec_add (vector_struct.vshort3, vector_struct.vshort4);
45 matrix[0] = vec_add (matrix[0], matrix[1]);
46 matrix[2] = vec_add (matrix[2], matrix[3]);
73 vint_res = vec_add (vint_f, intv_on_stack_f);
74 vint_res = vec_add (vint_res, y_f);
75 vuint_res = vec_add (vuint_f, ((vector unsigned int) {5,6,7,8}));
76 vshort_res = vec_add (vshort_f, x_f);
77 vushort_res = vec_add (vushort_f,
79 vchar_res = vec_add (vchar_
[all...]
H A Dvsx-regs.c11 c = vec_add (a, b);
35 x = vec_add (x, ((vector unsigned int){5,6,7,8}));
37 y = vec_add (x, z);
H A Daltivec-regs.c11 c = vec_add (a, b);
35 x = vec_add (x, ((vector unsigned int){5,6,7,8}));
37 y = vec_add (x, z);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Daltivec-abi.c38 vector_struct.vshort1 = vec_add (vector_struct.vshort1, vector_struct.vshort2);
39 vector_struct.vshort3 = vec_add (vector_struct.vshort3, vector_struct.vshort4);
45 matrix[0] = vec_add (matrix[0], matrix[1]);
46 matrix[2] = vec_add (matrix[2], matrix[3]);
73 vint_res = vec_add (vint_f, intv_on_stack_f);
74 vint_res = vec_add (vint_res, y_f);
75 vuint_res = vec_add (vuint_f, ((vector unsigned int) {5,6,7,8}));
76 vshort_res = vec_add (vshort_f, x_f);
77 vushort_res = vec_add (vushort_f,
79 vchar_res = vec_add (vchar_
[all...]
H A Daltivec-regs.c11 c = vec_add (a, b);
35 x = vec_add (x, ((vector unsigned int){5,6,7,8}));
37 y = vec_add (x, z);
H A Dvsx-regs.c11 c = vec_add (a, b);
35 x = vec_add (x, ((vector unsigned int){5,6,7,8}));
37 y = vec_add (x, z);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dpmmintrin.h51 return (__m128) vec_add (__X, even_neg_Y);
59 return (__m128d) vec_add (__X, even_neg_Y);
77 return (__m128) vec_add (vec_perm ((__v4sf) __X, (__v4sf) __Y, xform2),
103 return (__m128d) vec_add (vec_mergeh ((__v2df) __X, (__v2df)__Y),
H A Dtmmintrin.h167 return (__m128i) vec_add (__C, __D);
180 return (__m128i) vec_add (__C, __D);
194 __C = vec_add (__C, __D);
209 __C = vec_add (__C, __D);
350 __v16qi __conv = vec_add (__selectneg, __selectpos);
362 __v8hi __conv = vec_add (__selectneg, __selectpos);
374 __v4si __conv = vec_add (__selectneg, __selectpos);
466 __C = vec_add (__C, __ones);
468 __D = vec_add (__D, __ones);
485 __C = vec_add (__
[all...]
H A Dmmintrin.h396 c = vec_add(a, b);
432 c = vec_add(a, b);
464 c = vec_add(a, b);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dpmmintrin.h63 return (__m128) vec_add (__X, __even_neg_Y);
71 return (__m128d) vec_add (__X, __even_neg_Y);
89 return (__m128) vec_add (vec_perm ((__v4sf) __X, (__v4sf) __Y, __xform2),
115 return (__m128d) vec_add (vec_mergeh ((__v2df) __X, (__v2df)__Y),
H A Dtmmintrin.h178 return (__m128i) vec_add (__C, __D);
191 return (__m128i) vec_add (__C, __D);
205 __C = vec_add (__C, __D);
220 __C = vec_add (__C, __D);
361 __v16qi __conv = vec_add (__selectneg, __selectpos);
373 __v8hi __conv = vec_add (__selectneg, __selectpos);
385 __v4si __conv = vec_add (__selectneg, __selectpos);
477 __C = vec_add (__C, __ones);
479 __D = vec_add (__D, __ones);
496 __C = vec_add (__
[all...]
H A Dsi2vmx.h279 #define si_a(_a, _b) ((qword)(vec_add((vec_uint4)(_a), (vec_uint4)(_b))))
281 #define si_ah(_a, _b) ((qword)(vec_add((vec_ushort8)(_a), (vec_ushort8)(_b))))
285 return ((qword)(vec_add((vec_int4)(a),
292 return ((qword)(vec_add((vec_short8)(a),
297 #define si_fa(_a, _b) ((qword)(vec_add((vec_float4)(_a), (vec_float4)(_b))))
317 #define si_addx(_a, _b, _c) ((qword)(vec_add(vec_add((vec_uint4)(_a), (vec_uint4)(_b)), \
670 vec_uint4 aneg = vec_add(vec_add(vec_splat_u32(0), vec_nor(aabs, aabs)), vec_and(abor, vec_splat_u32(1)));
678 vec_uint4 bneg = vec_add(vec_no
[all...]
H A Dmmintrin.h417 __c = vec_add (__a, __b);
453 __c = vec_add (__a, __b);
485 __c = vec_add (__a, __b);
H A Daltivec.h220 #define vec_add __builtin_vec_add macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dpmmintrin.h63 return (__m128) vec_add (__X, __even_neg_Y);
71 return (__m128d) vec_add (__X, __even_neg_Y);
89 return (__m128) vec_add (vec_perm ((__v4sf) __X, (__v4sf) __Y, __xform2),
115 return (__m128d) vec_add (vec_mergeh ((__v2df) __X, (__v2df)__Y),
H A Dtmmintrin.h178 return (__m128i) vec_add (__C, __D);
191 return (__m128i) vec_add (__C, __D);
205 __C = vec_add (__C, __D);
220 __C = vec_add (__C, __D);
362 __v16qi __conv = vec_add (__selectneg, __selectpos);
376 __v8hi __conv = vec_add (__selectneg, __selectpos);
390 __v4si __conv = vec_add (__selectneg, __selectpos);
489 __C = vec_add (__C, __ones);
491 __D = vec_add (__D, __ones);
508 __C = vec_add (__
[all...]
H A Dsi2vmx.h279 #define si_a(_a, _b) ((qword)(vec_add((vec_uint4)(_a), (vec_uint4)(_b))))
281 #define si_ah(_a, _b) ((qword)(vec_add((vec_ushort8)(_a), (vec_ushort8)(_b))))
285 return ((qword)(vec_add((vec_int4)(a),
292 return ((qword)(vec_add((vec_short8)(a),
297 #define si_fa(_a, _b) ((qword)(vec_add((vec_float4)(_a), (vec_float4)(_b))))
317 #define si_addx(_a, _b, _c) ((qword)(vec_add(vec_add((vec_uint4)(_a), (vec_uint4)(_b)), \
670 vec_uint4 aneg = vec_add(vec_add(vec_splat_u32(0), vec_nor(aabs, aabs)), vec_and(abor, vec_splat_u32(1)));
678 vec_uint4 bneg = vec_add(vec_no
[all...]
H A Dmmintrin.h417 __c = vec_add (__a, __b);
453 __c = vec_add (__a, __b);
485 __c = vec_add (__a, __b);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h95 /* vec_add (vector add)
98 static inline vec_uchar16 vec_add(vec_uchar16 a, vec_uchar16 b) function
105 static inline vec_char16 vec_add(vec_char16 a, vec_char16 b) function
107 return ((vec_char16)vec_add((vec_uchar16)(a), (vec_uchar16)(b)));
110 static inline vec_char16 vec_add(vec_bchar16 a, vec_char16 b) function
112 return ((vec_char16)vec_add((vec_uchar16)(a), (vec_uchar16)(b)));
115 static inline vec_char16 vec_add(vec_char16 a, vec_bchar16 b) function
117 return ((vec_char16)vec_add((vec_uchar16)(a), (vec_uchar16)(b)));
120 static inline vec_ushort8 vec_add(vec_ushort8 a, vec_ushort8 b) function
125 static inline vec_short8 vec_add(vec_short function
130 static inline vec_short8 vec_add(vec_bshort8 a, vec_short8 b) function
135 static inline vec_short8 vec_add(vec_short8 a, vec_bshort8 b) function
140 static inline vec_uint4 vec_add(vec_uint4 a, vec_uint4 b) function
145 static inline vec_int4 vec_add(vec_int4 a, vec_int4 b) function
150 static inline vec_int4 vec_add(vec_bint4 a, vec_int4 b) function
155 static inline vec_int4 vec_add(vec_int4 a, vec_bint4 b) function
160 static inline vec_float4 vec_add(vec_float4 a, vec_float4 b) function
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h193 /* vec_add */
196 vec_add(vector signed char __a, vector signed char __b) { function
201 vec_add(vector bool char __a, vector signed char __b) { function
206 vec_add(vector signed char __a, vector bool char __b) { function
211 vec_add(vector unsigned char __a, vector unsigned char __b) { function
216 vec_add(vector bool char __a, vector unsigned char __b) { function
221 vec_add(vector unsigned char __a, vector bool char __b) { function
225 static __inline__ vector short __ATTRS_o_ai vec_add(vector short __a, function
230 static __inline__ vector short __ATTRS_o_ai vec_add(vector bool short __a, function
235 static __inline__ vector short __ATTRS_o_ai vec_add(vecto function
241 vec_add(vector unsigned short __a, vector unsigned short __b) { function
246 vec_add(vector bool short __a, vector unsigned short __b) { function
251 vec_add(vector unsigned short __a, vector bool short __b) { function
255 static __inline__ vector int __ATTRS_o_ai vec_add(vector int __a, function
260 static __inline__ vector int __ATTRS_o_ai vec_add(vector bool int __a, function
265 static __inline__ vector int __ATTRS_o_ai vec_add(vector int __a, function
271 vec_add(vector unsigned int __a, vector unsigned int __b) { function
276 vec_add(vector bool int __a, vector unsigned int __b) { function
281 vec_add(vector unsigned int __a, vector bool int __b) { function
287 vec_add(vector signed long long __a, vector signed long long __b) { function
292 vec_add(vector unsigned long long __a, vector unsigned long long __b) { function
298 vec_add(vector signed __int128 __a, vector signed __int128 __b) { function
303 vec_add(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
314 vec_add(vector signed long long __a, vector signed long long __b) { function
328 vec_add(vector unsigned long long __a, vector unsigned long long __b) { function
334 static __inline__ vector float __ATTRS_o_ai vec_add(vector float __a, function
340 static __inline__ vector double __ATTRS_o_ai vec_add(vector double __a, function
[all...]

Completed in 592 milliseconds