HomeSort by: relevance | last modified time | path
    Searched refs:vec_short8 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 51 static inline vec_short8 vec_abs(vec_short8 a)
73 minus_a = (vec_char16)spu_add((vec_short8)(spu_xor(a, -1)),
74 (vec_short8)(spu_and(spu_cmpgt((vec_uchar16)(a), 0x80), 1)));
78 static inline vec_short8 vec_abss(vec_short8 a)
80 vec_short8 minus_a;
82 minus_a = spu_add(spu_sub(0, a), (vec_short8)(spu_cmpeq(a, ((vec_short8){0x8000,0x8000,0x8000,0x8000,0x8000,0x8000,0x8000,0x8000}))));
125 static inline vec_short8 vec_add(vec_short8 a, vec_short8 b
    [all...]
spu_intrinsics.h 29 #define vec_short8 __vector signed short macro
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
spu2vmx.h 60 static __inline vec_short8 spu_add(vec_short8 a, vec_short8 b)
62 return ((vec_short8)(si_ah((qword)(a), (qword)(b))));
80 static __inline vec_short8 spu_add(vec_short8 a, short b)
82 return ((vec_short8)(si_ahi((qword)(a), b)));
128 static __inline vec_short8 spu_and(vec_short8 a, vec_short8 b
    [all...]
vec_types.h 36 #define vec_short8 __vector signed short macro
si2vmx.h 292 return ((qword)(vec_add((vec_short8)(a),
293 vec_splat((vec_short8)(si_from_short(b)), 1))));
334 return ((qword)(vec_and((vec_short8)(a),
335 vec_splat((vec_short8)(si_from_short(b)), 1))));
522 return ((qword)(vec_cmpeq((vec_short8)(a),
523 vec_splat((vec_short8)(si_from_short(b)), 1))));
599 return ((qword)(vec_cmpgt((vec_short8)(a), (vec_short8)(b))));
709 return ((qword)(vec_cmpgt((vec_short8)(a),
710 vec_splat((vec_short8)(si_from_short(b)), 1))))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
spu2vmx.h 60 static __inline vec_short8 spu_add(vec_short8 a, vec_short8 b)
62 return ((vec_short8)(si_ah((qword)(a), (qword)(b))));
80 static __inline vec_short8 spu_add(vec_short8 a, short b)
82 return ((vec_short8)(si_ahi((qword)(a), b)));
128 static __inline vec_short8 spu_and(vec_short8 a, vec_short8 b
    [all...]
vec_types.h 36 #define vec_short8 __vector signed short macro
si2vmx.h 292 return ((qword)(vec_add((vec_short8)(a),
293 vec_splat((vec_short8)(si_from_short(b)), 1))));
334 return ((qword)(vec_and((vec_short8)(a),
335 vec_splat((vec_short8)(si_from_short(b)), 1))));
522 return ((qword)(vec_cmpeq((vec_short8)(a),
523 vec_splat((vec_short8)(si_from_short(b)), 1))));
599 return ((qword)(vec_cmpgt((vec_short8)(a), (vec_short8)(b))));
709 return ((qword)(vec_cmpgt((vec_short8)(a),
710 vec_splat((vec_short8)(si_from_short(b)), 1))))
    [all...]

Completed in 23 milliseconds