clang 23.0.0git
altivec.h File Reference
#include <stddef.h>

Go to the source code of this file.

Macros

#define __CR6_EQ   0
#define __CR6_EQ_REV   1
#define __CR6_LT   2
#define __CR6_LT_REV   3
#define __CR6_GT   4
#define __CR6_GT_REV   5
#define __CR6_SO   6
#define __CR6_SO_REV   7
#define __VEC_CLASS_FP_SUBNORMAL_N   (1 << 0)
#define __VEC_CLASS_FP_SUBNORMAL_P   (1 << 1)
#define __VEC_CLASS_FP_SUBNORMAL
#define __VEC_CLASS_FP_ZERO_N   (1<<2)
#define __VEC_CLASS_FP_ZERO_P   (1<<3)
#define __VEC_CLASS_FP_ZERO
#define __VEC_CLASS_FP_INFINITY_N   (1<<4)
#define __VEC_CLASS_FP_INFINITY_P   (1<<5)
#define __VEC_CLASS_FP_INFINITY
#define __VEC_CLASS_FP_NAN   (1<<6)
#define __VEC_CLASS_FP_NOT_NORMAL
#define __ATTRS_o_ai   __attribute__((__overloadable__, __always_inline__))
#define __builtin_altivec_abs_v16qi   vec_abs
#define __builtin_altivec_abs_v8hi   vec_abs
#define __builtin_altivec_abs_v4si   vec_abs
#define __builtin_altivec_abss_v16qi   vec_abss
#define __builtin_altivec_abss_v8hi   vec_abss
#define __builtin_altivec_abss_v4si   vec_abss
#define __builtin_altivec_vaddubm   vec_vaddubm
#define __builtin_altivec_vadduhm   vec_vadduhm
#define __builtin_altivec_vadduwm   vec_vadduwm
#define __builtin_altivec_vaddfp   vec_vaddfp
#define __builtin_altivec_vand   vec_and
#define __builtin_altivec_vandc   vec_andc
#define __vec_ldrmb   __builtin_vsx_ldrmb
#define __vec_strmb   __builtin_vsx_strmb
#define vec_ctf(__a, __b)
#define vec_vcfux   __builtin_altivec_vcfux
#define vec_vcfsx(__a, __b)
#define vec_cts   __builtin_altivec_vctsxs
#define vec_vctsxs   __builtin_altivec_vctsxs
#define vec_ctu   __builtin_altivec_vctuxs
#define vec_vctuxs   __builtin_altivec_vctuxs
#define vec_dss   __builtin_altivec_dss
#define vec_dst(__PTR, __CW, __STR)
#define vec_dstst(__PTR, __CW, __STR)
#define vec_dststt(__PTR, __CW, __STR)
#define vec_dstt(__PTR, __CW, __STR)
#define __builtin_altivec_vmrghb   vec_vmrghb
#define __builtin_altivec_vmrghh   vec_vmrghh
#define __builtin_altivec_vmrghw   vec_vmrghw
#define __builtin_altivec_vmrglb   vec_vmrglb
#define __builtin_altivec_vmrglh   vec_vmrglh
#define __builtin_altivec_vmrglw   vec_vmrglw
#define __builtin_altivec_vmladduhm   vec_mladd
#define __builtin_altivec_vnor   vec_nor
#define __builtin_altivec_vor   vec_or
#define __builtin_altivec_vpkuhum   vec_vpkuhum
#define __builtin_altivec_vpkuwum   vec_vpkuwum
#define __builtin_altivec_vsel_4si   vec_sel
#define __builtin_altivec_vslb   vec_vslb
#define __builtin_altivec_vslh   vec_vslh
#define __builtin_altivec_vslw   vec_vslw
#define __builtin_altivec_vsldoi_4si   vec_sld
#define __builtin_altivec_vspltb   vec_vspltb
#define __builtin_altivec_vsplth   vec_vsplth
#define __builtin_altivec_vspltw   vec_vspltw
#define __builtin_altivec_vspltisb   vec_splat_s8
#define __builtin_altivec_vspltish   vec_splat_s16
#define __builtin_altivec_vspltisw   vec_splat_s32
#define __builtin_altivec_vsrb   vec_vsrb
#define __builtin_altivec_vsrh   vec_vsrh
#define __builtin_altivec_vsrw   vec_vsrw
#define __builtin_altivec_vsububm   vec_vsububm
#define __builtin_altivec_vsubuhm   vec_vsubuhm
#define __builtin_altivec_vsubuwm   vec_vsubuwm
#define __builtin_altivec_vsubfp   vec_vsubfp
#define vec_vupkhpx(__a)
#define vec_vupklpx(__a)
#define __builtin_altivec_vxor   vec_xor
#define vec_xld2   vec_xl
#define vec_xlw4   vec_xl
#define vec_xl_be   vec_xl
#define vec_xstd2   vec_xst
#define vec_xstw4   vec_xst
#define vec_xst_be   vec_xst

Typedefs

typedef vector signed char unaligned_vec_schar __attribute__((aligned(1)))

Functions

static __inline__ vector signed char __ATTRS_o_ai vec_perm (vector signed char __a, vector signed char __b, vector unsigned char __c)
static __inline__ vector unsigned char __ATTRS_o_ai vec_perm (vector unsigned char __a, vector unsigned char __b, vector unsigned char __c)
static __inline__ vector bool char __ATTRS_o_ai vec_perm (vector bool char __a, vector bool char __b, vector unsigned char __c)
static __inline__ vector short __ATTRS_o_ai vec_perm (vector signed short __a, vector signed short __b, vector unsigned char __c)
static __inline__ vector unsigned short __ATTRS_o_ai vec_perm (vector unsigned short __a, vector unsigned short __b, vector unsigned char __c)
static __inline__ vector bool short __ATTRS_o_ai vec_perm (vector bool short __a, vector bool short __b, vector unsigned char __c)
static __inline__ vector pixel __ATTRS_o_ai vec_perm (vector pixel __a, vector pixel __b, vector unsigned char __c)
static __inline__ vector int __ATTRS_o_ai vec_perm (vector signed int __a, vector signed int __b, vector unsigned char __c)
static __inline__ vector unsigned int __ATTRS_o_ai vec_perm (vector unsigned int __a, vector unsigned int __b, vector unsigned char __c)
static __inline__ vector bool int __ATTRS_o_ai vec_perm (vector bool int __a, vector bool int __b, vector unsigned char __c)
static __inline__ vector float __ATTRS_o_ai vec_perm (vector float __a, vector float __b, vector unsigned char __c)
static __inline__ vector unsigned char __ATTRS_o_ai vec_xor (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_abs (vector signed char __a)
static __inline__ vector signed short __ATTRS_o_ai vec_abs (vector signed short __a)
static __inline__ vector signed int __ATTRS_o_ai vec_abs (vector signed int __a)
static __inline__ vector float __ATTRS_o_ai vec_abs (vector float __a)
static __inline__ vector signed char __ATTRS_o_ai vec_abss (vector signed char __a)
static __inline__ vector signed short __ATTRS_o_ai vec_abss (vector signed short __a)
static __inline__ vector signed int __ATTRS_o_ai vec_abss (vector signed int __a)
static __inline__ vector signed char __ATTRS_o_ai vec_add (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_add (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_add (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_add (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_add (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_add (vector unsigned char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_add (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_add (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_add (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_add (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_add (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_add (vector unsigned short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_add (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_add (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_add (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_add (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_add (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_add (vector unsigned int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_add (vector float __a, vector float __b)
static __inline__ vector signed int __ATTRS_o_ai vec_adde (vector signed int __a, vector signed int __b, vector signed int __c)
static __inline__ vector unsigned int __ATTRS_o_ai vec_adde (vector unsigned int __a, vector unsigned int __b, vector unsigned int __c)
static __inline__ vector signed char __ATTRS_o_ai vec_vaddubm (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vaddubm (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vaddubm (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubm (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubm (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubm (vector unsigned char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_vadduhm (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vadduhm (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vadduhm (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhm (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhm (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhm (vector unsigned short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_vadduwm (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vadduwm (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vadduwm (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduwm (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduwm (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduwm (vector unsigned int __a, vector bool int __b)
static __inline__ vector float __attribute__ ((__always_inline__)) vec_vaddfp(vector float __a
static __inline__ vector signed int __ATTRS_o_ai vec_addc (vector signed int __a, vector signed int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_addc (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_adds (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_adds (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_adds (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_adds (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_adds (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_adds (vector unsigned char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_adds (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_adds (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_adds (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_adds (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_adds (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_adds (vector unsigned short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_adds (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_adds (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_adds (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_adds (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_adds (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_adds (vector unsigned int __a, vector bool int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vaddsbs (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vaddsbs (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vaddsbs (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubs (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubs (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubs (vector unsigned char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_vaddshs (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vaddshs (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vaddshs (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhs (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhs (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhs (vector unsigned short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_vaddsws (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vaddsws (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vaddsws (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduws (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduws (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduws (vector unsigned int __a, vector bool int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_and (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_and (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_and (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_and (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_and (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_and (vector unsigned char __a, vector bool char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_and (vector bool char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_and (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_and (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_and (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_and (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_and (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_and (vector unsigned short __a, vector bool short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_and (vector bool short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_and (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_and (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_and (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_and (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_and (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_and (vector unsigned int __a, vector bool int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_and (vector bool int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_and (vector float __a, vector float __b)
static __inline__ vector float __ATTRS_o_ai vec_and (vector bool int __a, vector float __b)
static __inline__ vector float __ATTRS_o_ai vec_and (vector float __a, vector bool int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vand (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vand (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vand (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vand (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vand (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vand (vector unsigned char __a, vector bool char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_vand (vector bool char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_vand (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vand (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vand (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vand (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vand (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vand (vector unsigned short __a, vector bool short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_vand (vector bool short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_vand (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vand (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vand (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vand (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vand (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vand (vector unsigned int __a, vector bool int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_vand (vector bool int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_vand (vector float __a, vector float __b)
static __inline__ vector float __ATTRS_o_ai vec_vand (vector bool int __a, vector float __b)
static __inline__ vector float __ATTRS_o_ai vec_vand (vector float __a, vector bool int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_andc (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_andc (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_andc (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_andc (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_andc (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_andc (vector unsigned char __a, vector bool char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_andc (vector bool char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_andc (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_andc (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_andc (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_andc (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_andc (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_andc (vector unsigned short __a, vector bool short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_andc (vector bool short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_andc (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_andc (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_andc (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_andc (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_andc (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_andc (vector unsigned int __a, vector bool int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_andc (vector bool int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_andc (vector float __a, vector float __b)
static __inline__ vector float __ATTRS_o_ai vec_andc (vector bool int __a, vector float __b)
static __inline__ vector float __ATTRS_o_ai vec_andc (vector float __a, vector bool int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vandc (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vandc (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vandc (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vandc (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vandc (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vandc (vector unsigned char __a, vector bool char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_vandc (vector bool char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_vandc (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vandc (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vandc (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vandc (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vandc (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vandc (vector unsigned short __a, vector bool short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_vandc (vector bool short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_vandc (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vandc (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vandc (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vandc (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vandc (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vandc (vector unsigned int __a, vector bool int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_vandc (vector bool int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_vandc (vector float __a, vector float __b)
static __inline__ vector float __ATTRS_o_ai vec_vandc (vector bool int __a, vector float __b)
static __inline__ vector float __ATTRS_o_ai vec_vandc (vector float __a, vector bool int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_avg (vector signed char __a, vector signed char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_avg (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector short __ATTRS_o_ai vec_avg (vector short __a, vector short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_avg (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector int __ATTRS_o_ai vec_avg (vector int __a, vector int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_avg (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector float __ATTRS_o_ai vec_ceil (vector float __a)
static __inline__ vector float __ATTRS_o_ai vec_roundp (vector float __a)
static __inline__ vector bool char __ATTRS_o_ai vec_cmpeq (vector signed char __a, vector signed char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_cmpeq (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_cmpeq (vector bool char __a, vector bool char __b)
static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq (vector short __a, vector short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq (vector bool short __a, vector bool short __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq (vector int __a, vector int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq (vector bool int __a, vector bool int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq (vector float __a, vector float __b)
static __inline__ vector bool char __ATTRS_o_ai vec_cmpne (vector bool char __a, vector bool char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_cmpne (vector signed char __a, vector signed char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_cmpne (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector bool short __ATTRS_o_ai vec_cmpne (vector bool short __a, vector bool short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_cmpne (vector signed short __a, vector signed short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_cmpne (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmpne (vector bool int __a, vector bool int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmpne (vector signed int __a, vector signed int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmpne (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmpne (vector float __a, vector float __b)
static __inline__ vector bool char __ATTRS_o_ai vec_cmpgt (vector signed char __a, vector signed char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_cmpgt (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt (vector short __a, vector short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt (vector int __a, vector int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt (vector float __a, vector float __b)
static __inline__ vector bool char __ATTRS_o_ai vec_cmpge (vector signed char __a, vector signed char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_cmpge (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector bool short __ATTRS_o_ai vec_cmpge (vector signed short __a, vector signed short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_cmpge (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmpge (vector signed int __a, vector signed int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmpge (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmpge (vector float __a, vector float __b)
static __inline__ vector bool char __ATTRS_o_ai vec_cmple (vector signed char __a, vector signed char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_cmple (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector bool short __ATTRS_o_ai vec_cmple (vector signed short __a, vector signed short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_cmple (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmple (vector signed int __a, vector signed int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmple (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmple (vector float __a, vector float __b)
static __inline__ vector bool char __ATTRS_o_ai vec_cmplt (vector signed char __a, vector signed char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_cmplt (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector bool short __ATTRS_o_ai vec_cmplt (vector short __a, vector short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_cmplt (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmplt (vector int __a, vector int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmplt (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_cmplt (vector float __a, vector float __b)
static __inline__ vector signed int __ATTRS_o_ai vec_sld (vector signed int, vector signed int, unsigned const int __c)
static __inline__ vector signed int __ATTRS_o_ai vec_signed (vector float __a)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sld (vector unsigned int, vector unsigned int, unsigned const int __c)
static __inline__ vector unsigned int __ATTRS_o_ai vec_unsigned (vector float __a)
static __inline__ vector float __ATTRS_o_ai vec_sld (vector float, vector float, unsigned const int __c)
static __inline__ vector float __ATTRS_o_ai vec_float (vector signed int __a)
static __inline__ vector float __ATTRS_o_ai vec_float (vector unsigned int __a)
static __inline__ vector signed char __ATTRS_o_ai vec_div (vector signed char __a, vector signed char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_div (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector signed short __ATTRS_o_ai vec_div (vector signed short __a, vector signed short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_div (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector signed int __ATTRS_o_ai vec_div (vector signed int __a, vector signed int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_div (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector float __ATTRS_o_ai vec_floor (vector float __a)
static __inline__ vector float __ATTRS_o_ai vec_roundm (vector float __a)
static __inline__ vector signed char __ATTRS_o_ai vec_ld (long __a, const vector signed char *__b)
static __inline__ vector signed char __ATTRS_o_ai vec_ld (long __a, const signed char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_ld (long __a, const vector unsigned char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_ld (long __a, const unsigned char *__b)
static __inline__ vector bool char __ATTRS_o_ai vec_ld (long __a, const vector bool char *__b)
static __inline__ vector short __ATTRS_o_ai vec_ld (long __a, const vector short *__b)
static __inline__ vector short __ATTRS_o_ai vec_ld (long __a, const short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_ld (long __a, const vector unsigned short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_ld (long __a, const unsigned short *__b)
static __inline__ vector bool short __ATTRS_o_ai vec_ld (long __a, const vector bool short *__b)
static __inline__ vector pixel __ATTRS_o_ai vec_ld (long __a, const vector pixel *__b)
static __inline__ vector int __ATTRS_o_ai vec_ld (long __a, const vector int *__b)
static __inline__ vector int __ATTRS_o_ai vec_ld (long __a, const int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_ld (long __a, const vector unsigned int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_ld (long __a, const unsigned int *__b)
static __inline__ vector bool int __ATTRS_o_ai vec_ld (long __a, const vector bool int *__b)
static __inline__ vector float __ATTRS_o_ai vec_ld (long __a, const vector float *__b)
static __inline__ vector float __ATTRS_o_ai vec_ld (long __a, const float *__b)
static __inline__ vector signed char __ATTRS_o_ai vec_lvx (long __a, const vector signed char *__b)
static __inline__ vector signed char __ATTRS_o_ai vec_lvx (long __a, const signed char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvx (long __a, const vector unsigned char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvx (long __a, const unsigned char *__b)
static __inline__ vector bool char __ATTRS_o_ai vec_lvx (long __a, const vector bool char *__b)
static __inline__ vector short __ATTRS_o_ai vec_lvx (long __a, const vector short *__b)
static __inline__ vector short __ATTRS_o_ai vec_lvx (long __a, const short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvx (long __a, const vector unsigned short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvx (long __a, const unsigned short *__b)
static __inline__ vector bool short __ATTRS_o_ai vec_lvx (long __a, const vector bool short *__b)
static __inline__ vector pixel __ATTRS_o_ai vec_lvx (long __a, const vector pixel *__b)
static __inline__ vector int __ATTRS_o_ai vec_lvx (long __a, const vector int *__b)
static __inline__ vector int __ATTRS_o_ai vec_lvx (long __a, const int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvx (long __a, const vector unsigned int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvx (long __a, const unsigned int *__b)
static __inline__ vector bool int __ATTRS_o_ai vec_lvx (long __a, const vector bool int *__b)
static __inline__ vector float __ATTRS_o_ai vec_lvx (long __a, const vector float *__b)
static __inline__ vector float __ATTRS_o_ai vec_lvx (long __a, const float *__b)
static __inline__ vector signed char __ATTRS_o_ai vec_lde (long __a, const signed char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lde (long __a, const unsigned char *__b)
static __inline__ vector short __ATTRS_o_ai vec_lde (long __a, const short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_lde (long __a, const unsigned short *__b)
static __inline__ vector int __ATTRS_o_ai vec_lde (long __a, const int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_lde (long __a, const unsigned int *__b)
static __inline__ vector float __ATTRS_o_ai vec_lde (long __a, const float *__b)
static __inline__ vector signed char __ATTRS_o_ai vec_lvebx (long __a, const signed char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvebx (long __a, const unsigned char *__b)
static __inline__ vector short __ATTRS_o_ai vec_lvehx (long __a, const short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvehx (long __a, const unsigned short *__b)
static __inline__ vector int __ATTRS_o_ai vec_lvewx (long __a, const int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvewx (long __a, const unsigned int *__b)
static __inline__ vector float __ATTRS_o_ai vec_lvewx (long __a, const float *__b)
static __inline__ vector signed char __ATTRS_o_ai vec_ldl (long __a, const vector signed char *__b)
static __inline__ vector signed char __ATTRS_o_ai vec_ldl (long __a, const signed char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_ldl (long __a, const vector unsigned char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_ldl (long __a, const unsigned char *__b)
static __inline__ vector bool char __ATTRS_o_ai vec_ldl (long __a, const vector bool char *__b)
static __inline__ vector short __ATTRS_o_ai vec_ldl (long __a, const vector short *__b)
static __inline__ vector short __ATTRS_o_ai vec_ldl (long __a, const short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_ldl (long __a, const vector unsigned short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_ldl (long __a, const unsigned short *__b)
static __inline__ vector bool short __ATTRS_o_ai vec_ldl (long __a, const vector bool short *__b)
static __inline__ vector pixel __ATTRS_o_ai vec_ldl (long __a, const vector pixel *__b)
static __inline__ vector int __ATTRS_o_ai vec_ldl (long __a, const vector int *__b)
static __inline__ vector int __ATTRS_o_ai vec_ldl (long __a, const int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_ldl (long __a, const vector unsigned int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_ldl (long __a, const unsigned int *__b)
static __inline__ vector bool int __ATTRS_o_ai vec_ldl (long __a, const vector bool int *__b)
static __inline__ vector float __ATTRS_o_ai vec_ldl (long __a, const vector float *__b)
static __inline__ vector float __ATTRS_o_ai vec_ldl (long __a, const float *__b)
static __inline__ vector signed char __ATTRS_o_ai vec_lvxl (long __a, const vector signed char *__b)
static __inline__ vector signed char __ATTRS_o_ai vec_lvxl (long __a, const signed char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvxl (long __a, const vector unsigned char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvxl (long __a, const unsigned char *__b)
static __inline__ vector bool char __ATTRS_o_ai vec_lvxl (long __a, const vector bool char *__b)
static __inline__ vector short __ATTRS_o_ai vec_lvxl (long __a, const vector short *__b)
static __inline__ vector short __ATTRS_o_ai vec_lvxl (long __a, const short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvxl (long __a, const vector unsigned short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvxl (long __a, const unsigned short *__b)
static __inline__ vector bool short __ATTRS_o_ai vec_lvxl (long __a, const vector bool short *__b)
static __inline__ vector pixel __ATTRS_o_ai vec_lvxl (long __a, const vector pixel *__b)
static __inline__ vector int __ATTRS_o_ai vec_lvxl (long __a, const vector int *__b)
static __inline__ vector int __ATTRS_o_ai vec_lvxl (long __a, const int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvxl (long __a, const vector unsigned int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvxl (long __a, const unsigned int *__b)
static __inline__ vector bool int __ATTRS_o_ai vec_lvxl (long __a, const vector bool int *__b)
static __inline__ vector float __ATTRS_o_ai vec_lvxl (long __a, const vector float *__b)
static __inline__ vector float __ATTRS_o_ai vec_lvxl (long __a, const float *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl (int __a, const signed char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl (int __a, const unsigned char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl (int __a, const short *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl (int __a, const unsigned short *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl (int __a, const int *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl (int __a, const unsigned int *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl (int __a, const float *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr (int __a, const signed char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr (int __a, const unsigned char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr (int __a, const short *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr (int __a, const unsigned short *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr (int __a, const int *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr (int __a, const unsigned int *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr (int __a, const float *__b)
static __inline__ vector signed short __ATTRS_o_ai vec_mladd (vector signed short, vector signed short, vector signed short)
static __inline__ vector signed short __ATTRS_o_ai vec_mladd (vector signed short, vector unsigned short, vector unsigned short)
static __inline__ vector signed short __ATTRS_o_ai vec_mladd (vector unsigned short, vector signed short, vector signed short)
static __inline__ vector unsigned short __ATTRS_o_ai vec_mladd (vector unsigned short, vector unsigned short, vector unsigned short)
static __inline__ vector signed short __ATTRS_o_ai vec_madd (vector signed short __a, vector signed short __b, vector signed short __c)
static __inline__ vector signed short __ATTRS_o_ai vec_madd (vector signed short __a, vector unsigned short __b, vector unsigned short __c)
static __inline__ vector signed short __ATTRS_o_ai vec_madd (vector unsigned short __a, vector signed short __b, vector signed short __c)
static __inline__ vector unsigned short __ATTRS_o_ai vec_madd (vector unsigned short __a, vector unsigned short __b, vector unsigned short __c)
static __inline__ vector float __ATTRS_o_ai vec_madd (vector float __a, vector float __b, vector float __c)
static __inline__ vector signed char __ATTRS_o_ai vec_max (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_max (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_max (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_max (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_max (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_max (vector unsigned char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_max (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_max (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_max (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_max (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_max (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_max (vector unsigned short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_max (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_max (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_max (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_max (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_max (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_max (vector unsigned int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_max (vector float __a, vector float __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vmaxsb (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vmaxsb (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vmaxsb (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vmaxub (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vmaxub (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vmaxub (vector unsigned char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_vmaxsh (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vmaxsh (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vmaxsh (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vmaxuh (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vmaxuh (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vmaxuh (vector unsigned short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_vmaxsw (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vmaxsw (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vmaxsw (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vmaxuw (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vmaxuw (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vmaxuw (vector unsigned int __a, vector bool int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_mergeh (vector signed char __a, vector signed char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_mergeh (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_mergeh (vector bool char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_mergeh (vector short __a, vector short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_mergeh (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_mergeh (vector bool short __a, vector bool short __b)
static __inline__ vector pixel __ATTRS_o_ai vec_mergeh (vector pixel __a, vector pixel __b)
static __inline__ vector int __ATTRS_o_ai vec_mergeh (vector int __a, vector int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_mergeh (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_mergeh (vector bool int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_mergeh (vector float __a, vector float __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vmrghb (vector signed char __a, vector signed char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vmrghb (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_vmrghb (vector bool char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_vmrghh (vector short __a, vector short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vmrghh (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_vmrghh (vector bool short __a, vector bool short __b)
static __inline__ vector pixel __ATTRS_o_ai vec_vmrghh (vector pixel __a, vector pixel __b)
static __inline__ vector int __ATTRS_o_ai vec_vmrghw (vector int __a, vector int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vmrghw (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_vmrghw (vector bool int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_vmrghw (vector float __a, vector float __b)
static __inline__ vector signed char __ATTRS_o_ai vec_mergel (vector signed char __a, vector signed char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_mergel (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_mergel (vector bool char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_mergel (vector short __a, vector short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_mergel (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_mergel (vector bool short __a, vector bool short __b)
static __inline__ vector pixel __ATTRS_o_ai vec_mergel (vector pixel __a, vector pixel __b)
static __inline__ vector int __ATTRS_o_ai vec_mergel (vector int __a, vector int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_mergel (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_mergel (vector bool int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_mergel (vector float __a, vector float __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vmrglb (vector signed char __a, vector signed char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vmrglb (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_vmrglb (vector bool char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_vmrglh (vector short __a, vector short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vmrglh (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_vmrglh (vector bool short __a, vector bool short __b)
static __inline__ vector pixel __ATTRS_o_ai vec_vmrglh (vector pixel __a, vector pixel __b)
static __inline__ vector int __ATTRS_o_ai vec_vmrglw (vector int __a, vector int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vmrglw (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_vmrglw (vector bool int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_vmrglw (vector float __a, vector float __b)
static __inline__ vector signed char __ATTRS_o_ai vec_min (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_min (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_min (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_min (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_min (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_min (vector unsigned char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_min (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_min (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_min (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_min (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_min (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_min (vector unsigned short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_min (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_min (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_min (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_min (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_min (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_min (vector unsigned int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_min (vector float __a, vector float __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vminsb (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vminsb (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vminsb (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vminub (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vminub (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vminub (vector unsigned char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_vminsh (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vminsh (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vminsh (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vminuh (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vminuh (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vminuh (vector unsigned short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_vminsw (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vminsw (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vminsw (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vminuw (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vminuw (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vminuw (vector unsigned int __a, vector bool int __b)
static __inline__ vector short __ATTRS_o_ai vec_mladd (vector short __a, vector short __b, vector short __c)
static __inline__ vector short __ATTRS_o_ai vec_mladd (vector short __a, vector unsigned short __b, vector unsigned short __c)
static __inline__ vector short __ATTRS_o_ai vec_mladd (vector unsigned short __a, vector short __b, vector short __c)
static __inline__ vector short __ATTRS_o_ai vec_vmladduhm (vector short __a, vector short __b, vector short __c)
static __inline__ vector short __ATTRS_o_ai vec_vmladduhm (vector short __a, vector unsigned short __b, vector unsigned short __c)
static __inline__ vector short __ATTRS_o_ai vec_vmladduhm (vector unsigned short __a, vector short __b, vector short __c)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vmladduhm (vector unsigned short __a, vector unsigned short __b, vector unsigned short __c)
static __inline__ vector int __ATTRS_o_ai vec_msum (vector signed char __a, vector unsigned char __b, vector int __c)
static __inline__ vector unsigned int __ATTRS_o_ai vec_msum (vector unsigned char __a, vector unsigned char __b, vector unsigned int __c)
static __inline__ vector int __ATTRS_o_ai vec_msum (vector short __a, vector short __b, vector int __c)
static __inline__ vector unsigned int __ATTRS_o_ai vec_msum (vector unsigned short __a, vector unsigned short __b, vector unsigned int __c)
static __inline__ vector int __ATTRS_o_ai vec_msums (vector short __a, vector short __b, vector int __c)
static __inline__ vector unsigned int __ATTRS_o_ai vec_msums (vector unsigned short __a, vector unsigned short __b, vector unsigned int __c)
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector signed char __a)
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector unsigned char __a)
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector bool char __a)
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector short __a)
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector unsigned short __a)
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector bool short __a)
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector pixel __a)
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector int __a)
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector unsigned int __a)
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector bool int __a)
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector float __a)
static __inline__ vector signed char __ATTRS_o_ai vec_mul (vector signed char __a, vector signed char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_mul (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector signed short __ATTRS_o_ai vec_mul (vector signed short __a, vector signed short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_mul (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector signed int __ATTRS_o_ai vec_mul (vector signed int __a, vector signed int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_mul (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector float __ATTRS_o_ai vec_mul (vector float __a, vector float __b)
static __inline__ vector short __ATTRS_o_ai vec_mule (vector signed char __a, vector signed char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_mule (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector int __ATTRS_o_ai vec_mule (vector short __a, vector short __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_mule (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector short __ATTRS_o_ai vec_mulo (vector signed char __a, vector signed char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_mulo (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector int __ATTRS_o_ai vec_mulo (vector short __a, vector short __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_mulo (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector float __ATTRS_o_ai vec_nmsub (vector float __a, vector float __b, vector float __c)
static __inline__ vector signed char __ATTRS_o_ai vec_nor (vector signed char __a, vector signed char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_nor (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_nor (vector bool char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_nor (vector short __a, vector short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_nor (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_nor (vector bool short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_nor (vector int __a, vector int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_nor (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_nor (vector bool int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_nor (vector float __a, vector float __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vnor (vector signed char __a, vector signed char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vnor (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_vnor (vector bool char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_vnor (vector short __a, vector short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vnor (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_vnor (vector bool short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_vnor (vector int __a, vector int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vnor (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_vnor (vector bool int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_vnor (vector float __a, vector float __b)
static __inline__ vector signed char __ATTRS_o_ai vec_or (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_or (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_or (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_or (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_or (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_or (vector unsigned char __a, vector bool char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_or (vector bool char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_or (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_or (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_or (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_or (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_or (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_or (vector unsigned short __a, vector bool short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_or (vector bool short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_or (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_or (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_or (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_or (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_or (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_or (vector unsigned int __a, vector bool int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_or (vector bool int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_or (vector float __a, vector float __b)
static __inline__ vector float __ATTRS_o_ai vec_or (vector bool int __a, vector float __b)
static __inline__ vector float __ATTRS_o_ai vec_or (vector float __a, vector bool int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vor (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vor (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vor (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vor (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vor (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vor (vector unsigned char __a, vector bool char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_vor (vector bool char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_vor (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vor (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vor (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vor (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vor (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vor (vector unsigned short __a, vector bool short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_vor (vector bool short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_vor (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vor (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vor (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vor (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vor (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vor (vector unsigned int __a, vector bool int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_vor (vector bool int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_vor (vector float __a, vector float __b)
static __inline__ vector float __ATTRS_o_ai vec_vor (vector bool int __a, vector float __b)
static __inline__ vector float __ATTRS_o_ai vec_vor (vector float __a, vector bool int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_pack (vector signed short __a, vector signed short __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_pack (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector bool char __ATTRS_o_ai vec_pack (vector bool short __a, vector bool short __b)
static __inline__ vector short __ATTRS_o_ai vec_pack (vector int __a, vector int __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_pack (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool short __ATTRS_o_ai vec_pack (vector bool int __a, vector bool int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vpkuhum (vector signed short __a, vector signed short __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vpkuhum (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector bool char __ATTRS_o_ai vec_vpkuhum (vector bool short __a, vector bool short __b)
static __inline__ vector short __ATTRS_o_ai vec_vpkuwum (vector int __a, vector int __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vpkuwum (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool short __ATTRS_o_ai vec_vpkuwum (vector bool int __a, vector bool int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_packs (vector short __a, vector short __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_packs (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector signed short __ATTRS_o_ai vec_packs (vector int __a, vector int __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_packs (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_packsu (vector short __a, vector short __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_packsu (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_packsu (vector int __a, vector int __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_packsu (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vpkshus (vector short __a, vector short __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vpkshus (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vpkswus (vector int __a, vector int __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vpkswus (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vperm (vector signed char __a, vector signed char __b, vector unsigned char __c)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vperm (vector unsigned char __a, vector unsigned char __b, vector unsigned char __c)
static __inline__ vector bool char __ATTRS_o_ai vec_vperm (vector bool char __a, vector bool char __b, vector unsigned char __c)
static __inline__ vector short __ATTRS_o_ai vec_vperm (vector short __a, vector short __b, vector unsigned char __c)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vperm (vector unsigned short __a, vector unsigned short __b, vector unsigned char __c)
static __inline__ vector bool short __ATTRS_o_ai vec_vperm (vector bool short __a, vector bool short __b, vector unsigned char __c)
static __inline__ vector pixel __ATTRS_o_ai vec_vperm (vector pixel __a, vector pixel __b, vector unsigned char __c)
static __inline__ vector int __ATTRS_o_ai vec_vperm (vector int __a, vector int __b, vector unsigned char __c)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vperm (vector unsigned int __a, vector unsigned int __b, vector unsigned char __c)
static __inline__ vector bool int __ATTRS_o_ai vec_vperm (vector bool int __a, vector bool int __b, vector unsigned char __c)
static __inline__ vector float __ATTRS_o_ai vec_vperm (vector float __a, vector float __b, vector unsigned char __c)
static __inline__ vector float __ATTRS_o_ai vec_re (vector float __a)
static __inline__ vector signed char __ATTRS_o_ai vec_rl (vector signed char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_rl (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector short __ATTRS_o_ai vec_rl (vector short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_rl (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector int __ATTRS_o_ai vec_rl (vector int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_rl (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vrlb (vector signed char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vrlb (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector short __ATTRS_o_ai vec_vrlh (vector short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vrlh (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector int __ATTRS_o_ai vec_vrlw (vector int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vrlw (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector float __ATTRS_o_ai vec_round (vector float __a)
static __inline__ vector float __ATTRS_o_ai vec_rsqrte (vector float __a)
static vector float __ATTRS_o_ai vec_rsqrt (vector float __a)
static __inline__ vector signed char __ATTRS_o_ai vec_sel (vector signed char __a, vector signed char __b, vector unsigned char __c)
static __inline__ vector signed char __ATTRS_o_ai vec_sel (vector signed char __a, vector signed char __b, vector bool char __c)
static __inline__ vector unsigned char __ATTRS_o_ai vec_sel (vector unsigned char __a, vector unsigned char __b, vector unsigned char __c)
static __inline__ vector unsigned char __ATTRS_o_ai vec_sel (vector unsigned char __a, vector unsigned char __b, vector bool char __c)
static __inline__ vector bool char __ATTRS_o_ai vec_sel (vector bool char __a, vector bool char __b, vector unsigned char __c)
static __inline__ vector bool char __ATTRS_o_ai vec_sel (vector bool char __a, vector bool char __b, vector bool char __c)
static __inline__ vector short __ATTRS_o_ai vec_sel (vector short __a, vector short __b, vector unsigned short __c)
static __inline__ vector short __ATTRS_o_ai vec_sel (vector short __a, vector short __b, vector bool short __c)
static __inline__ vector unsigned short __ATTRS_o_ai vec_sel (vector unsigned short __a, vector unsigned short __b, vector unsigned short __c)
static __inline__ vector unsigned short __ATTRS_o_ai vec_sel (vector unsigned short __a, vector unsigned short __b, vector bool short __c)
static __inline__ vector bool short __ATTRS_o_ai vec_sel (vector bool short __a, vector bool short __b, vector unsigned short __c)
static __inline__ vector bool short __ATTRS_o_ai vec_sel (vector bool short __a, vector bool short __b, vector bool short __c)
static __inline__ vector int __ATTRS_o_ai vec_sel (vector int __a, vector int __b, vector unsigned int __c)
static __inline__ vector int __ATTRS_o_ai vec_sel (vector int __a, vector int __b, vector bool int __c)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sel (vector unsigned int __a, vector unsigned int __b, vector unsigned int __c)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sel (vector unsigned int __a, vector unsigned int __b, vector bool int __c)
static __inline__ vector bool int __ATTRS_o_ai vec_sel (vector bool int __a, vector bool int __b, vector unsigned int __c)
static __inline__ vector bool int __ATTRS_o_ai vec_sel (vector bool int __a, vector bool int __b, vector bool int __c)
static __inline__ vector float __ATTRS_o_ai vec_sel (vector float __a, vector float __b, vector unsigned int __c)
static __inline__ vector float __ATTRS_o_ai vec_sel (vector float __a, vector float __b, vector bool int __c)
static __inline__ vector signed char __ATTRS_o_ai vec_vsel (vector signed char __a, vector signed char __b, vector unsigned char __c)
static __inline__ vector signed char __ATTRS_o_ai vec_vsel (vector signed char __a, vector signed char __b, vector bool char __c)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsel (vector unsigned char __a, vector unsigned char __b, vector unsigned char __c)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsel (vector unsigned char __a, vector unsigned char __b, vector bool char __c)
static __inline__ vector bool char __ATTRS_o_ai vec_vsel (vector bool char __a, vector bool char __b, vector unsigned char __c)
static __inline__ vector bool char __ATTRS_o_ai vec_vsel (vector bool char __a, vector bool char __b, vector bool char __c)
static __inline__ vector short __ATTRS_o_ai vec_vsel (vector short __a, vector short __b, vector unsigned short __c)
static __inline__ vector short __ATTRS_o_ai vec_vsel (vector short __a, vector short __b, vector bool short __c)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsel (vector unsigned short __a, vector unsigned short __b, vector unsigned short __c)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsel (vector unsigned short __a, vector unsigned short __b, vector bool short __c)
static __inline__ vector bool short __ATTRS_o_ai vec_vsel (vector bool short __a, vector bool short __b, vector unsigned short __c)
static __inline__ vector bool short __ATTRS_o_ai vec_vsel (vector bool short __a, vector bool short __b, vector bool short __c)
static __inline__ vector int __ATTRS_o_ai vec_vsel (vector int __a, vector int __b, vector unsigned int __c)
static __inline__ vector int __ATTRS_o_ai vec_vsel (vector int __a, vector int __b, vector bool int __c)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsel (vector unsigned int __a, vector unsigned int __b, vector unsigned int __c)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsel (vector unsigned int __a, vector unsigned int __b, vector bool int __c)
static __inline__ vector bool int __ATTRS_o_ai vec_vsel (vector bool int __a, vector bool int __b, vector unsigned int __c)
static __inline__ vector bool int __ATTRS_o_ai vec_vsel (vector bool int __a, vector bool int __b, vector bool int __c)
static __inline__ vector float __ATTRS_o_ai vec_vsel (vector float __a, vector float __b, vector unsigned int __c)
static __inline__ vector float __ATTRS_o_ai vec_vsel (vector float __a, vector float __b, vector bool int __c)
static __inline__ vector unsigned char __ATTRS_o_ai vec_sl (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_sl (vector signed char __a, vector unsigned char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_sl (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector short __ATTRS_o_ai vec_sl (vector short __a, vector unsigned short __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sl (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector int __ATTRS_o_ai vec_sl (vector int __a, vector unsigned int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vslb (vector signed char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vslb (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector short __ATTRS_o_ai vec_vslh (vector short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vslh (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector int __ATTRS_o_ai vec_vslw (vector int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vslw (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_sld (vector signed char __a, vector signed char __b, unsigned const int __c)
static __inline__ vector unsigned char __ATTRS_o_ai vec_sld (vector unsigned char __a, vector unsigned char __b, unsigned const int __c)
static __inline__ vector bool char __ATTRS_o_ai vec_sld (vector bool char __a, vector bool char __b, unsigned const int __c)
static __inline__ vector signed short __ATTRS_o_ai vec_sld (vector signed short __a, vector signed short __b, unsigned const int __c)
static __inline__ vector unsigned short __ATTRS_o_ai vec_sld (vector unsigned short __a, vector unsigned short __b, unsigned const int __c)
static __inline__ vector bool short __ATTRS_o_ai vec_sld (vector bool short __a, vector bool short __b, unsigned const int __c)
static __inline__ vector pixel __ATTRS_o_ai vec_sld (vector pixel __a, vector pixel __b, unsigned const int __c)
static __inline__ vector bool int __ATTRS_o_ai vec_sld (vector bool int __a, vector bool int __b, unsigned const int __c)
static __inline__ vector signed char __ATTRS_o_ai vec_sldw (vector signed char __a, vector signed char __b, unsigned const int __c)
static __inline__ vector unsigned char __ATTRS_o_ai vec_sldw (vector unsigned char __a, vector unsigned char __b, unsigned const int __c)
static __inline__ vector signed short __ATTRS_o_ai vec_sldw (vector signed short __a, vector signed short __b, unsigned const int __c)
static __inline__ vector unsigned short __ATTRS_o_ai vec_sldw (vector unsigned short __a, vector unsigned short __b, unsigned const int __c)
static __inline__ vector signed int __ATTRS_o_ai vec_sldw (vector signed int __a, vector signed int __b, unsigned const int __c)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sldw (vector unsigned int __a, vector unsigned int __b, unsigned const int __c)
static __inline__ vector float __ATTRS_o_ai vec_sldw (vector float __a, vector float __b, unsigned const int __c)
static __inline__ vector signed char __ATTRS_o_ai vec_vsldoi (vector signed char __a, vector signed char __b, unsigned char __c)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsldoi (vector unsigned char __a, vector unsigned char __b, unsigned char __c)
static __inline__ vector short __ATTRS_o_ai vec_vsldoi (vector short __a, vector short __b, unsigned char __c)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsldoi (vector unsigned short __a, vector unsigned short __b, unsigned char __c)
static __inline__ vector pixel __ATTRS_o_ai vec_vsldoi (vector pixel __a, vector pixel __b, unsigned char __c)
static __inline__ vector int __ATTRS_o_ai vec_vsldoi (vector int __a, vector int __b, unsigned char __c)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsldoi (vector unsigned int __a, vector unsigned int __b, unsigned char __c)
static __inline__ vector float __ATTRS_o_ai vec_vsldoi (vector float __a, vector float __b, unsigned char __c)
static __inline__ vector signed char __ATTRS_o_ai vec_sll (vector signed char __a, vector unsigned char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_sll (vector signed char __a, vector unsigned short __b)
static __inline__ vector signed char __ATTRS_o_ai vec_sll (vector signed char __a, vector unsigned int __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_sll (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_sll (vector unsigned char __a, vector unsigned short __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_sll (vector unsigned char __a, vector unsigned int __b)
static __inline__ vector bool char __ATTRS_o_ai vec_sll (vector bool char __a, vector unsigned char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_sll (vector bool char __a, vector unsigned short __b)
static __inline__ vector bool char __ATTRS_o_ai vec_sll (vector bool char __a, vector unsigned int __b)
static __inline__ vector short __ATTRS_o_ai vec_sll (vector short __a, vector unsigned char __b)
static __inline__ vector short __ATTRS_o_ai vec_sll (vector short __a, vector unsigned short __b)
static __inline__ vector short __ATTRS_o_ai vec_sll (vector short __a, vector unsigned int __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_sll (vector unsigned short __a, vector unsigned char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_sll (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_sll (vector unsigned short __a, vector unsigned int __b)
static __inline__ vector bool short __ATTRS_o_ai vec_sll (vector bool short __a, vector unsigned char __b)
static __inline__ vector bool short __ATTRS_o_ai vec_sll (vector bool short __a, vector unsigned short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_sll (vector bool short __a, vector unsigned int __b)
static __inline__ vector pixel __ATTRS_o_ai vec_sll (vector pixel __a, vector unsigned char __b)
static __inline__ vector pixel __ATTRS_o_ai vec_sll (vector pixel __a, vector unsigned short __b)
static __inline__ vector pixel __ATTRS_o_ai vec_sll (vector pixel __a, vector unsigned int __b)
static __inline__ vector int __ATTRS_o_ai vec_sll (vector int __a, vector unsigned char __b)
static __inline__ vector int __ATTRS_o_ai vec_sll (vector int __a, vector unsigned short __b)
static __inline__ vector int __ATTRS_o_ai vec_sll (vector int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sll (vector unsigned int __a, vector unsigned char __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sll (vector unsigned int __a, vector unsigned short __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sll (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_sll (vector bool int __a, vector unsigned char __b)
static __inline__ vector bool int __ATTRS_o_ai vec_sll (vector bool int __a, vector unsigned short __b)
static __inline__ vector bool int __ATTRS_o_ai vec_sll (vector bool int __a, vector unsigned int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vsl (vector signed char __a, vector unsigned char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vsl (vector signed char __a, vector unsigned short __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vsl (vector signed char __a, vector unsigned int __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsl (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsl (vector unsigned char __a, vector unsigned short __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsl (vector unsigned char __a, vector unsigned int __b)
static __inline__ vector bool char __ATTRS_o_ai vec_vsl (vector bool char __a, vector unsigned char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_vsl (vector bool char __a, vector unsigned short __b)
static __inline__ vector bool char __ATTRS_o_ai vec_vsl (vector bool char __a, vector unsigned int __b)
static __inline__ vector short __ATTRS_o_ai vec_vsl (vector short __a, vector unsigned char __b)
static __inline__ vector short __ATTRS_o_ai vec_vsl (vector short __a, vector unsigned short __b)
static __inline__ vector short __ATTRS_o_ai vec_vsl (vector short __a, vector unsigned int __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsl (vector unsigned short __a, vector unsigned char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsl (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsl (vector unsigned short __a, vector unsigned int __b)
static __inline__ vector bool short __ATTRS_o_ai vec_vsl (vector bool short __a, vector unsigned char __b)
static __inline__ vector bool short __ATTRS_o_ai vec_vsl (vector bool short __a, vector unsigned short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_vsl (vector bool short __a, vector unsigned int __b)
static __inline__ vector pixel __ATTRS_o_ai vec_vsl (vector pixel __a, vector unsigned char __b)
static __inline__ vector pixel __ATTRS_o_ai vec_vsl (vector pixel __a, vector unsigned short __b)
static __inline__ vector pixel __ATTRS_o_ai vec_vsl (vector pixel __a, vector unsigned int __b)
static __inline__ vector int __ATTRS_o_ai vec_vsl (vector int __a, vector unsigned char __b)
static __inline__ vector int __ATTRS_o_ai vec_vsl (vector int __a, vector unsigned short __b)
static __inline__ vector int __ATTRS_o_ai vec_vsl (vector int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsl (vector unsigned int __a, vector unsigned char __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsl (vector unsigned int __a, vector unsigned short __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsl (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_vsl (vector bool int __a, vector unsigned char __b)
static __inline__ vector bool int __ATTRS_o_ai vec_vsl (vector bool int __a, vector unsigned short __b)
static __inline__ vector bool int __ATTRS_o_ai vec_vsl (vector bool int __a, vector unsigned int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_slo (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_slo (vector signed char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_slo (vector unsigned char __a, vector signed char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_slo (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector short __ATTRS_o_ai vec_slo (vector short __a, vector signed char __b)
static __inline__ vector short __ATTRS_o_ai vec_slo (vector short __a, vector unsigned char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_slo (vector unsigned short __a, vector signed char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_slo (vector unsigned short __a, vector unsigned char __b)
static __inline__ vector pixel __ATTRS_o_ai vec_slo (vector pixel __a, vector signed char __b)
static __inline__ vector pixel __ATTRS_o_ai vec_slo (vector pixel __a, vector unsigned char __b)
static __inline__ vector int __ATTRS_o_ai vec_slo (vector int __a, vector signed char __b)
static __inline__ vector int __ATTRS_o_ai vec_slo (vector int __a, vector unsigned char __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_slo (vector unsigned int __a, vector signed char __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_slo (vector unsigned int __a, vector unsigned char __b)
static __inline__ vector float __ATTRS_o_ai vec_slo (vector float __a, vector signed char __b)
static __inline__ vector float __ATTRS_o_ai vec_slo (vector float __a, vector unsigned char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vslo (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vslo (vector signed char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vslo (vector unsigned char __a, vector signed char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vslo (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector short __ATTRS_o_ai vec_vslo (vector short __a, vector signed char __b)
static __inline__ vector short __ATTRS_o_ai vec_vslo (vector short __a, vector unsigned char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vslo (vector unsigned short __a, vector signed char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vslo (vector unsigned short __a, vector unsigned char __b)
static __inline__ vector pixel __ATTRS_o_ai vec_vslo (vector pixel __a, vector signed char __b)
static __inline__ vector pixel __ATTRS_o_ai vec_vslo (vector pixel __a, vector unsigned char __b)
static __inline__ vector int __ATTRS_o_ai vec_vslo (vector int __a, vector signed char __b)
static __inline__ vector int __ATTRS_o_ai vec_vslo (vector int __a, vector unsigned char __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vslo (vector unsigned int __a, vector signed char __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vslo (vector unsigned int __a, vector unsigned char __b)
static __inline__ vector float __ATTRS_o_ai vec_vslo (vector float __a, vector signed char __b)
static __inline__ vector float __ATTRS_o_ai vec_vslo (vector float __a, vector unsigned char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_splat (vector signed char __a, unsigned const int __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_splat (vector unsigned char __a, unsigned const int __b)
static __inline__ vector bool char __ATTRS_o_ai vec_splat (vector bool char __a, unsigned const int __b)
static __inline__ vector signed short __ATTRS_o_ai vec_splat (vector signed short __a, unsigned const int __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_splat (vector unsigned short __a, unsigned const int __b)
static __inline__ vector bool short __ATTRS_o_ai vec_splat (vector bool short __a, unsigned const int __b)
static __inline__ vector pixel __ATTRS_o_ai vec_splat (vector pixel __a, unsigned const int __b)
static __inline__ vector signed int __ATTRS_o_ai vec_splat (vector signed int __a, unsigned const int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_splat (vector unsigned int __a, unsigned const int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_splat (vector bool int __a, unsigned const int __b)
static __inline__ vector float __ATTRS_o_ai vec_splat (vector float __a, unsigned const int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vspltb (vector signed char __a, unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vspltb (vector unsigned char __a, unsigned char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_vspltb (vector bool char __a, unsigned char __b)
static __inline__ vector short __ATTRS_o_ai vec_vsplth (vector short __a, unsigned char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsplth (vector unsigned short __a, unsigned char __b)
static __inline__ vector bool short __ATTRS_o_ai vec_vsplth (vector bool short __a, unsigned char __b)
static __inline__ vector pixel __ATTRS_o_ai vec_vsplth (vector pixel __a, unsigned char __b)
static __inline__ vector int __ATTRS_o_ai vec_vspltw (vector int __a, unsigned char __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vspltw (vector unsigned int __a, unsigned char __b)
static __inline__ vector bool int __ATTRS_o_ai vec_vspltw (vector bool int __a, unsigned char __b)
static __inline__ vector float __ATTRS_o_ai vec_vspltw (vector float __a, unsigned char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_splat_s8 (signed char __a)
static __inline__ vector signed char __ATTRS_o_ai vec_vspltisb (signed char __a)
static __inline__ vector short __ATTRS_o_ai vec_splat_s16 (signed char __a)
static __inline__ vector short __ATTRS_o_ai vec_vspltish (signed char __a)
static __inline__ vector int __ATTRS_o_ai vec_splat_s32 (signed char __a)
static __inline__ vector int __ATTRS_o_ai vec_vspltisw (signed char __a)
static __inline__ vector unsigned char __ATTRS_o_ai vec_splat_u8 (unsigned char __a)
static __inline__ vector unsigned short __ATTRS_o_ai vec_splat_u16 (signed char __a)
static __inline__ vector unsigned int __ATTRS_o_ai vec_splat_u32 (signed char __a)
static __inline__ vector unsigned char __ATTRS_o_ai vec_sr (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_sr (vector signed char __a, vector unsigned char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_sr (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector short __ATTRS_o_ai vec_sr (vector short __a, vector unsigned short __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sr (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector int __ATTRS_o_ai vec_sr (vector int __a, vector unsigned int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vsrb (vector signed char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsrb (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector short __ATTRS_o_ai vec_vsrh (vector short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsrh (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector int __ATTRS_o_ai vec_vsrw (vector int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsrw (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_sra (vector signed char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_sra (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector short __ATTRS_o_ai vec_sra (vector short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_sra (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector int __ATTRS_o_ai vec_sra (vector int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sra (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vsrab (vector signed char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsrab (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector short __ATTRS_o_ai vec_vsrah (vector short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsrah (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector int __ATTRS_o_ai vec_vsraw (vector int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsraw (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_srl (vector signed char __a, vector unsigned char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_srl (vector signed char __a, vector unsigned short __b)
static __inline__ vector signed char __ATTRS_o_ai vec_srl (vector signed char __a, vector unsigned int __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_srl (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_srl (vector unsigned char __a, vector unsigned short __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_srl (vector unsigned char __a, vector unsigned int __b)
static __inline__ vector bool char __ATTRS_o_ai vec_srl (vector bool char __a, vector unsigned char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_srl (vector bool char __a, vector unsigned short __b)
static __inline__ vector bool char __ATTRS_o_ai vec_srl (vector bool char __a, vector unsigned int __b)
static __inline__ vector short __ATTRS_o_ai vec_srl (vector short __a, vector unsigned char __b)
static __inline__ vector short __ATTRS_o_ai vec_srl (vector short __a, vector unsigned short __b)
static __inline__ vector short __ATTRS_o_ai vec_srl (vector short __a, vector unsigned int __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_srl (vector unsigned short __a, vector unsigned char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_srl (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_srl (vector unsigned short __a, vector unsigned int __b)
static __inline__ vector bool short __ATTRS_o_ai vec_srl (vector bool short __a, vector unsigned char __b)
static __inline__ vector bool short __ATTRS_o_ai vec_srl (vector bool short __a, vector unsigned short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_srl (vector bool short __a, vector unsigned int __b)
static __inline__ vector pixel __ATTRS_o_ai vec_srl (vector pixel __a, vector unsigned char __b)
static __inline__ vector pixel __ATTRS_o_ai vec_srl (vector pixel __a, vector unsigned short __b)
static __inline__ vector pixel __ATTRS_o_ai vec_srl (vector pixel __a, vector unsigned int __b)
static __inline__ vector int __ATTRS_o_ai vec_srl (vector int __a, vector unsigned char __b)
static __inline__ vector int __ATTRS_o_ai vec_srl (vector int __a, vector unsigned short __b)
static __inline__ vector int __ATTRS_o_ai vec_srl (vector int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_srl (vector unsigned int __a, vector unsigned char __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_srl (vector unsigned int __a, vector unsigned short __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_srl (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_srl (vector bool int __a, vector unsigned char __b)
static __inline__ vector bool int __ATTRS_o_ai vec_srl (vector bool int __a, vector unsigned short __b)
static __inline__ vector bool int __ATTRS_o_ai vec_srl (vector bool int __a, vector unsigned int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vsr (vector signed char __a, vector unsigned char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vsr (vector signed char __a, vector unsigned short __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vsr (vector signed char __a, vector unsigned int __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsr (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsr (vector unsigned char __a, vector unsigned short __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsr (vector unsigned char __a, vector unsigned int __b)
static __inline__ vector bool char __ATTRS_o_ai vec_vsr (vector bool char __a, vector unsigned char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_vsr (vector bool char __a, vector unsigned short __b)
static __inline__ vector bool char __ATTRS_o_ai vec_vsr (vector bool char __a, vector unsigned int __b)
static __inline__ vector short __ATTRS_o_ai vec_vsr (vector short __a, vector unsigned char __b)
static __inline__ vector short __ATTRS_o_ai vec_vsr (vector short __a, vector unsigned short __b)
static __inline__ vector short __ATTRS_o_ai vec_vsr (vector short __a, vector unsigned int __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsr (vector unsigned short __a, vector unsigned char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsr (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsr (vector unsigned short __a, vector unsigned int __b)
static __inline__ vector bool short __ATTRS_o_ai vec_vsr (vector bool short __a, vector unsigned char __b)
static __inline__ vector bool short __ATTRS_o_ai vec_vsr (vector bool short __a, vector unsigned short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_vsr (vector bool short __a, vector unsigned int __b)
static __inline__ vector pixel __ATTRS_o_ai vec_vsr (vector pixel __a, vector unsigned char __b)
static __inline__ vector pixel __ATTRS_o_ai vec_vsr (vector pixel __a, vector unsigned short __b)
static __inline__ vector pixel __ATTRS_o_ai vec_vsr (vector pixel __a, vector unsigned int __b)
static __inline__ vector int __ATTRS_o_ai vec_vsr (vector int __a, vector unsigned char __b)
static __inline__ vector int __ATTRS_o_ai vec_vsr (vector int __a, vector unsigned short __b)
static __inline__ vector int __ATTRS_o_ai vec_vsr (vector int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsr (vector unsigned int __a, vector unsigned char __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsr (vector unsigned int __a, vector unsigned short __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsr (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_vsr (vector bool int __a, vector unsigned char __b)
static __inline__ vector bool int __ATTRS_o_ai vec_vsr (vector bool int __a, vector unsigned short __b)
static __inline__ vector bool int __ATTRS_o_ai vec_vsr (vector bool int __a, vector unsigned int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_sro (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_sro (vector signed char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_sro (vector unsigned char __a, vector signed char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_sro (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector short __ATTRS_o_ai vec_sro (vector short __a, vector signed char __b)
static __inline__ vector short __ATTRS_o_ai vec_sro (vector short __a, vector unsigned char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_sro (vector unsigned short __a, vector signed char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_sro (vector unsigned short __a, vector unsigned char __b)
static __inline__ vector pixel __ATTRS_o_ai vec_sro (vector pixel __a, vector signed char __b)
static __inline__ vector pixel __ATTRS_o_ai vec_sro (vector pixel __a, vector unsigned char __b)
static __inline__ vector int __ATTRS_o_ai vec_sro (vector int __a, vector signed char __b)
static __inline__ vector int __ATTRS_o_ai vec_sro (vector int __a, vector unsigned char __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sro (vector unsigned int __a, vector signed char __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sro (vector unsigned int __a, vector unsigned char __b)
static __inline__ vector float __ATTRS_o_ai vec_sro (vector float __a, vector signed char __b)
static __inline__ vector float __ATTRS_o_ai vec_sro (vector float __a, vector unsigned char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vsro (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vsro (vector signed char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsro (vector unsigned char __a, vector signed char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsro (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector short __ATTRS_o_ai vec_vsro (vector short __a, vector signed char __b)
static __inline__ vector short __ATTRS_o_ai vec_vsro (vector short __a, vector unsigned char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsro (vector unsigned short __a, vector signed char __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsro (vector unsigned short __a, vector unsigned char __b)
static __inline__ vector pixel __ATTRS_o_ai vec_vsro (vector pixel __a, vector signed char __b)
static __inline__ vector pixel __ATTRS_o_ai vec_vsro (vector pixel __a, vector unsigned char __b)
static __inline__ vector int __ATTRS_o_ai vec_vsro (vector int __a, vector signed char __b)
static __inline__ vector int __ATTRS_o_ai vec_vsro (vector int __a, vector unsigned char __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsro (vector unsigned int __a, vector signed char __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsro (vector unsigned int __a, vector unsigned char __b)
static __inline__ vector float __ATTRS_o_ai vec_vsro (vector float __a, vector signed char __b)
static __inline__ vector float __ATTRS_o_ai vec_vsro (vector float __a, vector unsigned char __b)
static __inline__ void __ATTRS_o_ai vec_st (vector signed char __a, long __b, vector signed char *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector signed char __a, long __b, signed char *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector unsigned char __a, long __b, vector unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector unsigned char __a, long __b, unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector bool char __a, long __b, signed char *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector bool char __a, long __b, unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector bool char __a, long __b, vector bool char *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector short __a, long __b, vector short *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector short __a, long __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector unsigned short __a, long __b, vector unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector unsigned short __a, long __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector bool short __a, long __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector bool short __a, long __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector bool short __a, long __b, vector bool short *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector pixel __a, long __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector pixel __a, long __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector pixel __a, long __b, vector pixel *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector int __a, long __b, vector int *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector int __a, long __b, int *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector unsigned int __a, long __b, vector unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector unsigned int __a, long __b, unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector bool int __a, long __b, int *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector bool int __a, long __b, unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector bool int __a, long __b, vector bool int *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector float __a, long __b, vector float *__c)
static __inline__ void __ATTRS_o_ai vec_st (vector float __a, long __b, float *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector signed char __a, long __b, vector signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector signed char __a, long __b, signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector unsigned char __a, long __b, vector unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector unsigned char __a, long __b, unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool char __a, long __b, signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool char __a, long __b, unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool char __a, long __b, vector bool char *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector short __a, long __b, vector short *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector short __a, long __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector unsigned short __a, long __b, vector unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector unsigned short __a, long __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool short __a, long __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool short __a, long __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool short __a, long __b, vector bool short *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector pixel __a, long __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector pixel __a, long __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector pixel __a, long __b, vector pixel *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector int __a, long __b, vector int *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector int __a, long __b, int *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector unsigned int __a, long __b, vector unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector unsigned int __a, long __b, unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool int __a, long __b, int *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool int __a, long __b, unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool int __a, long __b, vector bool int *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector float __a, long __b, vector float *__c)
static __inline__ void __ATTRS_o_ai vec_stvx (vector float __a, long __b, float *__c)
static __inline__ void __ATTRS_o_ai vec_ste (vector signed char __a, long __b, signed char *__c)
static __inline__ void __ATTRS_o_ai vec_ste (vector unsigned char __a, long __b, unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_ste (vector bool char __a, long __b, signed char *__c)
static __inline__ void __ATTRS_o_ai vec_ste (vector bool char __a, long __b, unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_ste (vector short __a, long __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_ste (vector unsigned short __a, long __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_ste (vector bool short __a, long __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_ste (vector bool short __a, long __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_ste (vector pixel __a, long __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_ste (vector pixel __a, long __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_ste (vector int __a, long __b, int *__c)
static __inline__ void __ATTRS_o_ai vec_ste (vector unsigned int __a, long __b, unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_ste (vector bool int __a, long __b, int *__c)
static __inline__ void __ATTRS_o_ai vec_ste (vector bool int __a, long __b, unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_ste (vector float __a, long __b, float *__c)
static __inline__ void __ATTRS_o_ai vec_stvebx (vector signed char __a, long __b, signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stvebx (vector unsigned char __a, long __b, unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stvebx (vector bool char __a, long __b, signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stvebx (vector bool char __a, long __b, unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stvehx (vector short __a, long __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_stvehx (vector unsigned short __a, long __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvehx (vector bool short __a, long __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_stvehx (vector bool short __a, long __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvehx (vector pixel __a, long __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_stvehx (vector pixel __a, long __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvewx (vector int __a, long __b, int *__c)
static __inline__ void __ATTRS_o_ai vec_stvewx (vector unsigned int __a, long __b, unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stvewx (vector bool int __a, long __b, int *__c)
static __inline__ void __ATTRS_o_ai vec_stvewx (vector bool int __a, long __b, unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stvewx (vector float __a, long __b, float *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector signed char __a, int __b, vector signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector signed char __a, int __b, signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector unsigned char __a, int __b, vector unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector unsigned char __a, int __b, unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector bool char __a, int __b, signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector bool char __a, int __b, unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector bool char __a, int __b, vector bool char *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector short __a, int __b, vector short *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector short __a, int __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector unsigned short __a, int __b, vector unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector unsigned short __a, int __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector bool short __a, int __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector bool short __a, int __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector bool short __a, int __b, vector bool short *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector pixel __a, int __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector pixel __a, int __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector pixel __a, int __b, vector pixel *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector int __a, int __b, vector int *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector int __a, int __b, int *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector unsigned int __a, int __b, vector unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector unsigned int __a, int __b, unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector bool int __a, int __b, int *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector bool int __a, int __b, unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector bool int __a, int __b, vector bool int *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector float __a, int __b, vector float *__c)
static __inline__ void __ATTRS_o_ai vec_stl (vector float __a, int __b, float *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector signed char __a, int __b, vector signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector signed char __a, int __b, signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector unsigned char __a, int __b, vector unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector unsigned char __a, int __b, unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool char __a, int __b, signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool char __a, int __b, unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool char __a, int __b, vector bool char *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector short __a, int __b, vector short *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector short __a, int __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector unsigned short __a, int __b, vector unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector unsigned short __a, int __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool short __a, int __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool short __a, int __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool short __a, int __b, vector bool short *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector pixel __a, int __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector pixel __a, int __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector pixel __a, int __b, vector pixel *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector int __a, int __b, vector int *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector int __a, int __b, int *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector unsigned int __a, int __b, vector unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector unsigned int __a, int __b, unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool int __a, int __b, int *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool int __a, int __b, unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool int __a, int __b, vector bool int *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector float __a, int __b, vector float *__c)
static __inline__ void __ATTRS_o_ai vec_stvxl (vector float __a, int __b, float *__c)
static __inline__ vector signed char __ATTRS_o_ai vec_sub (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_sub (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_sub (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_sub (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_sub (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_sub (vector unsigned char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_sub (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_sub (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_sub (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_sub (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_sub (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_sub (vector unsigned short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_sub (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_sub (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_sub (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sub (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sub (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sub (vector unsigned int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_sub (vector float __a, vector float __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vsububm (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vsububm (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vsububm (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububm (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububm (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububm (vector unsigned char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_vsubuhm (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vsubuhm (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vsubuhm (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhm (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhm (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhm (vector unsigned short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_vsubuwm (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vsubuwm (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vsubuwm (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuwm (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuwm (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuwm (vector unsigned int __a, vector bool int __b)
static __inline__ vector signed int __ATTRS_o_ai vec_subc (vector signed int __a, vector signed int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_subc (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_subs (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_subs (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_subs (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_subs (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_subs (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_subs (vector unsigned char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_subs (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_subs (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_subs (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_subs (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_subs (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_subs (vector unsigned short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_subs (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_subs (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_subs (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_subs (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_subs (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_subs (vector unsigned int __a, vector bool int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vsubsbs (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vsubsbs (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vsubsbs (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububs (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububs (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububs (vector unsigned char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_vsubshs (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vsubshs (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vsubshs (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhs (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhs (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhs (vector unsigned short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_vsubsws (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vsubsws (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vsubsws (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuws (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuws (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuws (vector unsigned int __a, vector bool int __b)
static __inline__ vector signed int __ATTRS_o_ai vec_sube (vector signed int __a, vector signed int __b, vector signed int __c)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sube (vector unsigned int __a, vector unsigned int __b, vector unsigned int __c)
static __inline__ vector int __ATTRS_o_ai vec_sum4s (vector signed char __a, vector int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_sum4s (vector unsigned char __a, vector unsigned int __b)
static __inline__ vector int __ATTRS_o_ai vec_sum4s (vector signed short __a, vector int __b)
static __inline__ vector float __ATTRS_o_ai vec_trunc (vector float __a)
static __inline__ vector float __ATTRS_o_ai vec_roundz (vector float __a)
static __inline__ vector short __ATTRS_o_ai vec_unpackh (vector signed char __a)
static __inline__ vector bool short __ATTRS_o_ai vec_unpackh (vector bool char __a)
static __inline__ vector int __ATTRS_o_ai vec_unpackh (vector short __a)
static __inline__ vector bool int __ATTRS_o_ai vec_unpackh (vector bool short __a)
static __inline__ vector unsigned int __ATTRS_o_ai vec_unpackh (vector pixel __a)
static __inline__ vector short __ATTRS_o_ai vec_vupkhsb (vector signed char __a)
static __inline__ vector bool short __ATTRS_o_ai vec_vupkhsb (vector bool char __a)
static __inline__ vector int __ATTRS_o_ai vec_vupkhsh (vector short __a)
static __inline__ vector bool int __ATTRS_o_ai vec_vupkhsh (vector bool short __a)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vupkhsh (vector pixel __a)
static __inline__ vector short __ATTRS_o_ai vec_unpackl (vector signed char __a)
static __inline__ vector bool short __ATTRS_o_ai vec_unpackl (vector bool char __a)
static __inline__ vector int __ATTRS_o_ai vec_unpackl (vector short __a)
static __inline__ vector bool int __ATTRS_o_ai vec_unpackl (vector bool short __a)
static __inline__ vector unsigned int __ATTRS_o_ai vec_unpackl (vector pixel __a)
static __inline__ vector short __ATTRS_o_ai vec_vupklsb (vector signed char __a)
static __inline__ vector bool short __ATTRS_o_ai vec_vupklsb (vector bool char __a)
static __inline__ vector int __ATTRS_o_ai vec_vupklsh (vector short __a)
static __inline__ vector bool int __ATTRS_o_ai vec_vupklsh (vector bool short __a)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vupklsh (vector pixel __a)
static __inline__ vector signed char __ATTRS_o_ai vec_xor (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_xor (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_xor (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_xor (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_xor (vector unsigned char __a, vector bool char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_xor (vector bool char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_xor (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_xor (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_xor (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_xor (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_xor (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_xor (vector unsigned short __a, vector bool short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_xor (vector bool short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_xor (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_xor (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_xor (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_xor (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_xor (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_xor (vector unsigned int __a, vector bool int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_xor (vector bool int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_xor (vector float __a, vector float __b)
static __inline__ vector float __ATTRS_o_ai vec_xor (vector bool int __a, vector float __b)
static __inline__ vector float __ATTRS_o_ai vec_xor (vector float __a, vector bool int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vxor (vector signed char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vxor (vector bool char __a, vector signed char __b)
static __inline__ vector signed char __ATTRS_o_ai vec_vxor (vector signed char __a, vector bool char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vxor (vector unsigned char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vxor (vector bool char __a, vector unsigned char __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_vxor (vector unsigned char __a, vector bool char __b)
static __inline__ vector bool char __ATTRS_o_ai vec_vxor (vector bool char __a, vector bool char __b)
static __inline__ vector short __ATTRS_o_ai vec_vxor (vector short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vxor (vector bool short __a, vector short __b)
static __inline__ vector short __ATTRS_o_ai vec_vxor (vector short __a, vector bool short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vxor (vector unsigned short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vxor (vector bool short __a, vector unsigned short __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_vxor (vector unsigned short __a, vector bool short __b)
static __inline__ vector bool short __ATTRS_o_ai vec_vxor (vector bool short __a, vector bool short __b)
static __inline__ vector int __ATTRS_o_ai vec_vxor (vector int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vxor (vector bool int __a, vector int __b)
static __inline__ vector int __ATTRS_o_ai vec_vxor (vector int __a, vector bool int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vxor (vector unsigned int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vxor (vector bool int __a, vector unsigned int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_vxor (vector unsigned int __a, vector bool int __b)
static __inline__ vector bool int __ATTRS_o_ai vec_vxor (vector bool int __a, vector bool int __b)
static __inline__ vector float __ATTRS_o_ai vec_vxor (vector float __a, vector float __b)
static __inline__ vector float __ATTRS_o_ai vec_vxor (vector bool int __a, vector float __b)
static __inline__ vector float __ATTRS_o_ai vec_vxor (vector float __a, vector bool int __b)
static __inline__ signed char __ATTRS_o_ai vec_extract (vector signed char __a, signed int __b)
static __inline__ unsigned char __ATTRS_o_ai vec_extract (vector unsigned char __a, signed int __b)
static __inline__ unsigned char __ATTRS_o_ai vec_extract (vector bool char __a, signed int __b)
static __inline__ signed short __ATTRS_o_ai vec_extract (vector signed short __a, signed int __b)
static __inline__ unsigned short __ATTRS_o_ai vec_extract (vector unsigned short __a, signed int __b)
static __inline__ unsigned short __ATTRS_o_ai vec_extract (vector bool short __a, signed int __b)
static __inline__ signed int __ATTRS_o_ai vec_extract (vector signed int __a, signed int __b)
static __inline__ unsigned int __ATTRS_o_ai vec_extract (vector unsigned int __a, signed int __b)
static __inline__ unsigned int __ATTRS_o_ai vec_extract (vector bool int __a, signed int __b)
static __inline__ float __ATTRS_o_ai vec_extract (vector float __a, signed int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_insert (signed char __a, vector signed char __b, int __c)
static __inline__ vector unsigned char __ATTRS_o_ai vec_insert (unsigned char __a, vector unsigned char __b, int __c)
static __inline__ vector bool char __ATTRS_o_ai vec_insert (unsigned char __a, vector bool char __b, int __c)
static __inline__ vector signed short __ATTRS_o_ai vec_insert (signed short __a, vector signed short __b, int __c)
static __inline__ vector unsigned short __ATTRS_o_ai vec_insert (unsigned short __a, vector unsigned short __b, int __c)
static __inline__ vector bool short __ATTRS_o_ai vec_insert (unsigned short __a, vector bool short __b, int __c)
static __inline__ vector signed int __ATTRS_o_ai vec_insert (signed int __a, vector signed int __b, int __c)
static __inline__ vector unsigned int __ATTRS_o_ai vec_insert (unsigned int __a, vector unsigned int __b, int __c)
static __inline__ vector bool int __ATTRS_o_ai vec_insert (unsigned int __a, vector bool int __b, int __c)
static __inline__ vector float __ATTRS_o_ai vec_insert (float __a, vector float __b, int __c)
static __inline__ vector signed char __ATTRS_o_ai vec_lvlx (int __a, const signed char *__b)
static __inline__ vector signed char __ATTRS_o_ai vec_lvlx (int __a, const vector signed char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvlx (int __a, const unsigned char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvlx (int __a, const vector unsigned char *__b)
static __inline__ vector bool char __ATTRS_o_ai vec_lvlx (int __a, const vector bool char *__b)
static __inline__ vector short __ATTRS_o_ai vec_lvlx (int __a, const short *__b)
static __inline__ vector short __ATTRS_o_ai vec_lvlx (int __a, const vector short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvlx (int __a, const unsigned short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvlx (int __a, const vector unsigned short *__b)
static __inline__ vector bool short __ATTRS_o_ai vec_lvlx (int __a, const vector bool short *__b)
static __inline__ vector pixel __ATTRS_o_ai vec_lvlx (int __a, const vector pixel *__b)
static __inline__ vector int __ATTRS_o_ai vec_lvlx (int __a, const int *__b)
static __inline__ vector int __ATTRS_o_ai vec_lvlx (int __a, const vector int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvlx (int __a, const unsigned int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvlx (int __a, const vector unsigned int *__b)
static __inline__ vector bool int __ATTRS_o_ai vec_lvlx (int __a, const vector bool int *__b)
static __inline__ vector float __ATTRS_o_ai vec_lvlx (int __a, const float *__b)
static __inline__ vector float __ATTRS_o_ai vec_lvlx (int __a, const vector float *__b)
static __inline__ vector signed char __ATTRS_o_ai vec_lvlxl (int __a, const signed char *__b)
static __inline__ vector signed char __ATTRS_o_ai vec_lvlxl (int __a, const vector signed char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvlxl (int __a, const unsigned char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvlxl (int __a, const vector unsigned char *__b)
static __inline__ vector bool char __ATTRS_o_ai vec_lvlxl (int __a, const vector bool char *__b)
static __inline__ vector short __ATTRS_o_ai vec_lvlxl (int __a, const short *__b)
static __inline__ vector short __ATTRS_o_ai vec_lvlxl (int __a, const vector short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvlxl (int __a, const unsigned short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvlxl (int __a, const vector unsigned short *__b)
static __inline__ vector bool short __ATTRS_o_ai vec_lvlxl (int __a, const vector bool short *__b)
static __inline__ vector pixel __ATTRS_o_ai vec_lvlxl (int __a, const vector pixel *__b)
static __inline__ vector int __ATTRS_o_ai vec_lvlxl (int __a, const int *__b)
static __inline__ vector int __ATTRS_o_ai vec_lvlxl (int __a, const vector int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvlxl (int __a, const unsigned int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvlxl (int __a, const vector unsigned int *__b)
static __inline__ vector bool int __ATTRS_o_ai vec_lvlxl (int __a, const vector bool int *__b)
static __inline__ vector float __ATTRS_o_ai vec_lvlxl (int __a, const float *__b)
static __inline__ vector float __ATTRS_o_ai vec_lvlxl (int __a, vector float *__b)
static __inline__ vector signed char __ATTRS_o_ai vec_lvrx (int __a, const signed char *__b)
static __inline__ vector signed char __ATTRS_o_ai vec_lvrx (int __a, const vector signed char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvrx (int __a, const unsigned char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvrx (int __a, const vector unsigned char *__b)
static __inline__ vector bool char __ATTRS_o_ai vec_lvrx (int __a, const vector bool char *__b)
static __inline__ vector short __ATTRS_o_ai vec_lvrx (int __a, const short *__b)
static __inline__ vector short __ATTRS_o_ai vec_lvrx (int __a, const vector short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvrx (int __a, const unsigned short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvrx (int __a, const vector unsigned short *__b)
static __inline__ vector bool short __ATTRS_o_ai vec_lvrx (int __a, const vector bool short *__b)
static __inline__ vector pixel __ATTRS_o_ai vec_lvrx (int __a, const vector pixel *__b)
static __inline__ vector int __ATTRS_o_ai vec_lvrx (int __a, const int *__b)
static __inline__ vector int __ATTRS_o_ai vec_lvrx (int __a, const vector int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvrx (int __a, const unsigned int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvrx (int __a, const vector unsigned int *__b)
static __inline__ vector bool int __ATTRS_o_ai vec_lvrx (int __a, const vector bool int *__b)
static __inline__ vector float __ATTRS_o_ai vec_lvrx (int __a, const float *__b)
static __inline__ vector float __ATTRS_o_ai vec_lvrx (int __a, const vector float *__b)
static __inline__ vector signed char __ATTRS_o_ai vec_lvrxl (int __a, const signed char *__b)
static __inline__ vector signed char __ATTRS_o_ai vec_lvrxl (int __a, const vector signed char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvrxl (int __a, const unsigned char *__b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvrxl (int __a, const vector unsigned char *__b)
static __inline__ vector bool char __ATTRS_o_ai vec_lvrxl (int __a, const vector bool char *__b)
static __inline__ vector short __ATTRS_o_ai vec_lvrxl (int __a, const short *__b)
static __inline__ vector short __ATTRS_o_ai vec_lvrxl (int __a, const vector short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvrxl (int __a, const unsigned short *__b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvrxl (int __a, const vector unsigned short *__b)
static __inline__ vector bool short __ATTRS_o_ai vec_lvrxl (int __a, const vector bool short *__b)
static __inline__ vector pixel __ATTRS_o_ai vec_lvrxl (int __a, const vector pixel *__b)
static __inline__ vector int __ATTRS_o_ai vec_lvrxl (int __a, const int *__b)
static __inline__ vector int __ATTRS_o_ai vec_lvrxl (int __a, const vector int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvrxl (int __a, const unsigned int *__b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvrxl (int __a, const vector unsigned int *__b)
static __inline__ vector bool int __ATTRS_o_ai vec_lvrxl (int __a, const vector bool int *__b)
static __inline__ vector float __ATTRS_o_ai vec_lvrxl (int __a, const float *__b)
static __inline__ vector float __ATTRS_o_ai vec_lvrxl (int __a, const vector float *__b)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector signed char __a, int __b, signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector signed char __a, int __b, vector signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector unsigned char __a, int __b, unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector unsigned char __a, int __b, vector unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector bool char __a, int __b, vector bool char *__c)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector short __a, int __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector short __a, int __b, vector short *__c)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector unsigned short __a, int __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector unsigned short __a, int __b, vector unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector bool short __a, int __b, vector bool short *__c)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector pixel __a, int __b, vector pixel *__c)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector int __a, int __b, int *__c)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector int __a, int __b, vector int *__c)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector unsigned int __a, int __b, unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector unsigned int __a, int __b, vector unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector bool int __a, int __b, vector bool int *__c)
static __inline__ void __ATTRS_o_ai vec_stvlx (vector float __a, int __b, vector float *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector signed char __a, int __b, signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector signed char __a, int __b, vector signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector unsigned char __a, int __b, unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector unsigned char __a, int __b, vector unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector bool char __a, int __b, vector bool char *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector short __a, int __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector short __a, int __b, vector short *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector unsigned short __a, int __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector unsigned short __a, int __b, vector unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector bool short __a, int __b, vector bool short *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector pixel __a, int __b, vector pixel *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector int __a, int __b, int *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector int __a, int __b, vector int *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector unsigned int __a, int __b, unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector unsigned int __a, int __b, vector unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector bool int __a, int __b, vector bool int *__c)
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector float __a, int __b, vector float *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector signed char __a, int __b, signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector signed char __a, int __b, vector signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector unsigned char __a, int __b, unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector unsigned char __a, int __b, vector unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector bool char __a, int __b, vector bool char *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector short __a, int __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector short __a, int __b, vector short *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector unsigned short __a, int __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector unsigned short __a, int __b, vector unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector bool short __a, int __b, vector bool short *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector pixel __a, int __b, vector pixel *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector int __a, int __b, int *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector int __a, int __b, vector int *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector unsigned int __a, int __b, unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector unsigned int __a, int __b, vector unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector bool int __a, int __b, vector bool int *__c)
static __inline__ void __ATTRS_o_ai vec_stvrx (vector float __a, int __b, vector float *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector signed char __a, int __b, signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector signed char __a, int __b, vector signed char *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector unsigned char __a, int __b, unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector unsigned char __a, int __b, vector unsigned char *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector bool char __a, int __b, vector bool char *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector short __a, int __b, short *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector short __a, int __b, vector short *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector unsigned short __a, int __b, unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector unsigned short __a, int __b, vector unsigned short *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector bool short __a, int __b, vector bool short *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector pixel __a, int __b, vector pixel *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector int __a, int __b, int *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector int __a, int __b, vector int *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector unsigned int __a, int __b, unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector unsigned int __a, int __b, vector unsigned int *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector bool int __a, int __b, vector bool int *__c)
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector float __a, int __b, vector float *__c)
static __inline__ vector signed char __ATTRS_o_ai vec_promote (signed char __a, int __b)
static __inline__ vector unsigned char __ATTRS_o_ai vec_promote (unsigned char __a, int __b)
static __inline__ vector short __ATTRS_o_ai vec_promote (short __a, int __b)
static __inline__ vector unsigned short __ATTRS_o_ai vec_promote (unsigned short __a, int __b)
static __inline__ vector int __ATTRS_o_ai vec_promote (int __a, int __b)
static __inline__ vector unsigned int __ATTRS_o_ai vec_promote (unsigned int __a, int __b)
static __inline__ vector float __ATTRS_o_ai vec_promote (float __a, int __b)
static __inline__ vector signed char __ATTRS_o_ai vec_splats (signed char __a)
static __inline__ vector unsigned char __ATTRS_o_ai vec_splats (unsigned char __a)
static __inline__ vector short __ATTRS_o_ai vec_splats (short __a)
static __inline__ vector unsigned short __ATTRS_o_ai vec_splats (unsigned short __a)
static __inline__ vector int __ATTRS_o_ai vec_splats (int __a)
static __inline__ vector unsigned int __ATTRS_o_ai vec_splats (unsigned int __a)
static __inline__ vector float __ATTRS_o_ai vec_splats (float __a)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector signed char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector signed char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector unsigned char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector unsigned char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector unsigned short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector unsigned short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector pixel __a, vector pixel __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector unsigned int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector unsigned int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_eq (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector signed char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector signed char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector unsigned char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector unsigned char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector unsigned short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector unsigned short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector unsigned int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector unsigned int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_ge (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector signed char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector signed char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector unsigned char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector unsigned char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector unsigned short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector unsigned short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector unsigned int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector unsigned int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_gt (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector signed char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector signed char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector unsigned char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector unsigned char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector unsigned short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector unsigned short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector unsigned int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector unsigned int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_le (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector signed char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector signed char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector unsigned char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector unsigned char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector unsigned short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector unsigned short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector unsigned int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector unsigned int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_lt (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_all_nan (vector float __a)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector signed char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector signed char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector unsigned char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector unsigned char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector unsigned short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector unsigned short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector pixel __a, vector pixel __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector unsigned int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector unsigned int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_all_ne (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_all_nge (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_all_ngt (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_all_nle (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_all_nlt (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_all_numeric (vector float __a)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector signed char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector signed char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector unsigned char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector unsigned char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector unsigned short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector unsigned short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector pixel __a, vector pixel __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector unsigned int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector unsigned int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_eq (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector signed char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector signed char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector unsigned char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector unsigned char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector unsigned short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector unsigned short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector unsigned int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector unsigned int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_ge (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector signed char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector signed char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector unsigned char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector unsigned char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector unsigned short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector unsigned short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector unsigned int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector unsigned int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_gt (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector signed char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector signed char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector unsigned char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector unsigned char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector unsigned short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector unsigned short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector unsigned int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector unsigned int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_le (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector signed char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector signed char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector unsigned char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector unsigned char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector unsigned short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector unsigned short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector unsigned int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector unsigned int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_lt (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_any_nan (vector float __a)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector signed char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector signed char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector unsigned char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector unsigned char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool char __a, vector signed char __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool char __a, vector unsigned char __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool char __a, vector bool char __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector unsigned short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector unsigned short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool short __a, vector short __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool short __a, vector unsigned short __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool short __a, vector bool short __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector pixel __a, vector pixel __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector unsigned int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector unsigned int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool int __a, vector int __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool int __a, vector unsigned int __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool int __a, vector bool int __b)
static __inline__ int __ATTRS_o_ai vec_any_ne (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_any_nge (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_any_ngt (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_any_nle (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_any_nlt (vector float __a, vector float __b)
static __inline__ int __ATTRS_o_ai vec_any_numeric (vector float __a)
static __inline__ __ATTRS_o_ai vector bool char vec_reve (vector bool char __a)
static __inline__ __ATTRS_o_ai vector signed char vec_reve (vector signed char __a)
static __inline__ __ATTRS_o_ai vector unsigned char vec_reve (vector unsigned char __a)
static __inline__ __ATTRS_o_ai vector bool int vec_reve (vector bool int __a)
static __inline__ __ATTRS_o_ai vector signed int vec_reve (vector signed int __a)
static __inline__ __ATTRS_o_ai vector unsigned int vec_reve (vector unsigned int __a)
static __inline__ __ATTRS_o_ai vector bool short vec_reve (vector bool short __a)
static __inline__ __ATTRS_o_ai vector signed short vec_reve (vector signed short __a)
static __inline__ __ATTRS_o_ai vector unsigned short vec_reve (vector unsigned short __a)
static __inline__ __ATTRS_o_ai vector float vec_reve (vector float __a)
static __inline__ vector bool char __ATTRS_o_ai vec_revb (vector bool char __a)
static __inline__ vector signed char __ATTRS_o_ai vec_revb (vector signed char __a)
static __inline__ vector unsigned char __ATTRS_o_ai vec_revb (vector unsigned char __a)
static __inline__ vector bool short __ATTRS_o_ai vec_revb (vector bool short __a)
static __inline__ vector signed short __ATTRS_o_ai vec_revb (vector signed short __a)
static __inline__ vector unsigned short __ATTRS_o_ai vec_revb (vector unsigned short __a)
static __inline__ vector bool int __ATTRS_o_ai vec_revb (vector bool int __a)
static __inline__ vector signed int __ATTRS_o_ai vec_revb (vector signed int __a)
static __inline__ vector unsigned int __ATTRS_o_ai vec_revb (vector unsigned int __a)
static __inline__ vector float __ATTRS_o_ai vec_revb (vector float __a)
static __inline__ __ATTRS_o_ai vector signed char vec_xl (ptrdiff_t __offset, const signed char *__ptr)
static __inline__ __ATTRS_o_ai vector unsigned char vec_xl (ptrdiff_t __offset, const unsigned char *__ptr)
static __inline__ __ATTRS_o_ai vector signed short vec_xl (ptrdiff_t __offset, const signed short *__ptr)
static __inline__ __ATTRS_o_ai vector unsigned short vec_xl (ptrdiff_t __offset, const unsigned short *__ptr)
static __inline__ __ATTRS_o_ai vector signed int vec_xl (ptrdiff_t __offset, const signed int *__ptr)
static __inline__ __ATTRS_o_ai vector unsigned int vec_xl (ptrdiff_t __offset, const unsigned int *__ptr)
static __inline__ __ATTRS_o_ai vector float vec_xl (ptrdiff_t __offset, const float *__ptr)
static __inline__ __ATTRS_o_ai void vec_xst (vector signed char __vec, ptrdiff_t __offset, signed char *__ptr)
static __inline__ __ATTRS_o_ai void vec_xst (vector unsigned char __vec, ptrdiff_t __offset, unsigned char *__ptr)
static __inline__ __ATTRS_o_ai void vec_xst (vector signed short __vec, ptrdiff_t __offset, signed short *__ptr)
static __inline__ __ATTRS_o_ai void vec_xst (vector unsigned short __vec, ptrdiff_t __offset, unsigned short *__ptr)
static __inline__ __ATTRS_o_ai void vec_xst (vector signed int __vec, ptrdiff_t __offset, signed int *__ptr)
static __inline__ __ATTRS_o_ai void vec_xst (vector unsigned int __vec, ptrdiff_t __offset, unsigned int *__ptr)
static __inline__ __ATTRS_o_ai void vec_xst (vector float __vec, ptrdiff_t __offset, float *__ptr)
static vector float __ATTRS_o_ai vec_neg (vector float __a)
static vector signed int __ATTRS_o_ai vec_neg (vector signed int __a)
static vector signed short __ATTRS_o_ai vec_neg (vector signed short __a)
static vector signed char __ATTRS_o_ai vec_neg (vector signed char __a)
static vector float __ATTRS_o_ai vec_nabs (vector float __a)
static vector signed int __ATTRS_o_ai vec_nabs (vector signed int __a)
static vector signed short __ATTRS_o_ai vec_nabs (vector signed short __a)
static vector signed char __ATTRS_o_ai vec_nabs (vector signed char __a)
static vector float __ATTRS_o_ai vec_recipdiv (vector float __a, vector float __b)

Variables

static __inline__ vector float vector float __b
static __inline__ vector float vector float vector float __c

Macro Definition Documentation

◆ __ATTRS_o_ai

#define __ATTRS_o_ai   __attribute__((__overloadable__, __always_inline__))

Definition at line 46 of file altivec.h.

Referenced by vec_abs(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_nan(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_nge(), vec_all_ngt(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_nan(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_nge(), vec_any_ngt(), vec_any_nle(), vec_any_nlt(), vec_any_numeric(), vec_avg(), vec_avg(), vec_ceil(), vec_cmpeq(), vec_cmpeq(), vec_cmpeq(), vec_cmpeq(), vec_cmpge(), vec_cmpgt(), vec_cmpgt(), vec_cmpgt(), vec_cmple(), vec_cmplt(), vec_cmplt(), vec_cmplt(), vec_extract(), vec_extract(), vec_extract(), vec_extract(), vec_extract(), vec_extract(), vec_extract(), vec_extract(), vec_floor(), vec_insert(), vec_insert(), vec_insert(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_lde(), vec_lde(), vec_lde(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_lvehx(), vec_lvewx(), vec_lvewx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvsl(), vec_lvsl(), vec_lvsl(), vec_lvsr(), vec_lvsr(), vec_lvsr(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_madd(), vec_madd(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_mladd(), vec_mladd(), vec_mladd(), vec_mladd(), vec_mladd(), vec_mladd(), vec_msum(), vec_msum(), vec_msums(), vec_mtvscr(), vec_mtvscr(), vec_mtvscr(), vec_mtvscr(), vec_mtvscr(), vec_mtvscr(), vec_mtvscr(), vec_mtvscr(), vec_mtvscr(), vec_mtvscr(), vec_mtvscr(), vec_mul(), vec_mule(), vec_mule(), vec_mulo(), vec_mulo(), vec_nabs(), vec_nabs(), vec_nabs(), vec_nabs(), vec_neg(), vec_neg(), vec_neg(), vec_neg(), vec_nmsub(), vec_nor(), vec_nor(), vec_nor(), vec_nor(), vec_nor(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_pack(), vec_pack(), vec_packs(), vec_packs(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_promote(), vec_promote(), vec_promote(), vec_promote(), vec_promote(), vec_re(), vec_recipdiv(), vec_reve(), vec_reve(), vec_reve(), vec_rl(), vec_rl(), vec_round(), vec_roundm(), vec_roundp(), vec_roundz(), vec_rsqrt(), vec_rsqrte(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sl(), vec_sl(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sldw(), vec_sldw(), vec_sldw(), vec_sldw(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_splat(), vec_splat(), vec_splat_s16(), vec_splat_s32(), vec_splats(), vec_splats(), vec_splats(), vec_splats(), vec_sr(), vec_sr(), vec_sra(), vec_sra(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stvebx(), vec_stvebx(), vec_stvebx(), vec_stvebx(), vec_stvehx(), vec_stvehx(), vec_stvehx(), vec_stvehx(), vec_stvehx(), vec_stvehx(), vec_stvewx(), vec_stvewx(), vec_stvewx(), vec_stvewx(), vec_stvewx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_sum4s(), vec_sum4s(), vec_trunc(), vec_unpackh(), vec_unpackl(), vec_vaddshs(), vec_vaddshs(), vec_vaddshs(), vec_vaddsws(), vec_vaddsws(), vec_vaddsws(), vec_vadduhm(), vec_vadduhm(), vec_vadduhm(), vec_vadduwm(), vec_vadduwm(), vec_vadduwm(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vmaxsh(), vec_vmaxsh(), vec_vmaxsh(), vec_vmaxsw(), vec_vmaxsw(), vec_vmaxsw(), vec_vminsh(), vec_vminsh(), vec_vminsh(), vec_vminsw(), vec_vminsw(), vec_vminsw(), vec_vmladduhm(), vec_vmladduhm(), vec_vmrghh(), vec_vmrghh(), vec_vmrghw(), vec_vmrghw(), vec_vmrghw(), vec_vmrglh(), vec_vmrglh(), vec_vmrglw(), vec_vmrglw(), vec_vmrglw(), vec_vnor(), vec_vnor(), vec_vnor(), vec_vnor(), vec_vnor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vpkuwum(), vec_vrlw(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslw(), vec_vspltb(), vec_vsplth(), vec_vsplth(), vec_vspltish(), vec_vspltisw(), vec_vspltw(), vec_vspltw(), vec_vspltw(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsraw(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsrw(), vec_vsubshs(), vec_vsubshs(), vec_vsubshs(), vec_vsubsws(), vec_vsubsws(), vec_vsubsws(), vec_vsubuhm(), vec_vsubuhm(), vec_vsubuhm(), vec_vsubuwm(), vec_vsubuwm(), vec_vsubuwm(), vec_vupkhsh(), vec_vupklsh(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_xl(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xst(), and vec_xst().

◆ __builtin_altivec_abs_v16qi

#define __builtin_altivec_abs_v16qi   vec_abs

Definition at line 112 of file altivec.h.

◆ __builtin_altivec_abs_v4si

#define __builtin_altivec_abs_v4si   vec_abs

Definition at line 114 of file altivec.h.

◆ __builtin_altivec_abs_v8hi

#define __builtin_altivec_abs_v8hi   vec_abs

Definition at line 113 of file altivec.h.

◆ __builtin_altivec_abss_v16qi

#define __builtin_altivec_abss_v16qi   vec_abss

Definition at line 155 of file altivec.h.

◆ __builtin_altivec_abss_v4si

#define __builtin_altivec_abss_v4si   vec_abss

Definition at line 157 of file altivec.h.

◆ __builtin_altivec_abss_v8hi

#define __builtin_altivec_abss_v8hi   vec_abss

Definition at line 156 of file altivec.h.

◆ __builtin_altivec_vaddfp

#define __builtin_altivec_vaddfp   vec_vaddfp

Definition at line 575 of file altivec.h.

◆ __builtin_altivec_vaddubm

#define __builtin_altivec_vaddubm   vec_vaddubm

Definition at line 473 of file altivec.h.

◆ __builtin_altivec_vadduhm

#define __builtin_altivec_vadduhm   vec_vadduhm

Definition at line 507 of file altivec.h.

◆ __builtin_altivec_vadduwm

#define __builtin_altivec_vadduwm   vec_vadduwm

Definition at line 541 of file altivec.h.

◆ __builtin_altivec_vand

#define __builtin_altivec_vand   vec_and

Definition at line 879 of file altivec.h.

◆ __builtin_altivec_vandc

#define __builtin_altivec_vandc   vec_andc

Definition at line 1232 of file altivec.h.

◆ __builtin_altivec_vmladduhm

#define __builtin_altivec_vmladduhm   vec_mladd

Definition at line 5994 of file altivec.h.

◆ __builtin_altivec_vmrghb

#define __builtin_altivec_vmrghb   vec_vmrghb

Definition at line 5260 of file altivec.h.

◆ __builtin_altivec_vmrghh

#define __builtin_altivec_vmrghh   vec_vmrghh

Definition at line 5288 of file altivec.h.

◆ __builtin_altivec_vmrghw

#define __builtin_altivec_vmrghw   vec_vmrghw

Definition at line 5324 of file altivec.h.

◆ __builtin_altivec_vmrglb

#define __builtin_altivec_vmrglb   vec_vmrglb

Definition at line 5523 of file altivec.h.

◆ __builtin_altivec_vmrglh

#define __builtin_altivec_vmrglh   vec_vmrglh

Definition at line 5551 of file altivec.h.

◆ __builtin_altivec_vmrglw

#define __builtin_altivec_vmrglw   vec_vmrglw

Definition at line 5587 of file altivec.h.

◆ __builtin_altivec_vnor

#define __builtin_altivec_vnor   vec_nor

Definition at line 6738 of file altivec.h.

◆ __builtin_altivec_vor

#define __builtin_altivec_vor   vec_or

Definition at line 6874 of file altivec.h.

◆ __builtin_altivec_vpkuhum

#define __builtin_altivec_vpkuhum   vec_vpkuhum

Definition at line 7556 of file altivec.h.

◆ __builtin_altivec_vpkuwum

#define __builtin_altivec_vpkuwum   vec_vpkuwum

Definition at line 7605 of file altivec.h.

◆ __builtin_altivec_vsel_4si

#define __builtin_altivec_vsel_4si   vec_sel

Definition at line 8598 of file altivec.h.

◆ __builtin_altivec_vslb

#define __builtin_altivec_vslb   vec_vslb

Definition at line 8987 of file altivec.h.

◆ __builtin_altivec_vsldoi_4si

#define __builtin_altivec_vsldoi_4si   vec_sld

Definition at line 9029 of file altivec.h.

◆ __builtin_altivec_vslh

#define __builtin_altivec_vslh   vec_vslh

Definition at line 9001 of file altivec.h.

◆ __builtin_altivec_vslw

#define __builtin_altivec_vslw   vec_vslw

Definition at line 9015 of file altivec.h.

◆ __builtin_altivec_vspltb

#define __builtin_altivec_vspltb   vec_vspltb

Definition at line 10229 of file altivec.h.

◆ __builtin_altivec_vsplth

#define __builtin_altivec_vsplth   vec_vsplth

Definition at line 10248 of file altivec.h.

◆ __builtin_altivec_vspltisb

#define __builtin_altivec_vspltisb   vec_splat_s8

Definition at line 10328 of file altivec.h.

◆ __builtin_altivec_vspltish

#define __builtin_altivec_vspltish   vec_splat_s16

Definition at line 10346 of file altivec.h.

◆ __builtin_altivec_vspltisw

#define __builtin_altivec_vspltisw   vec_splat_s32

Definition at line 10362 of file altivec.h.

◆ __builtin_altivec_vspltw

#define __builtin_altivec_vspltw   vec_vspltw

Definition at line 10288 of file altivec.h.

◆ __builtin_altivec_vsrb

#define __builtin_altivec_vsrb   vec_vsrb

Definition at line 10496 of file altivec.h.

◆ __builtin_altivec_vsrh

#define __builtin_altivec_vsrh   vec_vsrh

Definition at line 10510 of file altivec.h.

◆ __builtin_altivec_vsrw

#define __builtin_altivec_vsrw   vec_vsrw

Definition at line 10524 of file altivec.h.

◆ __builtin_altivec_vsubfp

#define __builtin_altivec_vsubfp   vec_vsubfp

Definition at line 12110 of file altivec.h.

◆ __builtin_altivec_vsububm

#define __builtin_altivec_vsububm   vec_vsububm

Definition at line 12008 of file altivec.h.

◆ __builtin_altivec_vsubuhm

#define __builtin_altivec_vsubuhm   vec_vsubuhm

Definition at line 12042 of file altivec.h.

◆ __builtin_altivec_vsubuwm

#define __builtin_altivec_vsubuwm   vec_vsubuwm

Definition at line 12076 of file altivec.h.

◆ __builtin_altivec_vxor

#define __builtin_altivec_vxor   vec_xor

Definition at line 13201 of file altivec.h.

◆ __CR6_EQ

◆ __CR6_EQ_REV

◆ __CR6_GT

#define __CR6_GT   4

Definition at line 22 of file altivec.h.

◆ __CR6_GT_REV

#define __CR6_GT_REV   5

Definition at line 23 of file altivec.h.

◆ __CR6_LT

◆ __CR6_LT_REV

◆ __CR6_SO

#define __CR6_SO   6

Definition at line 24 of file altivec.h.

◆ __CR6_SO_REV

#define __CR6_SO_REV   7

Definition at line 25 of file altivec.h.

◆ __VEC_CLASS_FP_INFINITY

#define __VEC_CLASS_FP_INFINITY
Value:
#define __VEC_CLASS_FP_INFINITY_P
Definition altivec.h:37
#define __VEC_CLASS_FP_INFINITY_N
Definition altivec.h:36

Definition at line 38 of file altivec.h.

◆ __VEC_CLASS_FP_INFINITY_N

#define __VEC_CLASS_FP_INFINITY_N   (1<<4)

Definition at line 36 of file altivec.h.

◆ __VEC_CLASS_FP_INFINITY_P

#define __VEC_CLASS_FP_INFINITY_P   (1<<5)

Definition at line 37 of file altivec.h.

◆ __VEC_CLASS_FP_NAN

#define __VEC_CLASS_FP_NAN   (1<<6)

Definition at line 40 of file altivec.h.

◆ __VEC_CLASS_FP_NOT_NORMAL

#define __VEC_CLASS_FP_NOT_NORMAL
Value:
#define __VEC_CLASS_FP_INFINITY
Definition altivec.h:38
#define __VEC_CLASS_FP_SUBNORMAL
Definition altivec.h:30
#define __VEC_CLASS_FP_NAN
Definition altivec.h:40
#define __VEC_CLASS_FP_ZERO
Definition altivec.h:34

Definition at line 41 of file altivec.h.

◆ __VEC_CLASS_FP_SUBNORMAL

#define __VEC_CLASS_FP_SUBNORMAL
Value:
#define __VEC_CLASS_FP_SUBNORMAL_P
Definition altivec.h:29
#define __VEC_CLASS_FP_SUBNORMAL_N
Definition altivec.h:28

Definition at line 30 of file altivec.h.

◆ __VEC_CLASS_FP_SUBNORMAL_N

#define __VEC_CLASS_FP_SUBNORMAL_N   (1 << 0)

Definition at line 28 of file altivec.h.

◆ __VEC_CLASS_FP_SUBNORMAL_P

#define __VEC_CLASS_FP_SUBNORMAL_P   (1 << 1)

Definition at line 29 of file altivec.h.

◆ __VEC_CLASS_FP_ZERO

#define __VEC_CLASS_FP_ZERO
Value:
#define __VEC_CLASS_FP_ZERO_N
Definition altivec.h:32
#define __VEC_CLASS_FP_ZERO_P
Definition altivec.h:33

Definition at line 34 of file altivec.h.

◆ __VEC_CLASS_FP_ZERO_N

#define __VEC_CLASS_FP_ZERO_N   (1<<2)

Definition at line 32 of file altivec.h.

◆ __VEC_CLASS_FP_ZERO_P

#define __VEC_CLASS_FP_ZERO_P   (1<<3)

Definition at line 33 of file altivec.h.

◆ __vec_ldrmb

#define __vec_ldrmb   __builtin_vsx_ldrmb

Definition at line 3179 of file altivec.h.

◆ __vec_strmb

#define __vec_strmb   __builtin_vsx_strmb

Definition at line 3180 of file altivec.h.

◆ vec_ctf

#define vec_ctf ( __a,
__b )
Value:
_Generic((__a), \
vector int: (vector float)__builtin_altivec_vcfsx((vector int)(__a), \
((__b)&0x1F)), \
vector unsigned int: (vector float)__builtin_altivec_vcfux( \
(vector unsigned int)(__a), ((__b)&0x1F)))
static __inline__ vector float vector float __b
Definition altivec.h:578
static __inline__ void int __a
Definition emmintrin.h:4077

Definition at line 3244 of file altivec.h.

◆ vec_cts

#define vec_cts   __builtin_altivec_vctsxs

Definition at line 3319 of file altivec.h.

◆ vec_ctu

#define vec_ctu   __builtin_altivec_vctuxs

Definition at line 3358 of file altivec.h.

◆ vec_dss

#define vec_dss   __builtin_altivec_dss

Definition at line 3899 of file altivec.h.

◆ vec_dst

#define vec_dst ( __PTR,
__CW,
__STR )
Value:
__builtin_altivec_dst((const void *)(__PTR), (__CW), (__STR))

Definition at line 3908 of file altivec.h.

◆ vec_dstst

#define vec_dstst ( __PTR,
__CW,
__STR )
Value:
__builtin_altivec_dstst((const void *)(__PTR), (__CW), (__STR))

Definition at line 3912 of file altivec.h.

◆ vec_dststt

#define vec_dststt ( __PTR,
__CW,
__STR )
Value:
__builtin_altivec_dststt((const void *)(__PTR), (__CW), (__STR))

Definition at line 3916 of file altivec.h.

◆ vec_dstt

#define vec_dstt ( __PTR,
__CW,
__STR )
Value:
__builtin_altivec_dstt((const void *)(__PTR), (__CW), (__STR))

Definition at line 3920 of file altivec.h.

◆ vec_vcfsx

#define vec_vcfsx ( __a,
__b )
Value:
__builtin_altivec_vcfsx((vector int)(__a), (__b))

Definition at line 3285 of file altivec.h.

◆ vec_vcfux

#define vec_vcfux   __builtin_altivec_vcfux

Definition at line 3282 of file altivec.h.

◆ vec_vctsxs

#define vec_vctsxs   __builtin_altivec_vctsxs

Definition at line 3324 of file altivec.h.

◆ vec_vctuxs

#define vec_vctuxs   __builtin_altivec_vctuxs

Definition at line 3451 of file altivec.h.

◆ vec_vupkhpx

#define vec_vupkhpx ( __a)
Value:
__builtin_altivec_vupkhpx((vector short)(__a))

Definition at line 12649 of file altivec.h.

◆ vec_vupklpx

#define vec_vupklpx ( __a)
Value:
__builtin_altivec_vupklpx((vector short)(__a))

Definition at line 12650 of file altivec.h.

◆ vec_xl_be

#define vec_xl_be   vec_xl

Definition at line 17895 of file altivec.h.

◆ vec_xld2

#define vec_xld2   vec_xl

Definition at line 17729 of file altivec.h.

◆ vec_xlw4

#define vec_xlw4   vec_xl

Definition at line 17730 of file altivec.h.

◆ vec_xst_be

#define vec_xst_be   vec_xst

Definition at line 18236 of file altivec.h.

◆ vec_xstd2

#define vec_xstd2   vec_xst

Definition at line 18007 of file altivec.h.

◆ vec_xstw4

#define vec_xstw4   vec_xst

Definition at line 18008 of file altivec.h.

Typedef Documentation

◆ __attribute__

typedef vector float unaligned_vec_float __attribute__((aligned(1)))

Definition at line 17731 of file altivec.h.

Function Documentation

◆ __attribute__()

__inline__ vector float __attribute__ ( (__always_inline__) )
static

Definition at line 1686 of file altivec.h.

References __a.

◆ vec_abs() [1/4]

__inline__ vector float __ATTRS_o_ai vec_abs ( vector float __a)
static

Definition at line 138 of file altivec.h.

References __a, __ATTRS_o_ai, and int.

◆ vec_abs() [2/4]

__inline__ vector signed char __ATTRS_o_ai vec_abs ( vector signed char __a)
static

Definition at line 117 of file altivec.h.

References __a.

Referenced by vec_nabs().

◆ vec_abs() [3/4]

__inline__ vector signed int __ATTRS_o_ai vec_abs ( vector signed int __a)
static

Definition at line 127 of file altivec.h.

References __a.

◆ vec_abs() [4/4]

__inline__ vector signed short __ATTRS_o_ai vec_abs ( vector signed short __a)
static

Definition at line 122 of file altivec.h.

References __a.

◆ vec_abss() [1/3]

__inline__ vector signed char __ATTRS_o_ai vec_abss ( vector signed char __a)
static

Definition at line 160 of file altivec.h.

References __a.

◆ vec_abss() [2/3]

__inline__ vector signed int __ATTRS_o_ai vec_abss ( vector signed int __a)
static

Definition at line 172 of file altivec.h.

References __a.

◆ vec_abss() [3/3]

__inline__ vector signed short __ATTRS_o_ai vec_abss ( vector signed short __a)
static

Definition at line 166 of file altivec.h.

References __a.

◆ vec_add() [1/19]

__inline__ vector signed char __ATTRS_o_ai vec_add ( vector bool char __a,
vector signed char __b )
static

Definition at line 205 of file altivec.h.

References __a, and __b.

◆ vec_add() [2/19]

__inline__ vector unsigned char __ATTRS_o_ai vec_add ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 220 of file altivec.h.

References __a, and __b.

◆ vec_add() [3/19]

__inline__ vector int __ATTRS_o_ai vec_add ( vector bool int __a,
vector int __b )
static

Definition at line 264 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_add() [4/19]

__inline__ vector unsigned int __ATTRS_o_ai vec_add ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 280 of file altivec.h.

References __a, and __b.

◆ vec_add() [5/19]

__inline__ vector short __ATTRS_o_ai vec_add ( vector bool short __a,
vector short __b )
static

Definition at line 234 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_add() [6/19]

__inline__ vector unsigned short __ATTRS_o_ai vec_add ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 250 of file altivec.h.

References __a, and __b.

◆ vec_add() [7/19]

__inline__ vector float __ATTRS_o_ai vec_add ( vector float __a,
vector float __b )
static

Definition at line 342 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_add() [8/19]

__inline__ vector int __ATTRS_o_ai vec_add ( vector int __a,
vector bool int __b )
static

Definition at line 269 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_add() [9/19]

__inline__ vector int __ATTRS_o_ai vec_add ( vector int __a,
vector int __b )
static

Definition at line 259 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_add() [10/19]

__inline__ vector short __ATTRS_o_ai vec_add ( vector short __a,
vector bool short __b )
static

Definition at line 239 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_add() [11/19]

__inline__ vector short __ATTRS_o_ai vec_add ( vector short __a,
vector short __b )
static

Definition at line 229 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_add() [12/19]

__inline__ vector signed char __ATTRS_o_ai vec_add ( vector signed char __a,
vector bool char __b )
static

Definition at line 210 of file altivec.h.

References __a, and __b.

◆ vec_add() [13/19]

__inline__ vector signed char __ATTRS_o_ai vec_add ( vector signed char __a,
vector signed char __b )
static

Definition at line 200 of file altivec.h.

References __a, and __b.

Referenced by vec_adde(), and vec_adde().

◆ vec_add() [14/19]

__inline__ vector unsigned char __ATTRS_o_ai vec_add ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 225 of file altivec.h.

References __a, and __b.

◆ vec_add() [15/19]

__inline__ vector unsigned char __ATTRS_o_ai vec_add ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 215 of file altivec.h.

References __a, and __b.

◆ vec_add() [16/19]

__inline__ vector unsigned int __ATTRS_o_ai vec_add ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 285 of file altivec.h.

References __a, __b, and int.

◆ vec_add() [17/19]

__inline__ vector unsigned int __ATTRS_o_ai vec_add ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 275 of file altivec.h.

References __a, and __b.

◆ vec_add() [18/19]

__inline__ vector unsigned short __ATTRS_o_ai vec_add ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 255 of file altivec.h.

References __a, and __b.

◆ vec_add() [19/19]

__inline__ vector unsigned short __ATTRS_o_ai vec_add ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 245 of file altivec.h.

References __a, and __b.

◆ vec_addc() [1/2]

__inline__ vector signed int __ATTRS_o_ai vec_addc ( vector signed int __a,
vector signed int __b )
static

Definition at line 585 of file altivec.h.

References __a, and __b.

◆ vec_addc() [2/2]

__inline__ vector unsigned int __ATTRS_o_ai vec_addc ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 591 of file altivec.h.

References __a, and __b.

◆ vec_adde() [1/2]

__inline__ vector signed int __ATTRS_o_ai vec_adde ( vector signed int __a,
vector signed int __b,
vector signed int __c )
static

Definition at line 383 of file altivec.h.

References __a, __b, __c, and vec_add().

Referenced by vec_sube(), and vec_sube().

◆ vec_adde() [2/2]

__inline__ vector unsigned int __ATTRS_o_ai vec_adde ( vector unsigned int __a,
vector unsigned int __b,
vector unsigned int __c )
static

Definition at line 391 of file altivec.h.

References __a, __b, __c, and vec_add().

◆ vec_adds() [1/18]

__inline__ vector signed char __ATTRS_o_ai vec_adds ( vector bool char __a,
vector signed char __b )
static

Definition at line 631 of file altivec.h.

References __a, and __b.

◆ vec_adds() [2/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_adds ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 646 of file altivec.h.

References __a, and __b.

◆ vec_adds() [3/18]

__inline__ vector int __ATTRS_o_ai vec_adds ( vector bool int __a,
vector int __b )
static

Definition at line 690 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_adds() [4/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_adds ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 706 of file altivec.h.

References __a, and __b.

◆ vec_adds() [5/18]

__inline__ vector short __ATTRS_o_ai vec_adds ( vector bool short __a,
vector short __b )
static

Definition at line 660 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_adds() [6/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_adds ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 676 of file altivec.h.

References __a, and __b.

◆ vec_adds() [7/18]

__inline__ vector int __ATTRS_o_ai vec_adds ( vector int __a,
vector bool int __b )
static

Definition at line 695 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_adds() [8/18]

__inline__ vector int __ATTRS_o_ai vec_adds ( vector int __a,
vector int __b )
static

Definition at line 685 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_adds() [9/18]

__inline__ vector short __ATTRS_o_ai vec_adds ( vector short __a,
vector bool short __b )
static

Definition at line 665 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_adds() [10/18]

__inline__ vector short __ATTRS_o_ai vec_adds ( vector short __a,
vector short __b )
static

Definition at line 655 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_adds() [11/18]

__inline__ vector signed char __ATTRS_o_ai vec_adds ( vector signed char __a,
vector bool char __b )
static

Definition at line 636 of file altivec.h.

References __a, and __b.

◆ vec_adds() [12/18]

__inline__ vector signed char __ATTRS_o_ai vec_adds ( vector signed char __a,
vector signed char __b )
static

Definition at line 626 of file altivec.h.

References __a, and __b.

◆ vec_adds() [13/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_adds ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 651 of file altivec.h.

References __a, and __b.

◆ vec_adds() [14/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_adds ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 641 of file altivec.h.

References __a, and __b.

◆ vec_adds() [15/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_adds ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 711 of file altivec.h.

References __a, and __b.

◆ vec_adds() [16/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_adds ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 701 of file altivec.h.

References __a, and __b.

◆ vec_adds() [17/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_adds ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 681 of file altivec.h.

References __a, and __b.

◆ vec_adds() [18/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_adds ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 671 of file altivec.h.

References __a, and __b.

◆ vec_all_eq() [1/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector bool char __a,
vector bool char __b )
static

Definition at line 14850 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [2/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector bool char __a,
vector signed char __b )
static

Definition at line 14838 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [3/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 14844 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [4/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector bool int __a,
vector bool int __b )
static

Definition at line 14935 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [5/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector bool int __a,
vector int __b )
static

Definition at line 14923 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [6/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 14929 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [7/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector bool short __a,
vector bool short __b )
static

Definition at line 14890 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [8/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector bool short __a,
vector short __b )
static

Definition at line 14878 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [9/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 14884 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [10/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector float __a,
vector float __b )
static

Definition at line 14984 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [11/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector int __a,
vector bool int __b )
static

Definition at line 14906 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [12/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector int __a,
vector int __b )
static

Definition at line 14902 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [13/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector pixel __a,
vector pixel __b )
static

Definition at line 14896 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [14/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector short __a,
vector bool short __b )
static

Definition at line 14861 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [15/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector short __a,
vector short __b )
static

Definition at line 14856 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [16/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector signed char __a,
vector bool char __b )
static

Definition at line 14820 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [17/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector signed char __a,
vector signed char __b )
static

Definition at line 14814 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [18/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 14832 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [19/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 14826 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [20/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 14917 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [21/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 14911 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [22/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 14872 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_eq() [23/23]

__inline__ int __ATTRS_o_ai vec_all_eq ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 14866 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_ge() [1/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector bool char __a,
vector bool char __b )
static

Definition at line 15052 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [2/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector bool char __a,
vector signed char __b )
static

Definition at line 15042 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [3/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 15047 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [4/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector bool int __a,
vector bool int __b )
static

Definition at line 15125 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [5/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector bool int __a,
vector int __b )
static

Definition at line 15115 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [6/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 15120 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [7/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector bool short __a,
vector bool short __b )
static

Definition at line 15090 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [8/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector bool short __a,
vector short __b )
static

Definition at line 15079 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [9/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 15084 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [10/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector float __a,
vector float __b )
static

Definition at line 15172 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_ge() [11/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector int __a,
vector bool int __b )
static

Definition at line 15100 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [12/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector int __a,
vector int __b )
static

Definition at line 15096 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [13/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector short __a,
vector bool short __b )
static

Definition at line 15063 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [14/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector short __a,
vector short __b )
static

Definition at line 15058 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [15/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector signed char __a,
vector bool char __b )
static

Definition at line 15027 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [16/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector signed char __a,
vector signed char __b )
static

Definition at line 15022 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [17/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 15037 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [18/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 15032 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [19/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 15110 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [20/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 15105 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [21/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 15073 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ge() [22/22]

__inline__ int __ATTRS_o_ai vec_all_ge ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 15068 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_gt() [1/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector bool char __a,
vector bool char __b )
static

Definition at line 15232 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [2/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector bool char __a,
vector signed char __b )
static

Definition at line 15222 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [3/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 15227 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [4/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector bool int __a,
vector bool int __b )
static

Definition at line 15305 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [5/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector bool int __a,
vector int __b )
static

Definition at line 15295 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [6/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 15300 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [7/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector bool short __a,
vector bool short __b )
static

Definition at line 15270 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [8/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector bool short __a,
vector short __b )
static

Definition at line 15259 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [9/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 15264 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [10/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector float __a,
vector float __b )
static

Definition at line 15352 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [11/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector int __a,
vector bool int __b )
static

Definition at line 15280 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [12/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector int __a,
vector int __b )
static

Definition at line 15276 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [13/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector short __a,
vector bool short __b )
static

Definition at line 15243 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [14/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector short __a,
vector short __b )
static

Definition at line 15238 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [15/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector signed char __a,
vector bool char __b )
static

Definition at line 15207 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [16/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector signed char __a,
vector signed char __b )
static

Definition at line 15202 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [17/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 15217 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [18/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 15212 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [19/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 15290 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [20/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 15285 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [21/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 15253 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_gt() [22/22]

__inline__ int __ATTRS_o_ai vec_all_gt ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 15248 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_le() [1/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector bool char __a,
vector bool char __b )
static

Definition at line 15419 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [2/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector bool char __a,
vector signed char __b )
static

Definition at line 15409 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [3/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 15414 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [4/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector bool int __a,
vector bool int __b )
static

Definition at line 15492 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [5/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector bool int __a,
vector int __b )
static

Definition at line 15482 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [6/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 15487 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [7/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector bool short __a,
vector bool short __b )
static

Definition at line 15457 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [8/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector bool short __a,
vector short __b )
static

Definition at line 15446 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [9/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 15451 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [10/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector float __a,
vector float __b )
static

Definition at line 15540 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_le() [11/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector int __a,
vector bool int __b )
static

Definition at line 15467 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [12/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector int __a,
vector int __b )
static

Definition at line 15463 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [13/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector short __a,
vector bool short __b )
static

Definition at line 15430 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [14/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector short __a,
vector short __b )
static

Definition at line 15425 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [15/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector signed char __a,
vector bool char __b )
static

Definition at line 15394 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [16/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector signed char __a,
vector signed char __b )
static

Definition at line 15389 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [17/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 15404 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [18/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 15399 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [19/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 15477 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [20/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 15472 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [21/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 15440 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_le() [22/22]

__inline__ int __ATTRS_o_ai vec_all_le ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 15435 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_lt() [1/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector bool char __a,
vector bool char __b )
static

Definition at line 15600 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [2/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector bool char __a,
vector signed char __b )
static

Definition at line 15590 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [3/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 15595 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [4/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector bool int __a,
vector bool int __b )
static

Definition at line 15673 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [5/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector bool int __a,
vector int __b )
static

Definition at line 15663 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [6/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 15668 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [7/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector bool short __a,
vector bool short __b )
static

Definition at line 15638 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [8/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector bool short __a,
vector short __b )
static

Definition at line 15627 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [9/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 15632 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [10/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector float __a,
vector float __b )
static

Definition at line 15721 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [11/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector int __a,
vector bool int __b )
static

Definition at line 15648 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [12/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector int __a,
vector int __b )
static

Definition at line 15644 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [13/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector short __a,
vector bool short __b )
static

Definition at line 15611 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [14/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector short __a,
vector short __b )
static

Definition at line 15606 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [15/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector signed char __a,
vector bool char __b )
static

Definition at line 15575 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [16/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector signed char __a,
vector signed char __b )
static

Definition at line 15570 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [17/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 15585 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [18/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 15580 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [19/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 15658 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [20/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 15653 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [21/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 15621 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_lt() [22/22]

__inline__ int __ATTRS_o_ai vec_all_lt ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 15616 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT.

◆ vec_all_nan()

__inline__ int __ATTRS_o_ai vec_all_nan ( vector float __a)
static

Definition at line 15751 of file altivec.h.

References __a, __ATTRS_o_ai, and __CR6_EQ.

◆ vec_all_ne() [1/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector bool char __a,
vector bool char __b )
static

Definition at line 15803 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [2/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector bool char __a,
vector signed char __b )
static

Definition at line 15791 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [3/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 15797 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [4/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector bool int __a,
vector bool int __b )
static

Definition at line 15888 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [5/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector bool int __a,
vector int __b )
static

Definition at line 15876 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [6/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 15882 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [7/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector bool short __a,
vector bool short __b )
static

Definition at line 15843 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [8/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector bool short __a,
vector short __b )
static

Definition at line 15831 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [9/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 15837 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [10/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector float __a,
vector float __b )
static

Definition at line 15937 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [11/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector int __a,
vector bool int __b )
static

Definition at line 15859 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [12/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector int __a,
vector int __b )
static

Definition at line 15855 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [13/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector pixel __a,
vector pixel __b )
static

Definition at line 15849 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [14/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector short __a,
vector bool short __b )
static

Definition at line 15814 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [15/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector short __a,
vector short __b )
static

Definition at line 15809 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [16/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector signed char __a,
vector bool char __b )
static

Definition at line 15773 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [17/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector signed char __a,
vector signed char __b )
static

Definition at line 15767 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [18/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 15785 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [19/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 15779 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [20/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 15870 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [21/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 15864 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [22/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 15825 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ne() [23/23]

__inline__ int __ATTRS_o_ai vec_all_ne ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 15819 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_nge()

__inline__ int __ATTRS_o_ai vec_all_nge ( vector float __a,
vector float __b )
static

Definition at line 15975 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_ngt()

__inline__ int __ATTRS_o_ai vec_all_ngt ( vector float __a,
vector float __b )
static

Definition at line 15993 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ.

◆ vec_all_nle()

__inline__ int __ATTRS_o_ai vec_all_nle ( vector float __a,
vector float __b )
static

Definition at line 16012 of file altivec.h.

References __a, __b, and __CR6_EQ.

◆ vec_all_nlt()

__inline__ int __ATTRS_o_ai vec_all_nlt ( vector float __a,
vector float __b )
static

Definition at line 16030 of file altivec.h.

References __a, __b, and __CR6_EQ.

◆ vec_all_numeric()

__inline__ int __ATTRS_o_ai vec_all_numeric ( vector float __a)
static

Definition at line 16048 of file altivec.h.

References __a, and __CR6_LT.

◆ vec_and() [1/24]

__inline__ vector bool char __ATTRS_o_ai vec_and ( vector bool char __a,
vector bool char __b )
static

Definition at line 911 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_and() [2/24]

__inline__ vector signed char __ATTRS_o_ai vec_and ( vector bool char __a,
vector signed char __b )
static

Definition at line 887 of file altivec.h.

References __a, and __b.

◆ vec_and() [3/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_and ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 902 of file altivec.h.

References __a, and __b.

◆ vec_and() [4/24]

__inline__ vector bool int __ATTRS_o_ai vec_and ( vector bool int __a,
vector bool int __b )
static

Definition at line 981 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_and() [5/24]

__inline__ vector float __ATTRS_o_ai vec_and ( vector bool int __a,
vector float __b )
static

Definition at line 993 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_and() [6/24]

__inline__ vector int __ATTRS_o_ai vec_and ( vector bool int __a,
vector int __b )
static

Definition at line 956 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_and() [7/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_and ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 972 of file altivec.h.

References __a, and __b.

◆ vec_and() [8/24]

__inline__ vector bool short __ATTRS_o_ai vec_and ( vector bool short __a,
vector bool short __b )
static

Definition at line 947 of file altivec.h.

References __a, and __b.

◆ vec_and() [9/24]

__inline__ vector short __ATTRS_o_ai vec_and ( vector bool short __a,
vector short __b )
static

Definition at line 921 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_and() [10/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_and ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 937 of file altivec.h.

References __a, and __b.

◆ vec_and() [11/24]

__inline__ vector float __ATTRS_o_ai vec_and ( vector float __a,
vector bool int __b )
static

Definition at line 1000 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_and() [12/24]

__inline__ vector float __ATTRS_o_ai vec_and ( vector float __a,
vector float __b )
static

Definition at line 986 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_and() [13/24]

__inline__ vector int __ATTRS_o_ai vec_and ( vector int __a,
vector bool int __b )
static

Definition at line 961 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_and() [14/24]

__inline__ vector int __ATTRS_o_ai vec_and ( vector int __a,
vector int __b )
static

Definition at line 951 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_and() [15/24]

__inline__ vector short __ATTRS_o_ai vec_and ( vector short __a,
vector bool short __b )
static

Definition at line 926 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_and() [16/24]

__inline__ vector short __ATTRS_o_ai vec_and ( vector short __a,
vector short __b )
static

Definition at line 916 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_and() [17/24]

__inline__ vector signed char __ATTRS_o_ai vec_and ( vector signed char __a,
vector bool char __b )
static

Definition at line 892 of file altivec.h.

References __a, and __b.

◆ vec_and() [18/24]

__inline__ vector signed char __ATTRS_o_ai vec_and ( vector signed char __a,
vector signed char __b )
static

Definition at line 882 of file altivec.h.

References __a, and __b.

◆ vec_and() [19/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_and ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 907 of file altivec.h.

References __a, and __b.

◆ vec_and() [20/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_and ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 897 of file altivec.h.

References __a, and __b.

◆ vec_and() [21/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_and ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 977 of file altivec.h.

References __a, __b, and int.

◆ vec_and() [22/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_and ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 967 of file altivec.h.

References __a, and __b.

◆ vec_and() [23/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_and ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 942 of file altivec.h.

References __a, and __b.

◆ vec_and() [24/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_and ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 932 of file altivec.h.

References __a, and __b.

◆ vec_andc() [1/24]

__inline__ vector bool char __ATTRS_o_ai vec_andc ( vector bool char __a,
vector bool char __b )
static

Definition at line 1264 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_andc() [2/24]

__inline__ vector signed char __ATTRS_o_ai vec_andc ( vector bool char __a,
vector signed char __b )
static

Definition at line 1240 of file altivec.h.

References __a, and __b.

◆ vec_andc() [3/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_andc ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 1255 of file altivec.h.

References __a, and __b.

◆ vec_andc() [4/24]

__inline__ vector bool int __ATTRS_o_ai vec_andc ( vector bool int __a,
vector bool int __b )
static

Definition at line 1334 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_andc() [5/24]

__inline__ vector float __ATTRS_o_ai vec_andc ( vector bool int __a,
vector float __b )
static

Definition at line 1346 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_andc() [6/24]

__inline__ vector int __ATTRS_o_ai vec_andc ( vector bool int __a,
vector int __b )
static

Definition at line 1309 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_andc() [7/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_andc ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 1325 of file altivec.h.

References __a, and __b.

◆ vec_andc() [8/24]

__inline__ vector bool short __ATTRS_o_ai vec_andc ( vector bool short __a,
vector bool short __b )
static

Definition at line 1300 of file altivec.h.

References __a, and __b.

◆ vec_andc() [9/24]

__inline__ vector short __ATTRS_o_ai vec_andc ( vector bool short __a,
vector short __b )
static

Definition at line 1274 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_andc() [10/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_andc ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 1290 of file altivec.h.

References __a, and __b.

◆ vec_andc() [11/24]

__inline__ vector float __ATTRS_o_ai vec_andc ( vector float __a,
vector bool int __b )
static

Definition at line 1353 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_andc() [12/24]

__inline__ vector float __ATTRS_o_ai vec_andc ( vector float __a,
vector float __b )
static

Definition at line 1339 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_andc() [13/24]

__inline__ vector int __ATTRS_o_ai vec_andc ( vector int __a,
vector bool int __b )
static

Definition at line 1314 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_andc() [14/24]

__inline__ vector int __ATTRS_o_ai vec_andc ( vector int __a,
vector int __b )
static

Definition at line 1304 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_andc() [15/24]

__inline__ vector short __ATTRS_o_ai vec_andc ( vector short __a,
vector bool short __b )
static

Definition at line 1279 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_andc() [16/24]

__inline__ vector short __ATTRS_o_ai vec_andc ( vector short __a,
vector short __b )
static

Definition at line 1269 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_andc() [17/24]

__inline__ vector signed char __ATTRS_o_ai vec_andc ( vector signed char __a,
vector bool char __b )
static

Definition at line 1245 of file altivec.h.

References __a, and __b.

◆ vec_andc() [18/24]

__inline__ vector signed char __ATTRS_o_ai vec_andc ( vector signed char __a,
vector signed char __b )
static

Definition at line 1235 of file altivec.h.

References __a, and __b.

◆ vec_andc() [19/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_andc ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 1260 of file altivec.h.

References __a, and __b.

◆ vec_andc() [20/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_andc ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 1250 of file altivec.h.

References __a, and __b.

◆ vec_andc() [21/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_andc ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 1330 of file altivec.h.

References __a, __b, and int.

◆ vec_andc() [22/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_andc ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 1320 of file altivec.h.

References __a, and __b.

◆ vec_andc() [23/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_andc ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 1295 of file altivec.h.

References __a, and __b.

◆ vec_andc() [24/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_andc ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 1285 of file altivec.h.

References __a, and __b.

◆ vec_any_eq() [1/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector bool char __a,
vector bool char __b )
static

Definition at line 16100 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [2/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector bool char __a,
vector signed char __b )
static

Definition at line 16088 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [3/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 16094 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [4/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector bool int __a,
vector bool int __b )
static

Definition at line 16185 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [5/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector bool int __a,
vector int __b )
static

Definition at line 16173 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [6/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 16179 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [7/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector bool short __a,
vector bool short __b )
static

Definition at line 16140 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [8/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector bool short __a,
vector short __b )
static

Definition at line 16128 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [9/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 16134 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [10/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector float __a,
vector float __b )
static

Definition at line 16234 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [11/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector int __a,
vector bool int __b )
static

Definition at line 16156 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [12/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector int __a,
vector int __b )
static

Definition at line 16152 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [13/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector pixel __a,
vector pixel __b )
static

Definition at line 16146 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [14/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector short __a,
vector bool short __b )
static

Definition at line 16111 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [15/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector short __a,
vector short __b )
static

Definition at line 16106 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [16/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector signed char __a,
vector bool char __b )
static

Definition at line 16070 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [17/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector signed char __a,
vector signed char __b )
static

Definition at line 16064 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [18/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 16082 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [19/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 16076 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [20/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 16167 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [21/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 16161 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [22/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 16122 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_eq() [23/23]

__inline__ int __ATTRS_o_ai vec_any_eq ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 16116 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_ge() [1/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector bool char __a,
vector bool char __b )
static

Definition at line 16306 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [2/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector bool char __a,
vector signed char __b )
static

Definition at line 16294 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [3/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 16300 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [4/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector bool int __a,
vector bool int __b )
static

Definition at line 16383 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [5/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector bool int __a,
vector int __b )
static

Definition at line 16371 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [6/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 16377 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [7/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector bool short __a,
vector bool short __b )
static

Definition at line 16345 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [8/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector bool short __a,
vector short __b )
static

Definition at line 16333 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [9/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 16339 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [10/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector float __a,
vector float __b )
static

Definition at line 16432 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_ge() [11/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector int __a,
vector bool int __b )
static

Definition at line 16355 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [12/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector int __a,
vector int __b )
static

Definition at line 16351 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [13/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector short __a,
vector bool short __b )
static

Definition at line 16317 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [14/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector short __a,
vector short __b )
static

Definition at line 16312 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [15/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector signed char __a,
vector bool char __b )
static

Definition at line 16277 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [16/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector signed char __a,
vector signed char __b )
static

Definition at line 16272 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [17/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 16288 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [18/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 16283 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [19/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 16365 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [20/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 16360 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [21/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 16327 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ge() [22/22]

__inline__ int __ATTRS_o_ai vec_any_ge ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 16322 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_gt() [1/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector bool char __a,
vector bool char __b )
static

Definition at line 16496 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [2/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector bool char __a,
vector signed char __b )
static

Definition at line 16484 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [3/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 16490 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [4/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector bool int __a,
vector bool int __b )
static

Definition at line 16573 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [5/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector bool int __a,
vector int __b )
static

Definition at line 16561 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [6/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 16567 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [7/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector bool short __a,
vector bool short __b )
static

Definition at line 16535 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [8/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector bool short __a,
vector short __b )
static

Definition at line 16523 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [9/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 16529 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [10/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector float __a,
vector float __b )
static

Definition at line 16622 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [11/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector int __a,
vector bool int __b )
static

Definition at line 16545 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [12/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector int __a,
vector int __b )
static

Definition at line 16541 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [13/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector short __a,
vector bool short __b )
static

Definition at line 16507 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [14/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector short __a,
vector short __b )
static

Definition at line 16502 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [15/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector signed char __a,
vector bool char __b )
static

Definition at line 16467 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [16/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector signed char __a,
vector signed char __b )
static

Definition at line 16462 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [17/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 16478 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [18/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 16473 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [19/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 16555 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [20/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 16550 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [21/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 16517 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_gt() [22/22]

__inline__ int __ATTRS_o_ai vec_any_gt ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 16512 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_le() [1/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector bool char __a,
vector bool char __b )
static

Definition at line 16686 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [2/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector bool char __a,
vector signed char __b )
static

Definition at line 16674 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [3/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 16680 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [4/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector bool int __a,
vector bool int __b )
static

Definition at line 16763 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [5/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector bool int __a,
vector int __b )
static

Definition at line 16751 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [6/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 16757 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [7/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector bool short __a,
vector bool short __b )
static

Definition at line 16725 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [8/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector bool short __a,
vector short __b )
static

Definition at line 16713 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [9/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 16719 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [10/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector float __a,
vector float __b )
static

Definition at line 16812 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_le() [11/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector int __a,
vector bool int __b )
static

Definition at line 16735 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [12/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector int __a,
vector int __b )
static

Definition at line 16731 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [13/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector short __a,
vector bool short __b )
static

Definition at line 16697 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [14/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector short __a,
vector short __b )
static

Definition at line 16692 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [15/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector signed char __a,
vector bool char __b )
static

Definition at line 16657 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [16/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector signed char __a,
vector signed char __b )
static

Definition at line 16652 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [17/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 16668 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [18/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 16663 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [19/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 16745 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [20/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 16740 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [21/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 16707 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_le() [22/22]

__inline__ int __ATTRS_o_ai vec_any_le ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 16702 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_lt() [1/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector bool char __a,
vector bool char __b )
static

Definition at line 16876 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [2/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector bool char __a,
vector signed char __b )
static

Definition at line 16864 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [3/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 16870 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [4/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector bool int __a,
vector bool int __b )
static

Definition at line 16953 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [5/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector bool int __a,
vector int __b )
static

Definition at line 16941 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [6/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 16947 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [7/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector bool short __a,
vector bool short __b )
static

Definition at line 16915 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [8/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector bool short __a,
vector short __b )
static

Definition at line 16903 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [9/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 16909 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [10/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector float __a,
vector float __b )
static

Definition at line 17002 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [11/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector int __a,
vector bool int __b )
static

Definition at line 16925 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [12/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector int __a,
vector int __b )
static

Definition at line 16921 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [13/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector short __a,
vector bool short __b )
static

Definition at line 16887 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [14/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector short __a,
vector short __b )
static

Definition at line 16882 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [15/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector signed char __a,
vector bool char __b )
static

Definition at line 16847 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [16/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector signed char __a,
vector signed char __b )
static

Definition at line 16842 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [17/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 16858 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [18/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 16853 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [19/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 16935 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [20/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 16930 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [21/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 16897 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_lt() [22/22]

__inline__ int __ATTRS_o_ai vec_any_lt ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 16892 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_EQ_REV.

◆ vec_any_nan()

__inline__ int __ATTRS_o_ai vec_any_nan ( vector float __a)
static

Definition at line 17032 of file altivec.h.

References __a, __ATTRS_o_ai, and __CR6_LT_REV.

◆ vec_any_ne() [1/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector bool char __a,
vector bool char __b )
static

Definition at line 17083 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [2/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector bool char __a,
vector signed char __b )
static

Definition at line 17071 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [3/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 17077 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [4/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector bool int __a,
vector bool int __b )
static

Definition at line 17168 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [5/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector bool int __a,
vector int __b )
static

Definition at line 17156 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [6/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 17162 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [7/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector bool short __a,
vector bool short __b )
static

Definition at line 17123 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [8/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector bool short __a,
vector short __b )
static

Definition at line 17111 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [9/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 17117 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [10/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector float __a,
vector float __b )
static

Definition at line 17217 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [11/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector int __a,
vector bool int __b )
static

Definition at line 17139 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [12/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector int __a,
vector int __b )
static

Definition at line 17135 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [13/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector pixel __a,
vector pixel __b )
static

Definition at line 17129 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [14/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector short __a,
vector bool short __b )
static

Definition at line 17094 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [15/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector short __a,
vector short __b )
static

Definition at line 17089 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [16/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector signed char __a,
vector bool char __b )
static

Definition at line 17053 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [17/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector signed char __a,
vector signed char __b )
static

Definition at line 17047 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [18/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 17065 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [19/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 17059 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [20/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 17150 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [21/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 17144 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [22/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 17105 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ne() [23/23]

__inline__ int __ATTRS_o_ai vec_any_ne ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 17099 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_nge()

__inline__ int __ATTRS_o_ai vec_any_nge ( vector float __a,
vector float __b )
static

Definition at line 17255 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_ngt()

__inline__ int __ATTRS_o_ai vec_any_ngt ( vector float __a,
vector float __b )
static

Definition at line 17273 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_nle()

__inline__ int __ATTRS_o_ai vec_any_nle ( vector float __a,
vector float __b )
static

Definition at line 17291 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_nlt()

__inline__ int __ATTRS_o_ai vec_any_nlt ( vector float __a,
vector float __b )
static

Definition at line 17309 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __CR6_LT_REV.

◆ vec_any_numeric()

__inline__ int __ATTRS_o_ai vec_any_numeric ( vector float __a)
static

Definition at line 17327 of file altivec.h.

References __a, __ATTRS_o_ai, and __CR6_EQ_REV.

◆ vec_avg() [1/6]

__inline__ vector int __ATTRS_o_ai vec_avg ( vector int __a,
vector int __b )
static

Definition at line 1605 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_avg() [2/6]

__inline__ vector short __ATTRS_o_ai vec_avg ( vector short __a,
vector short __b )
static

Definition at line 1595 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_avg() [3/6]

__inline__ vector signed char __ATTRS_o_ai vec_avg ( vector signed char __a,
vector signed char __b )
static

Definition at line 1586 of file altivec.h.

References __a, and __b.

◆ vec_avg() [4/6]

__inline__ vector unsigned char __ATTRS_o_ai vec_avg ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 1591 of file altivec.h.

References __a, and __b.

◆ vec_avg() [5/6]

__inline__ vector unsigned int __ATTRS_o_ai vec_avg ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 1611 of file altivec.h.

References __a, and __b.

◆ vec_avg() [6/6]

__inline__ vector unsigned short __ATTRS_o_ai vec_avg ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 1601 of file altivec.h.

References __a, and __b.

◆ vec_ceil()

__inline__ vector float __ATTRS_o_ai vec_ceil ( vector float __a)
static

Definition at line 1659 of file altivec.h.

References __a, and __ATTRS_o_ai.

Referenced by vec_roundp().

◆ vec_cmpeq() [1/10]

__inline__ vector bool char __ATTRS_o_ai vec_cmpeq ( vector bool char __a,
vector bool char __b )
static

Definition at line 1720 of file altivec.h.

References __a, and __b.

◆ vec_cmpeq() [2/10]

__inline__ vector bool int __ATTRS_o_ai vec_cmpeq ( vector bool int __a,
vector bool int __b )
static

Definition at line 1753 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_cmpeq() [3/10]

__inline__ vector bool short __ATTRS_o_ai vec_cmpeq ( vector bool short __a,
vector bool short __b )
static

Definition at line 1737 of file altivec.h.

References __a, and __b.

◆ vec_cmpeq() [4/10]

__inline__ vector bool int __ATTRS_o_ai vec_cmpeq ( vector float __a,
vector float __b )
static

Definition at line 1803 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_cmpeq() [5/10]

__inline__ vector bool int __ATTRS_o_ai vec_cmpeq ( vector int __a,
vector int __b )
static

Definition at line 1742 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_cmpeq() [6/10]

__inline__ vector bool short __ATTRS_o_ai vec_cmpeq ( vector short __a,
vector short __b )
static

Definition at line 1725 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_cmpeq() [7/10]

__inline__ vector bool char __ATTRS_o_ai vec_cmpeq ( vector signed char __a,
vector signed char __b )
static

Definition at line 1708 of file altivec.h.

References __a, and __b.

Referenced by vec_cmpne(), vec_cmpne(), vec_cmpne(), vec_cmpne(), vec_cmpne(), vec_cmpne(), vec_cmpne(), vec_cmpne(), vec_cmpne(), and vec_cmpne().

◆ vec_cmpeq() [8/10]

__inline__ vector bool char __ATTRS_o_ai vec_cmpeq ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 1714 of file altivec.h.

References __a, and __b.

◆ vec_cmpeq() [9/10]

__inline__ vector bool int __ATTRS_o_ai vec_cmpeq ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 1748 of file altivec.h.

References __a, and __b.

◆ vec_cmpeq() [10/10]

__inline__ vector bool short __ATTRS_o_ai vec_cmpeq ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 1731 of file altivec.h.

References __a, and __b.

◆ vec_cmpge() [1/7]

__inline__ vector bool int __ATTRS_o_ai vec_cmpge ( vector float __a,
vector float __b )
static

Definition at line 2272 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_cmpge() [2/7]

__inline__ vector bool char __ATTRS_o_ai vec_cmpge ( vector signed char __a,
vector signed char __b )
static

Definition at line 2243 of file altivec.h.

References __a, __b, and vec_cmpgt().

Referenced by vec_cmple(), vec_cmple(), vec_cmple(), vec_cmple(), vec_cmple(), vec_cmple(), and vec_cmple().

◆ vec_cmpge() [3/7]

__inline__ vector bool int __ATTRS_o_ai vec_cmpge ( vector signed int __a,
vector signed int __b )
static

Definition at line 2263 of file altivec.h.

References __a, __b, and vec_cmpgt().

◆ vec_cmpge() [4/7]

__inline__ vector bool short __ATTRS_o_ai vec_cmpge ( vector signed short __a,
vector signed short __b )
static

Definition at line 2253 of file altivec.h.

References __a, __b, and vec_cmpgt().

◆ vec_cmpge() [5/7]

__inline__ vector bool char __ATTRS_o_ai vec_cmpge ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 2248 of file altivec.h.

References __a, __b, and vec_cmpgt().

◆ vec_cmpge() [6/7]

__inline__ vector bool int __ATTRS_o_ai vec_cmpge ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 2268 of file altivec.h.

References __a, __b, and vec_cmpgt().

◆ vec_cmpge() [7/7]

__inline__ vector bool short __ATTRS_o_ai vec_cmpge ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 2258 of file altivec.h.

References __a, __b, and vec_cmpgt().

◆ vec_cmpgt() [1/7]

__inline__ vector bool int __ATTRS_o_ai vec_cmpgt ( vector float __a,
vector float __b )
static

Definition at line 2212 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_cmpgt() [2/7]

__inline__ vector bool int __ATTRS_o_ai vec_cmpgt ( vector int __a,
vector int __b )
static

Definition at line 2150 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_cmpgt() [3/7]

__inline__ vector bool short __ATTRS_o_ai vec_cmpgt ( vector short __a,
vector short __b )
static

Definition at line 2140 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_cmpgt() [4/7]

__inline__ vector bool char __ATTRS_o_ai vec_cmpgt ( vector signed char __a,
vector signed char __b )
static

◆ vec_cmpgt() [5/7]

__inline__ vector bool char __ATTRS_o_ai vec_cmpgt ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 2136 of file altivec.h.

References __a, and __b.

◆ vec_cmpgt() [6/7]

__inline__ vector bool int __ATTRS_o_ai vec_cmpgt ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 2156 of file altivec.h.

References __a, and __b.

◆ vec_cmpgt() [7/7]

__inline__ vector bool short __ATTRS_o_ai vec_cmpgt ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 2146 of file altivec.h.

References __a, and __b.

◆ vec_cmple() [1/7]

__inline__ vector bool int __ATTRS_o_ai vec_cmple ( vector float __a,
vector float __b )
static

Definition at line 2398 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_cmpge().

◆ vec_cmple() [2/7]

__inline__ vector bool char __ATTRS_o_ai vec_cmple ( vector signed char __a,
vector signed char __b )
static

Definition at line 2369 of file altivec.h.

References __a, __b, and vec_cmpge().

◆ vec_cmple() [3/7]

__inline__ vector bool int __ATTRS_o_ai vec_cmple ( vector signed int __a,
vector signed int __b )
static

Definition at line 2389 of file altivec.h.

References __a, __b, and vec_cmpge().

◆ vec_cmple() [4/7]

__inline__ vector bool short __ATTRS_o_ai vec_cmple ( vector signed short __a,
vector signed short __b )
static

Definition at line 2379 of file altivec.h.

References __a, __b, and vec_cmpge().

◆ vec_cmple() [5/7]

__inline__ vector bool char __ATTRS_o_ai vec_cmple ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 2374 of file altivec.h.

References __a, __b, and vec_cmpge().

◆ vec_cmple() [6/7]

__inline__ vector bool int __ATTRS_o_ai vec_cmple ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 2394 of file altivec.h.

References __a, __b, and vec_cmpge().

◆ vec_cmple() [7/7]

__inline__ vector bool short __ATTRS_o_ai vec_cmple ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 2384 of file altivec.h.

References __a, __b, and vec_cmpge().

◆ vec_cmplt() [1/7]

__inline__ vector bool int __ATTRS_o_ai vec_cmplt ( vector float __a,
vector float __b )
static

Definition at line 2464 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_cmpgt().

◆ vec_cmplt() [2/7]

__inline__ vector bool int __ATTRS_o_ai vec_cmplt ( vector int __a,
vector int __b )
static

Definition at line 2454 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_cmpgt().

◆ vec_cmplt() [3/7]

__inline__ vector bool short __ATTRS_o_ai vec_cmplt ( vector short __a,
vector short __b )
static

Definition at line 2444 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_cmpgt().

◆ vec_cmplt() [4/7]

__inline__ vector bool char __ATTRS_o_ai vec_cmplt ( vector signed char __a,
vector signed char __b )
static

Definition at line 2435 of file altivec.h.

References __a, __b, and vec_cmpgt().

◆ vec_cmplt() [5/7]

__inline__ vector bool char __ATTRS_o_ai vec_cmplt ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 2440 of file altivec.h.

References __a, __b, and vec_cmpgt().

◆ vec_cmplt() [6/7]

__inline__ vector bool int __ATTRS_o_ai vec_cmplt ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 2460 of file altivec.h.

References __a, __b, and vec_cmpgt().

◆ vec_cmplt() [7/7]

__inline__ vector bool short __ATTRS_o_ai vec_cmplt ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 2450 of file altivec.h.

References __a, __b, and vec_cmpgt().

◆ vec_cmpne() [1/10]

__inline__ vector bool char __ATTRS_o_ai vec_cmpne ( vector bool char __a,
vector bool char __b )
static

Definition at line 2032 of file altivec.h.

References __a, __b, and vec_cmpeq().

◆ vec_cmpne() [2/10]

__inline__ vector bool int __ATTRS_o_ai vec_cmpne ( vector bool int __a,
vector bool int __b )
static

Definition at line 2062 of file altivec.h.

References __a, __b, and vec_cmpeq().

◆ vec_cmpne() [3/10]

__inline__ vector bool short __ATTRS_o_ai vec_cmpne ( vector bool short __a,
vector bool short __b )
static

Definition at line 2047 of file altivec.h.

References __a, __b, and vec_cmpeq().

◆ vec_cmpne() [4/10]

__inline__ vector bool int __ATTRS_o_ai vec_cmpne ( vector float __a,
vector float __b )
static

Definition at line 2077 of file altivec.h.

References __a, __b, and vec_cmpeq().

◆ vec_cmpne() [5/10]

__inline__ vector bool char __ATTRS_o_ai vec_cmpne ( vector signed char __a,
vector signed char __b )
static

Definition at line 2037 of file altivec.h.

References __a, __b, and vec_cmpeq().

◆ vec_cmpne() [6/10]

__inline__ vector bool int __ATTRS_o_ai vec_cmpne ( vector signed int __a,
vector signed int __b )
static

Definition at line 2067 of file altivec.h.

References __a, __b, and vec_cmpeq().

◆ vec_cmpne() [7/10]

__inline__ vector bool short __ATTRS_o_ai vec_cmpne ( vector signed short __a,
vector signed short __b )
static

Definition at line 2052 of file altivec.h.

References __a, __b, and vec_cmpeq().

◆ vec_cmpne() [8/10]

__inline__ vector bool char __ATTRS_o_ai vec_cmpne ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 2042 of file altivec.h.

References __a, __b, and vec_cmpeq().

◆ vec_cmpne() [9/10]

__inline__ vector bool int __ATTRS_o_ai vec_cmpne ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 2072 of file altivec.h.

References __a, __b, and vec_cmpeq().

◆ vec_cmpne() [10/10]

__inline__ vector bool short __ATTRS_o_ai vec_cmpne ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 2057 of file altivec.h.

References __a, __b, and vec_cmpeq().

◆ vec_div() [1/6]

__inline__ vector signed char __ATTRS_o_ai vec_div ( vector signed char __a,
vector signed char __b )
static

Definition at line 3784 of file altivec.h.

References __a, and __b.

◆ vec_div() [2/6]

__inline__ vector signed int __ATTRS_o_ai vec_div ( vector signed int __a,
vector signed int __b )
static

Definition at line 3804 of file altivec.h.

References __a, and __b.

◆ vec_div() [3/6]

__inline__ vector signed short __ATTRS_o_ai vec_div ( vector signed short __a,
vector signed short __b )
static

Definition at line 3794 of file altivec.h.

References __a, and __b.

◆ vec_div() [4/6]

__inline__ vector unsigned char __ATTRS_o_ai vec_div ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 3789 of file altivec.h.

References __a, and __b.

◆ vec_div() [5/6]

__inline__ vector unsigned int __ATTRS_o_ai vec_div ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 3809 of file altivec.h.

References __a, and __b.

◆ vec_div() [6/6]

__inline__ vector unsigned short __ATTRS_o_ai vec_div ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 3799 of file altivec.h.

References __a, and __b.

◆ vec_extract() [1/10]

__inline__ unsigned char __ATTRS_o_ai vec_extract ( vector bool char __a,
signed int __b )
static

Definition at line 13563 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_extract() [2/10]

__inline__ unsigned int __ATTRS_o_ai vec_extract ( vector bool int __a,
signed int __b )
static

Definition at line 13593 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_extract() [3/10]

__inline__ unsigned short __ATTRS_o_ai vec_extract ( vector bool short __a,
signed int __b )
static

Definition at line 13578 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_extract() [4/10]

__inline__ float __ATTRS_o_ai vec_extract ( vector float __a,
signed int __b )
static

Definition at line 13620 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_extract() [5/10]

__inline__ signed char __ATTRS_o_ai vec_extract ( vector signed char __a,
signed int __b )
static

Definition at line 13553 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_extract() [6/10]

__inline__ signed int __ATTRS_o_ai vec_extract ( vector signed int __a,
signed int __b )
static

Definition at line 13583 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_extract() [7/10]

__inline__ signed short __ATTRS_o_ai vec_extract ( vector signed short __a,
signed int __b )
static

Definition at line 13568 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_extract() [8/10]

__inline__ unsigned char __ATTRS_o_ai vec_extract ( vector unsigned char __a,
signed int __b )
static

Definition at line 13559 of file altivec.h.

References __a, and __b.

◆ vec_extract() [9/10]

__inline__ unsigned int __ATTRS_o_ai vec_extract ( vector unsigned int __a,
signed int __b )
static

Definition at line 13588 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_extract() [10/10]

__inline__ unsigned short __ATTRS_o_ai vec_extract ( vector unsigned short __a,
signed int __b )
static

Definition at line 13574 of file altivec.h.

References __a, and __b.

◆ vec_float() [1/2]

__inline__ vector float __ATTRS_o_ai vec_float ( vector signed int __a)
static

Definition at line 3579 of file altivec.h.

References __a.

◆ vec_float() [2/2]

__inline__ vector float __ATTRS_o_ai vec_float ( vector unsigned int __a)
static

Definition at line 3584 of file altivec.h.

References __a.

◆ vec_floor()

__inline__ vector float __ATTRS_o_ai vec_floor ( vector float __a)
static

Definition at line 4026 of file altivec.h.

References __a, and __ATTRS_o_ai.

Referenced by vec_roundm().

◆ vec_insert() [1/10]

__inline__ vector float __ATTRS_o_ai vec_insert ( float __a,
vector float __b,
int __c )
static

Definition at line 13761 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_insert() [2/10]

__inline__ vector signed char __ATTRS_o_ai vec_insert ( signed char __a,
vector signed char __b,
int __c )
static

Definition at line 13680 of file altivec.h.

References __a, __b, and __c.

◆ vec_insert() [3/10]

__inline__ vector signed int __ATTRS_o_ai vec_insert ( signed int __a,
vector signed int __b,
int __c )
static

Definition at line 13717 of file altivec.h.

References __a, __b, and __c.

◆ vec_insert() [4/10]

__inline__ vector signed short __ATTRS_o_ai vec_insert ( signed short __a,
vector signed short __b,
int __c )
static

Definition at line 13699 of file altivec.h.

References __a, __b, and __c.

◆ vec_insert() [5/10]

__inline__ vector bool char __ATTRS_o_ai vec_insert ( unsigned char __a,
vector bool char __b,
int __c )
static

Definition at line 13691 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_insert() [6/10]

__inline__ vector unsigned char __ATTRS_o_ai vec_insert ( unsigned char __a,
vector unsigned char __b,
int __c )
static

Definition at line 13686 of file altivec.h.

References __a, __b, and __c.

◆ vec_insert() [7/10]

__inline__ vector bool int __ATTRS_o_ai vec_insert ( unsigned int __a,
vector bool int __b,
int __c )
static

Definition at line 13728 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_insert() [8/10]

__inline__ vector unsigned int __ATTRS_o_ai vec_insert ( unsigned int __a,
vector unsigned int __b,
int __c )
static

Definition at line 13723 of file altivec.h.

References __a, __b, and __c.

◆ vec_insert() [9/10]

__inline__ vector bool short __ATTRS_o_ai vec_insert ( unsigned short __a,
vector bool short __b,
int __c )
static

Definition at line 13711 of file altivec.h.

References __a, __b, and __c.

◆ vec_insert() [10/10]

__inline__ vector unsigned short __ATTRS_o_ai vec_insert ( unsigned short __a,
vector unsigned short __b,
int __c )
static

Definition at line 13705 of file altivec.h.

References __a, __b, and __c.

◆ vec_ld() [1/18]

__inline__ vector float __ATTRS_o_ai vec_ld ( long __a,
const float * __b )
static

Definition at line 4143 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_ld() [2/18]

__inline__ vector int __ATTRS_o_ai vec_ld ( long __a,
const int * __b )
static

Definition at line 4119 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_ld() [3/18]

__inline__ vector short __ATTRS_o_ai vec_ld ( long __a,
const short * __b )
static

Definition at line 4090 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_ld() [4/18]

__inline__ vector signed char __ATTRS_o_ai vec_ld ( long __a,
const signed char * __b )
static

Definition at line 4066 of file altivec.h.

References __a, and __b.

◆ vec_ld() [5/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_ld ( long __a,
const unsigned char * __b )
static

Definition at line 4076 of file altivec.h.

References __a, and __b.

◆ vec_ld() [6/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_ld ( long __a,
const unsigned int * __b )
static

Definition at line 4129 of file altivec.h.

References __a, and __b.

◆ vec_ld() [7/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_ld ( long __a,
const unsigned short * __b )
static

Definition at line 4100 of file altivec.h.

References __a, and __b.

◆ vec_ld() [8/18]

__inline__ vector bool char __ATTRS_o_ai vec_ld ( long __a,
const vector bool char * __b )
static

Definition at line 4081 of file altivec.h.

References __a, and __b.

◆ vec_ld() [9/18]

__inline__ vector bool int __ATTRS_o_ai vec_ld ( long __a,
const vector bool int * __b )
static

Definition at line 4134 of file altivec.h.

References __a, and __b.

◆ vec_ld() [10/18]

__inline__ vector bool short __ATTRS_o_ai vec_ld ( long __a,
const vector bool short * __b )
static

Definition at line 4105 of file altivec.h.

References __a, and __b.

◆ vec_ld() [11/18]

__inline__ vector float __ATTRS_o_ai vec_ld ( long __a,
const vector float * __b )
static

Definition at line 4138 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_ld() [12/18]

__inline__ vector int __ATTRS_o_ai vec_ld ( long __a,
const vector int * __b )
static

Definition at line 4114 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_ld() [13/18]

__inline__ vector pixel __ATTRS_o_ai vec_ld ( long __a,
const vector pixel * __b )
static

Definition at line 4109 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_ld() [14/18]

__inline__ vector short __ATTRS_o_ai vec_ld ( long __a,
const vector short * __b )
static

Definition at line 4085 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_ld() [15/18]

◆ vec_ld() [16/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_ld ( long __a,
const vector unsigned char * __b )
static

Definition at line 4071 of file altivec.h.

References __a, and __b.

◆ vec_ld() [17/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_ld ( long __a,
const vector unsigned int * __b )
static

Definition at line 4124 of file altivec.h.

References __a, and __b.

◆ vec_ld() [18/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_ld ( long __a,
const vector unsigned short * __b )
static

Definition at line 4095 of file altivec.h.

References __a, and __b.

◆ vec_lde() [1/7]

__inline__ vector float __ATTRS_o_ai vec_lde ( long __a,
const float * __b )
static

Definition at line 4266 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lde() [2/7]

__inline__ vector int __ATTRS_o_ai vec_lde ( long __a,
const int * __b )
static

Definition at line 4257 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lde() [3/7]

__inline__ vector short __ATTRS_o_ai vec_lde ( long __a,
const short * __b )
static

Definition at line 4248 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lde() [4/7]

__inline__ vector signed char __ATTRS_o_ai vec_lde ( long __a,
const signed char * __b )
static

Definition at line 4239 of file altivec.h.

References __a, and __b.

◆ vec_lde() [5/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_lde ( long __a,
const unsigned char * __b )
static

Definition at line 4244 of file altivec.h.

References __a, and __b.

◆ vec_lde() [6/7]

__inline__ vector unsigned int __ATTRS_o_ai vec_lde ( long __a,
const unsigned int * __b )
static

Definition at line 4262 of file altivec.h.

References __a, and __b.

◆ vec_lde() [7/7]

__inline__ vector unsigned short __ATTRS_o_ai vec_lde ( long __a,
const unsigned short * __b )
static

Definition at line 4253 of file altivec.h.

References __a, and __b.

◆ vec_ldl() [1/18]

__inline__ vector float __ATTRS_o_ai vec_ldl ( long __a,
const float * __b )
static

Definition at line 4395 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_ldl() [2/18]

__inline__ vector int __ATTRS_o_ai vec_ldl ( long __a,
const int * __b )
static

Definition at line 4371 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_ldl() [3/18]

__inline__ vector short __ATTRS_o_ai vec_ldl ( long __a,
const short * __b )
static

Definition at line 4342 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_ldl() [4/18]

__inline__ vector signed char __ATTRS_o_ai vec_ldl ( long __a,
const signed char * __b )
static

Definition at line 4318 of file altivec.h.

References __a, and __b.

◆ vec_ldl() [5/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_ldl ( long __a,
const unsigned char * __b )
static

Definition at line 4328 of file altivec.h.

References __a, and __b.

◆ vec_ldl() [6/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_ldl ( long __a,
const unsigned int * __b )
static

Definition at line 4381 of file altivec.h.

References __a, and __b.

◆ vec_ldl() [7/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_ldl ( long __a,
const unsigned short * __b )
static

Definition at line 4352 of file altivec.h.

References __a, and __b.

◆ vec_ldl() [8/18]

__inline__ vector bool char __ATTRS_o_ai vec_ldl ( long __a,
const vector bool char * __b )
static

Definition at line 4333 of file altivec.h.

References __a, and __b.

◆ vec_ldl() [9/18]

__inline__ vector bool int __ATTRS_o_ai vec_ldl ( long __a,
const vector bool int * __b )
static

Definition at line 4386 of file altivec.h.

References __a, and __b.

◆ vec_ldl() [10/18]

__inline__ vector bool short __ATTRS_o_ai vec_ldl ( long __a,
const vector bool short * __b )
static

Definition at line 4357 of file altivec.h.

References __a, and __b.

◆ vec_ldl() [11/18]

__inline__ vector float __ATTRS_o_ai vec_ldl ( long __a,
const vector float * __b )
static

Definition at line 4390 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_ldl() [12/18]

__inline__ vector int __ATTRS_o_ai vec_ldl ( long __a,
const vector int * __b )
static

Definition at line 4366 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_ldl() [13/18]

__inline__ vector pixel __ATTRS_o_ai vec_ldl ( long __a,
const vector pixel * __b )
static

Definition at line 4361 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_ldl() [14/18]

__inline__ vector short __ATTRS_o_ai vec_ldl ( long __a,
const vector short * __b )
static

Definition at line 4337 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_ldl() [15/18]

◆ vec_ldl() [16/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_ldl ( long __a,
const vector unsigned char * __b )
static

Definition at line 4323 of file altivec.h.

References __a, and __b.

◆ vec_ldl() [17/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_ldl ( long __a,
const vector unsigned int * __b )
static

Definition at line 4376 of file altivec.h.

References __a, and __b.

◆ vec_ldl() [18/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_ldl ( long __a,
const vector unsigned short * __b )
static

Definition at line 4347 of file altivec.h.

References __a, and __b.

◆ vec_lvebx() [1/2]

__inline__ vector signed char __ATTRS_o_ai vec_lvebx ( long __a,
const signed char * __b )
static

Definition at line 4273 of file altivec.h.

References __a, and __b.

◆ vec_lvebx() [2/2]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvebx ( long __a,
const unsigned char * __b )
static

Definition at line 4278 of file altivec.h.

References __a, and __b.

◆ vec_lvehx() [1/2]

__inline__ vector short __ATTRS_o_ai vec_lvehx ( long __a,
const short * __b )
static

Definition at line 4284 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvehx() [2/2]

__inline__ vector unsigned short __ATTRS_o_ai vec_lvehx ( long __a,
const unsigned short * __b )
static

Definition at line 4290 of file altivec.h.

References __a, and __b.

◆ vec_lvewx() [1/3]

__inline__ vector float __ATTRS_o_ai vec_lvewx ( long __a,
const float * __b )
static

Definition at line 4305 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvewx() [2/3]

__inline__ vector int __ATTRS_o_ai vec_lvewx ( long __a,
const int * __b )
static

Definition at line 4296 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvewx() [3/3]

__inline__ vector unsigned int __ATTRS_o_ai vec_lvewx ( long __a,
const unsigned int * __b )
static

Definition at line 4301 of file altivec.h.

References __a, and __b.

◆ vec_lvlx() [1/18]

__inline__ vector float __ATTRS_o_ai vec_lvlx ( int __a,
const float * __b )
static

Definition at line 13863 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [2/18]

__inline__ vector int __ATTRS_o_ai vec_lvlx ( int __a,
const int * __b )
static

Definition at line 13835 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [3/18]

__inline__ vector short __ATTRS_o_ai vec_lvlx ( int __a,
const short * __b )
static

Definition at line 13800 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [4/18]

◆ vec_lvlx() [5/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvlx ( int __a,
const unsigned char * __b )
static

Definition at line 13783 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [6/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_lvlx ( int __a,
const unsigned int * __b )
static

Definition at line 13846 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [7/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_lvlx ( int __a,
const unsigned short * __b )
static

Definition at line 13812 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [8/18]

__inline__ vector bool char __ATTRS_o_ai vec_lvlx ( int __a,
const vector bool char * __b )
static

Definition at line 13795 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [9/18]

__inline__ vector bool int __ATTRS_o_ai vec_lvlx ( int __a,
const vector bool int * __b )
static

Definition at line 13858 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [10/18]

__inline__ vector bool short __ATTRS_o_ai vec_lvlx ( int __a,
const vector bool short * __b )
static

Definition at line 13824 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [11/18]

__inline__ vector float __ATTRS_o_ai vec_lvlx ( int __a,
const vector float * __b )
static

Definition at line 13868 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [12/18]

__inline__ vector int __ATTRS_o_ai vec_lvlx ( int __a,
const vector int * __b )
static

Definition at line 13839 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [13/18]

__inline__ vector pixel __ATTRS_o_ai vec_lvlx ( int __a,
const vector pixel * __b )
static

Definition at line 13829 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [14/18]

__inline__ vector short __ATTRS_o_ai vec_lvlx ( int __a,
const vector short * __b )
static

Definition at line 13805 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [15/18]

__inline__ vector signed char __ATTRS_o_ai vec_lvlx ( int __a,
const vector signed char * __b )
static

Definition at line 13777 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [16/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvlx ( int __a,
const vector unsigned char * __b )
static

Definition at line 13789 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [17/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_lvlx ( int __a,
const vector unsigned int * __b )
static

Definition at line 13852 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [18/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_lvlx ( int __a,
const vector unsigned short * __b )
static

Definition at line 13818 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [1/18]

__inline__ vector float __ATTRS_o_ai vec_lvlxl ( int __a,
const float * __b )
static

Definition at line 13969 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [2/18]

__inline__ vector int __ATTRS_o_ai vec_lvlxl ( int __a,
const int * __b )
static

Definition at line 13941 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [3/18]

__inline__ vector short __ATTRS_o_ai vec_lvlxl ( int __a,
const short * __b )
static

Definition at line 13906 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [4/18]

__inline__ vector signed char __ATTRS_o_ai vec_lvlxl ( int __a,
const signed char * __b )
static

Definition at line 13877 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [5/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvlxl ( int __a,
const unsigned char * __b )
static

Definition at line 13889 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [6/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_lvlxl ( int __a,
const unsigned int * __b )
static

Definition at line 13952 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [7/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_lvlxl ( int __a,
const unsigned short * __b )
static

Definition at line 13918 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [8/18]

__inline__ vector bool char __ATTRS_o_ai vec_lvlxl ( int __a,
const vector bool char * __b )
static

Definition at line 13901 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [9/18]

__inline__ vector bool int __ATTRS_o_ai vec_lvlxl ( int __a,
const vector bool int * __b )
static

Definition at line 13964 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [10/18]

__inline__ vector bool short __ATTRS_o_ai vec_lvlxl ( int __a,
const vector bool short * __b )
static

Definition at line 13930 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [11/18]

__inline__ vector int __ATTRS_o_ai vec_lvlxl ( int __a,
const vector int * __b )
static

Definition at line 13945 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [12/18]

__inline__ vector pixel __ATTRS_o_ai vec_lvlxl ( int __a,
const vector pixel * __b )
static

Definition at line 13935 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [13/18]

__inline__ vector short __ATTRS_o_ai vec_lvlxl ( int __a,
const vector short * __b )
static

Definition at line 13911 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [14/18]

__inline__ vector signed char __ATTRS_o_ai vec_lvlxl ( int __a,
const vector signed char * __b )
static

Definition at line 13883 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [15/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvlxl ( int __a,
const vector unsigned char * __b )
static

Definition at line 13895 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [16/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_lvlxl ( int __a,
const vector unsigned int * __b )
static

Definition at line 13958 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [17/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_lvlxl ( int __a,
const vector unsigned short * __b )
static

Definition at line 13924 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [18/18]

__inline__ vector float __ATTRS_o_ai vec_lvlxl ( int __a,
vector float * __b )
static

Definition at line 13974 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [1/18]

__inline__ vector float __ATTRS_o_ai vec_lvrx ( int __a,
const float * __b )
static

Definition at line 14075 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [2/18]

__inline__ vector int __ATTRS_o_ai vec_lvrx ( int __a,
const int * __b )
static

Definition at line 14047 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [3/18]

__inline__ vector short __ATTRS_o_ai vec_lvrx ( int __a,
const short * __b )
static

Definition at line 14012 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [4/18]

◆ vec_lvrx() [5/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvrx ( int __a,
const unsigned char * __b )
static

Definition at line 13995 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [6/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_lvrx ( int __a,
const unsigned int * __b )
static

Definition at line 14058 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [7/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_lvrx ( int __a,
const unsigned short * __b )
static

Definition at line 14024 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [8/18]

__inline__ vector bool char __ATTRS_o_ai vec_lvrx ( int __a,
const vector bool char * __b )
static

Definition at line 14007 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [9/18]

__inline__ vector bool int __ATTRS_o_ai vec_lvrx ( int __a,
const vector bool int * __b )
static

Definition at line 14070 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [10/18]

__inline__ vector bool short __ATTRS_o_ai vec_lvrx ( int __a,
const vector bool short * __b )
static

Definition at line 14036 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [11/18]

__inline__ vector float __ATTRS_o_ai vec_lvrx ( int __a,
const vector float * __b )
static

Definition at line 14080 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [12/18]

__inline__ vector int __ATTRS_o_ai vec_lvrx ( int __a,
const vector int * __b )
static

Definition at line 14051 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [13/18]

__inline__ vector pixel __ATTRS_o_ai vec_lvrx ( int __a,
const vector pixel * __b )
static

Definition at line 14041 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [14/18]

__inline__ vector short __ATTRS_o_ai vec_lvrx ( int __a,
const vector short * __b )
static

Definition at line 14017 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [15/18]

__inline__ vector signed char __ATTRS_o_ai vec_lvrx ( int __a,
const vector signed char * __b )
static

Definition at line 13989 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [16/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvrx ( int __a,
const vector unsigned char * __b )
static

Definition at line 14001 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [17/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_lvrx ( int __a,
const vector unsigned int * __b )
static

Definition at line 14064 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [18/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_lvrx ( int __a,
const vector unsigned short * __b )
static

Definition at line 14030 of file altivec.h.

References __a, __b, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [1/18]

__inline__ vector float __ATTRS_o_ai vec_lvrxl ( int __a,
const float * __b )
static

Definition at line 14181 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [2/18]

__inline__ vector int __ATTRS_o_ai vec_lvrxl ( int __a,
const int * __b )
static

Definition at line 14153 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [3/18]

__inline__ vector short __ATTRS_o_ai vec_lvrxl ( int __a,
const short * __b )
static

Definition at line 14118 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [4/18]

__inline__ vector signed char __ATTRS_o_ai vec_lvrxl ( int __a,
const signed char * __b )
static

Definition at line 14089 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [5/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvrxl ( int __a,
const unsigned char * __b )
static

Definition at line 14101 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [6/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_lvrxl ( int __a,
const unsigned int * __b )
static

Definition at line 14164 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [7/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_lvrxl ( int __a,
const unsigned short * __b )
static

Definition at line 14130 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [8/18]

__inline__ vector bool char __ATTRS_o_ai vec_lvrxl ( int __a,
const vector bool char * __b )
static

Definition at line 14113 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [9/18]

__inline__ vector bool int __ATTRS_o_ai vec_lvrxl ( int __a,
const vector bool int * __b )
static

Definition at line 14176 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [10/18]

__inline__ vector bool short __ATTRS_o_ai vec_lvrxl ( int __a,
const vector bool short * __b )
static

Definition at line 14142 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [11/18]

__inline__ vector float __ATTRS_o_ai vec_lvrxl ( int __a,
const vector float * __b )
static

Definition at line 14186 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [12/18]

__inline__ vector int __ATTRS_o_ai vec_lvrxl ( int __a,
const vector int * __b )
static

Definition at line 14157 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [13/18]

__inline__ vector pixel __ATTRS_o_ai vec_lvrxl ( int __a,
const vector pixel * __b )
static

Definition at line 14147 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [14/18]

__inline__ vector short __ATTRS_o_ai vec_lvrxl ( int __a,
const vector short * __b )
static

Definition at line 14123 of file altivec.h.

References __a, __ATTRS_o_ai, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [15/18]

__inline__ vector signed char __ATTRS_o_ai vec_lvrxl ( int __a,
const vector signed char * __b )
static

Definition at line 14095 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [16/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvrxl ( int __a,
const vector unsigned char * __b )
static

Definition at line 14107 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [17/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_lvrxl ( int __a,
const vector unsigned int * __b )
static

Definition at line 14170 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [18/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_lvrxl ( int __a,
const vector unsigned short * __b )
static

Definition at line 14136 of file altivec.h.

References __a, __b, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvsl() [1/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvsl ( int __a,
const float * __b )
static

Definition at line 4619 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvsl() [2/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvsl ( int __a,
const int * __b )
static

Definition at line 4585 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvsl() [3/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvsl ( int __a,
const short * __b )
static

Definition at line 4551 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvsl() [4/7]

◆ vec_lvsl() [5/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvsl ( int __a,
const unsigned char * __b )
static

Definition at line 4535 of file altivec.h.

References __a, and __b.

◆ vec_lvsl() [6/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvsl ( int __a,
const unsigned int * __b )
static

Definition at line 4603 of file altivec.h.

References __a, and __b.

◆ vec_lvsl() [7/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvsl ( int __a,
const unsigned short * __b )
static

Definition at line 4569 of file altivec.h.

References __a, and __b.

◆ vec_lvsr() [1/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvsr ( int __a,
const float * __b )
static

Definition at line 4740 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvsr() [2/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvsr ( int __a,
const int * __b )
static

Definition at line 4706 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvsr() [3/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvsr ( int __a,
const short * __b )
static

Definition at line 4672 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvsr() [4/7]

◆ vec_lvsr() [5/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvsr ( int __a,
const unsigned char * __b )
static

Definition at line 4656 of file altivec.h.

References __a, and __b.

◆ vec_lvsr() [6/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvsr ( int __a,
const unsigned int * __b )
static

Definition at line 4724 of file altivec.h.

References __a, and __b.

◆ vec_lvsr() [7/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvsr ( int __a,
const unsigned short * __b )
static

Definition at line 4690 of file altivec.h.

References __a, and __b.

◆ vec_lvx() [1/18]

__inline__ vector float __ATTRS_o_ai vec_lvx ( long __a,
const float * __b )
static

Definition at line 4232 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvx() [2/18]

__inline__ vector int __ATTRS_o_ai vec_lvx ( long __a,
const int * __b )
static

Definition at line 4208 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvx() [3/18]

__inline__ vector short __ATTRS_o_ai vec_lvx ( long __a,
const short * __b )
static

Definition at line 4179 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvx() [4/18]

__inline__ vector signed char __ATTRS_o_ai vec_lvx ( long __a,
const signed char * __b )
static

Definition at line 4155 of file altivec.h.

References __a, and __b.

◆ vec_lvx() [5/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvx ( long __a,
const unsigned char * __b )
static

Definition at line 4165 of file altivec.h.

References __a, and __b.

◆ vec_lvx() [6/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_lvx ( long __a,
const unsigned int * __b )
static

Definition at line 4218 of file altivec.h.

References __a, and __b.

◆ vec_lvx() [7/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_lvx ( long __a,
const unsigned short * __b )
static

Definition at line 4189 of file altivec.h.

References __a, and __b.

◆ vec_lvx() [8/18]

__inline__ vector bool char __ATTRS_o_ai vec_lvx ( long __a,
const vector bool char * __b )
static

Definition at line 4170 of file altivec.h.

References __a, and __b.

◆ vec_lvx() [9/18]

__inline__ vector bool int __ATTRS_o_ai vec_lvx ( long __a,
const vector bool int * __b )
static

Definition at line 4223 of file altivec.h.

References __a, and __b.

◆ vec_lvx() [10/18]

__inline__ vector bool short __ATTRS_o_ai vec_lvx ( long __a,
const vector bool short * __b )
static

Definition at line 4194 of file altivec.h.

References __a, and __b.

◆ vec_lvx() [11/18]

__inline__ vector float __ATTRS_o_ai vec_lvx ( long __a,
const vector float * __b )
static

Definition at line 4227 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvx() [12/18]

__inline__ vector int __ATTRS_o_ai vec_lvx ( long __a,
const vector int * __b )
static

Definition at line 4203 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvx() [13/18]

__inline__ vector pixel __ATTRS_o_ai vec_lvx ( long __a,
const vector pixel * __b )
static

Definition at line 4198 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvx() [14/18]

__inline__ vector short __ATTRS_o_ai vec_lvx ( long __a,
const vector short * __b )
static

Definition at line 4174 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvx() [15/18]

__inline__ vector signed char __ATTRS_o_ai vec_lvx ( long __a,
const vector signed char * __b )
static

Definition at line 4150 of file altivec.h.

References __a, and __b.

◆ vec_lvx() [16/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvx ( long __a,
const vector unsigned char * __b )
static

Definition at line 4160 of file altivec.h.

References __a, and __b.

◆ vec_lvx() [17/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_lvx ( long __a,
const vector unsigned int * __b )
static

Definition at line 4213 of file altivec.h.

References __a, and __b.

◆ vec_lvx() [18/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_lvx ( long __a,
const vector unsigned short * __b )
static

Definition at line 4184 of file altivec.h.

References __a, and __b.

◆ vec_lvxl() [1/18]

__inline__ vector float __ATTRS_o_ai vec_lvxl ( long __a,
const float * __b )
static

Definition at line 4485 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvxl() [2/18]

__inline__ vector int __ATTRS_o_ai vec_lvxl ( long __a,
const int * __b )
static

Definition at line 4461 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvxl() [3/18]

__inline__ vector short __ATTRS_o_ai vec_lvxl ( long __a,
const short * __b )
static

Definition at line 4431 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvxl() [4/18]

__inline__ vector signed char __ATTRS_o_ai vec_lvxl ( long __a,
const signed char * __b )
static

Definition at line 4407 of file altivec.h.

References __a, and __b.

◆ vec_lvxl() [5/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvxl ( long __a,
const unsigned char * __b )
static

Definition at line 4417 of file altivec.h.

References __a, and __b.

◆ vec_lvxl() [6/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_lvxl ( long __a,
const unsigned int * __b )
static

Definition at line 4471 of file altivec.h.

References __a, and __b.

◆ vec_lvxl() [7/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_lvxl ( long __a,
const unsigned short * __b )
static

Definition at line 4442 of file altivec.h.

References __a, and __b.

◆ vec_lvxl() [8/18]

__inline__ vector bool char __ATTRS_o_ai vec_lvxl ( long __a,
const vector bool char * __b )
static

Definition at line 4422 of file altivec.h.

References __a, and __b.

◆ vec_lvxl() [9/18]

__inline__ vector bool int __ATTRS_o_ai vec_lvxl ( long __a,
const vector bool int * __b )
static

Definition at line 4476 of file altivec.h.

References __a, and __b.

◆ vec_lvxl() [10/18]

__inline__ vector bool short __ATTRS_o_ai vec_lvxl ( long __a,
const vector bool short * __b )
static

Definition at line 4447 of file altivec.h.

References __a, and __b.

◆ vec_lvxl() [11/18]

__inline__ vector float __ATTRS_o_ai vec_lvxl ( long __a,
const vector float * __b )
static

Definition at line 4480 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvxl() [12/18]

__inline__ vector int __ATTRS_o_ai vec_lvxl ( long __a,
const vector int * __b )
static

Definition at line 4456 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvxl() [13/18]

__inline__ vector pixel __ATTRS_o_ai vec_lvxl ( long __a,
const vector pixel * __b )
static

Definition at line 4451 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvxl() [14/18]

__inline__ vector short __ATTRS_o_ai vec_lvxl ( long __a,
const vector short * __b )
static

Definition at line 4426 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_lvxl() [15/18]

__inline__ vector signed char __ATTRS_o_ai vec_lvxl ( long __a,
const vector signed char * __b )
static

Definition at line 4402 of file altivec.h.

References __a, and __b.

◆ vec_lvxl() [16/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_lvxl ( long __a,
const vector unsigned char * __b )
static

Definition at line 4412 of file altivec.h.

References __a, and __b.

◆ vec_lvxl() [17/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_lvxl ( long __a,
const vector unsigned int * __b )
static

Definition at line 4466 of file altivec.h.

References __a, and __b.

◆ vec_lvxl() [18/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_lvxl ( long __a,
const vector unsigned short * __b )
static

Definition at line 4437 of file altivec.h.

References __a, and __b.

◆ vec_madd() [1/5]

__inline__ vector float __ATTRS_o_ai vec_madd ( vector float __a,
vector float __b,
vector float __c )
static

Definition at line 4779 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_madd() [2/5]

__inline__ vector signed short __ATTRS_o_ai vec_madd ( vector signed short __a,
vector signed short __b,
vector signed short __c )
static

Definition at line 4756 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_mladd().

◆ vec_madd() [3/5]

__inline__ vector signed short __ATTRS_o_ai vec_madd ( vector signed short __a,
vector unsigned short __b,
vector unsigned short __c )
static

Definition at line 4762 of file altivec.h.

References __a, __b, __c, and vec_mladd().

◆ vec_madd() [4/5]

__inline__ vector signed short __ATTRS_o_ai vec_madd ( vector unsigned short __a,
vector signed short __b,
vector signed short __c )
static

Definition at line 4768 of file altivec.h.

References __a, __b, __c, and vec_mladd().

◆ vec_madd() [5/5]

__inline__ vector unsigned short __ATTRS_o_ai vec_madd ( vector unsigned short __a,
vector unsigned short __b,
vector unsigned short __c )
static

Definition at line 4774 of file altivec.h.

References __a, __b, __c, and vec_mladd().

◆ vec_max() [1/19]

__inline__ vector signed char __ATTRS_o_ai vec_max ( vector bool char __a,
vector signed char __b )
static

Definition at line 4843 of file altivec.h.

References __a, and __b.

◆ vec_max() [2/19]

__inline__ vector unsigned char __ATTRS_o_ai vec_max ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 4858 of file altivec.h.

References __a, and __b.

◆ vec_max() [3/19]

__inline__ vector int __ATTRS_o_ai vec_max ( vector bool int __a,
vector int __b )
static

Definition at line 4902 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_max() [4/19]

__inline__ vector unsigned int __ATTRS_o_ai vec_max ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 4918 of file altivec.h.

References __a, and __b.

◆ vec_max() [5/19]

__inline__ vector short __ATTRS_o_ai vec_max ( vector bool short __a,
vector short __b )
static

Definition at line 4872 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_max() [6/19]

__inline__ vector unsigned short __ATTRS_o_ai vec_max ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 4888 of file altivec.h.

References __a, and __b.

◆ vec_max() [7/19]

__inline__ vector float __ATTRS_o_ai vec_max ( vector float __a,
vector float __b )
static

Definition at line 4959 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_max() [8/19]

__inline__ vector int __ATTRS_o_ai vec_max ( vector int __a,
vector bool int __b )
static

Definition at line 4907 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_max() [9/19]

__inline__ vector int __ATTRS_o_ai vec_max ( vector int __a,
vector int __b )
static

Definition at line 4897 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_max() [10/19]

__inline__ vector short __ATTRS_o_ai vec_max ( vector short __a,
vector bool short __b )
static

Definition at line 4877 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_max() [11/19]

__inline__ vector short __ATTRS_o_ai vec_max ( vector short __a,
vector short __b )
static

Definition at line 4867 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_max() [12/19]

__inline__ vector signed char __ATTRS_o_ai vec_max ( vector signed char __a,
vector bool char __b )
static

Definition at line 4848 of file altivec.h.

References __a, and __b.

◆ vec_max() [13/19]

__inline__ vector signed char __ATTRS_o_ai vec_max ( vector signed char __a,
vector signed char __b )
static

Definition at line 4838 of file altivec.h.

References __a, and __b.

◆ vec_max() [14/19]

__inline__ vector unsigned char __ATTRS_o_ai vec_max ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 4863 of file altivec.h.

References __a, and __b.

◆ vec_max() [15/19]

__inline__ vector unsigned char __ATTRS_o_ai vec_max ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 4853 of file altivec.h.

References __a, and __b.

◆ vec_max() [16/19]

__inline__ vector unsigned int __ATTRS_o_ai vec_max ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 4923 of file altivec.h.

References __a, and __b.

◆ vec_max() [17/19]

__inline__ vector unsigned int __ATTRS_o_ai vec_max ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 4913 of file altivec.h.

References __a, and __b.

◆ vec_max() [18/19]

__inline__ vector unsigned short __ATTRS_o_ai vec_max ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 4893 of file altivec.h.

References __a, and __b.

◆ vec_max() [19/19]

__inline__ vector unsigned short __ATTRS_o_ai vec_max ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 4883 of file altivec.h.

References __a, and __b.

◆ vec_mergeh() [1/11]

__inline__ vector bool char __ATTRS_o_ai vec_mergeh ( vector bool char __a,
vector bool char __b )
static

Definition at line 5107 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_mergeh() [2/11]

__inline__ vector bool int __ATTRS_o_ai vec_mergeh ( vector bool int __a,
vector bool int __b )
static

Definition at line 5162 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_mergeh() [3/11]

__inline__ vector bool short __ATTRS_o_ai vec_mergeh ( vector bool short __a,
vector bool short __b )
static

Definition at line 5131 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_mergeh() [4/11]

__inline__ vector float __ATTRS_o_ai vec_mergeh ( vector float __a,
vector float __b )
static

Definition at line 5170 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_mergeh() [5/11]

__inline__ vector int __ATTRS_o_ai vec_mergeh ( vector int __a,
vector int __b )
static

Definition at line 5146 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_mergeh() [6/11]

__inline__ vector pixel __ATTRS_o_ai vec_mergeh ( vector pixel __a,
vector pixel __b )
static

Definition at line 5138 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_mergeh() [7/11]

__inline__ vector short __ATTRS_o_ai vec_mergeh ( vector short __a,
vector short __b )
static

Definition at line 5114 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_mergeh() [8/11]

__inline__ vector signed char __ATTRS_o_ai vec_mergeh ( vector signed char __a,
vector signed char __b )
static

Definition at line 5091 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_mergeh() [9/11]

__inline__ vector unsigned char __ATTRS_o_ai vec_mergeh ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 5099 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_mergeh() [10/11]

__inline__ vector unsigned int __ATTRS_o_ai vec_mergeh ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 5155 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_mergeh() [11/11]

__inline__ vector unsigned short __ATTRS_o_ai vec_mergeh ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 5123 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_mergel() [1/11]

__inline__ vector bool char __ATTRS_o_ai vec_mergel ( vector bool char __a,
vector bool char __b )
static

Definition at line 5377 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_mergel() [2/11]

__inline__ vector bool int __ATTRS_o_ai vec_mergel ( vector bool int __a,
vector bool int __b )
static

Definition at line 5432 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_mergel() [3/11]

__inline__ vector bool short __ATTRS_o_ai vec_mergel ( vector bool short __a,
vector bool short __b )
static

Definition at line 5401 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_mergel() [4/11]

__inline__ vector float __ATTRS_o_ai vec_mergel ( vector float __a,
vector float __b )
static

Definition at line 5440 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_mergel() [5/11]

__inline__ vector int __ATTRS_o_ai vec_mergel ( vector int __a,
vector int __b )
static

Definition at line 5416 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_mergel() [6/11]

__inline__ vector pixel __ATTRS_o_ai vec_mergel ( vector pixel __a,
vector pixel __b )
static

Definition at line 5408 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_mergel() [7/11]

__inline__ vector short __ATTRS_o_ai vec_mergel ( vector short __a,
vector short __b )
static

Definition at line 5384 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_mergel() [8/11]

__inline__ vector signed char __ATTRS_o_ai vec_mergel ( vector signed char __a,
vector signed char __b )
static

Definition at line 5361 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_mergel() [9/11]

__inline__ vector unsigned char __ATTRS_o_ai vec_mergel ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 5369 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_mergel() [10/11]

__inline__ vector unsigned int __ATTRS_o_ai vec_mergel ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 5425 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_mergel() [11/11]

__inline__ vector unsigned short __ATTRS_o_ai vec_mergel ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 5393 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_min() [1/19]

__inline__ vector signed char __ATTRS_o_ai vec_min ( vector bool char __a,
vector signed char __b )
static

Definition at line 5747 of file altivec.h.

References __a, and __b.

◆ vec_min() [2/19]

__inline__ vector unsigned char __ATTRS_o_ai vec_min ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 5762 of file altivec.h.

References __a, and __b.

◆ vec_min() [3/19]

__inline__ vector int __ATTRS_o_ai vec_min ( vector bool int __a,
vector int __b )
static

Definition at line 5806 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_min() [4/19]

__inline__ vector unsigned int __ATTRS_o_ai vec_min ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 5822 of file altivec.h.

References __a, and __b.

◆ vec_min() [5/19]

__inline__ vector short __ATTRS_o_ai vec_min ( vector bool short __a,
vector short __b )
static

Definition at line 5776 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_min() [6/19]

__inline__ vector unsigned short __ATTRS_o_ai vec_min ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 5792 of file altivec.h.

References __a, and __b.

◆ vec_min() [7/19]

__inline__ vector float __ATTRS_o_ai vec_min ( vector float __a,
vector float __b )
static

Definition at line 5863 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_min() [8/19]

__inline__ vector int __ATTRS_o_ai vec_min ( vector int __a,
vector bool int __b )
static

Definition at line 5811 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_min() [9/19]

__inline__ vector int __ATTRS_o_ai vec_min ( vector int __a,
vector int __b )
static

Definition at line 5801 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_min() [10/19]

__inline__ vector short __ATTRS_o_ai vec_min ( vector short __a,
vector bool short __b )
static

Definition at line 5781 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_min() [11/19]

__inline__ vector short __ATTRS_o_ai vec_min ( vector short __a,
vector short __b )
static

Definition at line 5771 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_min() [12/19]

__inline__ vector signed char __ATTRS_o_ai vec_min ( vector signed char __a,
vector bool char __b )
static

Definition at line 5752 of file altivec.h.

References __a, and __b.

◆ vec_min() [13/19]

__inline__ vector signed char __ATTRS_o_ai vec_min ( vector signed char __a,
vector signed char __b )
static

Definition at line 5742 of file altivec.h.

References __a, and __b.

◆ vec_min() [14/19]

__inline__ vector unsigned char __ATTRS_o_ai vec_min ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 5767 of file altivec.h.

References __a, and __b.

◆ vec_min() [15/19]

__inline__ vector unsigned char __ATTRS_o_ai vec_min ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 5757 of file altivec.h.

References __a, and __b.

◆ vec_min() [16/19]

__inline__ vector unsigned int __ATTRS_o_ai vec_min ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 5827 of file altivec.h.

References __a, and __b.

◆ vec_min() [17/19]

__inline__ vector unsigned int __ATTRS_o_ai vec_min ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 5817 of file altivec.h.

References __a, and __b.

◆ vec_min() [18/19]

__inline__ vector unsigned short __ATTRS_o_ai vec_min ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 5797 of file altivec.h.

References __a, and __b.

◆ vec_min() [19/19]

__inline__ vector unsigned short __ATTRS_o_ai vec_min ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 5787 of file altivec.h.

References __a, and __b.

◆ vec_mladd() [1/7]

__inline__ vector short __ATTRS_o_ai vec_mladd ( vector short __a,
vector short __b,
vector short __c )
static

Definition at line 5996 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_mladd() [2/7]

__inline__ vector short __ATTRS_o_ai vec_mladd ( vector short __a,
vector unsigned short __b,
vector unsigned short __c )
static

Definition at line 6002 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_mladd() [3/7]

__inline__ vector signed short __ATTRS_o_ai vec_mladd ( vector signed short ,
vector signed short ,
vector signed short  )
static

References __ATTRS_o_ai.

Referenced by vec_madd(), vec_madd(), vec_madd(), and vec_madd().

◆ vec_mladd() [4/7]

__inline__ vector signed short __ATTRS_o_ai vec_mladd ( vector signed short ,
vector unsigned short ,
vector unsigned short  )
static

References __ATTRS_o_ai.

◆ vec_mladd() [5/7]

__inline__ vector short __ATTRS_o_ai vec_mladd ( vector unsigned short __a,
vector short __b,
vector short __c )
static

Definition at line 6007 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_mladd() [6/7]

__inline__ vector signed short __ATTRS_o_ai vec_mladd ( vector unsigned short ,
vector signed short ,
vector signed short  )
static

References __ATTRS_o_ai.

◆ vec_mladd() [7/7]

__inline__ vector unsigned short __ATTRS_o_ai vec_mladd ( vector unsigned short __a,
vector unsigned short __b,
vector unsigned short __c )
static

Definition at line 6014 of file altivec.h.

References __a, __b, and __c.

◆ vec_msum() [1/4]

__inline__ vector int __ATTRS_o_ai vec_msum ( vector short __a,
vector short __b,
vector int __c )
static

Definition at line 6071 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_msum() [2/4]

__inline__ vector int __ATTRS_o_ai vec_msum ( vector signed char __a,
vector unsigned char __b,
vector int __c )
static

Definition at line 6059 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_msum() [3/4]

__inline__ vector unsigned int __ATTRS_o_ai vec_msum ( vector unsigned char __a,
vector unsigned char __b,
vector unsigned int __c )
static

Definition at line 6066 of file altivec.h.

References __a, __b, and __c.

◆ vec_msum() [4/4]

__inline__ vector unsigned int __ATTRS_o_ai vec_msum ( vector unsigned short __a,
vector unsigned short __b,
vector unsigned int __c )
static

Definition at line 6078 of file altivec.h.

References __a, __b, and __c.

◆ vec_msums() [1/2]

__inline__ vector int __ATTRS_o_ai vec_msums ( vector short __a,
vector short __b,
vector int __c )
static

Definition at line 6125 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_msums() [2/2]

__inline__ vector unsigned int __ATTRS_o_ai vec_msums ( vector unsigned short __a,
vector unsigned short __b,
vector unsigned int __c )
static

Definition at line 6132 of file altivec.h.

References __a, __b, and __c.

◆ vec_mtvscr() [1/11]

__inline__ void __ATTRS_o_ai vec_mtvscr ( vector bool char __a)
static

Definition at line 6162 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_mtvscr() [2/11]

__inline__ void __ATTRS_o_ai vec_mtvscr ( vector bool int __a)
static

Definition at line 6190 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_mtvscr() [3/11]

__inline__ void __ATTRS_o_ai vec_mtvscr ( vector bool short __a)
static

Definition at line 6174 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_mtvscr() [4/11]

__inline__ void __ATTRS_o_ai vec_mtvscr ( vector float __a)
static

Definition at line 6194 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_mtvscr() [5/11]

__inline__ void __ATTRS_o_ai vec_mtvscr ( vector int __a)
static

Definition at line 6182 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_mtvscr() [6/11]

__inline__ void __ATTRS_o_ai vec_mtvscr ( vector pixel __a)
static

Definition at line 6178 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_mtvscr() [7/11]

__inline__ void __ATTRS_o_ai vec_mtvscr ( vector short __a)
static

Definition at line 6166 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_mtvscr() [8/11]

__inline__ void __ATTRS_o_ai vec_mtvscr ( vector signed char __a)
static

Definition at line 6154 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_mtvscr() [9/11]

__inline__ void __ATTRS_o_ai vec_mtvscr ( vector unsigned char __a)
static

Definition at line 6158 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_mtvscr() [10/11]

__inline__ void __ATTRS_o_ai vec_mtvscr ( vector unsigned int __a)
static

Definition at line 6186 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_mtvscr() [11/11]

__inline__ void __ATTRS_o_ai vec_mtvscr ( vector unsigned short __a)
static

Definition at line 6170 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_mul() [1/7]

__inline__ vector float __ATTRS_o_ai vec_mul ( vector float __a,
vector float __b )
static

Definition at line 6246 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_mul() [2/7]

__inline__ vector signed char __ATTRS_o_ai vec_mul ( vector signed char __a,
vector signed char __b )
static

Definition at line 6205 of file altivec.h.

References __a, and __b.

◆ vec_mul() [3/7]

__inline__ vector signed int __ATTRS_o_ai vec_mul ( vector signed int __a,
vector signed int __b )
static

Definition at line 6225 of file altivec.h.

References __a, and __b.

◆ vec_mul() [4/7]

__inline__ vector signed short __ATTRS_o_ai vec_mul ( vector signed short __a,
vector signed short __b )
static

Definition at line 6215 of file altivec.h.

References __a, and __b.

◆ vec_mul() [5/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_mul ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 6210 of file altivec.h.

References __a, and __b.

◆ vec_mul() [6/7]

__inline__ vector unsigned int __ATTRS_o_ai vec_mul ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 6230 of file altivec.h.

References __a, and __b.

◆ vec_mul() [7/7]

__inline__ vector unsigned short __ATTRS_o_ai vec_mul ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 6220 of file altivec.h.

References __a, and __b.

◆ vec_mule() [1/4]

__inline__ vector int __ATTRS_o_ai vec_mule ( vector short __a,
vector short __b )
static

Definition at line 6281 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_mule() [2/4]

__inline__ vector short __ATTRS_o_ai vec_mule ( vector signed char __a,
vector signed char __b )
static

Definition at line 6263 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_mule() [3/4]

__inline__ vector unsigned short __ATTRS_o_ai vec_mule ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 6273 of file altivec.h.

References __a, and __b.

◆ vec_mule() [4/4]

__inline__ vector unsigned int __ATTRS_o_ai vec_mule ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 6291 of file altivec.h.

References __a, and __b.

◆ vec_mulo() [1/4]

__inline__ vector int __ATTRS_o_ai vec_mulo ( vector short __a,
vector short __b )
static

Definition at line 6439 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_mulo() [2/4]

__inline__ vector short __ATTRS_o_ai vec_mulo ( vector signed char __a,
vector signed char __b )
static

Definition at line 6421 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_mulo() [3/4]

__inline__ vector unsigned short __ATTRS_o_ai vec_mulo ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 6431 of file altivec.h.

References __a, and __b.

◆ vec_mulo() [4/4]

__inline__ vector unsigned int __ATTRS_o_ai vec_mulo ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 6449 of file altivec.h.

References __a, and __b.

◆ vec_nabs() [1/4]

vector float __ATTRS_o_ai vec_nabs ( vector float __a)
static

Definition at line 18279 of file altivec.h.

References __a, __ATTRS_o_ai, and vec_abs().

◆ vec_nabs() [2/4]

vector signed char __ATTRS_o_ai vec_nabs ( vector signed char __a)
static

Definition at line 18304 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_nabs() [3/4]

vector signed int __ATTRS_o_ai vec_nabs ( vector signed int __a)
static

Definition at line 18296 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_nabs() [4/4]

vector signed short __ATTRS_o_ai vec_nabs ( vector signed short __a)
static

Definition at line 18300 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_neg() [1/4]

vector float __ATTRS_o_ai vec_neg ( vector float __a)
static

Definition at line 18250 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_neg() [2/4]

vector signed char __ATTRS_o_ai vec_neg ( vector signed char __a)
static

Definition at line 18275 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_neg() [3/4]

vector signed int __ATTRS_o_ai vec_neg ( vector signed int __a)
static

Definition at line 18267 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_neg() [4/4]

vector signed short __ATTRS_o_ai vec_neg ( vector signed short __a)
static

Definition at line 18271 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_nmsub()

__inline__ vector float __ATTRS_o_ai vec_nmsub ( vector float __a,
vector float __b,
vector float __c )
static

Definition at line 6711 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_nor() [1/10]

__inline__ vector bool char __ATTRS_o_ai vec_nor ( vector bool char __a,
vector bool char __b )
static

Definition at line 6750 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_nor() [2/10]

__inline__ vector bool int __ATTRS_o_ai vec_nor ( vector bool int __a,
vector bool int __b )
static

Definition at line 6780 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_nor() [3/10]

__inline__ vector bool short __ATTRS_o_ai vec_nor ( vector bool short __a,
vector bool short __b )
static

Definition at line 6766 of file altivec.h.

References __a, and __b.

◆ vec_nor() [4/10]

__inline__ vector float __ATTRS_o_ai vec_nor ( vector float __a,
vector float __b )
static

Definition at line 6785 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_nor() [5/10]

__inline__ vector int __ATTRS_o_ai vec_nor ( vector int __a,
vector int __b )
static

Definition at line 6770 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_nor() [6/10]

__inline__ vector short __ATTRS_o_ai vec_nor ( vector short __a,
vector short __b )
static

Definition at line 6755 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_nor() [7/10]

__inline__ vector signed char __ATTRS_o_ai vec_nor ( vector signed char __a,
vector signed char __b )
static

Definition at line 6741 of file altivec.h.

References __a, and __b.

◆ vec_nor() [8/10]

__inline__ vector unsigned char __ATTRS_o_ai vec_nor ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 6746 of file altivec.h.

References __a, and __b.

◆ vec_nor() [9/10]

__inline__ vector unsigned int __ATTRS_o_ai vec_nor ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 6776 of file altivec.h.

References __a, and __b.

◆ vec_nor() [10/10]

__inline__ vector unsigned short __ATTRS_o_ai vec_nor ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 6761 of file altivec.h.

References __a, and __b.

◆ vec_or() [1/24]

__inline__ vector bool char __ATTRS_o_ai vec_or ( vector bool char __a,
vector bool char __b )
static

Definition at line 6906 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_or() [2/24]

__inline__ vector signed char __ATTRS_o_ai vec_or ( vector bool char __a,
vector signed char __b )
static

Definition at line 6882 of file altivec.h.

References __a, and __b.

◆ vec_or() [3/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_or ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 6897 of file altivec.h.

References __a, and __b.

◆ vec_or() [4/24]

__inline__ vector bool int __ATTRS_o_ai vec_or ( vector bool int __a,
vector bool int __b )
static

Definition at line 6976 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_or() [5/24]

__inline__ vector float __ATTRS_o_ai vec_or ( vector bool int __a,
vector float __b )
static

Definition at line 6988 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_or() [6/24]

__inline__ vector int __ATTRS_o_ai vec_or ( vector bool int __a,
vector int __b )
static

Definition at line 6951 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_or() [7/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_or ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 6967 of file altivec.h.

References __a, and __b.

◆ vec_or() [8/24]

__inline__ vector bool short __ATTRS_o_ai vec_or ( vector bool short __a,
vector bool short __b )
static

Definition at line 6941 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_or() [9/24]

__inline__ vector short __ATTRS_o_ai vec_or ( vector bool short __a,
vector short __b )
static

Definition at line 6916 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_or() [10/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_or ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 6932 of file altivec.h.

References __a, and __b.

◆ vec_or() [11/24]

__inline__ vector float __ATTRS_o_ai vec_or ( vector float __a,
vector bool int __b )
static

Definition at line 6995 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_or() [12/24]

__inline__ vector float __ATTRS_o_ai vec_or ( vector float __a,
vector float __b )
static

Definition at line 6981 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_or() [13/24]

__inline__ vector int __ATTRS_o_ai vec_or ( vector int __a,
vector bool int __b )
static

Definition at line 6956 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_or() [14/24]

__inline__ vector int __ATTRS_o_ai vec_or ( vector int __a,
vector int __b )
static

Definition at line 6946 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_or() [15/24]

__inline__ vector short __ATTRS_o_ai vec_or ( vector short __a,
vector bool short __b )
static

Definition at line 6921 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_or() [16/24]

__inline__ vector short __ATTRS_o_ai vec_or ( vector short __a,
vector short __b )
static

Definition at line 6911 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_or() [17/24]

__inline__ vector signed char __ATTRS_o_ai vec_or ( vector signed char __a,
vector bool char __b )
static

Definition at line 6886 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_or() [18/24]

__inline__ vector signed char __ATTRS_o_ai vec_or ( vector signed char __a,
vector signed char __b )
static

Definition at line 6877 of file altivec.h.

References __a, and __b.

◆ vec_or() [19/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_or ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 6902 of file altivec.h.

References __a, and __b.

◆ vec_or() [20/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_or ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 6892 of file altivec.h.

References __a, and __b.

◆ vec_or() [21/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_or ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 6972 of file altivec.h.

References __a, __b, and int.

◆ vec_or() [22/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_or ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 6962 of file altivec.h.

References __a, and __b.

◆ vec_or() [23/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_or ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 6937 of file altivec.h.

References __a, and __b.

◆ vec_or() [24/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_or ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 6927 of file altivec.h.

References __a, and __b.

◆ vec_pack() [1/6]

__inline__ vector bool short __ATTRS_o_ai vec_pack ( vector bool int __a,
vector bool int __b )
static

Definition at line 7475 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_pack() [2/6]

__inline__ vector bool char __ATTRS_o_ai vec_pack ( vector bool short __a,
vector bool short __b )
static

Definition at line 7431 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_pack() [3/6]

__inline__ vector short __ATTRS_o_ai vec_pack ( vector int __a,
vector int __b )
static

Definition at line 7445 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_pack() [4/6]

__inline__ vector signed char __ATTRS_o_ai vec_pack ( vector signed short __a,
vector signed short __b )
static

Definition at line 7401 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_pack() [5/6]

__inline__ vector unsigned short __ATTRS_o_ai vec_pack ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 7461 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_pack() [6/6]

__inline__ vector unsigned char __ATTRS_o_ai vec_pack ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 7416 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_packs() [1/4]

__inline__ vector signed short __ATTRS_o_ai vec_packs ( vector int __a,
vector int __b )
static

Definition at line 7745 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_packs() [2/4]

__inline__ vector signed char __ATTRS_o_ai vec_packs ( vector short __a,
vector short __b )
static

Definition at line 7727 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_packs() [3/4]

__inline__ vector unsigned short __ATTRS_o_ai vec_packs ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 7755 of file altivec.h.

References __a, and __b.

◆ vec_packs() [4/4]

__inline__ vector unsigned char __ATTRS_o_ai vec_packs ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 7737 of file altivec.h.

References __a, and __b.

◆ vec_packsu() [1/4]

__inline__ vector unsigned short __ATTRS_o_ai vec_packsu ( vector int __a,
vector int __b )
static

Definition at line 7874 of file altivec.h.

References __a, and __b.

◆ vec_packsu() [2/4]

__inline__ vector unsigned char __ATTRS_o_ai vec_packsu ( vector short __a,
vector short __b )
static

Definition at line 7856 of file altivec.h.

References __a, and __b.

◆ vec_packsu() [3/4]

__inline__ vector unsigned short __ATTRS_o_ai vec_packsu ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 7883 of file altivec.h.

References __a, and __b.

◆ vec_packsu() [4/4]

__inline__ vector unsigned char __ATTRS_o_ai vec_packsu ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 7865 of file altivec.h.

References __a, and __b.

◆ vec_perm() [1/11]

__inline__ vector bool char __ATTRS_o_ai vec_perm ( vector bool char __a,
vector bool char __b,
vector unsigned char __c )
static

Definition at line 8004 of file altivec.h.

References __a, __b, __c, and vec_xor().

◆ vec_perm() [2/11]

__inline__ vector bool int __ATTRS_o_ai vec_perm ( vector bool int __a,
vector bool int __b,
vector unsigned char __c )
static

Definition at line 8105 of file altivec.h.

References __a, __b, __c, and vec_xor().

◆ vec_perm() [3/11]

__inline__ vector bool short __ATTRS_o_ai vec_perm ( vector bool short __a,
vector bool short __b,
vector unsigned char __c )
static

Definition at line 8047 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_xor().

◆ vec_perm() [4/11]

__inline__ vector float __ATTRS_o_ai vec_perm ( vector float __a,
vector float __b,
vector unsigned char __c )
static

Definition at line 8118 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_xor().

◆ vec_perm() [5/11]

__inline__ vector pixel __ATTRS_o_ai vec_perm ( vector pixel __a,
vector pixel __b,
vector unsigned char __c )
static

Definition at line 8061 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_xor().

◆ vec_perm() [6/11]

__inline__ vector signed char __ATTRS_o_ai vec_perm ( vector signed char __a,
vector signed char __b,
vector unsigned char __c )
static

Definition at line 7974 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_xor().

Referenced by vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_pack(), vec_pack(), vec_pack(), vec_pack(), vec_pack(), vec_pack(), vec_revb(), vec_revb(), vec_revb(), vec_revb(), vec_revb(), vec_revb(), vec_revb(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_splat(), vec_splat(), vec_splat(), vec_splat(), vec_splat(), vec_splat(), vec_splat(), vec_splat(), vec_splat(), vec_splat(), vec_splat(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_vmrghb(), vec_vmrghb(), vec_vmrghb(), vec_vmrghh(), vec_vmrghh(), vec_vmrghh(), vec_vmrghh(), vec_vmrghw(), vec_vmrghw(), vec_vmrghw(), vec_vmrghw(), vec_vmrglb(), vec_vmrglb(), vec_vmrglb(), vec_vmrglh(), vec_vmrglh(), vec_vmrglh(), vec_vmrglh(), vec_vmrglw(), vec_vmrglw(), vec_vmrglw(), vec_vmrglw(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vpkuhum(), vec_vpkuhum(), vec_vpkuhum(), vec_vpkuwum(), vec_vpkuwum(), vec_vpkuwum(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vspltb(), vec_vspltb(), vec_vspltb(), vec_vsplth(), vec_vsplth(), vec_vsplth(), vec_vsplth(), vec_vspltw(), vec_vspltw(), vec_vspltw(), and vec_vspltw().

◆ vec_perm() [7/11]

__inline__ vector int __ATTRS_o_ai vec_perm ( vector signed int __a,
vector signed int __b,
vector unsigned char __c )
static

Definition at line 8076 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_xor().

◆ vec_perm() [8/11]

__inline__ vector short __ATTRS_o_ai vec_perm ( vector signed short __a,
vector signed short __b,
vector unsigned char __c )
static

Definition at line 8017 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_xor().

◆ vec_perm() [9/11]

__inline__ vector unsigned char __ATTRS_o_ai vec_perm ( vector unsigned char __a,
vector unsigned char __b,
vector unsigned char __c )
static

Definition at line 7989 of file altivec.h.

References __a, __b, __c, and vec_xor().

◆ vec_perm() [10/11]

__inline__ vector unsigned int __ATTRS_o_ai vec_perm ( vector unsigned int __a,
vector unsigned int __b,
vector unsigned char __c )
static

Definition at line 8090 of file altivec.h.

References __a, __b, __c, and vec_xor().

◆ vec_perm() [11/11]

__inline__ vector unsigned short __ATTRS_o_ai vec_perm ( vector unsigned short __a,
vector unsigned short __b,
vector unsigned char __c )
static

Definition at line 8033 of file altivec.h.

References __a, __b, __c, and vec_xor().

◆ vec_promote() [1/7]

__inline__ vector float __ATTRS_o_ai vec_promote ( float __a,
int __b )
static

Definition at line 14713 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and float.

◆ vec_promote() [2/7]

__inline__ vector int __ATTRS_o_ai vec_promote ( int __a,
int __b )
static

Definition at line 14697 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_promote() [3/7]

__inline__ vector short __ATTRS_o_ai vec_promote ( short __a,
int __b )
static

Definition at line 14680 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_promote() [4/7]

__inline__ vector signed char __ATTRS_o_ai vec_promote ( signed char __a,
int __b )
static

Definition at line 14660 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_promote() [5/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_promote ( unsigned char __a,
int __b )
static

Definition at line 14671 of file altivec.h.

References __a, and __b.

◆ vec_promote() [6/7]

__inline__ vector unsigned int __ATTRS_o_ai vec_promote ( unsigned int __a,
int __b )
static

Definition at line 14704 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_promote() [7/7]

__inline__ vector unsigned short __ATTRS_o_ai vec_promote ( unsigned short __a,
int __b )
static

Definition at line 14689 of file altivec.h.

References __a, and __b.

◆ vec_re()

__inline__ vector float __ATTRS_o_ai vec_re ( vector float __a)
static

Definition at line 8275 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_recipdiv()

vector float __ATTRS_o_ai vec_recipdiv ( vector float __a,
vector float __b )
static

Definition at line 18308 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_revb() [1/10]

__inline__ vector bool char __ATTRS_o_ai vec_revb ( vector bool char __a)
static

Definition at line 17613 of file altivec.h.

References __a.

◆ vec_revb() [2/10]

__inline__ vector bool int __ATTRS_o_ai vec_revb ( vector bool int __a)
static

Definition at line 17649 of file altivec.h.

References __a, and vec_perm().

◆ vec_revb() [3/10]

__inline__ vector bool short __ATTRS_o_ai vec_revb ( vector bool short __a)
static

Definition at line 17628 of file altivec.h.

References __a, and vec_perm().

◆ vec_revb() [4/10]

__inline__ vector float __ATTRS_o_ai vec_revb ( vector float __a)
static

Definition at line 17670 of file altivec.h.

References __a, and vec_perm().

◆ vec_revb() [5/10]

__inline__ vector signed char __ATTRS_o_ai vec_revb ( vector signed char __a)
static

Definition at line 17618 of file altivec.h.

References __a.

◆ vec_revb() [6/10]

__inline__ vector signed int __ATTRS_o_ai vec_revb ( vector signed int __a)
static

Definition at line 17656 of file altivec.h.

References __a, and vec_perm().

◆ vec_revb() [7/10]

__inline__ vector signed short __ATTRS_o_ai vec_revb ( vector signed short __a)
static

Definition at line 17635 of file altivec.h.

References __a, and vec_perm().

◆ vec_revb() [8/10]

__inline__ vector unsigned char __ATTRS_o_ai vec_revb ( vector unsigned char __a)
static

Definition at line 17623 of file altivec.h.

References __a.

◆ vec_revb() [9/10]

__inline__ vector unsigned int __ATTRS_o_ai vec_revb ( vector unsigned int __a)
static

Definition at line 17663 of file altivec.h.

References __a, and vec_perm().

◆ vec_revb() [10/10]

__inline__ vector unsigned short __ATTRS_o_ai vec_revb ( vector unsigned short __a)
static

Definition at line 17642 of file altivec.h.

References __a, and vec_perm().

◆ vec_reve() [1/10]

__inline__ __ATTRS_o_ai vector bool char vec_reve ( vector bool char __a)
static

Definition at line 17540 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_reve() [2/10]

__inline__ __ATTRS_o_ai vector bool int vec_reve ( vector bool int __a)
static

Definition at line 17557 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_reve() [3/10]

__inline__ __ATTRS_o_ai vector bool short vec_reve ( vector bool short __a)
static

Definition at line 17572 of file altivec.h.

References __a.

◆ vec_reve() [4/10]

__inline__ __ATTRS_o_ai vector float vec_reve ( vector float __a)
static

Definition at line 17586 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_reve() [5/10]

__inline__ __ATTRS_o_ai vector signed char vec_reve ( vector signed char __a)
static

Definition at line 17546 of file altivec.h.

References __a.

◆ vec_reve() [6/10]

__inline__ __ATTRS_o_ai vector signed int vec_reve ( vector signed int __a)
static

Definition at line 17562 of file altivec.h.

References __a.

◆ vec_reve() [7/10]

__inline__ __ATTRS_o_ai vector signed short vec_reve ( vector signed short __a)
static

Definition at line 17577 of file altivec.h.

References __a.

◆ vec_reve() [8/10]

__inline__ __ATTRS_o_ai vector unsigned char vec_reve ( vector unsigned char __a)
static

Definition at line 17552 of file altivec.h.

References __a.

◆ vec_reve() [9/10]

__inline__ __ATTRS_o_ai vector unsigned int vec_reve ( vector unsigned int __a)
static

Definition at line 17567 of file altivec.h.

References __a.

◆ vec_reve() [10/10]

__inline__ __ATTRS_o_ai vector unsigned short vec_reve ( vector unsigned short __a)
static

Definition at line 17582 of file altivec.h.

References __a.

◆ vec_rl() [1/6]

__inline__ vector int __ATTRS_o_ai vec_rl ( vector int __a,
vector unsigned int __b )
static

Definition at line 8318 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_rl() [2/6]

__inline__ vector short __ATTRS_o_ai vec_rl ( vector short __a,
vector unsigned short __b )
static

Definition at line 8308 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_rl() [3/6]

__inline__ vector signed char __ATTRS_o_ai vec_rl ( vector signed char __a,
vector unsigned char __b )
static

Definition at line 8299 of file altivec.h.

References __a, and __b.

◆ vec_rl() [4/6]

__inline__ vector unsigned char __ATTRS_o_ai vec_rl ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 8304 of file altivec.h.

References __a, and __b.

◆ vec_rl() [5/6]

__inline__ vector unsigned int __ATTRS_o_ai vec_rl ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 8324 of file altivec.h.

References __a, and __b.

◆ vec_rl() [6/6]

__inline__ vector unsigned short __ATTRS_o_ai vec_rl ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 8314 of file altivec.h.

References __a, and __b.

◆ vec_round()

__inline__ vector float __ATTRS_o_ai vec_round ( vector float __a)
static

Definition at line 8481 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_roundm()

__inline__ vector float __ATTRS_o_ai vec_roundm ( vector float __a)
static

Definition at line 4041 of file altivec.h.

References __a, __ATTRS_o_ai, and vec_floor().

◆ vec_roundp()

__inline__ vector float __ATTRS_o_ai vec_roundp ( vector float __a)
static

Definition at line 1674 of file altivec.h.

References __a, __ATTRS_o_ai, and vec_ceil().

◆ vec_roundz()

__inline__ vector float __ATTRS_o_ai vec_roundz ( vector float __a)
static

Definition at line 12624 of file altivec.h.

References __a, __ATTRS_o_ai, and vec_trunc().

◆ vec_rsqrt()

vector float __ATTRS_o_ai vec_rsqrt ( vector float __a)
static

Definition at line 8567 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_rsqrte()

__inline__ vector float __ATTRS_o_ai vec_rsqrte ( vector float __a)
static

Definition at line 8553 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_sel() [1/20]

__inline__ vector bool char __ATTRS_o_ai vec_sel ( vector bool char __a,
vector bool char __b,
vector bool char __c )
static

Definition at line 8626 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_sel() [2/20]

__inline__ vector bool char __ATTRS_o_ai vec_sel ( vector bool char __a,
vector bool char __b,
vector unsigned char __c )
static

Definition at line 8622 of file altivec.h.

References __a, __b, and __c.

◆ vec_sel() [3/20]

__inline__ vector bool int __ATTRS_o_ai vec_sel ( vector bool int __a,
vector bool int __b,
vector bool int __c )
static

Definition at line 8694 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_sel() [4/20]

__inline__ vector bool int __ATTRS_o_ai vec_sel ( vector bool int __a,
vector bool int __b,
vector unsigned int __c )
static

Definition at line 8690 of file altivec.h.

References __a, __b, __c, and int.

◆ vec_sel() [5/20]

__inline__ vector bool short __ATTRS_o_ai vec_sel ( vector bool short __a,
vector bool short __b,
vector bool short __c )
static

Definition at line 8663 of file altivec.h.

References __a, __b, and __c.

◆ vec_sel() [6/20]

__inline__ vector bool short __ATTRS_o_ai vec_sel ( vector bool short __a,
vector bool short __b,
vector unsigned short __c )
static

Definition at line 8657 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_sel() [7/20]

__inline__ vector float __ATTRS_o_ai vec_sel ( vector float __a,
vector float __b,
vector bool int __c )
static

Definition at line 8708 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and int.

◆ vec_sel() [8/20]

__inline__ vector float __ATTRS_o_ai vec_sel ( vector float __a,
vector float __b,
vector unsigned int __c )
static

Definition at line 8700 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and int.

◆ vec_sel() [9/20]

__inline__ vector int __ATTRS_o_ai vec_sel ( vector int __a,
vector int __b,
vector bool int __c )
static

Definition at line 8673 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and int.

◆ vec_sel() [10/20]

__inline__ vector int __ATTRS_o_ai vec_sel ( vector int __a,
vector int __b,
vector unsigned int __c )
static

Definition at line 8667 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and int.

◆ vec_sel() [11/20]

__inline__ vector short __ATTRS_o_ai vec_sel ( vector short __a,
vector short __b,
vector bool short __c )
static

Definition at line 8638 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_sel() [12/20]

__inline__ vector short __ATTRS_o_ai vec_sel ( vector short __a,
vector short __b,
vector unsigned short __c )
static

Definition at line 8632 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_sel() [13/20]

__inline__ vector signed char __ATTRS_o_ai vec_sel ( vector signed char __a,
vector signed char __b,
vector bool char __c )
static

Definition at line 8606 of file altivec.h.

References __a, __b, and __c.

◆ vec_sel() [14/20]

__inline__ vector signed char __ATTRS_o_ai vec_sel ( vector signed char __a,
vector signed char __b,
vector unsigned char __c )
static

Definition at line 8600 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_sel() [15/20]

__inline__ vector unsigned char __ATTRS_o_ai vec_sel ( vector unsigned char __a,
vector unsigned char __b,
vector bool char __c )
static

Definition at line 8616 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_sel() [16/20]

__inline__ vector unsigned char __ATTRS_o_ai vec_sel ( vector unsigned char __a,
vector unsigned char __b,
vector unsigned char __c )
static

Definition at line 8611 of file altivec.h.

References __a, __b, and __c.

◆ vec_sel() [17/20]

__inline__ vector unsigned int __ATTRS_o_ai vec_sel ( vector unsigned int __a,
vector unsigned int __b,
vector bool int __c )
static

Definition at line 8685 of file altivec.h.

References __a, __b, __c, and int.

◆ vec_sel() [18/20]

__inline__ vector unsigned int __ATTRS_o_ai vec_sel ( vector unsigned int __a,
vector unsigned int __b,
vector unsigned int __c )
static

Definition at line 8679 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_sel() [19/20]

__inline__ vector unsigned short __ATTRS_o_ai vec_sel ( vector unsigned short __a,
vector unsigned short __b,
vector bool short __c )
static

Definition at line 8651 of file altivec.h.

References __a, __b, and __c.

◆ vec_sel() [20/20]

__inline__ vector unsigned short __ATTRS_o_ai vec_sel ( vector unsigned short __a,
vector unsigned short __b,
vector unsigned short __c )
static

Definition at line 8645 of file altivec.h.

References __a, __b, and __c.

◆ vec_signed()

__inline__ vector signed int __ATTRS_o_ai vec_signed ( vector float __a)
static

Definition at line 3495 of file altivec.h.

References __a.

◆ vec_sl() [1/6]

__inline__ vector int __ATTRS_o_ai vec_sl ( vector int __a,
vector unsigned int __b )
static

Definition at line 8921 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_sl().

◆ vec_sl() [2/6]

__inline__ vector short __ATTRS_o_ai vec_sl ( vector short __a,
vector unsigned short __b )
static

Definition at line 8910 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_sl().

◆ vec_sl() [3/6]

__inline__ vector signed char __ATTRS_o_ai vec_sl ( vector signed char __a,
vector unsigned char __b )
static

Definition at line 8900 of file altivec.h.

References __a, __b, and vec_sl().

◆ vec_sl() [4/6]

__inline__ vector unsigned char __ATTRS_o_ai vec_sl ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 8894 of file altivec.h.

References __a, and __b.

Referenced by vec_sl(), vec_sl(), vec_sl(), vec_vslb(), vec_vslb(), vec_vslh(), vec_vslh(), vec_vslw(), and vec_vslw().

◆ vec_sl() [5/6]

__inline__ vector unsigned int __ATTRS_o_ai vec_sl ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 8916 of file altivec.h.

References __a, __b, and int.

◆ vec_sl() [6/6]

__inline__ vector unsigned short __ATTRS_o_ai vec_sl ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 8905 of file altivec.h.

References __a, and __b.

◆ vec_sld() [1/11]

__inline__ vector bool char __ATTRS_o_ai vec_sld ( vector bool char __a,
vector bool char __b,
unsigned const int __c )
static

Definition at line 9069 of file altivec.h.

References __a, __b, __c, and vec_perm().

◆ vec_sld() [2/11]

__inline__ vector bool int __ATTRS_o_ai vec_sld ( vector bool int __a,
vector bool int __b,
unsigned const int __c )
static

Definition at line 9196 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_sld() [3/11]

__inline__ vector bool short __ATTRS_o_ai vec_sld ( vector bool short __a,
vector bool short __b,
unsigned const int __c )
static

Definition at line 9124 of file altivec.h.

References __a, __b, __c, and vec_perm().

◆ vec_sld() [4/11]

__inline__ vector float __ATTRS_o_ai vec_sld ( vector float __a,
vector float __b,
unsigned const int __c )
static

Definition at line 9215 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_sld() [5/11]

__inline__ vector pixel __ATTRS_o_ai vec_sld ( vector pixel __a,
vector pixel __b,
unsigned const int __c )
static

Definition at line 9141 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_sld() [6/11]

__inline__ vector signed char __ATTRS_o_ai vec_sld ( vector signed char __a,
vector signed char __b,
unsigned const int __c )
static

Definition at line 9031 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_sld() [7/11]

__inline__ vector signed int __ATTRS_o_ai vec_sld ( vector signed int __a,
vector signed int __b,
unsigned const int __c )
static

Definition at line 9161 of file altivec.h.

References __a, __b, __c, and vec_perm().

Referenced by vec_sldw(), vec_sldw(), vec_sldw(), vec_sldw(), vec_sldw(), vec_sldw(), and vec_sldw().

◆ vec_sld() [8/11]

__inline__ vector signed short __ATTRS_o_ai vec_sld ( vector signed short __a,
vector signed short __b,
unsigned const int __c )
static

Definition at line 9086 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_sld() [9/11]

__inline__ vector unsigned char __ATTRS_o_ai vec_sld ( vector unsigned char __a,
vector unsigned char __b,
unsigned const int __c )
static

Definition at line 9050 of file altivec.h.

References __a, __b, __c, and vec_perm().

◆ vec_sld() [10/11]

__inline__ vector unsigned int __ATTRS_o_ai vec_sld ( vector unsigned int __a,
vector unsigned int __b,
unsigned const int __c )
static

Definition at line 9178 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_sld() [11/11]

__inline__ vector unsigned short __ATTRS_o_ai vec_sld ( vector unsigned short __a,
vector unsigned short __b,
unsigned const int __c )
static

Definition at line 9105 of file altivec.h.

References __a, __b, __c, and vec_perm().

◆ vec_sldw() [1/7]

__inline__ vector float __ATTRS_o_ai vec_sldw ( vector float __a,
vector float __b,
unsigned const int __c )
static

Definition at line 9345 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_sld().

◆ vec_sldw() [2/7]

__inline__ vector signed char __ATTRS_o_ai vec_sldw ( vector signed char __a,
vector signed char __b,
unsigned const int __c )
static

Definition at line 9313 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_sld().

◆ vec_sldw() [3/7]

__inline__ vector signed int __ATTRS_o_ai vec_sldw ( vector signed int __a,
vector signed int __b,
unsigned const int __c )
static

Definition at line 9336 of file altivec.h.

References __a, __b, __c, and vec_sld().

◆ vec_sldw() [4/7]

__inline__ vector signed short __ATTRS_o_ai vec_sldw ( vector signed short __a,
vector signed short __b,
unsigned const int __c )
static

Definition at line 9324 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_sld().

◆ vec_sldw() [5/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_sldw ( vector unsigned char __a,
vector unsigned char __b,
unsigned const int __c )
static

Definition at line 9319 of file altivec.h.

References __a, __b, __c, and vec_sld().

◆ vec_sldw() [6/7]

__inline__ vector unsigned int __ATTRS_o_ai vec_sldw ( vector unsigned int __a,
vector unsigned int __b,
unsigned const int __c )
static

Definition at line 9340 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_sld().

◆ vec_sldw() [7/7]

__inline__ vector unsigned short __ATTRS_o_ai vec_sldw ( vector unsigned short __a,
vector unsigned short __b,
unsigned const int __c )
static

Definition at line 9330 of file altivec.h.

References __a, __b, __c, and vec_sld().

◆ vec_sll() [1/30]

__inline__ vector bool char __ATTRS_o_ai vec_sll ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 9572 of file altivec.h.

References __a, and __b.

◆ vec_sll() [2/30]

__inline__ vector bool char __ATTRS_o_ai vec_sll ( vector bool char __a,
vector unsigned int __b )
static

Definition at line 9584 of file altivec.h.

References __a, and __b.

◆ vec_sll() [3/30]

__inline__ vector bool char __ATTRS_o_ai vec_sll ( vector bool char __a,
vector unsigned short __b )
static

Definition at line 9578 of file altivec.h.

References __a, and __b.

◆ vec_sll() [4/30]

__inline__ vector bool int __ATTRS_o_ai vec_sll ( vector bool int __a,
vector unsigned char __b )
static

Definition at line 9689 of file altivec.h.

References __a, and __b.

◆ vec_sll() [5/30]

__inline__ vector bool int __ATTRS_o_ai vec_sll ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 9701 of file altivec.h.

References __a, and __b.

◆ vec_sll() [6/30]

__inline__ vector bool int __ATTRS_o_ai vec_sll ( vector bool int __a,
vector unsigned short __b )
static

Definition at line 9695 of file altivec.h.

References __a, and __b.

◆ vec_sll() [7/30]

__inline__ vector bool short __ATTRS_o_ai vec_sll ( vector bool short __a,
vector unsigned char __b )
static

Definition at line 9623 of file altivec.h.

References __a, and __b.

◆ vec_sll() [8/30]

__inline__ vector bool short __ATTRS_o_ai vec_sll ( vector bool short __a,
vector unsigned int __b )
static

Definition at line 9635 of file altivec.h.

References __a, and __b.

◆ vec_sll() [9/30]

__inline__ vector bool short __ATTRS_o_ai vec_sll ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 9629 of file altivec.h.

References __a, and __b.

◆ vec_sll() [10/30]

__inline__ vector int __ATTRS_o_ai vec_sll ( vector int __a,
vector unsigned char __b )
static

Definition at line 9655 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sll() [11/30]

__inline__ vector int __ATTRS_o_ai vec_sll ( vector int __a,
vector unsigned int __b )
static

Definition at line 9665 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sll() [12/30]

__inline__ vector int __ATTRS_o_ai vec_sll ( vector int __a,
vector unsigned short __b )
static

Definition at line 9660 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sll() [13/30]

__inline__ vector pixel __ATTRS_o_ai vec_sll ( vector pixel __a,
vector unsigned char __b )
static

Definition at line 9640 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sll() [14/30]

__inline__ vector pixel __ATTRS_o_ai vec_sll ( vector pixel __a,
vector unsigned int __b )
static

Definition at line 9650 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sll() [15/30]

__inline__ vector pixel __ATTRS_o_ai vec_sll ( vector pixel __a,
vector unsigned short __b )
static

Definition at line 9645 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sll() [16/30]

__inline__ vector short __ATTRS_o_ai vec_sll ( vector short __a,
vector unsigned char __b )
static

Definition at line 9589 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sll() [17/30]

__inline__ vector short __ATTRS_o_ai vec_sll ( vector short __a,
vector unsigned int __b )
static

Definition at line 9599 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sll() [18/30]

__inline__ vector short __ATTRS_o_ai vec_sll ( vector short __a,
vector unsigned short __b )
static

Definition at line 9594 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sll() [19/30]

__inline__ vector signed char __ATTRS_o_ai vec_sll ( vector signed char __a,
vector unsigned char __b )
static

Definition at line 9536 of file altivec.h.

References __a, and __b.

◆ vec_sll() [20/30]

__inline__ vector signed char __ATTRS_o_ai vec_sll ( vector signed char __a,
vector unsigned int __b )
static

Definition at line 9548 of file altivec.h.

References __a, and __b.

◆ vec_sll() [21/30]

__inline__ vector signed char __ATTRS_o_ai vec_sll ( vector signed char __a,
vector unsigned short __b )
static

Definition at line 9542 of file altivec.h.

References __a, and __b.

◆ vec_sll() [22/30]

__inline__ vector unsigned char __ATTRS_o_ai vec_sll ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 9554 of file altivec.h.

References __a, and __b.

◆ vec_sll() [23/30]

__inline__ vector unsigned char __ATTRS_o_ai vec_sll ( vector unsigned char __a,
vector unsigned int __b )
static

Definition at line 9566 of file altivec.h.

References __a, and __b.

◆ vec_sll() [24/30]

__inline__ vector unsigned char __ATTRS_o_ai vec_sll ( vector unsigned char __a,
vector unsigned short __b )
static

Definition at line 9560 of file altivec.h.

References __a, and __b.

◆ vec_sll() [25/30]

__inline__ vector unsigned int __ATTRS_o_ai vec_sll ( vector unsigned int __a,
vector unsigned char __b )
static

Definition at line 9671 of file altivec.h.

References __a, and __b.

◆ vec_sll() [26/30]

__inline__ vector unsigned int __ATTRS_o_ai vec_sll ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 9683 of file altivec.h.

References __a, and __b.

◆ vec_sll() [27/30]

__inline__ vector unsigned int __ATTRS_o_ai vec_sll ( vector unsigned int __a,
vector unsigned short __b )
static

Definition at line 9677 of file altivec.h.

References __a, and __b.

◆ vec_sll() [28/30]

__inline__ vector unsigned short __ATTRS_o_ai vec_sll ( vector unsigned short __a,
vector unsigned char __b )
static

Definition at line 9605 of file altivec.h.

References __a, and __b.

◆ vec_sll() [29/30]

__inline__ vector unsigned short __ATTRS_o_ai vec_sll ( vector unsigned short __a,
vector unsigned int __b )
static

Definition at line 9617 of file altivec.h.

References __a, and __b.

◆ vec_sll() [30/30]

__inline__ vector unsigned short __ATTRS_o_ai vec_sll ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 9611 of file altivec.h.

References __a, and __b.

◆ vec_slo() [1/16]

__inline__ vector float __ATTRS_o_ai vec_slo ( vector float __a,
vector signed char __b )
static

Definition at line 9973 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_slo() [2/16]

__inline__ vector float __ATTRS_o_ai vec_slo ( vector float __a,
vector unsigned char __b )
static

Definition at line 9978 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_slo() [3/16]

__inline__ vector int __ATTRS_o_ai vec_slo ( vector int __a,
vector signed char __b )
static

Definition at line 9951 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_slo() [4/16]

__inline__ vector int __ATTRS_o_ai vec_slo ( vector int __a,
vector unsigned char __b )
static

Definition at line 9956 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_slo() [5/16]

__inline__ vector pixel __ATTRS_o_ai vec_slo ( vector pixel __a,
vector signed char __b )
static

Definition at line 9941 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_slo() [6/16]

__inline__ vector pixel __ATTRS_o_ai vec_slo ( vector pixel __a,
vector unsigned char __b )
static

Definition at line 9946 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_slo() [7/16]

__inline__ vector short __ATTRS_o_ai vec_slo ( vector short __a,
vector signed char __b )
static

Definition at line 9919 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_slo() [8/16]

__inline__ vector short __ATTRS_o_ai vec_slo ( vector short __a,
vector unsigned char __b )
static

Definition at line 9924 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_slo() [9/16]

__inline__ vector signed char __ATTRS_o_ai vec_slo ( vector signed char __a,
vector signed char __b )
static

Definition at line 9896 of file altivec.h.

References __a, and __b.

◆ vec_slo() [10/16]

__inline__ vector signed char __ATTRS_o_ai vec_slo ( vector signed char __a,
vector unsigned char __b )
static

Definition at line 9902 of file altivec.h.

References __a, and __b.

◆ vec_slo() [11/16]

__inline__ vector unsigned char __ATTRS_o_ai vec_slo ( vector unsigned char __a,
vector signed char __b )
static

Definition at line 9908 of file altivec.h.

References __a, and __b.

◆ vec_slo() [12/16]

__inline__ vector unsigned char __ATTRS_o_ai vec_slo ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 9914 of file altivec.h.

References __a, and __b.

◆ vec_slo() [13/16]

__inline__ vector unsigned int __ATTRS_o_ai vec_slo ( vector unsigned int __a,
vector signed char __b )
static

Definition at line 9962 of file altivec.h.

References __a, and __b.

◆ vec_slo() [14/16]

__inline__ vector unsigned int __ATTRS_o_ai vec_slo ( vector unsigned int __a,
vector unsigned char __b )
static

Definition at line 9968 of file altivec.h.

References __a, and __b.

◆ vec_slo() [15/16]

__inline__ vector unsigned short __ATTRS_o_ai vec_slo ( vector unsigned short __a,
vector signed char __b )
static

Definition at line 9930 of file altivec.h.

References __a, and __b.

◆ vec_slo() [16/16]

__inline__ vector unsigned short __ATTRS_o_ai vec_slo ( vector unsigned short __a,
vector unsigned char __b )
static

Definition at line 9936 of file altivec.h.

References __a, and __b.

◆ vec_splat() [1/11]

__inline__ vector bool char __ATTRS_o_ai vec_splat ( vector bool char __a,
unsigned const int __b )
static

Definition at line 10112 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_splat() [2/11]

__inline__ vector bool int __ATTRS_o_ai vec_splat ( vector bool int __a,
unsigned const int __b )
static

Definition at line 10171 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_splat() [3/11]

__inline__ vector bool short __ATTRS_o_ai vec_splat ( vector bool short __a,
unsigned const int __b )
static

Definition at line 10135 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_splat() [4/11]

__inline__ vector float __ATTRS_o_ai vec_splat ( vector float __a,
unsigned const int __b )
static

Definition at line 10179 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_splat() [5/11]

__inline__ vector pixel __ATTRS_o_ai vec_splat ( vector pixel __a,
unsigned const int __b )
static

Definition at line 10143 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_splat() [6/11]

__inline__ vector signed char __ATTRS_o_ai vec_splat ( vector signed char __a,
unsigned const int __b )
static

Definition at line 10102 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_splat() [7/11]

__inline__ vector signed int __ATTRS_o_ai vec_splat ( vector signed int __a,
unsigned const int __b )
static

Definition at line 10153 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_splat() [8/11]

__inline__ vector signed short __ATTRS_o_ai vec_splat ( vector signed short __a,
unsigned const int __b )
static

Definition at line 10117 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_splat() [9/11]

__inline__ vector unsigned char __ATTRS_o_ai vec_splat ( vector unsigned char __a,
unsigned const int __b )
static

Definition at line 10107 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_splat() [10/11]

__inline__ vector unsigned int __ATTRS_o_ai vec_splat ( vector unsigned int __a,
unsigned const int __b )
static

Definition at line 10162 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_splat() [11/11]

__inline__ vector unsigned short __ATTRS_o_ai vec_splat ( vector unsigned short __a,
unsigned const int __b )
static

Definition at line 10126 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_splat_s16()

__inline__ vector short __ATTRS_o_ai vec_splat_s16 ( signed char __a)
static

Definition at line 10349 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_splat_s32()

__inline__ vector int __ATTRS_o_ai vec_splat_s32 ( signed char __a)
static

Definition at line 10365 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_splat_s8()

__inline__ vector signed char __ATTRS_o_ai vec_splat_s8 ( signed char __a)
static

Definition at line 10332 of file altivec.h.

References __a.

◆ vec_splat_u16()

__inline__ vector unsigned short __ATTRS_o_ai vec_splat_u16 ( signed char __a)
static

Definition at line 10388 of file altivec.h.

References __a.

◆ vec_splat_u32()

__inline__ vector unsigned int __ATTRS_o_ai vec_splat_u32 ( signed char __a)
static

Definition at line 10396 of file altivec.h.

References __a.

◆ vec_splat_u8()

__inline__ vector unsigned char __ATTRS_o_ai vec_splat_u8 ( unsigned char __a)
static

Definition at line 10380 of file altivec.h.

References __a.

◆ vec_splats() [1/7]

__inline__ vector float __ATTRS_o_ai vec_splats ( float __a)
static

Definition at line 14806 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_splats() [2/7]

__inline__ vector int __ATTRS_o_ai vec_splats ( int __a)
static

Definition at line 14767 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_splats() [3/7]

__inline__ vector short __ATTRS_o_ai vec_splats ( short __a)
static

Definition at line 14758 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_splats() [4/7]

__inline__ vector signed char __ATTRS_o_ai vec_splats ( signed char __a)
static

Definition at line 14749 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_splats() [5/7]

__inline__ vector unsigned char __ATTRS_o_ai vec_splats ( unsigned char __a)
static

Definition at line 14754 of file altivec.h.

References __a.

◆ vec_splats() [6/7]

__inline__ vector unsigned int __ATTRS_o_ai vec_splats ( unsigned int __a)
static

Definition at line 14772 of file altivec.h.

References __a.

◆ vec_splats() [7/7]

__inline__ vector unsigned short __ATTRS_o_ai vec_splats ( unsigned short __a)
static

Definition at line 14763 of file altivec.h.

References __a.

◆ vec_sr() [1/6]

__inline__ vector int __ATTRS_o_ai vec_sr ( vector int __a,
vector unsigned int __b )
static

Definition at line 10432 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_sr().

◆ vec_sr() [2/6]

__inline__ vector short __ATTRS_o_ai vec_sr ( vector short __a,
vector unsigned short __b )
static

Definition at line 10421 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_sr().

◆ vec_sr() [3/6]

__inline__ vector signed char __ATTRS_o_ai vec_sr ( vector signed char __a,
vector unsigned char __b )
static

Definition at line 10411 of file altivec.h.

References __a, __b, and vec_sr().

◆ vec_sr() [4/6]

__inline__ vector unsigned char __ATTRS_o_ai vec_sr ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 10405 of file altivec.h.

References __a, and __b.

Referenced by vec_sr(), vec_sr(), vec_sr(), vec_vsrb(), vec_vsrb(), vec_vsrh(), vec_vsrh(), vec_vsrw(), and vec_vsrw().

◆ vec_sr() [5/6]

__inline__ vector unsigned int __ATTRS_o_ai vec_sr ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 10427 of file altivec.h.

References __a, __b, and int.

◆ vec_sr() [6/6]

__inline__ vector unsigned short __ATTRS_o_ai vec_sr ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 10416 of file altivec.h.

References __a, and __b.

◆ vec_sra() [1/6]

__inline__ vector int __ATTRS_o_ai vec_sra ( vector int __a,
vector unsigned int __b )
static

Definition at line 10558 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sra() [2/6]

__inline__ vector short __ATTRS_o_ai vec_sra ( vector short __a,
vector unsigned short __b )
static

Definition at line 10548 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sra() [3/6]

__inline__ vector signed char __ATTRS_o_ai vec_sra ( vector signed char __a,
vector unsigned char __b )
static

Definition at line 10539 of file altivec.h.

References __a, and __b.

◆ vec_sra() [4/6]

__inline__ vector unsigned char __ATTRS_o_ai vec_sra ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 10544 of file altivec.h.

References __a, and __b.

◆ vec_sra() [5/6]

__inline__ vector unsigned int __ATTRS_o_ai vec_sra ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 10564 of file altivec.h.

References __a, and __b.

◆ vec_sra() [6/6]

__inline__ vector unsigned short __ATTRS_o_ai vec_sra ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 10554 of file altivec.h.

References __a, and __b.

◆ vec_srl() [1/30]

__inline__ vector bool char __ATTRS_o_ai vec_srl ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 10667 of file altivec.h.

References __a, and __b.

◆ vec_srl() [2/30]

__inline__ vector bool char __ATTRS_o_ai vec_srl ( vector bool char __a,
vector unsigned int __b )
static

Definition at line 10679 of file altivec.h.

References __a, and __b.

◆ vec_srl() [3/30]

__inline__ vector bool char __ATTRS_o_ai vec_srl ( vector bool char __a,
vector unsigned short __b )
static

Definition at line 10673 of file altivec.h.

References __a, and __b.

◆ vec_srl() [4/30]

__inline__ vector bool int __ATTRS_o_ai vec_srl ( vector bool int __a,
vector unsigned char __b )
static

Definition at line 10784 of file altivec.h.

References __a, and __b.

◆ vec_srl() [5/30]

__inline__ vector bool int __ATTRS_o_ai vec_srl ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 10796 of file altivec.h.

References __a, and __b.

◆ vec_srl() [6/30]

__inline__ vector bool int __ATTRS_o_ai vec_srl ( vector bool int __a,
vector unsigned short __b )
static

Definition at line 10790 of file altivec.h.

References __a, and __b.

◆ vec_srl() [7/30]

__inline__ vector bool short __ATTRS_o_ai vec_srl ( vector bool short __a,
vector unsigned char __b )
static

Definition at line 10718 of file altivec.h.

References __a, and __b.

◆ vec_srl() [8/30]

__inline__ vector bool short __ATTRS_o_ai vec_srl ( vector bool short __a,
vector unsigned int __b )
static

Definition at line 10730 of file altivec.h.

References __a, and __b.

◆ vec_srl() [9/30]

__inline__ vector bool short __ATTRS_o_ai vec_srl ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 10724 of file altivec.h.

References __a, and __b.

◆ vec_srl() [10/30]

__inline__ vector int __ATTRS_o_ai vec_srl ( vector int __a,
vector unsigned char __b )
static

Definition at line 10750 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_srl() [11/30]

__inline__ vector int __ATTRS_o_ai vec_srl ( vector int __a,
vector unsigned int __b )
static

Definition at line 10760 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_srl() [12/30]

__inline__ vector int __ATTRS_o_ai vec_srl ( vector int __a,
vector unsigned short __b )
static

Definition at line 10755 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_srl() [13/30]

__inline__ vector pixel __ATTRS_o_ai vec_srl ( vector pixel __a,
vector unsigned char __b )
static

Definition at line 10735 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_srl() [14/30]

__inline__ vector pixel __ATTRS_o_ai vec_srl ( vector pixel __a,
vector unsigned int __b )
static

Definition at line 10745 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_srl() [15/30]

__inline__ vector pixel __ATTRS_o_ai vec_srl ( vector pixel __a,
vector unsigned short __b )
static

Definition at line 10740 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_srl() [16/30]

__inline__ vector short __ATTRS_o_ai vec_srl ( vector short __a,
vector unsigned char __b )
static

Definition at line 10684 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_srl() [17/30]

__inline__ vector short __ATTRS_o_ai vec_srl ( vector short __a,
vector unsigned int __b )
static

Definition at line 10694 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_srl() [18/30]

__inline__ vector short __ATTRS_o_ai vec_srl ( vector short __a,
vector unsigned short __b )
static

Definition at line 10689 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_srl() [19/30]

__inline__ vector signed char __ATTRS_o_ai vec_srl ( vector signed char __a,
vector unsigned char __b )
static

Definition at line 10631 of file altivec.h.

References __a, and __b.

◆ vec_srl() [20/30]

__inline__ vector signed char __ATTRS_o_ai vec_srl ( vector signed char __a,
vector unsigned int __b )
static

Definition at line 10643 of file altivec.h.

References __a, and __b.

◆ vec_srl() [21/30]

__inline__ vector signed char __ATTRS_o_ai vec_srl ( vector signed char __a,
vector unsigned short __b )
static

Definition at line 10637 of file altivec.h.

References __a, and __b.

◆ vec_srl() [22/30]

__inline__ vector unsigned char __ATTRS_o_ai vec_srl ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 10649 of file altivec.h.

References __a, and __b.

◆ vec_srl() [23/30]

__inline__ vector unsigned char __ATTRS_o_ai vec_srl ( vector unsigned char __a,
vector unsigned int __b )
static

Definition at line 10661 of file altivec.h.

References __a, and __b.

◆ vec_srl() [24/30]

__inline__ vector unsigned char __ATTRS_o_ai vec_srl ( vector unsigned char __a,
vector unsigned short __b )
static

Definition at line 10655 of file altivec.h.

References __a, and __b.

◆ vec_srl() [25/30]

__inline__ vector unsigned int __ATTRS_o_ai vec_srl ( vector unsigned int __a,
vector unsigned char __b )
static

Definition at line 10766 of file altivec.h.

References __a, and __b.

◆ vec_srl() [26/30]

__inline__ vector unsigned int __ATTRS_o_ai vec_srl ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 10778 of file altivec.h.

References __a, and __b.

◆ vec_srl() [27/30]

__inline__ vector unsigned int __ATTRS_o_ai vec_srl ( vector unsigned int __a,
vector unsigned short __b )
static

Definition at line 10772 of file altivec.h.

References __a, and __b.

◆ vec_srl() [28/30]

__inline__ vector unsigned short __ATTRS_o_ai vec_srl ( vector unsigned short __a,
vector unsigned char __b )
static

Definition at line 10700 of file altivec.h.

References __a, and __b.

◆ vec_srl() [29/30]

__inline__ vector unsigned short __ATTRS_o_ai vec_srl ( vector unsigned short __a,
vector unsigned int __b )
static

Definition at line 10712 of file altivec.h.

References __a, and __b.

◆ vec_srl() [30/30]

__inline__ vector unsigned short __ATTRS_o_ai vec_srl ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 10706 of file altivec.h.

References __a, and __b.

◆ vec_sro() [1/16]

__inline__ vector float __ATTRS_o_ai vec_sro ( vector float __a,
vector signed char __b )
static

Definition at line 11068 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sro() [2/16]

__inline__ vector float __ATTRS_o_ai vec_sro ( vector float __a,
vector unsigned char __b )
static

Definition at line 11073 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sro() [3/16]

__inline__ vector int __ATTRS_o_ai vec_sro ( vector int __a,
vector signed char __b )
static

Definition at line 11046 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sro() [4/16]

__inline__ vector int __ATTRS_o_ai vec_sro ( vector int __a,
vector unsigned char __b )
static

Definition at line 11051 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sro() [5/16]

__inline__ vector pixel __ATTRS_o_ai vec_sro ( vector pixel __a,
vector signed char __b )
static

Definition at line 11036 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sro() [6/16]

__inline__ vector pixel __ATTRS_o_ai vec_sro ( vector pixel __a,
vector unsigned char __b )
static

Definition at line 11041 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sro() [7/16]

__inline__ vector short __ATTRS_o_ai vec_sro ( vector short __a,
vector signed char __b )
static

Definition at line 11014 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sro() [8/16]

__inline__ vector short __ATTRS_o_ai vec_sro ( vector short __a,
vector unsigned char __b )
static

Definition at line 11019 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sro() [9/16]

__inline__ vector signed char __ATTRS_o_ai vec_sro ( vector signed char __a,
vector signed char __b )
static

Definition at line 10991 of file altivec.h.

References __a, and __b.

◆ vec_sro() [10/16]

__inline__ vector signed char __ATTRS_o_ai vec_sro ( vector signed char __a,
vector unsigned char __b )
static

Definition at line 10997 of file altivec.h.

References __a, and __b.

◆ vec_sro() [11/16]

__inline__ vector unsigned char __ATTRS_o_ai vec_sro ( vector unsigned char __a,
vector signed char __b )
static

Definition at line 11003 of file altivec.h.

References __a, and __b.

◆ vec_sro() [12/16]

__inline__ vector unsigned char __ATTRS_o_ai vec_sro ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 11009 of file altivec.h.

References __a, and __b.

◆ vec_sro() [13/16]

__inline__ vector unsigned int __ATTRS_o_ai vec_sro ( vector unsigned int __a,
vector signed char __b )
static

Definition at line 11057 of file altivec.h.

References __a, and __b.

◆ vec_sro() [14/16]

__inline__ vector unsigned int __ATTRS_o_ai vec_sro ( vector unsigned int __a,
vector unsigned char __b )
static

Definition at line 11063 of file altivec.h.

References __a, and __b.

◆ vec_sro() [15/16]

__inline__ vector unsigned short __ATTRS_o_ai vec_sro ( vector unsigned short __a,
vector signed char __b )
static

Definition at line 11025 of file altivec.h.

References __a, and __b.

◆ vec_sro() [16/16]

__inline__ vector unsigned short __ATTRS_o_ai vec_sro ( vector unsigned short __a,
vector unsigned char __b )
static

Definition at line 11031 of file altivec.h.

References __a, and __b.

◆ vec_st() [1/26]

__inline__ void __ATTRS_o_ai vec_st ( vector bool char __a,
long __b,
signed char * __c )
static

Definition at line 11216 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [2/26]

__inline__ void __ATTRS_o_ai vec_st ( vector bool char __a,
long __b,
unsigned char * __c )
static

Definition at line 11221 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [3/26]

__inline__ void __ATTRS_o_ai vec_st ( vector bool char __a,
long __b,
vector bool char * __c )
static

Definition at line 11226 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [4/26]

__inline__ void __ATTRS_o_ai vec_st ( vector bool int __a,
long __b,
int * __c )
static

Definition at line 11300 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [5/26]

__inline__ void __ATTRS_o_ai vec_st ( vector bool int __a,
long __b,
unsigned int * __c )
static

Definition at line 11305 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [6/26]

__inline__ void __ATTRS_o_ai vec_st ( vector bool int __a,
long __b,
vector bool int * __c )
static

Definition at line 11310 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [7/26]

__inline__ void __ATTRS_o_ai vec_st ( vector bool short __a,
long __b,
short * __c )
static

Definition at line 11251 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [8/26]

__inline__ void __ATTRS_o_ai vec_st ( vector bool short __a,
long __b,
unsigned short * __c )
static

Definition at line 11256 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [9/26]

__inline__ void __ATTRS_o_ai vec_st ( vector bool short __a,
long __b,
vector bool short * __c )
static

Definition at line 11261 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [10/26]

__inline__ void __ATTRS_o_ai vec_st ( vector float __a,
long __b,
float * __c )
static

Definition at line 11320 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [11/26]

__inline__ void __ATTRS_o_ai vec_st ( vector float __a,
long __b,
vector float * __c )
static

Definition at line 11315 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [12/26]

__inline__ void __ATTRS_o_ai vec_st ( vector int __a,
long __b,
int * __c )
static

Definition at line 11286 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [13/26]

__inline__ void __ATTRS_o_ai vec_st ( vector int __a,
long __b,
vector int * __c )
static

Definition at line 11281 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [14/26]

__inline__ void __ATTRS_o_ai vec_st ( vector pixel __a,
long __b,
short * __c )
static

Definition at line 11266 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [15/26]

__inline__ void __ATTRS_o_ai vec_st ( vector pixel __a,
long __b,
unsigned short * __c )
static

Definition at line 11271 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [16/26]

__inline__ void __ATTRS_o_ai vec_st ( vector pixel __a,
long __b,
vector pixel * __c )
static

Definition at line 11276 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [17/26]

__inline__ void __ATTRS_o_ai vec_st ( vector short __a,
long __b,
short * __c )
static

Definition at line 11236 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [18/26]

__inline__ void __ATTRS_o_ai vec_st ( vector short __a,
long __b,
vector short * __c )
static

Definition at line 11231 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [19/26]

__inline__ void __ATTRS_o_ai vec_st ( vector signed char __a,
long __b,
signed char * __c )
static

Definition at line 11201 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [20/26]

◆ vec_st() [21/26]

__inline__ void __ATTRS_o_ai vec_st ( vector unsigned char __a,
long __b,
unsigned char * __c )
static

Definition at line 11211 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [22/26]

__inline__ void __ATTRS_o_ai vec_st ( vector unsigned char __a,
long __b,
vector unsigned char * __c )
static

Definition at line 11206 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [23/26]

__inline__ void __ATTRS_o_ai vec_st ( vector unsigned int __a,
long __b,
unsigned int * __c )
static

Definition at line 11295 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [24/26]

__inline__ void __ATTRS_o_ai vec_st ( vector unsigned int __a,
long __b,
vector unsigned int * __c )
static

Definition at line 11290 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [25/26]

__inline__ void __ATTRS_o_ai vec_st ( vector unsigned short __a,
long __b,
unsigned short * __c )
static

Definition at line 11246 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_st() [26/26]

__inline__ void __ATTRS_o_ai vec_st ( vector unsigned short __a,
long __b,
vector unsigned short * __c )
static

Definition at line 11241 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_ste() [1/15]

__inline__ void __ATTRS_o_ai vec_ste ( vector bool char __a,
long __b,
signed char * __c )
static

Definition at line 11469 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_ste() [2/15]

__inline__ void __ATTRS_o_ai vec_ste ( vector bool char __a,
long __b,
unsigned char * __c )
static

Definition at line 11474 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_ste() [3/15]

__inline__ void __ATTRS_o_ai vec_ste ( vector bool int __a,
long __b,
int * __c )
static

Definition at line 11518 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_ste() [4/15]

__inline__ void __ATTRS_o_ai vec_ste ( vector bool int __a,
long __b,
unsigned int * __c )
static

Definition at line 11523 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_ste() [5/15]

__inline__ void __ATTRS_o_ai vec_ste ( vector bool short __a,
long __b,
short * __c )
static

Definition at line 11489 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_ste() [6/15]

__inline__ void __ATTRS_o_ai vec_ste ( vector bool short __a,
long __b,
unsigned short * __c )
static

Definition at line 11494 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_ste() [7/15]

__inline__ void __ATTRS_o_ai vec_ste ( vector float __a,
long __b,
float * __c )
static

Definition at line 11528 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_ste() [8/15]

__inline__ void __ATTRS_o_ai vec_ste ( vector int __a,
long __b,
int * __c )
static

Definition at line 11509 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_ste() [9/15]

__inline__ void __ATTRS_o_ai vec_ste ( vector pixel __a,
long __b,
short * __c )
static

Definition at line 11499 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_ste() [10/15]

__inline__ void __ATTRS_o_ai vec_ste ( vector pixel __a,
long __b,
unsigned short * __c )
static

Definition at line 11504 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_ste() [11/15]

__inline__ void __ATTRS_o_ai vec_ste ( vector short __a,
long __b,
short * __c )
static

Definition at line 11479 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_ste() [12/15]

__inline__ void __ATTRS_o_ai vec_ste ( vector signed char __a,
long __b,
signed char * __c )
static

Definition at line 11459 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_ste() [13/15]

__inline__ void __ATTRS_o_ai vec_ste ( vector unsigned char __a,
long __b,
unsigned char * __c )
static

Definition at line 11464 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_ste() [14/15]

__inline__ void __ATTRS_o_ai vec_ste ( vector unsigned int __a,
long __b,
unsigned int * __c )
static

Definition at line 11513 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_ste() [15/15]

__inline__ void __ATTRS_o_ai vec_ste ( vector unsigned short __a,
long __b,
unsigned short * __c )
static

Definition at line 11484 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [1/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector bool char __a,
int __b,
signed char * __c )
static

Definition at line 11636 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [2/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector bool char __a,
int __b,
unsigned char * __c )
static

Definition at line 11641 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [3/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector bool char __a,
int __b,
vector bool char * __c )
static

Definition at line 11646 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [4/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector bool int __a,
int __b,
int * __c )
static

Definition at line 11720 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [5/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector bool int __a,
int __b,
unsigned int * __c )
static

Definition at line 11725 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [6/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector bool int __a,
int __b,
vector bool int * __c )
static

Definition at line 11730 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [7/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector bool short __a,
int __b,
short * __c )
static

Definition at line 11671 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [8/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector bool short __a,
int __b,
unsigned short * __c )
static

Definition at line 11676 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [9/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector bool short __a,
int __b,
vector bool short * __c )
static

Definition at line 11681 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [10/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector float __a,
int __b,
float * __c )
static

Definition at line 11740 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [11/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector float __a,
int __b,
vector float * __c )
static

Definition at line 11735 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [12/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector int __a,
int __b,
int * __c )
static

Definition at line 11706 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [13/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector int __a,
int __b,
vector int * __c )
static

Definition at line 11701 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [14/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector pixel __a,
int __b,
short * __c )
static

Definition at line 11686 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [15/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector pixel __a,
int __b,
unsigned short * __c )
static

Definition at line 11691 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [16/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector pixel __a,
int __b,
vector pixel * __c )
static

Definition at line 11696 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [17/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector short __a,
int __b,
short * __c )
static

Definition at line 11656 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [18/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector short __a,
int __b,
vector short * __c )
static

Definition at line 11651 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [19/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector signed char __a,
int __b,
signed char * __c )
static

Definition at line 11621 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [20/26]

◆ vec_stl() [21/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector unsigned char __a,
int __b,
unsigned char * __c )
static

Definition at line 11631 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [22/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector unsigned char __a,
int __b,
vector unsigned char * __c )
static

Definition at line 11626 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [23/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector unsigned int __a,
int __b,
unsigned int * __c )
static

Definition at line 11715 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [24/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector unsigned int __a,
int __b,
vector unsigned int * __c )
static

Definition at line 11710 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [25/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector unsigned short __a,
int __b,
unsigned short * __c )
static

Definition at line 11666 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stl() [26/26]

__inline__ void __ATTRS_o_ai vec_stl ( vector unsigned short __a,
int __b,
vector unsigned short * __c )
static

Definition at line 11661 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvebx() [1/4]

__inline__ void __ATTRS_o_ai vec_stvebx ( vector bool char __a,
long __b,
signed char * __c )
static

Definition at line 11545 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvebx() [2/4]

__inline__ void __ATTRS_o_ai vec_stvebx ( vector bool char __a,
long __b,
unsigned char * __c )
static

Definition at line 11550 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvebx() [3/4]

__inline__ void __ATTRS_o_ai vec_stvebx ( vector signed char __a,
long __b,
signed char * __c )
static

Definition at line 11535 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvebx() [4/4]

__inline__ void __ATTRS_o_ai vec_stvebx ( vector unsigned char __a,
long __b,
unsigned char * __c )
static

Definition at line 11540 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvehx() [1/6]

__inline__ void __ATTRS_o_ai vec_stvehx ( vector bool short __a,
long __b,
short * __c )
static

Definition at line 11567 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvehx() [2/6]

__inline__ void __ATTRS_o_ai vec_stvehx ( vector bool short __a,
long __b,
unsigned short * __c )
static

Definition at line 11572 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvehx() [3/6]

__inline__ void __ATTRS_o_ai vec_stvehx ( vector pixel __a,
long __b,
short * __c )
static

Definition at line 11577 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvehx() [4/6]

__inline__ void __ATTRS_o_ai vec_stvehx ( vector pixel __a,
long __b,
unsigned short * __c )
static

Definition at line 11582 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvehx() [5/6]

__inline__ void __ATTRS_o_ai vec_stvehx ( vector short __a,
long __b,
short * __c )
static

Definition at line 11557 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvehx() [6/6]

__inline__ void __ATTRS_o_ai vec_stvehx ( vector unsigned short __a,
long __b,
unsigned short * __c )
static

Definition at line 11562 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvewx() [1/5]

__inline__ void __ATTRS_o_ai vec_stvewx ( vector bool int __a,
long __b,
int * __c )
static

Definition at line 11599 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvewx() [2/5]

__inline__ void __ATTRS_o_ai vec_stvewx ( vector bool int __a,
long __b,
unsigned int * __c )
static

Definition at line 11604 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvewx() [3/5]

__inline__ void __ATTRS_o_ai vec_stvewx ( vector float __a,
long __b,
float * __c )
static

Definition at line 11609 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvewx() [4/5]

__inline__ void __ATTRS_o_ai vec_stvewx ( vector int __a,
long __b,
int * __c )
static

Definition at line 11589 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvewx() [5/5]

__inline__ void __ATTRS_o_ai vec_stvewx ( vector unsigned int __a,
long __b,
unsigned int * __c )
static

Definition at line 11594 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvlx() [1/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector bool char __a,
int __b,
vector bool char * __c )
static

Definition at line 14220 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [2/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector bool int __a,
int __b,
vector bool int * __c )
static

Definition at line 14294 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [3/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector bool short __a,
int __b,
vector bool short * __c )
static

Definition at line 14254 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [4/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector float __a,
int __b,
vector float * __c )
static

Definition at line 14301 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [5/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector int __a,
int __b,
int * __c )
static

Definition at line 14268 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [6/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector int __a,
int __b,
vector int * __c )
static

Definition at line 14274 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [7/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector pixel __a,
int __b,
vector pixel * __c )
static

Definition at line 14261 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [8/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector short __a,
int __b,
short * __c )
static

Definition at line 14227 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [9/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector short __a,
int __b,
vector short * __c )
static

Definition at line 14233 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [10/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector signed char __a,
int __b,
signed char * __c )
static

Definition at line 14194 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [11/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector signed char __a,
int __b,
vector signed char * __c )
static

Definition at line 14200 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [12/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned char __a,
int __b,
unsigned char * __c )
static

Definition at line 14207 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [13/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned char __a,
int __b,
vector unsigned char * __c )
static

Definition at line 14213 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [14/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned int __a,
int __b,
unsigned int * __c )
static

Definition at line 14281 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [15/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned int __a,
int __b,
vector unsigned int * __c )
static

Definition at line 14287 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [16/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned short __a,
int __b,
unsigned short * __c )
static

Definition at line 14240 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [17/17]

__inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned short __a,
int __b,
vector unsigned short * __c )
static

Definition at line 14246 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlxl() [1/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector bool char __a,
int __b,
vector bool char * __c )
static

Definition at line 14337 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [2/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector bool int __a,
int __b,
vector bool int * __c )
static

Definition at line 14411 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [3/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector bool short __a,
int __b,
vector bool short * __c )
static

Definition at line 14371 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [4/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector float __a,
int __b,
vector float * __c )
static

Definition at line 14418 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [5/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector int __a,
int __b,
int * __c )
static

Definition at line 14385 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [6/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector int __a,
int __b,
vector int * __c )
static

Definition at line 14391 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [7/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector pixel __a,
int __b,
vector pixel * __c )
static

Definition at line 14378 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [8/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector short __a,
int __b,
short * __c )
static

Definition at line 14344 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [9/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector short __a,
int __b,
vector short * __c )
static

Definition at line 14350 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [10/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector signed char __a,
int __b,
signed char * __c )
static

Definition at line 14310 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [11/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector signed char __a,
int __b,
vector signed char * __c )
static

Definition at line 14316 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [12/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned char __a,
int __b,
unsigned char * __c )
static

Definition at line 14323 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [13/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned char __a,
int __b,
vector unsigned char * __c )
static

Definition at line 14329 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [14/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned int __a,
int __b,
unsigned int * __c )
static

Definition at line 14398 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [15/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned int __a,
int __b,
vector unsigned int * __c )
static

Definition at line 14404 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [16/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned short __a,
int __b,
unsigned short * __c )
static

Definition at line 14357 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [17/17]

__inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned short __a,
int __b,
vector unsigned short * __c )
static

Definition at line 14363 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrx() [1/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector bool char __a,
int __b,
vector bool char * __c )
static

Definition at line 14453 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [2/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector bool int __a,
int __b,
vector bool int * __c )
static

Definition at line 14527 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [3/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector bool short __a,
int __b,
vector bool short * __c )
static

Definition at line 14487 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [4/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector float __a,
int __b,
vector float * __c )
static

Definition at line 14534 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [5/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector int __a,
int __b,
int * __c )
static

Definition at line 14501 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [6/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector int __a,
int __b,
vector int * __c )
static

Definition at line 14507 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [7/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector pixel __a,
int __b,
vector pixel * __c )
static

Definition at line 14494 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [8/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector short __a,
int __b,
short * __c )
static

Definition at line 14460 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [9/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector short __a,
int __b,
vector short * __c )
static

Definition at line 14466 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [10/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector signed char __a,
int __b,
signed char * __c )
static

Definition at line 14427 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [11/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector signed char __a,
int __b,
vector signed char * __c )
static

Definition at line 14433 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [12/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned char __a,
int __b,
unsigned char * __c )
static

Definition at line 14440 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [13/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned char __a,
int __b,
vector unsigned char * __c )
static

Definition at line 14446 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [14/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned int __a,
int __b,
unsigned int * __c )
static

Definition at line 14514 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [15/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned int __a,
int __b,
vector unsigned int * __c )
static

Definition at line 14520 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [16/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned short __a,
int __b,
unsigned short * __c )
static

Definition at line 14473 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [17/17]

__inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned short __a,
int __b,
vector unsigned short * __c )
static

Definition at line 14479 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrxl() [1/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector bool char __a,
int __b,
vector bool char * __c )
static

Definition at line 14570 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [2/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector bool int __a,
int __b,
vector bool int * __c )
static

Definition at line 14644 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [3/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector bool short __a,
int __b,
vector bool short * __c )
static

Definition at line 14604 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [4/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector float __a,
int __b,
vector float * __c )
static

Definition at line 14651 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [5/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector int __a,
int __b,
int * __c )
static

Definition at line 14618 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [6/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector int __a,
int __b,
vector int * __c )
static

Definition at line 14624 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [7/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector pixel __a,
int __b,
vector pixel * __c )
static

Definition at line 14611 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [8/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector short __a,
int __b,
short * __c )
static

Definition at line 14577 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [9/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector short __a,
int __b,
vector short * __c )
static

Definition at line 14583 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [10/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector signed char __a,
int __b,
signed char * __c )
static

Definition at line 14543 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [11/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector signed char __a,
int __b,
vector signed char * __c )
static

Definition at line 14549 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [12/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned char __a,
int __b,
unsigned char * __c )
static

Definition at line 14556 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [13/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned char __a,
int __b,
vector unsigned char * __c )
static

Definition at line 14562 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [14/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned int __a,
int __b,
unsigned int * __c )
static

Definition at line 14631 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [15/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned int __a,
int __b,
vector unsigned int * __c )
static

Definition at line 14637 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [16/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned short __a,
int __b,
unsigned short * __c )
static

Definition at line 14590 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [17/17]

__inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned short __a,
int __b,
vector unsigned short * __c )
static

Definition at line 14596 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvx() [1/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector bool char __a,
long __b,
signed char * __c )
static

Definition at line 11347 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [2/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector bool char __a,
long __b,
unsigned char * __c )
static

Definition at line 11352 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [3/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector bool char __a,
long __b,
vector bool char * __c )
static

Definition at line 11357 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [4/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector bool int __a,
long __b,
int * __c )
static

Definition at line 11432 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [5/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector bool int __a,
long __b,
unsigned int * __c )
static

Definition at line 11437 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [6/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector bool int __a,
long __b,
vector bool int * __c )
static

Definition at line 11442 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [7/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector bool short __a,
long __b,
short * __c )
static

Definition at line 11382 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [8/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector bool short __a,
long __b,
unsigned short * __c )
static

Definition at line 11387 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [9/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector bool short __a,
long __b,
vector bool short * __c )
static

Definition at line 11392 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [10/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector float __a,
long __b,
float * __c )
static

Definition at line 11452 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [11/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector float __a,
long __b,
vector float * __c )
static

Definition at line 11447 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [12/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector int __a,
long __b,
int * __c )
static

Definition at line 11417 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [13/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector int __a,
long __b,
vector int * __c )
static

Definition at line 11412 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [14/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector pixel __a,
long __b,
short * __c )
static

Definition at line 11397 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [15/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector pixel __a,
long __b,
unsigned short * __c )
static

Definition at line 11402 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [16/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector pixel __a,
long __b,
vector pixel * __c )
static

Definition at line 11407 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [17/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector short __a,
long __b,
short * __c )
static

Definition at line 11367 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [18/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector short __a,
long __b,
vector short * __c )
static

Definition at line 11362 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [19/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector signed char __a,
long __b,
signed char * __c )
static

Definition at line 11332 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [20/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector signed char __a,
long __b,
vector signed char * __c )
static

Definition at line 11327 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [21/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned char __a,
long __b,
unsigned char * __c )
static

Definition at line 11342 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [22/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned char __a,
long __b,
vector unsigned char * __c )
static

Definition at line 11337 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [23/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned int __a,
long __b,
unsigned int * __c )
static

Definition at line 11427 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [24/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned int __a,
long __b,
vector unsigned int * __c )
static

Definition at line 11422 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [25/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned short __a,
long __b,
unsigned short * __c )
static

Definition at line 11377 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvx() [26/26]

__inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned short __a,
long __b,
vector unsigned short * __c )
static

Definition at line 11372 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [1/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector bool char __a,
int __b,
signed char * __c )
static

Definition at line 11767 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [2/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector bool char __a,
int __b,
unsigned char * __c )
static

Definition at line 11772 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [3/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector bool char __a,
int __b,
vector bool char * __c )
static

Definition at line 11777 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [4/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector bool int __a,
int __b,
int * __c )
static

Definition at line 11853 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [5/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector bool int __a,
int __b,
unsigned int * __c )
static

Definition at line 11858 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [6/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector bool int __a,
int __b,
vector bool int * __c )
static

Definition at line 11863 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [7/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector bool short __a,
int __b,
short * __c )
static

Definition at line 11803 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [8/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector bool short __a,
int __b,
unsigned short * __c )
static

Definition at line 11808 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [9/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector bool short __a,
int __b,
vector bool short * __c )
static

Definition at line 11813 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [10/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector float __a,
int __b,
float * __c )
static

Definition at line 11873 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [11/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector float __a,
int __b,
vector float * __c )
static

Definition at line 11868 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [12/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector int __a,
int __b,
int * __c )
static

Definition at line 11838 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [13/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector int __a,
int __b,
vector int * __c )
static

Definition at line 11833 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [14/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector pixel __a,
int __b,
short * __c )
static

Definition at line 11818 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [15/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector pixel __a,
int __b,
unsigned short * __c )
static

Definition at line 11823 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [16/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector pixel __a,
int __b,
vector pixel * __c )
static

Definition at line 11828 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [17/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector short __a,
int __b,
short * __c )
static

Definition at line 11787 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [18/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector short __a,
int __b,
vector short * __c )
static

Definition at line 11782 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [19/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector signed char __a,
int __b,
signed char * __c )
static

Definition at line 11752 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [20/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector signed char __a,
int __b,
vector signed char * __c )
static

Definition at line 11747 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [21/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned char __a,
int __b,
unsigned char * __c )
static

Definition at line 11762 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [22/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned char __a,
int __b,
vector unsigned char * __c )
static

Definition at line 11757 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [23/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned int __a,
int __b,
unsigned int * __c )
static

Definition at line 11848 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [24/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned int __a,
int __b,
vector unsigned int * __c )
static

Definition at line 11843 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [25/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned short __a,
int __b,
unsigned short * __c )
static

Definition at line 11798 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_stvxl() [26/26]

__inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned short __a,
int __b,
vector unsigned short * __c )
static

Definition at line 11792 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_sub() [1/19]

__inline__ vector signed char __ATTRS_o_ai vec_sub ( vector bool char __a,
vector signed char __b )
static

Definition at line 11886 of file altivec.h.

References __a, and __b.

◆ vec_sub() [2/19]

__inline__ vector unsigned char __ATTRS_o_ai vec_sub ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 11901 of file altivec.h.

References __a, and __b.

◆ vec_sub() [3/19]

__inline__ vector int __ATTRS_o_ai vec_sub ( vector bool int __a,
vector int __b )
static

Definition at line 11945 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sub() [4/19]

__inline__ vector unsigned int __ATTRS_o_ai vec_sub ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 11961 of file altivec.h.

References __a, and __b.

◆ vec_sub() [5/19]

__inline__ vector short __ATTRS_o_ai vec_sub ( vector bool short __a,
vector short __b )
static

Definition at line 11915 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sub() [6/19]

__inline__ vector unsigned short __ATTRS_o_ai vec_sub ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 11931 of file altivec.h.

References __a, and __b.

◆ vec_sub() [7/19]

__inline__ vector float __ATTRS_o_ai vec_sub ( vector float __a,
vector float __b )
static

Definition at line 12001 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sub() [8/19]

__inline__ vector int __ATTRS_o_ai vec_sub ( vector int __a,
vector bool int __b )
static

Definition at line 11950 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_sub() [9/19]

__inline__ vector int __ATTRS_o_ai vec_sub ( vector int __a,
vector int __b )
static

Definition at line 11940 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sub() [10/19]

__inline__ vector short __ATTRS_o_ai vec_sub ( vector short __a,
vector bool short __b )
static

Definition at line 11920 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sub() [11/19]

__inline__ vector short __ATTRS_o_ai vec_sub ( vector short __a,
vector short __b )
static

Definition at line 11910 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sub() [12/19]

__inline__ vector signed char __ATTRS_o_ai vec_sub ( vector signed char __a,
vector bool char __b )
static

Definition at line 11891 of file altivec.h.

References __a, and __b.

◆ vec_sub() [13/19]

__inline__ vector signed char __ATTRS_o_ai vec_sub ( vector signed char __a,
vector signed char __b )
static

Definition at line 11881 of file altivec.h.

References __a, and __b.

◆ vec_sub() [14/19]

__inline__ vector unsigned char __ATTRS_o_ai vec_sub ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 11906 of file altivec.h.

References __a, and __b.

◆ vec_sub() [15/19]

__inline__ vector unsigned char __ATTRS_o_ai vec_sub ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 11896 of file altivec.h.

References __a, and __b.

◆ vec_sub() [16/19]

__inline__ vector unsigned int __ATTRS_o_ai vec_sub ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 11966 of file altivec.h.

References __a, __b, and int.

◆ vec_sub() [17/19]

__inline__ vector unsigned int __ATTRS_o_ai vec_sub ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 11956 of file altivec.h.

References __a, and __b.

◆ vec_sub() [18/19]

__inline__ vector unsigned short __ATTRS_o_ai vec_sub ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 11936 of file altivec.h.

References __a, and __b.

◆ vec_sub() [19/19]

__inline__ vector unsigned short __ATTRS_o_ai vec_sub ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 11926 of file altivec.h.

References __a, and __b.

◆ vec_subc() [1/2]

__inline__ vector signed int __ATTRS_o_ai vec_subc ( vector signed int __a,
vector signed int __b )
static

Definition at line 12120 of file altivec.h.

References __a, and __b.

◆ vec_subc() [2/2]

__inline__ vector unsigned int __ATTRS_o_ai vec_subc ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 12126 of file altivec.h.

References __a, and __b.

◆ vec_sube() [1/2]

__inline__ vector signed int __ATTRS_o_ai vec_sube ( vector signed int __a,
vector signed int __b,
vector signed int __c )
static

Definition at line 12483 of file altivec.h.

References __a, __b, __c, and vec_adde().

◆ vec_sube() [2/2]

__inline__ vector unsigned int __ATTRS_o_ai vec_sube ( vector unsigned int __a,
vector unsigned int __b,
vector unsigned int __c )
static

Definition at line 12491 of file altivec.h.

References __a, __b, __c, and vec_adde().

◆ vec_subs() [1/18]

__inline__ vector signed char __ATTRS_o_ai vec_subs ( vector bool char __a,
vector signed char __b )
static

Definition at line 12166 of file altivec.h.

References __a, and __b.

◆ vec_subs() [2/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_subs ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 12181 of file altivec.h.

References __a, and __b.

◆ vec_subs() [3/18]

__inline__ vector int __ATTRS_o_ai vec_subs ( vector bool int __a,
vector int __b )
static

Definition at line 12225 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_subs() [4/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_subs ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 12241 of file altivec.h.

References __a, and __b.

◆ vec_subs() [5/18]

__inline__ vector short __ATTRS_o_ai vec_subs ( vector bool short __a,
vector short __b )
static

Definition at line 12195 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_subs() [6/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_subs ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 12211 of file altivec.h.

References __a, and __b.

◆ vec_subs() [7/18]

__inline__ vector int __ATTRS_o_ai vec_subs ( vector int __a,
vector bool int __b )
static

Definition at line 12230 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_subs() [8/18]

__inline__ vector int __ATTRS_o_ai vec_subs ( vector int __a,
vector int __b )
static

Definition at line 12220 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_subs() [9/18]

__inline__ vector short __ATTRS_o_ai vec_subs ( vector short __a,
vector bool short __b )
static

Definition at line 12200 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_subs() [10/18]

__inline__ vector short __ATTRS_o_ai vec_subs ( vector short __a,
vector short __b )
static

Definition at line 12190 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_subs() [11/18]

__inline__ vector signed char __ATTRS_o_ai vec_subs ( vector signed char __a,
vector bool char __b )
static

Definition at line 12171 of file altivec.h.

References __a, and __b.

◆ vec_subs() [12/18]

__inline__ vector signed char __ATTRS_o_ai vec_subs ( vector signed char __a,
vector signed char __b )
static

Definition at line 12161 of file altivec.h.

References __a, and __b.

◆ vec_subs() [13/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_subs ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 12186 of file altivec.h.

References __a, and __b.

◆ vec_subs() [14/18]

__inline__ vector unsigned char __ATTRS_o_ai vec_subs ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 12176 of file altivec.h.

References __a, and __b.

◆ vec_subs() [15/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_subs ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 12246 of file altivec.h.

References __a, and __b.

◆ vec_subs() [16/18]

__inline__ vector unsigned int __ATTRS_o_ai vec_subs ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 12236 of file altivec.h.

References __a, and __b.

◆ vec_subs() [17/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_subs ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 12216 of file altivec.h.

References __a, and __b.

◆ vec_subs() [18/18]

__inline__ vector unsigned short __ATTRS_o_ai vec_subs ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 12206 of file altivec.h.

References __a, and __b.

◆ vec_sum4s() [1/3]

__inline__ vector int __ATTRS_o_ai vec_sum4s ( vector signed char __a,
vector int __b )
static

Definition at line 12499 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sum4s() [2/3]

__inline__ vector int __ATTRS_o_ai vec_sum4s ( vector signed short __a,
vector int __b )
static

Definition at line 12509 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_sum4s() [3/3]

__inline__ vector unsigned int __ATTRS_o_ai vec_sum4s ( vector unsigned char __a,
vector unsigned int __b )
static

Definition at line 12505 of file altivec.h.

References __a, and __b.

◆ vec_trunc()

__inline__ vector float __ATTRS_o_ai vec_trunc ( vector float __a)
static

Definition at line 12609 of file altivec.h.

References __a, and __ATTRS_o_ai.

Referenced by vec_roundz().

◆ vec_unpackh() [1/5]

__inline__ vector bool short __ATTRS_o_ai vec_unpackh ( vector bool char __a)
static

Definition at line 12663 of file altivec.h.

References __a.

◆ vec_unpackh() [2/5]

__inline__ vector bool int __ATTRS_o_ai vec_unpackh ( vector bool short __a)
static

Definition at line 12680 of file altivec.h.

References __a.

◆ vec_unpackh() [3/5]

__inline__ vector unsigned int __ATTRS_o_ai vec_unpackh ( vector pixel __a)
static

Definition at line 12689 of file altivec.h.

References __a.

◆ vec_unpackh() [4/5]

__inline__ vector int __ATTRS_o_ai vec_unpackh ( vector short __a)
static

Definition at line 12671 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_unpackh() [5/5]

__inline__ vector short __ATTRS_o_ai vec_unpackh ( vector signed char __a)
static

Definition at line 12654 of file altivec.h.

References __a.

◆ vec_unpackl() [1/5]

__inline__ vector bool short __ATTRS_o_ai vec_unpackl ( vector bool char __a)
static

Definition at line 12802 of file altivec.h.

References __a.

◆ vec_unpackl() [2/5]

__inline__ vector bool int __ATTRS_o_ai vec_unpackl ( vector bool short __a)
static

Definition at line 12819 of file altivec.h.

References __a.

◆ vec_unpackl() [3/5]

__inline__ vector unsigned int __ATTRS_o_ai vec_unpackl ( vector pixel __a)
static

Definition at line 12828 of file altivec.h.

References __a.

◆ vec_unpackl() [4/5]

__inline__ vector int __ATTRS_o_ai vec_unpackl ( vector short __a)
static

Definition at line 12810 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_unpackl() [5/5]

__inline__ vector short __ATTRS_o_ai vec_unpackl ( vector signed char __a)
static

Definition at line 12793 of file altivec.h.

References __a.

◆ vec_unsigned()

__inline__ vector unsigned int __ATTRS_o_ai vec_unsigned ( vector float __a)
static

Definition at line 3537 of file altivec.h.

References __a.

◆ vec_vaddsbs() [1/3]

__inline__ vector signed char __ATTRS_o_ai vec_vaddsbs ( vector bool char __a,
vector signed char __b )
static

Definition at line 723 of file altivec.h.

References __a, and __b.

◆ vec_vaddsbs() [2/3]

__inline__ vector signed char __ATTRS_o_ai vec_vaddsbs ( vector signed char __a,
vector bool char __b )
static

Definition at line 728 of file altivec.h.

References __a, and __b.

◆ vec_vaddsbs() [3/3]

__inline__ vector signed char __ATTRS_o_ai vec_vaddsbs ( vector signed char __a,
vector signed char __b )
static

Definition at line 718 of file altivec.h.

References __a, and __b.

◆ vec_vaddshs() [1/3]

__inline__ vector short __ATTRS_o_ai vec_vaddshs ( vector bool short __a,
vector short __b )
static

Definition at line 756 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vaddshs() [2/3]

__inline__ vector short __ATTRS_o_ai vec_vaddshs ( vector short __a,
vector bool short __b )
static

Definition at line 761 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vaddshs() [3/3]

__inline__ vector short __ATTRS_o_ai vec_vaddshs ( vector short __a,
vector short __b )
static

Definition at line 751 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vaddsws() [1/3]

__inline__ vector int __ATTRS_o_ai vec_vaddsws ( vector bool int __a,
vector int __b )
static

Definition at line 790 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vaddsws() [2/3]

__inline__ vector int __ATTRS_o_ai vec_vaddsws ( vector int __a,
vector bool int __b )
static

Definition at line 795 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vaddsws() [3/3]

__inline__ vector int __ATTRS_o_ai vec_vaddsws ( vector int __a,
vector int __b )
static

Definition at line 785 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vaddubm() [1/6]

__inline__ vector signed char __ATTRS_o_ai vec_vaddubm ( vector bool char __a,
vector signed char __b )
static

Definition at line 481 of file altivec.h.

References __a, and __b.

◆ vec_vaddubm() [2/6]

__inline__ vector unsigned char __ATTRS_o_ai vec_vaddubm ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 496 of file altivec.h.

References __a, and __b.

◆ vec_vaddubm() [3/6]

__inline__ vector signed char __ATTRS_o_ai vec_vaddubm ( vector signed char __a,
vector bool char __b )
static

Definition at line 486 of file altivec.h.

References __a, and __b.

◆ vec_vaddubm() [4/6]

__inline__ vector signed char __ATTRS_o_ai vec_vaddubm ( vector signed char __a,
vector signed char __b )
static

Definition at line 476 of file altivec.h.

References __a, and __b.

◆ vec_vaddubm() [5/6]

__inline__ vector unsigned char __ATTRS_o_ai vec_vaddubm ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 501 of file altivec.h.

References __a, and __b.

◆ vec_vaddubm() [6/6]

__inline__ vector unsigned char __ATTRS_o_ai vec_vaddubm ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 491 of file altivec.h.

References __a, and __b.

◆ vec_vaddubs() [1/3]

__inline__ vector unsigned char __ATTRS_o_ai vec_vaddubs ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 740 of file altivec.h.

References __a, and __b.

◆ vec_vaddubs() [2/3]

__inline__ vector unsigned char __ATTRS_o_ai vec_vaddubs ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 745 of file altivec.h.

References __a, and __b.

◆ vec_vaddubs() [3/3]

__inline__ vector unsigned char __ATTRS_o_ai vec_vaddubs ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 735 of file altivec.h.

References __a, and __b.

◆ vec_vadduhm() [1/6]

__inline__ vector short __ATTRS_o_ai vec_vadduhm ( vector bool short __a,
vector short __b )
static

Definition at line 514 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vadduhm() [2/6]

__inline__ vector unsigned short __ATTRS_o_ai vec_vadduhm ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 530 of file altivec.h.

References __a, and __b.

◆ vec_vadduhm() [3/6]

__inline__ vector short __ATTRS_o_ai vec_vadduhm ( vector short __a,
vector bool short __b )
static

Definition at line 519 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vadduhm() [4/6]

__inline__ vector short __ATTRS_o_ai vec_vadduhm ( vector short __a,
vector short __b )
static

Definition at line 509 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vadduhm() [5/6]

__inline__ vector unsigned short __ATTRS_o_ai vec_vadduhm ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 535 of file altivec.h.

References __a, and __b.

◆ vec_vadduhm() [6/6]

__inline__ vector unsigned short __ATTRS_o_ai vec_vadduhm ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 525 of file altivec.h.

References __a, and __b.

◆ vec_vadduhs() [1/3]

__inline__ vector unsigned short __ATTRS_o_ai vec_vadduhs ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 774 of file altivec.h.

References __a, and __b.

◆ vec_vadduhs() [2/3]

__inline__ vector unsigned short __ATTRS_o_ai vec_vadduhs ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 779 of file altivec.h.

References __a, and __b.

◆ vec_vadduhs() [3/3]

__inline__ vector unsigned short __ATTRS_o_ai vec_vadduhs ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 769 of file altivec.h.

References __a, and __b.

◆ vec_vadduwm() [1/6]

__inline__ vector int __ATTRS_o_ai vec_vadduwm ( vector bool int __a,
vector int __b )
static

Definition at line 548 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vadduwm() [2/6]

__inline__ vector unsigned int __ATTRS_o_ai vec_vadduwm ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 564 of file altivec.h.

References __a, and __b.

◆ vec_vadduwm() [3/6]

__inline__ vector int __ATTRS_o_ai vec_vadduwm ( vector int __a,
vector bool int __b )
static

Definition at line 553 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vadduwm() [4/6]

__inline__ vector int __ATTRS_o_ai vec_vadduwm ( vector int __a,
vector int __b )
static

Definition at line 543 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vadduwm() [5/6]

__inline__ vector unsigned int __ATTRS_o_ai vec_vadduwm ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 569 of file altivec.h.

References __a, __b, and int.

◆ vec_vadduwm() [6/6]

__inline__ vector unsigned int __ATTRS_o_ai vec_vadduwm ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 559 of file altivec.h.

References __a, and __b.

◆ vec_vadduws() [1/3]

__inline__ vector unsigned int __ATTRS_o_ai vec_vadduws ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 808 of file altivec.h.

References __a, and __b.

◆ vec_vadduws() [2/3]

__inline__ vector unsigned int __ATTRS_o_ai vec_vadduws ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 813 of file altivec.h.

References __a, and __b.

◆ vec_vadduws() [3/3]

__inline__ vector unsigned int __ATTRS_o_ai vec_vadduws ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 803 of file altivec.h.

References __a, and __b.

◆ vec_vand() [1/24]

__inline__ vector bool char __ATTRS_o_ai vec_vand ( vector bool char __a,
vector bool char __b )
static

Definition at line 1097 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vand() [2/24]

__inline__ vector signed char __ATTRS_o_ai vec_vand ( vector bool char __a,
vector signed char __b )
static

Definition at line 1073 of file altivec.h.

References __a, and __b.

◆ vec_vand() [3/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_vand ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 1088 of file altivec.h.

References __a, and __b.

◆ vec_vand() [4/24]

__inline__ vector bool int __ATTRS_o_ai vec_vand ( vector bool int __a,
vector bool int __b )
static

Definition at line 1167 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vand() [5/24]

__inline__ vector float __ATTRS_o_ai vec_vand ( vector bool int __a,
vector float __b )
static

Definition at line 1179 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vand() [6/24]

__inline__ vector int __ATTRS_o_ai vec_vand ( vector bool int __a,
vector int __b )
static

Definition at line 1142 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vand() [7/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_vand ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 1158 of file altivec.h.

References __a, and __b.

◆ vec_vand() [8/24]

__inline__ vector bool short __ATTRS_o_ai vec_vand ( vector bool short __a,
vector bool short __b )
static

Definition at line 1133 of file altivec.h.

References __a, and __b.

◆ vec_vand() [9/24]

__inline__ vector short __ATTRS_o_ai vec_vand ( vector bool short __a,
vector short __b )
static

Definition at line 1107 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vand() [10/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_vand ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 1123 of file altivec.h.

References __a, and __b.

◆ vec_vand() [11/24]

__inline__ vector float __ATTRS_o_ai vec_vand ( vector float __a,
vector bool int __b )
static

Definition at line 1186 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vand() [12/24]

__inline__ vector float __ATTRS_o_ai vec_vand ( vector float __a,
vector float __b )
static

Definition at line 1172 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vand() [13/24]

__inline__ vector int __ATTRS_o_ai vec_vand ( vector int __a,
vector bool int __b )
static

Definition at line 1147 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vand() [14/24]

__inline__ vector int __ATTRS_o_ai vec_vand ( vector int __a,
vector int __b )
static

Definition at line 1137 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vand() [15/24]

__inline__ vector short __ATTRS_o_ai vec_vand ( vector short __a,
vector bool short __b )
static

Definition at line 1112 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vand() [16/24]

__inline__ vector short __ATTRS_o_ai vec_vand ( vector short __a,
vector short __b )
static

Definition at line 1102 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vand() [17/24]

__inline__ vector signed char __ATTRS_o_ai vec_vand ( vector signed char __a,
vector bool char __b )
static

Definition at line 1078 of file altivec.h.

References __a, and __b.

◆ vec_vand() [18/24]

__inline__ vector signed char __ATTRS_o_ai vec_vand ( vector signed char __a,
vector signed char __b )
static

Definition at line 1068 of file altivec.h.

References __a, and __b.

◆ vec_vand() [19/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_vand ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 1093 of file altivec.h.

References __a, and __b.

◆ vec_vand() [20/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_vand ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 1083 of file altivec.h.

References __a, and __b.

◆ vec_vand() [21/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_vand ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 1163 of file altivec.h.

References __a, __b, and int.

◆ vec_vand() [22/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_vand ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 1153 of file altivec.h.

References __a, and __b.

◆ vec_vand() [23/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_vand ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 1128 of file altivec.h.

References __a, and __b.

◆ vec_vand() [24/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_vand ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 1118 of file altivec.h.

References __a, and __b.

◆ vec_vandc() [1/24]

__inline__ vector bool char __ATTRS_o_ai vec_vandc ( vector bool char __a,
vector bool char __b )
static

Definition at line 1451 of file altivec.h.

References __a, and __b.

◆ vec_vandc() [2/24]

__inline__ vector signed char __ATTRS_o_ai vec_vandc ( vector bool char __a,
vector signed char __b )
static

Definition at line 1426 of file altivec.h.

References __a, and __b.

◆ vec_vandc() [3/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_vandc ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 1441 of file altivec.h.

References __a, and __b.

◆ vec_vandc() [4/24]

__inline__ vector bool int __ATTRS_o_ai vec_vandc ( vector bool int __a,
vector bool int __b )
static

Definition at line 1520 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vandc() [5/24]

__inline__ vector float __ATTRS_o_ai vec_vandc ( vector bool int __a,
vector float __b )
static

Definition at line 1532 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vandc() [6/24]

__inline__ vector int __ATTRS_o_ai vec_vandc ( vector bool int __a,
vector int __b )
static

Definition at line 1495 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vandc() [7/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_vandc ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 1511 of file altivec.h.

References __a, and __b.

◆ vec_vandc() [8/24]

__inline__ vector bool short __ATTRS_o_ai vec_vandc ( vector bool short __a,
vector bool short __b )
static

Definition at line 1486 of file altivec.h.

References __a, and __b.

◆ vec_vandc() [9/24]

__inline__ vector short __ATTRS_o_ai vec_vandc ( vector bool short __a,
vector short __b )
static

Definition at line 1460 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vandc() [10/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_vandc ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 1476 of file altivec.h.

References __a, and __b.

◆ vec_vandc() [11/24]

__inline__ vector float __ATTRS_o_ai vec_vandc ( vector float __a,
vector bool int __b )
static

Definition at line 1539 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vandc() [12/24]

__inline__ vector float __ATTRS_o_ai vec_vandc ( vector float __a,
vector float __b )
static

Definition at line 1525 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vandc() [13/24]

__inline__ vector int __ATTRS_o_ai vec_vandc ( vector int __a,
vector bool int __b )
static

Definition at line 1500 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vandc() [14/24]

__inline__ vector int __ATTRS_o_ai vec_vandc ( vector int __a,
vector int __b )
static

Definition at line 1490 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vandc() [15/24]

__inline__ vector short __ATTRS_o_ai vec_vandc ( vector short __a,
vector bool short __b )
static

Definition at line 1465 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vandc() [16/24]

__inline__ vector short __ATTRS_o_ai vec_vandc ( vector short __a,
vector short __b )
static

Definition at line 1455 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vandc() [17/24]

__inline__ vector signed char __ATTRS_o_ai vec_vandc ( vector signed char __a,
vector bool char __b )
static

Definition at line 1431 of file altivec.h.

References __a, and __b.

◆ vec_vandc() [18/24]

__inline__ vector signed char __ATTRS_o_ai vec_vandc ( vector signed char __a,
vector signed char __b )
static

Definition at line 1421 of file altivec.h.

References __a, and __b.

◆ vec_vandc() [19/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_vandc ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 1446 of file altivec.h.

References __a, and __b.

◆ vec_vandc() [20/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_vandc ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 1436 of file altivec.h.

References __a, and __b.

◆ vec_vandc() [21/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_vandc ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 1516 of file altivec.h.

References __a, __b, and int.

◆ vec_vandc() [22/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_vandc ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 1506 of file altivec.h.

References __a, and __b.

◆ vec_vandc() [23/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_vandc ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 1481 of file altivec.h.

References __a, and __b.

◆ vec_vandc() [24/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_vandc ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 1471 of file altivec.h.

References __a, and __b.

◆ vec_vmaxsb() [1/3]

__inline__ vector signed char __ATTRS_o_ai vec_vmaxsb ( vector bool char __a,
vector signed char __b )
static

Definition at line 4983 of file altivec.h.

References __a, and __b.

◆ vec_vmaxsb() [2/3]

__inline__ vector signed char __ATTRS_o_ai vec_vmaxsb ( vector signed char __a,
vector bool char __b )
static

Definition at line 4988 of file altivec.h.

References __a, and __b.

◆ vec_vmaxsb() [3/3]

__inline__ vector signed char __ATTRS_o_ai vec_vmaxsb ( vector signed char __a,
vector signed char __b )
static

Definition at line 4978 of file altivec.h.

References __a, and __b.

◆ vec_vmaxsh() [1/3]

__inline__ vector short __ATTRS_o_ai vec_vmaxsh ( vector bool short __a,
vector short __b )
static

Definition at line 5016 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vmaxsh() [2/3]

__inline__ vector short __ATTRS_o_ai vec_vmaxsh ( vector short __a,
vector bool short __b )
static

Definition at line 5021 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vmaxsh() [3/3]

__inline__ vector short __ATTRS_o_ai vec_vmaxsh ( vector short __a,
vector short __b )
static

Definition at line 5011 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vmaxsw() [1/3]

__inline__ vector int __ATTRS_o_ai vec_vmaxsw ( vector bool int __a,
vector int __b )
static

Definition at line 5050 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vmaxsw() [2/3]

__inline__ vector int __ATTRS_o_ai vec_vmaxsw ( vector int __a,
vector bool int __b )
static

Definition at line 5055 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vmaxsw() [3/3]

__inline__ vector int __ATTRS_o_ai vec_vmaxsw ( vector int __a,
vector int __b )
static

Definition at line 5045 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vmaxub() [1/3]

__inline__ vector unsigned char __ATTRS_o_ai vec_vmaxub ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 5000 of file altivec.h.

References __a, and __b.

◆ vec_vmaxub() [2/3]

__inline__ vector unsigned char __ATTRS_o_ai vec_vmaxub ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 5005 of file altivec.h.

References __a, and __b.

◆ vec_vmaxub() [3/3]

__inline__ vector unsigned char __ATTRS_o_ai vec_vmaxub ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 4995 of file altivec.h.

References __a, and __b.

◆ vec_vmaxuh() [1/3]

__inline__ vector unsigned short __ATTRS_o_ai vec_vmaxuh ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 5034 of file altivec.h.

References __a, and __b.

◆ vec_vmaxuh() [2/3]

__inline__ vector unsigned short __ATTRS_o_ai vec_vmaxuh ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 5039 of file altivec.h.

References __a, and __b.

◆ vec_vmaxuh() [3/3]

__inline__ vector unsigned short __ATTRS_o_ai vec_vmaxuh ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 5029 of file altivec.h.

References __a, and __b.

◆ vec_vmaxuw() [1/3]

__inline__ vector unsigned int __ATTRS_o_ai vec_vmaxuw ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 5068 of file altivec.h.

References __a, and __b.

◆ vec_vmaxuw() [2/3]

__inline__ vector unsigned int __ATTRS_o_ai vec_vmaxuw ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 5073 of file altivec.h.

References __a, and __b.

◆ vec_vmaxuw() [3/3]

__inline__ vector unsigned int __ATTRS_o_ai vec_vmaxuw ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 5063 of file altivec.h.

References __a, and __b.

◆ vec_vminsb() [1/3]

__inline__ vector signed char __ATTRS_o_ai vec_vminsb ( vector bool char __a,
vector signed char __b )
static

Definition at line 5887 of file altivec.h.

References __a, and __b.

◆ vec_vminsb() [2/3]

__inline__ vector signed char __ATTRS_o_ai vec_vminsb ( vector signed char __a,
vector bool char __b )
static

Definition at line 5892 of file altivec.h.

References __a, and __b.

◆ vec_vminsb() [3/3]

__inline__ vector signed char __ATTRS_o_ai vec_vminsb ( vector signed char __a,
vector signed char __b )
static

Definition at line 5882 of file altivec.h.

References __a, and __b.

◆ vec_vminsh() [1/3]

__inline__ vector short __ATTRS_o_ai vec_vminsh ( vector bool short __a,
vector short __b )
static

Definition at line 5920 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vminsh() [2/3]

__inline__ vector short __ATTRS_o_ai vec_vminsh ( vector short __a,
vector bool short __b )
static

Definition at line 5925 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vminsh() [3/3]

__inline__ vector short __ATTRS_o_ai vec_vminsh ( vector short __a,
vector short __b )
static

Definition at line 5915 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vminsw() [1/3]

__inline__ vector int __ATTRS_o_ai vec_vminsw ( vector bool int __a,
vector int __b )
static

Definition at line 5954 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vminsw() [2/3]

__inline__ vector int __ATTRS_o_ai vec_vminsw ( vector int __a,
vector bool int __b )
static

Definition at line 5959 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vminsw() [3/3]

__inline__ vector int __ATTRS_o_ai vec_vminsw ( vector int __a,
vector int __b )
static

Definition at line 5949 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vminub() [1/3]

__inline__ vector unsigned char __ATTRS_o_ai vec_vminub ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 5904 of file altivec.h.

References __a, and __b.

◆ vec_vminub() [2/3]

__inline__ vector unsigned char __ATTRS_o_ai vec_vminub ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 5909 of file altivec.h.

References __a, and __b.

◆ vec_vminub() [3/3]

__inline__ vector unsigned char __ATTRS_o_ai vec_vminub ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 5899 of file altivec.h.

References __a, and __b.

◆ vec_vminuh() [1/3]

__inline__ vector unsigned short __ATTRS_o_ai vec_vminuh ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 5938 of file altivec.h.

References __a, and __b.

◆ vec_vminuh() [2/3]

__inline__ vector unsigned short __ATTRS_o_ai vec_vminuh ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 5943 of file altivec.h.

References __a, and __b.

◆ vec_vminuh() [3/3]

__inline__ vector unsigned short __ATTRS_o_ai vec_vminuh ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 5933 of file altivec.h.

References __a, and __b.

◆ vec_vminuw() [1/3]

__inline__ vector unsigned int __ATTRS_o_ai vec_vminuw ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 5972 of file altivec.h.

References __a, and __b.

◆ vec_vminuw() [2/3]

__inline__ vector unsigned int __ATTRS_o_ai vec_vminuw ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 5977 of file altivec.h.

References __a, and __b.

◆ vec_vminuw() [3/3]

__inline__ vector unsigned int __ATTRS_o_ai vec_vminuw ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 5967 of file altivec.h.

References __a, and __b.

◆ vec_vmladduhm() [1/4]

__inline__ vector short __ATTRS_o_ai vec_vmladduhm ( vector short __a,
vector short __b,
vector short __c )
static

Definition at line 6021 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_vmladduhm() [2/4]

__inline__ vector short __ATTRS_o_ai vec_vmladduhm ( vector short __a,
vector unsigned short __b,
vector unsigned short __c )
static

Definition at line 6027 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_vmladduhm() [3/4]

__inline__ vector short __ATTRS_o_ai vec_vmladduhm ( vector unsigned short __a,
vector short __b,
vector short __c )
static

Definition at line 6033 of file altivec.h.

References __a, __b, and __c.

◆ vec_vmladduhm() [4/4]

__inline__ vector unsigned short __ATTRS_o_ai vec_vmladduhm ( vector unsigned short __a,
vector unsigned short __b,
vector unsigned short __c )
static

Definition at line 6038 of file altivec.h.

References __a, __b, and __c.

◆ vec_vmrghb() [1/3]

__inline__ vector bool char __ATTRS_o_ai vec_vmrghb ( vector bool char __a,
vector bool char __b )
static

Definition at line 5279 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vmrghb() [2/3]

__inline__ vector signed char __ATTRS_o_ai vec_vmrghb ( vector signed char __a,
vector signed char __b )
static

Definition at line 5263 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vmrghb() [3/3]

__inline__ vector unsigned char __ATTRS_o_ai vec_vmrghb ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 5271 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vmrghh() [1/4]

__inline__ vector bool short __ATTRS_o_ai vec_vmrghh ( vector bool short __a,
vector bool short __b )
static

Definition at line 5307 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vmrghh() [2/4]

__inline__ vector pixel __ATTRS_o_ai vec_vmrghh ( vector pixel __a,
vector pixel __b )
static

Definition at line 5314 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vmrghh() [3/4]

__inline__ vector short __ATTRS_o_ai vec_vmrghh ( vector short __a,
vector short __b )
static

Definition at line 5290 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vmrghh() [4/4]

__inline__ vector unsigned short __ATTRS_o_ai vec_vmrghh ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 5299 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vmrghw() [1/4]

__inline__ vector bool int __ATTRS_o_ai vec_vmrghw ( vector bool int __a,
vector bool int __b )
static

Definition at line 5342 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vmrghw() [2/4]

__inline__ vector float __ATTRS_o_ai vec_vmrghw ( vector float __a,
vector float __b )
static

Definition at line 5350 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vmrghw() [3/4]

__inline__ vector int __ATTRS_o_ai vec_vmrghw ( vector int __a,
vector int __b )
static

Definition at line 5326 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vmrghw() [4/4]

__inline__ vector unsigned int __ATTRS_o_ai vec_vmrghw ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 5335 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vmrglb() [1/3]

__inline__ vector bool char __ATTRS_o_ai vec_vmrglb ( vector bool char __a,
vector bool char __b )
static

Definition at line 5542 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vmrglb() [2/3]

__inline__ vector signed char __ATTRS_o_ai vec_vmrglb ( vector signed char __a,
vector signed char __b )
static

Definition at line 5526 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vmrglb() [3/3]

__inline__ vector unsigned char __ATTRS_o_ai vec_vmrglb ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 5534 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vmrglh() [1/4]

__inline__ vector bool short __ATTRS_o_ai vec_vmrglh ( vector bool short __a,
vector bool short __b )
static

Definition at line 5570 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vmrglh() [2/4]

__inline__ vector pixel __ATTRS_o_ai vec_vmrglh ( vector pixel __a,
vector pixel __b )
static

Definition at line 5577 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vmrglh() [3/4]

__inline__ vector short __ATTRS_o_ai vec_vmrglh ( vector short __a,
vector short __b )
static

Definition at line 5553 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vmrglh() [4/4]

__inline__ vector unsigned short __ATTRS_o_ai vec_vmrglh ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 5562 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vmrglw() [1/4]

__inline__ vector bool int __ATTRS_o_ai vec_vmrglw ( vector bool int __a,
vector bool int __b )
static

Definition at line 5605 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vmrglw() [2/4]

__inline__ vector float __ATTRS_o_ai vec_vmrglw ( vector float __a,
vector float __b )
static

Definition at line 5613 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vmrglw() [3/4]

__inline__ vector int __ATTRS_o_ai vec_vmrglw ( vector int __a,
vector int __b )
static

Definition at line 5589 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vmrglw() [4/4]

__inline__ vector unsigned int __ATTRS_o_ai vec_vmrglw ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 5598 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vnor() [1/10]

__inline__ vector bool char __ATTRS_o_ai vec_vnor ( vector bool char __a,
vector bool char __b )
static

Definition at line 6813 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vnor() [2/10]

__inline__ vector bool int __ATTRS_o_ai vec_vnor ( vector bool int __a,
vector bool int __b )
static

Definition at line 6843 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vnor() [3/10]

__inline__ vector bool short __ATTRS_o_ai vec_vnor ( vector bool short __a,
vector bool short __b )
static

Definition at line 6829 of file altivec.h.

References __a, and __b.

◆ vec_vnor() [4/10]

__inline__ vector float __ATTRS_o_ai vec_vnor ( vector float __a,
vector float __b )
static

Definition at line 6848 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vnor() [5/10]

__inline__ vector int __ATTRS_o_ai vec_vnor ( vector int __a,
vector int __b )
static

Definition at line 6833 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vnor() [6/10]

__inline__ vector short __ATTRS_o_ai vec_vnor ( vector short __a,
vector short __b )
static

Definition at line 6818 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vnor() [7/10]

__inline__ vector signed char __ATTRS_o_ai vec_vnor ( vector signed char __a,
vector signed char __b )
static

Definition at line 6804 of file altivec.h.

References __a, and __b.

◆ vec_vnor() [8/10]

__inline__ vector unsigned char __ATTRS_o_ai vec_vnor ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 6809 of file altivec.h.

References __a, and __b.

◆ vec_vnor() [9/10]

__inline__ vector unsigned int __ATTRS_o_ai vec_vnor ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 6839 of file altivec.h.

References __a, and __b.

◆ vec_vnor() [10/10]

__inline__ vector unsigned short __ATTRS_o_ai vec_vnor ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 6824 of file altivec.h.

References __a, and __b.

◆ vec_vor() [1/24]

__inline__ vector bool char __ATTRS_o_ai vec_vor ( vector bool char __a,
vector bool char __b )
static

Definition at line 7262 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vor() [2/24]

__inline__ vector signed char __ATTRS_o_ai vec_vor ( vector bool char __a,
vector signed char __b )
static

Definition at line 7238 of file altivec.h.

References __a, and __b.

◆ vec_vor() [3/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_vor ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 7253 of file altivec.h.

References __a, and __b.

◆ vec_vor() [4/24]

__inline__ vector bool int __ATTRS_o_ai vec_vor ( vector bool int __a,
vector bool int __b )
static

Definition at line 7332 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vor() [5/24]

__inline__ vector float __ATTRS_o_ai vec_vor ( vector bool int __a,
vector float __b )
static

Definition at line 7344 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vor() [6/24]

__inline__ vector int __ATTRS_o_ai vec_vor ( vector bool int __a,
vector int __b )
static

Definition at line 7307 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vor() [7/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_vor ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 7323 of file altivec.h.

References __a, and __b.

◆ vec_vor() [8/24]

__inline__ vector bool short __ATTRS_o_ai vec_vor ( vector bool short __a,
vector bool short __b )
static

Definition at line 7298 of file altivec.h.

References __a, and __b.

◆ vec_vor() [9/24]

__inline__ vector short __ATTRS_o_ai vec_vor ( vector bool short __a,
vector short __b )
static

Definition at line 7272 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vor() [10/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_vor ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 7288 of file altivec.h.

References __a, and __b.

◆ vec_vor() [11/24]

__inline__ vector float __ATTRS_o_ai vec_vor ( vector float __a,
vector bool int __b )
static

Definition at line 7351 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vor() [12/24]

__inline__ vector float __ATTRS_o_ai vec_vor ( vector float __a,
vector float __b )
static

Definition at line 7337 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vor() [13/24]

__inline__ vector int __ATTRS_o_ai vec_vor ( vector int __a,
vector bool int __b )
static

Definition at line 7312 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vor() [14/24]

__inline__ vector int __ATTRS_o_ai vec_vor ( vector int __a,
vector int __b )
static

Definition at line 7302 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vor() [15/24]

__inline__ vector short __ATTRS_o_ai vec_vor ( vector short __a,
vector bool short __b )
static

Definition at line 7277 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vor() [16/24]

__inline__ vector short __ATTRS_o_ai vec_vor ( vector short __a,
vector short __b )
static

Definition at line 7267 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vor() [17/24]

__inline__ vector signed char __ATTRS_o_ai vec_vor ( vector signed char __a,
vector bool char __b )
static

Definition at line 7243 of file altivec.h.

References __a, and __b.

◆ vec_vor() [18/24]

__inline__ vector signed char __ATTRS_o_ai vec_vor ( vector signed char __a,
vector signed char __b )
static

Definition at line 7233 of file altivec.h.

References __a, and __b.

◆ vec_vor() [19/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_vor ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 7258 of file altivec.h.

References __a, and __b.

◆ vec_vor() [20/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_vor ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 7248 of file altivec.h.

References __a, and __b.

◆ vec_vor() [21/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_vor ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 7328 of file altivec.h.

References __a, __b, and int.

◆ vec_vor() [22/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_vor ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 7318 of file altivec.h.

References __a, and __b.

◆ vec_vor() [23/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_vor ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 7293 of file altivec.h.

References __a, and __b.

◆ vec_vor() [24/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_vor ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 7283 of file altivec.h.

References __a, and __b.

◆ vec_vperm() [1/11]

__inline__ vector bool char __ATTRS_o_ai vec_vperm ( vector bool char __a,
vector bool char __b,
vector unsigned char __c )
static

Definition at line 8207 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_vperm() [2/11]

__inline__ vector bool int __ATTRS_o_ai vec_vperm ( vector bool int __a,
vector bool int __b,
vector unsigned char __c )
static

Definition at line 8246 of file altivec.h.

References __a, __b, __c, and vec_perm().

◆ vec_vperm() [3/11]

__inline__ vector bool short __ATTRS_o_ai vec_vperm ( vector bool short __a,
vector bool short __b,
vector unsigned char __c )
static

Definition at line 8223 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_vperm() [4/11]

__inline__ vector float __ATTRS_o_ai vec_vperm ( vector float __a,
vector float __b,
vector unsigned char __c )
static

Definition at line 8251 of file altivec.h.

References __a, __b, __c, and vec_perm().

◆ vec_vperm() [5/11]

__inline__ vector int __ATTRS_o_ai vec_vperm ( vector int __a,
vector int __b,
vector unsigned char __c )
static

Definition at line 8233 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_vperm() [6/11]

__inline__ vector pixel __ATTRS_o_ai vec_vperm ( vector pixel __a,
vector pixel __b,
vector unsigned char __c )
static

Definition at line 8229 of file altivec.h.

References __a, __b, __c, and vec_perm().

◆ vec_vperm() [7/11]

__inline__ vector short __ATTRS_o_ai vec_vperm ( vector short __a,
vector short __b,
vector unsigned char __c )
static

Definition at line 8213 of file altivec.h.

References __a, __b, __c, and vec_perm().

◆ vec_vperm() [8/11]

__inline__ vector signed char __ATTRS_o_ai vec_vperm ( vector signed char __a,
vector signed char __b,
vector unsigned char __c )
static

Definition at line 8196 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_vperm() [9/11]

__inline__ vector unsigned char __ATTRS_o_ai vec_vperm ( vector unsigned char __a,
vector unsigned char __b,
vector unsigned char __c )
static

Definition at line 8202 of file altivec.h.

References __a, __b, __c, and vec_perm().

◆ vec_vperm() [10/11]

__inline__ vector unsigned int __ATTRS_o_ai vec_vperm ( vector unsigned int __a,
vector unsigned int __b,
vector unsigned char __c )
static

Definition at line 8240 of file altivec.h.

References __a, __b, __c, and vec_perm().

◆ vec_vperm() [11/11]

__inline__ vector unsigned short __ATTRS_o_ai vec_vperm ( vector unsigned short __a,
vector unsigned short __b,
vector unsigned char __c )
static

Definition at line 8218 of file altivec.h.

References __a, __b, __c, and vec_perm().

◆ vec_vpkshus() [1/2]

__inline__ vector unsigned char __ATTRS_o_ai vec_vpkshus ( vector short __a,
vector short __b )
static

Definition at line 7914 of file altivec.h.

References __a, and __b.

◆ vec_vpkshus() [2/2]

__inline__ vector unsigned char __ATTRS_o_ai vec_vpkshus ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 7923 of file altivec.h.

References __a, and __b.

◆ vec_vpkswus() [1/2]

__inline__ vector unsigned short __ATTRS_o_ai vec_vpkswus ( vector int __a,
vector int __b )
static

Definition at line 7934 of file altivec.h.

References __a, and __b.

◆ vec_vpkswus() [2/2]

__inline__ vector unsigned short __ATTRS_o_ai vec_vpkswus ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 7943 of file altivec.h.

References __a, and __b.

◆ vec_vpkuhum() [1/3]

__inline__ vector bool char __ATTRS_o_ai vec_vpkuhum ( vector bool short __a,
vector bool short __b )
static

Definition at line 7589 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vpkuhum() [2/3]

__inline__ vector signed char __ATTRS_o_ai vec_vpkuhum ( vector signed short __a,
vector signed short __b )
static

Definition at line 7559 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vpkuhum() [3/3]

__inline__ vector unsigned char __ATTRS_o_ai vec_vpkuhum ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 7574 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vpkuwum() [1/3]

__inline__ vector bool short __ATTRS_o_ai vec_vpkuwum ( vector bool int __a,
vector bool int __b )
static

Definition at line 7638 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vpkuwum() [2/3]

__inline__ vector short __ATTRS_o_ai vec_vpkuwum ( vector int __a,
vector int __b )
static

Definition at line 7607 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vpkuwum() [3/3]

__inline__ vector unsigned short __ATTRS_o_ai vec_vpkuwum ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 7623 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vrlb() [1/2]

__inline__ vector signed char __ATTRS_o_ai vec_vrlb ( vector signed char __a,
vector unsigned char __b )
static

Definition at line 8446 of file altivec.h.

References __a, and __b.

◆ vec_vrlb() [2/2]

__inline__ vector unsigned char __ATTRS_o_ai vec_vrlb ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 8451 of file altivec.h.

References __a, and __b.

◆ vec_vrlh() [1/2]

__inline__ vector short __ATTRS_o_ai vec_vrlh ( vector short __a,
vector unsigned short __b )
static

Definition at line 8458 of file altivec.h.

References __a, and __b.

◆ vec_vrlh() [2/2]

__inline__ vector unsigned short __ATTRS_o_ai vec_vrlh ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 8463 of file altivec.h.

References __a, and __b.

◆ vec_vrlw() [1/2]

__inline__ vector int __ATTRS_o_ai vec_vrlw ( vector int __a,
vector unsigned int __b )
static

Definition at line 8469 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vrlw() [2/2]

__inline__ vector unsigned int __ATTRS_o_ai vec_vrlw ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 8475 of file altivec.h.

References __a, and __b.

◆ vec_vsel() [1/20]

__inline__ vector bool char __ATTRS_o_ai vec_vsel ( vector bool char __a,
vector bool char __b,
vector bool char __c )
static

Definition at line 8800 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_vsel() [2/20]

__inline__ vector bool char __ATTRS_o_ai vec_vsel ( vector bool char __a,
vector bool char __b,
vector unsigned char __c )
static

Definition at line 8796 of file altivec.h.

References __a, __b, and __c.

◆ vec_vsel() [3/20]

__inline__ vector bool int __ATTRS_o_ai vec_vsel ( vector bool int __a,
vector bool int __b,
vector bool int __c )
static

Definition at line 8867 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_vsel() [4/20]

__inline__ vector bool int __ATTRS_o_ai vec_vsel ( vector bool int __a,
vector bool int __b,
vector unsigned int __c )
static

Definition at line 8863 of file altivec.h.

References __a, __b, __c, and int.

◆ vec_vsel() [5/20]

__inline__ vector bool short __ATTRS_o_ai vec_vsel ( vector bool short __a,
vector bool short __b,
vector bool short __c )
static

Definition at line 8836 of file altivec.h.

References __a, __b, and __c.

◆ vec_vsel() [6/20]

__inline__ vector bool short __ATTRS_o_ai vec_vsel ( vector bool short __a,
vector bool short __b,
vector unsigned short __c )
static

Definition at line 8830 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_vsel() [7/20]

__inline__ vector float __ATTRS_o_ai vec_vsel ( vector float __a,
vector float __b,
vector bool int __c )
static

Definition at line 8881 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and int.

◆ vec_vsel() [8/20]

__inline__ vector float __ATTRS_o_ai vec_vsel ( vector float __a,
vector float __b,
vector unsigned int __c )
static

Definition at line 8873 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and int.

◆ vec_vsel() [9/20]

__inline__ vector int __ATTRS_o_ai vec_vsel ( vector int __a,
vector int __b,
vector bool int __c )
static

Definition at line 8846 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and int.

◆ vec_vsel() [10/20]

__inline__ vector int __ATTRS_o_ai vec_vsel ( vector int __a,
vector int __b,
vector unsigned int __c )
static

Definition at line 8840 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and int.

◆ vec_vsel() [11/20]

__inline__ vector short __ATTRS_o_ai vec_vsel ( vector short __a,
vector short __b,
vector bool short __c )
static

Definition at line 8811 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_vsel() [12/20]

__inline__ vector short __ATTRS_o_ai vec_vsel ( vector short __a,
vector short __b,
vector unsigned short __c )
static

Definition at line 8807 of file altivec.h.

References __a, __b, and __c.

◆ vec_vsel() [13/20]

__inline__ vector signed char __ATTRS_o_ai vec_vsel ( vector signed char __a,
vector signed char __b,
vector bool char __c )
static

Definition at line 8780 of file altivec.h.

References __a, __b, and __c.

◆ vec_vsel() [14/20]

__inline__ vector signed char __ATTRS_o_ai vec_vsel ( vector signed char __a,
vector signed char __b,
vector unsigned char __c )
static

Definition at line 8774 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_vsel() [15/20]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsel ( vector unsigned char __a,
vector unsigned char __b,
vector bool char __c )
static

Definition at line 8790 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_vsel() [16/20]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsel ( vector unsigned char __a,
vector unsigned char __b,
vector unsigned char __c )
static

Definition at line 8785 of file altivec.h.

References __a, __b, and __c.

◆ vec_vsel() [17/20]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsel ( vector unsigned int __a,
vector unsigned int __b,
vector bool int __c )
static

Definition at line 8857 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and int.

◆ vec_vsel() [18/20]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsel ( vector unsigned int __a,
vector unsigned int __b,
vector unsigned int __c )
static

Definition at line 8852 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_vsel() [19/20]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsel ( vector unsigned short __a,
vector unsigned short __b,
vector bool short __c )
static

Definition at line 8824 of file altivec.h.

References __a, __b, and __c.

◆ vec_vsel() [20/20]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsel ( vector unsigned short __a,
vector unsigned short __b,
vector unsigned short __c )
static

Definition at line 8818 of file altivec.h.

References __a, __b, and __c.

◆ vec_vsl() [1/30]

__inline__ vector bool char __ATTRS_o_ai vec_vsl ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 9759 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [2/30]

__inline__ vector bool char __ATTRS_o_ai vec_vsl ( vector bool char __a,
vector unsigned int __b )
static

Definition at line 9771 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [3/30]

__inline__ vector bool char __ATTRS_o_ai vec_vsl ( vector bool char __a,
vector unsigned short __b )
static

Definition at line 9765 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [4/30]

__inline__ vector bool int __ATTRS_o_ai vec_vsl ( vector bool int __a,
vector unsigned char __b )
static

Definition at line 9876 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [5/30]

__inline__ vector bool int __ATTRS_o_ai vec_vsl ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 9888 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [6/30]

__inline__ vector bool int __ATTRS_o_ai vec_vsl ( vector bool int __a,
vector unsigned short __b )
static

Definition at line 9882 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [7/30]

__inline__ vector bool short __ATTRS_o_ai vec_vsl ( vector bool short __a,
vector unsigned char __b )
static

Definition at line 9810 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [8/30]

__inline__ vector bool short __ATTRS_o_ai vec_vsl ( vector bool short __a,
vector unsigned int __b )
static

Definition at line 9822 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [9/30]

__inline__ vector bool short __ATTRS_o_ai vec_vsl ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 9816 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [10/30]

__inline__ vector int __ATTRS_o_ai vec_vsl ( vector int __a,
vector unsigned char __b )
static

Definition at line 9842 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsl() [11/30]

__inline__ vector int __ATTRS_o_ai vec_vsl ( vector int __a,
vector unsigned int __b )
static

Definition at line 9852 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsl() [12/30]

__inline__ vector int __ATTRS_o_ai vec_vsl ( vector int __a,
vector unsigned short __b )
static

Definition at line 9847 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsl() [13/30]

__inline__ vector pixel __ATTRS_o_ai vec_vsl ( vector pixel __a,
vector unsigned char __b )
static

Definition at line 9827 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsl() [14/30]

__inline__ vector pixel __ATTRS_o_ai vec_vsl ( vector pixel __a,
vector unsigned int __b )
static

Definition at line 9837 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsl() [15/30]

__inline__ vector pixel __ATTRS_o_ai vec_vsl ( vector pixel __a,
vector unsigned short __b )
static

Definition at line 9832 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsl() [16/30]

__inline__ vector short __ATTRS_o_ai vec_vsl ( vector short __a,
vector unsigned char __b )
static

Definition at line 9776 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsl() [17/30]

__inline__ vector short __ATTRS_o_ai vec_vsl ( vector short __a,
vector unsigned int __b )
static

Definition at line 9786 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsl() [18/30]

__inline__ vector short __ATTRS_o_ai vec_vsl ( vector short __a,
vector unsigned short __b )
static

Definition at line 9781 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsl() [19/30]

__inline__ vector signed char __ATTRS_o_ai vec_vsl ( vector signed char __a,
vector unsigned char __b )
static

Definition at line 9723 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [20/30]

__inline__ vector signed char __ATTRS_o_ai vec_vsl ( vector signed char __a,
vector unsigned int __b )
static

Definition at line 9735 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [21/30]

__inline__ vector signed char __ATTRS_o_ai vec_vsl ( vector signed char __a,
vector unsigned short __b )
static

Definition at line 9729 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [22/30]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsl ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 9741 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [23/30]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsl ( vector unsigned char __a,
vector unsigned int __b )
static

Definition at line 9753 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [24/30]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsl ( vector unsigned char __a,
vector unsigned short __b )
static

Definition at line 9747 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [25/30]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsl ( vector unsigned int __a,
vector unsigned char __b )
static

Definition at line 9858 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [26/30]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsl ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 9870 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [27/30]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsl ( vector unsigned int __a,
vector unsigned short __b )
static

Definition at line 9864 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [28/30]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsl ( vector unsigned short __a,
vector unsigned char __b )
static

Definition at line 9792 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [29/30]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsl ( vector unsigned short __a,
vector unsigned int __b )
static

Definition at line 9804 of file altivec.h.

References __a, and __b.

◆ vec_vsl() [30/30]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsl ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 9798 of file altivec.h.

References __a, and __b.

◆ vec_vslb() [1/2]

__inline__ vector signed char __ATTRS_o_ai vec_vslb ( vector signed char __a,
vector unsigned char __b )
static

Definition at line 8990 of file altivec.h.

References __a, __b, and vec_sl().

◆ vec_vslb() [2/2]

__inline__ vector unsigned char __ATTRS_o_ai vec_vslb ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 8995 of file altivec.h.

References __a, __b, and vec_sl().

◆ vec_vsldoi() [1/8]

__inline__ vector float __ATTRS_o_ai vec_vsldoi ( vector float __a,
vector float __b,
unsigned char __c )
static

Definition at line 9514 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_vsldoi() [2/8]

__inline__ vector int __ATTRS_o_ai vec_vsldoi ( vector int __a,
vector int __b,
unsigned char __c )
static

Definition at line 9477 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_vsldoi() [3/8]

__inline__ vector pixel __ATTRS_o_ai vec_vsldoi ( vector pixel __a,
vector pixel __b,
unsigned char __c )
static

Definition at line 9458 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_vsldoi() [4/8]

__inline__ vector short __ATTRS_o_ai vec_vsldoi ( vector short __a,
vector short __b,
unsigned char __c )
static

Definition at line 9421 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_vsldoi() [5/8]

__inline__ vector signed char __ATTRS_o_ai vec_vsldoi ( vector signed char __a,
vector signed char __b,
unsigned char __c )
static

Definition at line 9386 of file altivec.h.

References __a, __b, __c, and vec_perm().

◆ vec_vsldoi() [6/8]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsldoi ( vector unsigned char __a,
vector unsigned char __b,
unsigned char __c )
static

Definition at line 9403 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_vsldoi() [7/8]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsldoi ( vector unsigned int __a,
vector unsigned int __b,
unsigned char __c )
static

Definition at line 9496 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_vsldoi() [8/8]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsldoi ( vector unsigned short __a,
vector unsigned short __b,
unsigned char __c )
static

Definition at line 9440 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_perm().

◆ vec_vslh() [1/2]

__inline__ vector short __ATTRS_o_ai vec_vslh ( vector short __a,
vector unsigned short __b )
static

Definition at line 9004 of file altivec.h.

References __a, __b, and vec_sl().

◆ vec_vslh() [2/2]

__inline__ vector unsigned short __ATTRS_o_ai vec_vslh ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 9009 of file altivec.h.

References __a, __b, and vec_sl().

◆ vec_vslo() [1/16]

__inline__ vector float __ATTRS_o_ai vec_vslo ( vector float __a,
vector signed char __b )
static

Definition at line 10089 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vslo() [2/16]

__inline__ vector float __ATTRS_o_ai vec_vslo ( vector float __a,
vector unsigned char __b )
static

Definition at line 10094 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vslo() [3/16]

__inline__ vector int __ATTRS_o_ai vec_vslo ( vector int __a,
vector signed char __b )
static

Definition at line 10067 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vslo() [4/16]

__inline__ vector int __ATTRS_o_ai vec_vslo ( vector int __a,
vector unsigned char __b )
static

Definition at line 10072 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vslo() [5/16]

__inline__ vector pixel __ATTRS_o_ai vec_vslo ( vector pixel __a,
vector signed char __b )
static

Definition at line 10057 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vslo() [6/16]

__inline__ vector pixel __ATTRS_o_ai vec_vslo ( vector pixel __a,
vector unsigned char __b )
static

Definition at line 10062 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vslo() [7/16]

__inline__ vector short __ATTRS_o_ai vec_vslo ( vector short __a,
vector signed char __b )
static

Definition at line 10035 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vslo() [8/16]

__inline__ vector short __ATTRS_o_ai vec_vslo ( vector short __a,
vector unsigned char __b )
static

Definition at line 10040 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vslo() [9/16]

__inline__ vector signed char __ATTRS_o_ai vec_vslo ( vector signed char __a,
vector signed char __b )
static

Definition at line 10012 of file altivec.h.

References __a, and __b.

◆ vec_vslo() [10/16]

__inline__ vector signed char __ATTRS_o_ai vec_vslo ( vector signed char __a,
vector unsigned char __b )
static

Definition at line 10018 of file altivec.h.

References __a, and __b.

◆ vec_vslo() [11/16]

__inline__ vector unsigned char __ATTRS_o_ai vec_vslo ( vector unsigned char __a,
vector signed char __b )
static

Definition at line 10024 of file altivec.h.

References __a, and __b.

◆ vec_vslo() [12/16]

__inline__ vector unsigned char __ATTRS_o_ai vec_vslo ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 10030 of file altivec.h.

References __a, and __b.

◆ vec_vslo() [13/16]

__inline__ vector unsigned int __ATTRS_o_ai vec_vslo ( vector unsigned int __a,
vector signed char __b )
static

Definition at line 10078 of file altivec.h.

References __a, and __b.

◆ vec_vslo() [14/16]

__inline__ vector unsigned int __ATTRS_o_ai vec_vslo ( vector unsigned int __a,
vector unsigned char __b )
static

Definition at line 10084 of file altivec.h.

References __a, and __b.

◆ vec_vslo() [15/16]

__inline__ vector unsigned short __ATTRS_o_ai vec_vslo ( vector unsigned short __a,
vector signed char __b )
static

Definition at line 10046 of file altivec.h.

References __a, and __b.

◆ vec_vslo() [16/16]

__inline__ vector unsigned short __ATTRS_o_ai vec_vslo ( vector unsigned short __a,
vector unsigned char __b )
static

Definition at line 10052 of file altivec.h.

References __a, and __b.

◆ vec_vslw() [1/2]

__inline__ vector int __ATTRS_o_ai vec_vslw ( vector int __a,
vector unsigned int __b )
static

Definition at line 9017 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_sl().

◆ vec_vslw() [2/2]

__inline__ vector unsigned int __ATTRS_o_ai vec_vslw ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 9023 of file altivec.h.

References __a, __b, and vec_sl().

◆ vec_vspltb() [1/3]

__inline__ vector bool char __ATTRS_o_ai vec_vspltb ( vector bool char __a,
unsigned char __b )
static

Definition at line 10241 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vspltb() [2/3]

__inline__ vector signed char __ATTRS_o_ai vec_vspltb ( vector signed char __a,
unsigned char __b )
static

Definition at line 10232 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vspltb() [3/3]

__inline__ vector unsigned char __ATTRS_o_ai vec_vspltb ( vector unsigned char __a,
unsigned char __b )
static

Definition at line 10237 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vsplth() [1/4]

__inline__ vector bool short __ATTRS_o_ai vec_vsplth ( vector bool short __a,
unsigned char __b )
static

Definition at line 10269 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vsplth() [2/4]

__inline__ vector pixel __ATTRS_o_ai vec_vsplth ( vector pixel __a,
unsigned char __b )
static

Definition at line 10277 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vsplth() [3/4]

__inline__ vector short __ATTRS_o_ai vec_vsplth ( vector short __a,
unsigned char __b )
static

Definition at line 10250 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vsplth() [4/4]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsplth ( vector unsigned short __a,
unsigned char __b )
static

Definition at line 10260 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vspltisb()

__inline__ vector signed char __ATTRS_o_ai vec_vspltisb ( signed char __a)
static

Definition at line 10340 of file altivec.h.

References __a.

◆ vec_vspltish()

__inline__ vector short __ATTRS_o_ai vec_vspltish ( signed char __a)
static

Definition at line 10356 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_vspltisw()

__inline__ vector int __ATTRS_o_ai vec_vspltisw ( signed char __a)
static

Definition at line 10372 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_vspltw() [1/4]

__inline__ vector bool int __ATTRS_o_ai vec_vspltw ( vector bool int __a,
unsigned char __b )
static

Definition at line 10308 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vspltw() [2/4]

__inline__ vector float __ATTRS_o_ai vec_vspltw ( vector float __a,
unsigned char __b )
static

Definition at line 10317 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vspltw() [3/4]

__inline__ vector int __ATTRS_o_ai vec_vspltw ( vector int __a,
unsigned char __b )
static

Definition at line 10290 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_perm().

◆ vec_vspltw() [4/4]

__inline__ vector unsigned int __ATTRS_o_ai vec_vspltw ( vector unsigned int __a,
unsigned char __b )
static

Definition at line 10300 of file altivec.h.

References __a, __b, and vec_perm().

◆ vec_vsr() [1/30]

__inline__ vector bool char __ATTRS_o_ai vec_vsr ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 10854 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [2/30]

__inline__ vector bool char __ATTRS_o_ai vec_vsr ( vector bool char __a,
vector unsigned int __b )
static

Definition at line 10866 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [3/30]

__inline__ vector bool char __ATTRS_o_ai vec_vsr ( vector bool char __a,
vector unsigned short __b )
static

Definition at line 10860 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [4/30]

__inline__ vector bool int __ATTRS_o_ai vec_vsr ( vector bool int __a,
vector unsigned char __b )
static

Definition at line 10971 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [5/30]

__inline__ vector bool int __ATTRS_o_ai vec_vsr ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 10983 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [6/30]

__inline__ vector bool int __ATTRS_o_ai vec_vsr ( vector bool int __a,
vector unsigned short __b )
static

Definition at line 10977 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [7/30]

__inline__ vector bool short __ATTRS_o_ai vec_vsr ( vector bool short __a,
vector unsigned char __b )
static

Definition at line 10905 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [8/30]

__inline__ vector bool short __ATTRS_o_ai vec_vsr ( vector bool short __a,
vector unsigned int __b )
static

Definition at line 10917 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [9/30]

__inline__ vector bool short __ATTRS_o_ai vec_vsr ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 10911 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [10/30]

__inline__ vector int __ATTRS_o_ai vec_vsr ( vector int __a,
vector unsigned char __b )
static

Definition at line 10937 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsr() [11/30]

__inline__ vector int __ATTRS_o_ai vec_vsr ( vector int __a,
vector unsigned int __b )
static

Definition at line 10947 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsr() [12/30]

__inline__ vector int __ATTRS_o_ai vec_vsr ( vector int __a,
vector unsigned short __b )
static

Definition at line 10942 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsr() [13/30]

__inline__ vector pixel __ATTRS_o_ai vec_vsr ( vector pixel __a,
vector unsigned char __b )
static

Definition at line 10922 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsr() [14/30]

__inline__ vector pixel __ATTRS_o_ai vec_vsr ( vector pixel __a,
vector unsigned int __b )
static

Definition at line 10932 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsr() [15/30]

__inline__ vector pixel __ATTRS_o_ai vec_vsr ( vector pixel __a,
vector unsigned short __b )
static

Definition at line 10927 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsr() [16/30]

__inline__ vector short __ATTRS_o_ai vec_vsr ( vector short __a,
vector unsigned char __b )
static

Definition at line 10871 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsr() [17/30]

__inline__ vector short __ATTRS_o_ai vec_vsr ( vector short __a,
vector unsigned int __b )
static

Definition at line 10881 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsr() [18/30]

__inline__ vector short __ATTRS_o_ai vec_vsr ( vector short __a,
vector unsigned short __b )
static

Definition at line 10876 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsr() [19/30]

__inline__ vector signed char __ATTRS_o_ai vec_vsr ( vector signed char __a,
vector unsigned char __b )
static

Definition at line 10818 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [20/30]

__inline__ vector signed char __ATTRS_o_ai vec_vsr ( vector signed char __a,
vector unsigned int __b )
static

Definition at line 10830 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [21/30]

__inline__ vector signed char __ATTRS_o_ai vec_vsr ( vector signed char __a,
vector unsigned short __b )
static

Definition at line 10824 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [22/30]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsr ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 10836 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [23/30]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsr ( vector unsigned char __a,
vector unsigned int __b )
static

Definition at line 10848 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [24/30]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsr ( vector unsigned char __a,
vector unsigned short __b )
static

Definition at line 10842 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [25/30]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsr ( vector unsigned int __a,
vector unsigned char __b )
static

Definition at line 10953 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [26/30]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsr ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 10965 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [27/30]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsr ( vector unsigned int __a,
vector unsigned short __b )
static

Definition at line 10959 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [28/30]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsr ( vector unsigned short __a,
vector unsigned char __b )
static

Definition at line 10887 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [29/30]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsr ( vector unsigned short __a,
vector unsigned int __b )
static

Definition at line 10899 of file altivec.h.

References __a, and __b.

◆ vec_vsr() [30/30]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsr ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 10893 of file altivec.h.

References __a, and __b.

◆ vec_vsrab() [1/2]

__inline__ vector signed char __ATTRS_o_ai vec_vsrab ( vector signed char __a,
vector unsigned char __b )
static

Definition at line 10595 of file altivec.h.

References __a, and __b.

◆ vec_vsrab() [2/2]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsrab ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 10600 of file altivec.h.

References __a, and __b.

◆ vec_vsrah() [1/2]

__inline__ vector short __ATTRS_o_ai vec_vsrah ( vector short __a,
vector unsigned short __b )
static

Definition at line 10607 of file altivec.h.

References __a, and __b.

◆ vec_vsrah() [2/2]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsrah ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 10612 of file altivec.h.

References __a, and __b.

◆ vec_vsraw() [1/2]

__inline__ vector int __ATTRS_o_ai vec_vsraw ( vector int __a,
vector unsigned int __b )
static

Definition at line 10618 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsraw() [2/2]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsraw ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 10624 of file altivec.h.

References __a, and __b.

◆ vec_vsrb() [1/2]

__inline__ vector signed char __ATTRS_o_ai vec_vsrb ( vector signed char __a,
vector unsigned char __b )
static

Definition at line 10499 of file altivec.h.

References __a, __b, and vec_sr().

◆ vec_vsrb() [2/2]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsrb ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 10504 of file altivec.h.

References __a, __b, and vec_sr().

◆ vec_vsrh() [1/2]

__inline__ vector short __ATTRS_o_ai vec_vsrh ( vector short __a,
vector unsigned short __b )
static

Definition at line 10513 of file altivec.h.

References __a, __b, and vec_sr().

◆ vec_vsrh() [2/2]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsrh ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 10518 of file altivec.h.

References __a, __b, and vec_sr().

◆ vec_vsro() [1/16]

__inline__ vector float __ATTRS_o_ai vec_vsro ( vector float __a,
vector signed char __b )
static

Definition at line 11184 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsro() [2/16]

__inline__ vector float __ATTRS_o_ai vec_vsro ( vector float __a,
vector unsigned char __b )
static

Definition at line 11189 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsro() [3/16]

__inline__ vector int __ATTRS_o_ai vec_vsro ( vector int __a,
vector signed char __b )
static

Definition at line 11162 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsro() [4/16]

__inline__ vector int __ATTRS_o_ai vec_vsro ( vector int __a,
vector unsigned char __b )
static

Definition at line 11167 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsro() [5/16]

__inline__ vector pixel __ATTRS_o_ai vec_vsro ( vector pixel __a,
vector signed char __b )
static

Definition at line 11152 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsro() [6/16]

__inline__ vector pixel __ATTRS_o_ai vec_vsro ( vector pixel __a,
vector unsigned char __b )
static

Definition at line 11157 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsro() [7/16]

__inline__ vector short __ATTRS_o_ai vec_vsro ( vector short __a,
vector signed char __b )
static

Definition at line 11130 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsro() [8/16]

__inline__ vector short __ATTRS_o_ai vec_vsro ( vector short __a,
vector unsigned char __b )
static

Definition at line 11135 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsro() [9/16]

__inline__ vector signed char __ATTRS_o_ai vec_vsro ( vector signed char __a,
vector signed char __b )
static

Definition at line 11107 of file altivec.h.

References __a, and __b.

◆ vec_vsro() [10/16]

__inline__ vector signed char __ATTRS_o_ai vec_vsro ( vector signed char __a,
vector unsigned char __b )
static

Definition at line 11113 of file altivec.h.

References __a, and __b.

◆ vec_vsro() [11/16]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsro ( vector unsigned char __a,
vector signed char __b )
static

Definition at line 11119 of file altivec.h.

References __a, and __b.

◆ vec_vsro() [12/16]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsro ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 11125 of file altivec.h.

References __a, and __b.

◆ vec_vsro() [13/16]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsro ( vector unsigned int __a,
vector signed char __b )
static

Definition at line 11173 of file altivec.h.

References __a, and __b.

◆ vec_vsro() [14/16]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsro ( vector unsigned int __a,
vector unsigned char __b )
static

Definition at line 11179 of file altivec.h.

References __a, and __b.

◆ vec_vsro() [15/16]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsro ( vector unsigned short __a,
vector signed char __b )
static

Definition at line 11141 of file altivec.h.

References __a, and __b.

◆ vec_vsro() [16/16]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsro ( vector unsigned short __a,
vector unsigned char __b )
static

Definition at line 11147 of file altivec.h.

References __a, and __b.

◆ vec_vsrw() [1/2]

__inline__ vector int __ATTRS_o_ai vec_vsrw ( vector int __a,
vector unsigned int __b )
static

Definition at line 10526 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_sr().

◆ vec_vsrw() [2/2]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsrw ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 10532 of file altivec.h.

References __a, __b, and vec_sr().

◆ vec_vsubsbs() [1/3]

__inline__ vector signed char __ATTRS_o_ai vec_vsubsbs ( vector bool char __a,
vector signed char __b )
static

Definition at line 12258 of file altivec.h.

References __a, and __b.

◆ vec_vsubsbs() [2/3]

__inline__ vector signed char __ATTRS_o_ai vec_vsubsbs ( vector signed char __a,
vector bool char __b )
static

Definition at line 12263 of file altivec.h.

References __a, and __b.

◆ vec_vsubsbs() [3/3]

__inline__ vector signed char __ATTRS_o_ai vec_vsubsbs ( vector signed char __a,
vector signed char __b )
static

Definition at line 12253 of file altivec.h.

References __a, and __b.

◆ vec_vsubshs() [1/3]

__inline__ vector short __ATTRS_o_ai vec_vsubshs ( vector bool short __a,
vector short __b )
static

Definition at line 12291 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsubshs() [2/3]

__inline__ vector short __ATTRS_o_ai vec_vsubshs ( vector short __a,
vector bool short __b )
static

Definition at line 12296 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsubshs() [3/3]

__inline__ vector short __ATTRS_o_ai vec_vsubshs ( vector short __a,
vector short __b )
static

Definition at line 12286 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsubsws() [1/3]

__inline__ vector int __ATTRS_o_ai vec_vsubsws ( vector bool int __a,
vector int __b )
static

Definition at line 12325 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsubsws() [2/3]

__inline__ vector int __ATTRS_o_ai vec_vsubsws ( vector int __a,
vector bool int __b )
static

Definition at line 12330 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsubsws() [3/3]

__inline__ vector int __ATTRS_o_ai vec_vsubsws ( vector int __a,
vector int __b )
static

Definition at line 12320 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsububm() [1/6]

__inline__ vector signed char __ATTRS_o_ai vec_vsububm ( vector bool char __a,
vector signed char __b )
static

Definition at line 12016 of file altivec.h.

References __a, and __b.

◆ vec_vsububm() [2/6]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsububm ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 12031 of file altivec.h.

References __a, and __b.

◆ vec_vsububm() [3/6]

__inline__ vector signed char __ATTRS_o_ai vec_vsububm ( vector signed char __a,
vector bool char __b )
static

Definition at line 12021 of file altivec.h.

References __a, and __b.

◆ vec_vsububm() [4/6]

__inline__ vector signed char __ATTRS_o_ai vec_vsububm ( vector signed char __a,
vector signed char __b )
static

Definition at line 12011 of file altivec.h.

References __a, and __b.

◆ vec_vsububm() [5/6]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsububm ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 12036 of file altivec.h.

References __a, and __b.

◆ vec_vsububm() [6/6]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsububm ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 12026 of file altivec.h.

References __a, and __b.

◆ vec_vsububs() [1/3]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsububs ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 12275 of file altivec.h.

References __a, and __b.

◆ vec_vsububs() [2/3]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsububs ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 12280 of file altivec.h.

References __a, and __b.

◆ vec_vsububs() [3/3]

__inline__ vector unsigned char __ATTRS_o_ai vec_vsububs ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 12270 of file altivec.h.

References __a, and __b.

◆ vec_vsubuhm() [1/6]

__inline__ vector short __ATTRS_o_ai vec_vsubuhm ( vector bool short __a,
vector short __b )
static

Definition at line 12049 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsubuhm() [2/6]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhm ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 12065 of file altivec.h.

References __a, and __b.

◆ vec_vsubuhm() [3/6]

__inline__ vector short __ATTRS_o_ai vec_vsubuhm ( vector short __a,
vector bool short __b )
static

Definition at line 12054 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsubuhm() [4/6]

__inline__ vector short __ATTRS_o_ai vec_vsubuhm ( vector short __a,
vector short __b )
static

Definition at line 12044 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsubuhm() [5/6]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhm ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 12070 of file altivec.h.

References __a, and __b.

◆ vec_vsubuhm() [6/6]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhm ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 12060 of file altivec.h.

References __a, and __b.

◆ vec_vsubuhs() [1/3]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhs ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 12309 of file altivec.h.

References __a, and __b.

◆ vec_vsubuhs() [2/3]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhs ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 12314 of file altivec.h.

References __a, and __b.

◆ vec_vsubuhs() [3/3]

__inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhs ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 12304 of file altivec.h.

References __a, and __b.

◆ vec_vsubuwm() [1/6]

__inline__ vector int __ATTRS_o_ai vec_vsubuwm ( vector bool int __a,
vector int __b )
static

Definition at line 12083 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsubuwm() [2/6]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsubuwm ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 12099 of file altivec.h.

References __a, and __b.

◆ vec_vsubuwm() [3/6]

__inline__ vector int __ATTRS_o_ai vec_vsubuwm ( vector int __a,
vector bool int __b )
static

Definition at line 12088 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vsubuwm() [4/6]

__inline__ vector int __ATTRS_o_ai vec_vsubuwm ( vector int __a,
vector int __b )
static

Definition at line 12078 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vsubuwm() [5/6]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsubuwm ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 12104 of file altivec.h.

References __a, __b, and int.

◆ vec_vsubuwm() [6/6]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsubuwm ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 12094 of file altivec.h.

References __a, and __b.

◆ vec_vsubuws() [1/3]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsubuws ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 12343 of file altivec.h.

References __a, and __b.

◆ vec_vsubuws() [2/3]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsubuws ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 12348 of file altivec.h.

References __a, and __b.

◆ vec_vsubuws() [3/3]

__inline__ vector unsigned int __ATTRS_o_ai vec_vsubuws ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 12338 of file altivec.h.

References __a, and __b.

◆ vec_vupkhsb() [1/2]

__inline__ vector bool short __ATTRS_o_ai vec_vupkhsb ( vector bool char __a)
static

Definition at line 12733 of file altivec.h.

References __a.

◆ vec_vupkhsb() [2/2]

__inline__ vector short __ATTRS_o_ai vec_vupkhsb ( vector signed char __a)
static

Definition at line 12724 of file altivec.h.

References __a.

◆ vec_vupkhsh() [1/3]

__inline__ vector bool int __ATTRS_o_ai vec_vupkhsh ( vector bool short __a)
static

Definition at line 12752 of file altivec.h.

References __a.

◆ vec_vupkhsh() [2/3]

__inline__ vector unsigned int __ATTRS_o_ai vec_vupkhsh ( vector pixel __a)
static

Definition at line 12761 of file altivec.h.

References __a.

◆ vec_vupkhsh() [3/3]

__inline__ vector int __ATTRS_o_ai vec_vupkhsh ( vector short __a)
static

Definition at line 12743 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_vupklsb() [1/2]

__inline__ vector bool short __ATTRS_o_ai vec_vupklsb ( vector bool char __a)
static

Definition at line 12872 of file altivec.h.

References __a.

◆ vec_vupklsb() [2/2]

__inline__ vector short __ATTRS_o_ai vec_vupklsb ( vector signed char __a)
static

Definition at line 12863 of file altivec.h.

References __a.

◆ vec_vupklsh() [1/3]

__inline__ vector bool int __ATTRS_o_ai vec_vupklsh ( vector bool short __a)
static

Definition at line 12891 of file altivec.h.

References __a.

◆ vec_vupklsh() [2/3]

__inline__ vector unsigned int __ATTRS_o_ai vec_vupklsh ( vector pixel __a)
static

Definition at line 12900 of file altivec.h.

References __a.

◆ vec_vupklsh() [3/3]

__inline__ vector int __ATTRS_o_ai vec_vupklsh ( vector short __a)
static

Definition at line 12882 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_vxor() [1/24]

__inline__ vector bool char __ATTRS_o_ai vec_vxor ( vector bool char __a,
vector bool char __b )
static

Definition at line 13416 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vxor() [2/24]

__inline__ vector signed char __ATTRS_o_ai vec_vxor ( vector bool char __a,
vector signed char __b )
static

Definition at line 13392 of file altivec.h.

References __a, and __b.

◆ vec_vxor() [3/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_vxor ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 13407 of file altivec.h.

References __a, and __b.

◆ vec_vxor() [4/24]

__inline__ vector bool int __ATTRS_o_ai vec_vxor ( vector bool int __a,
vector bool int __b )
static

Definition at line 13486 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vxor() [5/24]

__inline__ vector float __ATTRS_o_ai vec_vxor ( vector bool int __a,
vector float __b )
static

Definition at line 13498 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vxor() [6/24]

__inline__ vector int __ATTRS_o_ai vec_vxor ( vector bool int __a,
vector int __b )
static

Definition at line 13461 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vxor() [7/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_vxor ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 13477 of file altivec.h.

References __a, and __b.

◆ vec_vxor() [8/24]

__inline__ vector bool short __ATTRS_o_ai vec_vxor ( vector bool short __a,
vector bool short __b )
static

Definition at line 13452 of file altivec.h.

References __a, and __b.

◆ vec_vxor() [9/24]

__inline__ vector short __ATTRS_o_ai vec_vxor ( vector bool short __a,
vector short __b )
static

Definition at line 13426 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vxor() [10/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_vxor ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 13442 of file altivec.h.

References __a, and __b.

◆ vec_vxor() [11/24]

__inline__ vector float __ATTRS_o_ai vec_vxor ( vector float __a,
vector bool int __b )
static

Definition at line 13505 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vxor() [12/24]

__inline__ vector float __ATTRS_o_ai vec_vxor ( vector float __a,
vector float __b )
static

Definition at line 13491 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vxor() [13/24]

__inline__ vector int __ATTRS_o_ai vec_vxor ( vector int __a,
vector bool int __b )
static

Definition at line 13466 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_vxor() [14/24]

__inline__ vector int __ATTRS_o_ai vec_vxor ( vector int __a,
vector int __b )
static

Definition at line 13456 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vxor() [15/24]

__inline__ vector short __ATTRS_o_ai vec_vxor ( vector short __a,
vector bool short __b )
static

Definition at line 13431 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vxor() [16/24]

__inline__ vector short __ATTRS_o_ai vec_vxor ( vector short __a,
vector short __b )
static

Definition at line 13421 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_vxor() [17/24]

__inline__ vector signed char __ATTRS_o_ai vec_vxor ( vector signed char __a,
vector bool char __b )
static

Definition at line 13397 of file altivec.h.

References __a, and __b.

◆ vec_vxor() [18/24]

__inline__ vector signed char __ATTRS_o_ai vec_vxor ( vector signed char __a,
vector signed char __b )
static

Definition at line 13387 of file altivec.h.

References __a, and __b.

◆ vec_vxor() [19/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_vxor ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 13412 of file altivec.h.

References __a, and __b.

◆ vec_vxor() [20/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_vxor ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 13402 of file altivec.h.

References __a, and __b.

◆ vec_vxor() [21/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_vxor ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 13482 of file altivec.h.

References __a, __b, and int.

◆ vec_vxor() [22/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_vxor ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 13472 of file altivec.h.

References __a, and __b.

◆ vec_vxor() [23/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_vxor ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 13447 of file altivec.h.

References __a, and __b.

◆ vec_vxor() [24/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_vxor ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 13437 of file altivec.h.

References __a, and __b.

◆ vec_xl() [1/7]

__inline__ __ATTRS_o_ai vector float vec_xl ( ptrdiff_t __offset,
const float * __ptr )
static

Definition at line 17773 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_xl() [2/7]

__inline__ __ATTRS_o_ai vector signed char vec_xl ( ptrdiff_t __offset,
const signed char * __ptr )
static

Definition at line 17740 of file altivec.h.

◆ vec_xl() [3/7]

__inline__ __ATTRS_o_ai vector signed int vec_xl ( ptrdiff_t __offset,
const signed int * __ptr )
static

Definition at line 17762 of file altivec.h.

◆ vec_xl() [4/7]

__inline__ __ATTRS_o_ai vector signed short vec_xl ( ptrdiff_t __offset,
const signed short * __ptr )
static

Definition at line 17750 of file altivec.h.

◆ vec_xl() [5/7]

__inline__ __ATTRS_o_ai vector unsigned char vec_xl ( ptrdiff_t __offset,
const unsigned char * __ptr )
static

Definition at line 17745 of file altivec.h.

◆ vec_xl() [6/7]

__inline__ __ATTRS_o_ai vector unsigned int vec_xl ( ptrdiff_t __offset,
const unsigned int * __ptr )
static

Definition at line 17768 of file altivec.h.

◆ vec_xl() [7/7]

__inline__ __ATTRS_o_ai vector unsigned short vec_xl ( ptrdiff_t __offset,
const unsigned short * __ptr )
static

Definition at line 17756 of file altivec.h.

◆ vec_xor() [1/24]

__inline__ vector bool char __ATTRS_o_ai vec_xor ( vector bool char __a,
vector bool char __b )
static

Definition at line 13233 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_xor() [2/24]

__inline__ vector signed char __ATTRS_o_ai vec_xor ( vector bool char __a,
vector signed char __b )
static

Definition at line 13209 of file altivec.h.

References __a, and __b.

◆ vec_xor() [3/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_xor ( vector bool char __a,
vector unsigned char __b )
static

Definition at line 13224 of file altivec.h.

References __a, and __b.

◆ vec_xor() [4/24]

__inline__ vector bool int __ATTRS_o_ai vec_xor ( vector bool int __a,
vector bool int __b )
static

Definition at line 13303 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_xor() [5/24]

__inline__ vector float __ATTRS_o_ai vec_xor ( vector bool int __a,
vector float __b )
static

Definition at line 13315 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_xor() [6/24]

__inline__ vector int __ATTRS_o_ai vec_xor ( vector bool int __a,
vector int __b )
static

Definition at line 13278 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_xor() [7/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_xor ( vector bool int __a,
vector unsigned int __b )
static

Definition at line 13294 of file altivec.h.

References __a, and __b.

◆ vec_xor() [8/24]

__inline__ vector bool short __ATTRS_o_ai vec_xor ( vector bool short __a,
vector bool short __b )
static

Definition at line 13269 of file altivec.h.

References __a, and __b.

◆ vec_xor() [9/24]

__inline__ vector short __ATTRS_o_ai vec_xor ( vector bool short __a,
vector short __b )
static

Definition at line 13243 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_xor() [10/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_xor ( vector bool short __a,
vector unsigned short __b )
static

Definition at line 13259 of file altivec.h.

References __a, and __b.

◆ vec_xor() [11/24]

__inline__ vector float __ATTRS_o_ai vec_xor ( vector float __a,
vector bool int __b )
static

Definition at line 13322 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_xor() [12/24]

__inline__ vector float __ATTRS_o_ai vec_xor ( vector float __a,
vector float __b )
static

Definition at line 13308 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_xor() [13/24]

__inline__ vector int __ATTRS_o_ai vec_xor ( vector int __a,
vector bool int __b )
static

Definition at line 13283 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and int.

◆ vec_xor() [14/24]

__inline__ vector int __ATTRS_o_ai vec_xor ( vector int __a,
vector int __b )
static

Definition at line 13273 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_xor() [15/24]

__inline__ vector short __ATTRS_o_ai vec_xor ( vector short __a,
vector bool short __b )
static

Definition at line 13248 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_xor() [16/24]

__inline__ vector short __ATTRS_o_ai vec_xor ( vector short __a,
vector short __b )
static

Definition at line 13238 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_xor() [17/24]

__inline__ vector signed char __ATTRS_o_ai vec_xor ( vector signed char __a,
vector bool char __b )
static

Definition at line 13214 of file altivec.h.

References __a, and __b.

◆ vec_xor() [18/24]

__inline__ vector signed char __ATTRS_o_ai vec_xor ( vector signed char __a,
vector signed char __b )
static

Definition at line 13204 of file altivec.h.

References __a, and __b.

◆ vec_xor() [19/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_xor ( vector unsigned char __a,
vector bool char __b )
static

Definition at line 13229 of file altivec.h.

References __a, and __b.

◆ vec_xor() [20/24]

__inline__ vector unsigned char __ATTRS_o_ai vec_xor ( vector unsigned char __a,
vector unsigned char __b )
static

Definition at line 13219 of file altivec.h.

References __a, and __b.

Referenced by vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), and vec_perm().

◆ vec_xor() [21/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_xor ( vector unsigned int __a,
vector bool int __b )
static

Definition at line 13299 of file altivec.h.

References __a, __b, and int.

◆ vec_xor() [22/24]

__inline__ vector unsigned int __ATTRS_o_ai vec_xor ( vector unsigned int __a,
vector unsigned int __b )
static

Definition at line 13289 of file altivec.h.

References __a, and __b.

◆ vec_xor() [23/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_xor ( vector unsigned short __a,
vector bool short __b )
static

Definition at line 13264 of file altivec.h.

References __a, and __b.

◆ vec_xor() [24/24]

__inline__ vector unsigned short __ATTRS_o_ai vec_xor ( vector unsigned short __a,
vector unsigned short __b )
static

Definition at line 13254 of file altivec.h.

References __a, and __b.

◆ vec_xst() [1/7]

__inline__ __ATTRS_o_ai void vec_xst ( vector float __vec,
ptrdiff_t __offset,
float * __ptr )
static

Definition at line 18044 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_xst() [2/7]

__inline__ __ATTRS_o_ai void vec_xst ( vector signed char __vec,
ptrdiff_t __offset,
signed char * __ptr )
static

Definition at line 18010 of file altivec.h.

◆ vec_xst() [3/7]

__inline__ __ATTRS_o_ai void vec_xst ( vector signed int __vec,
ptrdiff_t __offset,
signed int * __ptr )
static

Definition at line 18033 of file altivec.h.

◆ vec_xst() [4/7]

__inline__ __ATTRS_o_ai void vec_xst ( vector signed short __vec,
ptrdiff_t __offset,
signed short * __ptr )
static

Definition at line 18020 of file altivec.h.

◆ vec_xst() [5/7]

__inline__ __ATTRS_o_ai void vec_xst ( vector unsigned char __vec,
ptrdiff_t __offset,
unsigned char * __ptr )
static

Definition at line 18015 of file altivec.h.

◆ vec_xst() [6/7]

__inline__ __ATTRS_o_ai void vec_xst ( vector unsigned int __vec,
ptrdiff_t __offset,
unsigned int * __ptr )
static

Definition at line 18039 of file altivec.h.

◆ vec_xst() [7/7]

__inline__ __ATTRS_o_ai void vec_xst ( vector unsigned short __vec,
ptrdiff_t __offset,
unsigned short * __ptr )
static

Definition at line 18025 of file altivec.h.

References __ATTRS_o_ai.

Variable Documentation

◆ __b

__inline__ v128_t v128_t __b
Initial value:
{
return __a + __b

Definition at line 578 of file altivec.h.

Referenced by __byte_perm(), __dadd_rd(), __dadd_rn(), __dadd_ru(), __dadd_rz(), __ddiv_rd(), __ddiv_rn(), __ddiv_ru(), __ddiv_rz(), __DEPRECATED_FN_ATTRS(), __DEPRECATED_FN_ATTRS(), __DEPRECATED_FN_ATTRS(), __DEPRECATED_FN_ATTRS(), __DEPRECATED_FN_ATTRS(), __DEPRECATED_FN_ATTRS(), __DEPRECATED_FN_ATTRS(), __DEPRECATED_FN_ATTRS(), __divdc3(), __divsc3(), __dmul_rd(), __dmul_rn(), __dmul_ru(), __dmul_rz(), __dsub_rd(), __dsub_rn(), __dsub_ru(), __dsub_rz(), __fadd_rd(), __fadd_rn(), __fadd_ru(), __fadd_rz(), __fdiv_rd(), __fdiv_rn(), __fdiv_ru(), __fdiv_rz(), __fdividef(), __fma_rd(), __fma_rn(), __fma_ru(), __fma_rz(), __fmaf_ieee_rd(), __fmaf_ieee_rn(), __fmaf_ieee_ru(), __fmaf_ieee_rz(), __fmaf_rd(), __fmaf_rn(), __fmaf_ru(), __fmaf_rz(), __fmul_rd(), __fmul_rn(), __fmul_ru(), __fmul_rz(), __fsub_rd(), __fsub_rn(), __fsub_ru(), __fsub_rz(), __hadd(), __hiloint2double(), __mul24(), __mul64hi(), __muldc3(), __mulhi(), __mulsc3(), __nv_atan2(), __nv_atan2f(), __nv_byte_perm(), __nv_copysign(), __nv_copysignf(), __nv_dadd_rd(), __nv_dadd_rn(), __nv_dadd_ru(), __nv_dadd_rz(), __nv_ddiv_rd(), __nv_ddiv_rn(), __nv_ddiv_ru(), __nv_ddiv_rz(), __nv_dmul_rd(), __nv_dmul_rn(), __nv_dmul_ru(), __nv_dmul_rz(), __nv_dsub_rd(), __nv_dsub_rn(), __nv_dsub_ru(), __nv_dsub_rz(), __nv_fadd_rd(), __nv_fadd_rn(), __nv_fadd_ru(), __nv_fadd_rz(), __nv_fast_fdividef(), __nv_fast_powf(), __nv_fdim(), __nv_fdimf(), __nv_fdiv_rd(), __nv_fdiv_rn(), __nv_fdiv_ru(), __nv_fdiv_rz(), __nv_fma(), __nv_fma_rd(), __nv_fma_rn(), __nv_fma_ru(), __nv_fma_rz(), __nv_fmaf(), __nv_fmaf_ieee_rd(), __nv_fmaf_ieee_rn(), __nv_fmaf_ieee_ru(), __nv_fmaf_ieee_rz(), __nv_fmaf_rd(), __nv_fmaf_rn(), __nv_fmaf_ru(), __nv_fmaf_rz(), __nv_fmax(), __nv_fmaxf(), __nv_fmin(), __nv_fminf(), __nv_fmod(), __nv_fmodf(), __nv_fmul_rd(), __nv_fmul_rn(), __nv_fmul_ru(), __nv_fmul_rz(), __nv_frexp(), __nv_frexpf(), __nv_fsub_rd(), __nv_fsub_rn(), __nv_fsub_ru(), __nv_fsub_rz(), __nv_hadd(), __nv_hiloint2double(), __nv_hypot(), __nv_hypotf(), __nv_jn(), __nv_jnf(), __nv_ldexp(), __nv_ldexpf(), __nv_llmax(), __nv_llmin(), __nv_max(), __nv_min(), __nv_modf(), __nv_modff(), __nv_mul24(), __nv_mul64hi(), __nv_mulhi(), __nv_nextafter(), __nv_nextafterf(), __nv_norm(), __nv_norm3d(), __nv_norm3df(), __nv_norm4d(), __nv_norm4df(), __nv_normf(), __nv_pow(), __nv_powf(), __nv_powi(), __nv_powif(), __nv_remainder(), __nv_remainderf(), __nv_remquo(), __nv_remquof(), __nv_rhadd(), __nv_rhypot(), __nv_rhypotf(), __nv_rnorm(), __nv_rnorm3d(), __nv_rnorm3df(), __nv_rnorm4d(), __nv_rnorm4df(), __nv_rnormf(), __nv_sad(), __nv_scalbn(), __nv_scalbnf(), __nv_sincos(), __nv_sincosf(), __nv_sincospi(), __nv_sincospif(), __nv_uhadd(), __nv_ullmax(), __nv_ullmin(), __nv_umax(), __nv_umin(), __nv_umul24(), __nv_umul64hi(), __nv_umulhi(), __nv_urhadd(), __nv_usad(), __nv_yn(), __nv_ynf(), __powf(), __rhadd(), __sad(), __uhadd(), __umul24(), __umul64hi(), __umulhi(), __urhadd(), __usad(), __vabsdiffs2(), __vabsdiffs4(), __vabsdiffu2(), __vabsdiffu4(), __vadd2(), __vadd4(), __vaddss2(), __vaddss4(), __vaddus2(), __vaddus4(), __vavgs2(), __vavgs4(), __vavgu2(), __vavgu4(), __vcmpeq2(), __vcmpeq4(), __vcmpges2(), __vcmpges4(), __vcmpgeu2(), __vcmpgeu4(), __vcmpgts2(), __vcmpgts4(), __vcmpgtu2(), __vcmpgtu4(), __vcmples2(), __vcmples4(), __vcmpleu2(), __vcmpleu4(), __vcmplts2(), __vcmplts4(), __vcmpltu2(), __vcmpltu4(), __vcmpne2(), __vcmpne4(), __vhaddu2(), __vhaddu4(), __vmaxs2(), __vmaxs4(), __vmaxu2(), __vmaxu4(), __vmins2(), __vmins4(), __vminu2(), __vminu4(), __vsads2(), __vsads4(), __vsadu2(), __vsadu4(), __vseteq2(), __vseteq4(), __vsetges2(), __vsetges4(), __vsetgeu2(), __vsetgeu4(), __vsetgts2(), __vsetgts4(), __vsetgtu2(), __vsetgtu4(), __vsetles2(), __vsetles4(), __vsetleu2(), __vsetleu4(), __vsetlts2(), __vsetlts4(), __vsetltu2(), __vsetltu4(), __vsetne2(), __vsetne4(), __vsub2(), __vsub4(), __vsubss2(), __vsubss4(), __vsubus2(), __vsubus4(), _mm256_2intersect_epi32(), _mm256_2intersect_epi64(), _mm256_add_epi16(), _mm256_add_epi32(), _mm256_add_epi64(), _mm256_add_epi8(), _mm256_add_pd(), _mm256_add_ps(), _mm256_adds_epi16(), _mm256_adds_epi8(), _mm256_adds_epu16(), _mm256_adds_epu8(), _mm256_addsub_pd(), _mm256_addsub_ps(), _mm256_and_epi32(), _mm256_and_epi64(), _mm256_and_pd(), _mm256_and_ps(), _mm256_and_si256(), _mm256_andnot_pd(), _mm256_andnot_ps(), _mm256_andnot_si256(), _mm256_avg_epu16(), _mm256_avg_epu8(), _mm256_blendv_pd(), _mm256_blendv_ps(), _mm256_broadcast_pd(), _mm256_broadcast_ps(), _mm256_cmpeq_epi16(), _mm256_cmpeq_epi32(), _mm256_cmpeq_epi64(), _mm256_cmpeq_epi8(), _mm256_cmpgt_epi16(), _mm256_cmpgt_epi32(), _mm256_cmpgt_epi64(), _mm256_cmpgt_epi8(), _mm256_cvtsi256_si32(), _mm256_div_pd(), _mm256_div_ps(), _mm256_hadd_epi16(), _mm256_hadd_epi32(), _mm256_hadd_pd(), _mm256_hadd_ps(), _mm256_hadds_epi16(), _mm256_hsub_epi16(), _mm256_hsub_epi32(), _mm256_hsub_pd(), _mm256_hsub_ps(), _mm256_hsubs_epi16(), _mm256_madd_epi16(), _mm256_maddubs_epi16(), _mm256_max_epi16(), _mm256_max_epi32(), _mm256_max_epi8(), _mm256_max_epu16(), _mm256_max_epu32(), _mm256_max_epu8(), _mm256_max_pd(), _mm256_max_ps(), _mm256_min_epi16(), _mm256_min_epi32(), _mm256_min_epi8(), _mm256_min_epu16(), _mm256_min_epu32(), _mm256_min_epu8(), _mm256_min_pd(), _mm256_min_ps(), _mm256_mul_epi32(), _mm256_mul_epu32(), _mm256_mul_pd(), _mm256_mul_ps(), _mm256_mulhi_epi16(), _mm256_mulhi_epu16(), _mm256_mulhrs_epi16(), _mm256_mullo_epi16(), _mm256_mullo_epi32(), _mm256_or_epi32(), _mm256_or_epi64(), _mm256_or_pd(), _mm256_or_ps(), _mm256_or_si256(), _mm256_packs_epi16(), _mm256_packs_epi32(), _mm256_packus_epi16(), _mm256_permutevar8x32_epi32(), _mm256_permutevar8x32_ps(), _mm256_sad_epu8(), _mm256_set1_epi8(), _mm256_set_epi64x(), _mm256_set_pd(), _mm256_set_ps(), _mm256_setr_epi64x(), _mm256_setr_pd(), _mm256_setr_ps(), _mm256_shuffle_epi8(), _mm256_sign_epi16(), _mm256_sign_epi32(), _mm256_sign_epi8(), _mm256_stream_pd(), _mm256_stream_si256(), _mm256_sub_epi16(), _mm256_sub_epi32(), _mm256_sub_epi64(), _mm256_sub_epi8(), _mm256_sub_pd(), _mm256_sub_ps(), _mm256_subs_epi16(), _mm256_subs_epi8(), _mm256_subs_epu16(), _mm256_subs_epu8(), _mm256_testc_pd(), _mm256_testc_ps(), _mm256_testc_si256(), _mm256_testnzc_pd(), _mm256_testnzc_ps(), _mm256_testnzc_si256(), _mm256_testz_pd(), _mm256_testz_ps(), _mm256_testz_si256(), _mm256_unpackhi_epi16(), _mm256_unpackhi_epi32(), _mm256_unpackhi_epi64(), _mm256_unpackhi_epi8(), _mm256_unpackhi_pd(), _mm256_unpackhi_ps(), _mm256_unpacklo_epi16(), _mm256_unpacklo_epi32(), _mm256_unpacklo_epi64(), _mm256_unpacklo_epi8(), _mm256_unpacklo_pd(), _mm256_unpacklo_ps(), _mm256_xor_epi32(), _mm256_xor_epi64(), _mm256_xor_pd(), _mm256_xor_ps(), _mm256_xor_si256(), _mm512_2intersect_epi32(), _mm512_2intersect_epi64(), _mm512_add_pd(), _mm512_add_ps(), _mm512_and_epi32(), _mm512_and_epi64(), _mm512_and_si512(), _mm512_cvtsi512_si32(), _mm512_div_pd(), _mm512_div_ps(), _mm512_mask_and_epi32(), _mm512_mask_and_epi64(), _mm512_mask_or_epi32(), _mm512_mask_or_epi64(), _mm512_mask_xor_epi32(), _mm512_mask_xor_epi64(), _mm512_maskz_and_epi32(), _mm512_maskz_and_epi64(), _mm512_maskz_or_epi32(), _mm512_maskz_or_epi64(), _mm512_maskz_xor_epi32(), _mm512_maskz_xor_epi64(), _mm512_mul_pd(), _mm512_mul_ps(), _mm512_or_epi32(), _mm512_or_epi64(), _mm512_or_si512(), _mm512_sub_pd(), _mm512_sub_ps(), _mm512_unpackhi_pd(), _mm512_unpackhi_ps(), _mm512_unpacklo_pd(), _mm512_unpacklo_ps(), _mm512_xor_epi32(), _mm512_xor_epi64(), _mm512_xor_si512(), _mm_2intersect_epi32(), _mm_2intersect_epi64(), _mm_add_epi16(), _mm_add_epi32(), _mm_add_epi64(), _mm_add_epi8(), _mm_add_pd(), _mm_add_ps(), _mm_add_sd(), _mm_add_si64(), _mm_add_ss(), _mm_adds_epi16(), _mm_adds_epi8(), _mm_adds_epu16(), _mm_adds_epu8(), _mm_addsub_pd(), _mm_addsub_ps(), _mm_and_epi32(), _mm_and_epi64(), _mm_and_pd(), _mm_and_ps(), _mm_and_si128(), _mm_andnot_pd(), _mm_andnot_ps(), _mm_andnot_si128(), _mm_avg_epu16(), _mm_avg_epu8(), _mm_avg_pu16(), _mm_avg_pu8(), _mm_cmpeq_epi16(), _mm_cmpeq_epi32(), _mm_cmpeq_epi8(), _mm_cmpeq_pd(), _mm_cmpeq_ps(), _mm_cmpeq_sd(), _mm_cmpeq_ss(), _mm_cmpge_pd(), _mm_cmpge_ps(), _mm_cmpge_sd(), _mm_cmpge_ss(), _mm_cmpgt_epi16(), _mm_cmpgt_epi32(), _mm_cmpgt_epi8(), _mm_cmpgt_pd(), _mm_cmpgt_ps(), _mm_cmpgt_sd(), _mm_cmpgt_ss(), _mm_cmple_pd(), _mm_cmple_ps(), _mm_cmple_sd(), _mm_cmple_ss(), _mm_cmplt_epi16(), _mm_cmplt_epi32(), _mm_cmplt_epi8(), _mm_cmplt_pd(), _mm_cmplt_ps(), _mm_cmplt_sd(), _mm_cmplt_ss(), _mm_cmpneq_pd(), _mm_cmpneq_ps(), _mm_cmpneq_sd(), _mm_cmpneq_ss(), _mm_cmpnge_pd(), _mm_cmpnge_ps(), _mm_cmpnge_sd(), _mm_cmpnge_ss(), _mm_cmpngt_pd(), _mm_cmpngt_ps(), _mm_cmpngt_sd(), _mm_cmpngt_ss(), _mm_cmpnle_pd(), _mm_cmpnle_ps(), _mm_cmpnle_sd(), _mm_cmpnle_ss(), _mm_cmpnlt_pd(), _mm_cmpnlt_ps(), _mm_cmpnlt_sd(), _mm_cmpnlt_ss(), _mm_cmpord_pd(), _mm_cmpord_ps(), _mm_cmpord_sd(), _mm_cmpord_ss(), _mm_cmpunord_pd(), _mm_cmpunord_ps(), _mm_cmpunord_sd(), _mm_cmpunord_ss(), _mm_comieq_sd(), _mm_comieq_ss(), _mm_comige_sd(), _mm_comige_ss(), _mm_comigt_sd(), _mm_comigt_ss(), _mm_comile_sd(), _mm_comile_ss(), _mm_comilt_sd(), _mm_comilt_ss(), _mm_comineq_sd(), _mm_comineq_ss(), _mm_cvt_pi2ps(), _mm_cvt_si2ss(), _mm_cvtpi32_ps(), _mm_cvtpi32x2_ps(), _mm_cvtps_pi8(), _mm_cvtsd_ss(), _mm_cvtsi128_si32(), _mm_cvtsi32_sd(), _mm_cvtsi32_ss(), _mm_cvtss_sd(), _mm_div_pd(), _mm_div_ps(), _mm_div_sd(), _mm_div_ss(), _mm_hadd_epi16(), _mm_hadd_epi32(), _mm_hadd_pd(), _mm_hadd_pi16(), _mm_hadd_pi32(), _mm_hadd_ps(), _mm_hadds_epi16(), _mm_hadds_pi16(), _mm_hsub_epi16(), _mm_hsub_epi32(), _mm_hsub_pd(), _mm_hsub_pi16(), _mm_hsub_pi32(), _mm_hsub_ps(), _mm_hsubs_epi16(), _mm_hsubs_pi16(), _mm_loadh_pi(), _mm_loadl_pi(), _mm_madd_epi16(), _mm_maddubs_epi16(), _mm_maddubs_pi16(), _mm_max_epi16(), _mm_max_epu8(), _mm_max_pd(), _mm_max_pi16(), _mm_max_ps(), _mm_max_pu8(), _mm_max_sd(), _mm_max_ss(), _mm_min_epi16(), _mm_min_epu8(), _mm_min_pd(), _mm_min_pi16(), _mm_min_ps(), _mm_min_pu8(), _mm_min_sd(), _mm_min_ss(), _mm_move_sd(), _mm_move_ss(), _mm_movehl_ps(), _mm_movelh_ps(), _mm_mul_epu32(), _mm_mul_pd(), _mm_mul_ps(), _mm_mul_sd(), _mm_mul_ss(), _mm_mul_su32(), _mm_mulhi_epi16(), _mm_mulhi_epu16(), _mm_mulhi_pu16(), _mm_mulhrs_epi16(), _mm_mulhrs_pi16(), _mm_mullo_epi16(), _mm_or_epi32(), _mm_or_epi64(), _mm_or_pd(), _mm_or_ps(), _mm_or_si128(), _mm_packs_epi16(), _mm_packs_epi32(), _mm_packus_epi16(), _mm_sad_epu8(), _mm_sad_pu8(), _mm_set1_epi8(), _mm_set1_pi8(), _mm_shuffle_epi8(), _mm_shuffle_pi8(), _mm_sign_epi16(), _mm_sign_epi32(), _mm_sign_epi8(), _mm_sign_pi16(), _mm_sign_pi32(), _mm_sign_pi8(), _mm_sqrt_sd(), _mm_store_si128(), _mm_storeu_si128(), _mm_storeu_si16(), _mm_storeu_si32(), _mm_storeu_si64(), _mm_sub_epi16(), _mm_sub_epi32(), _mm_sub_epi64(), _mm_sub_epi8(), _mm_sub_pd(), _mm_sub_ps(), _mm_sub_sd(), _mm_sub_si64(), _mm_sub_ss(), _mm_subs_epi16(), _mm_subs_epi8(), _mm_subs_epu16(), _mm_subs_epu8(), _mm_testc_pd(), _mm_testc_ps(), _mm_testnzc_pd(), _mm_testnzc_ps(), _mm_testz_pd(), _mm_testz_ps(), _mm_ucomieq_sd(), _mm_ucomieq_ss(), _mm_ucomige_sd(), _mm_ucomige_ss(), _mm_ucomigt_sd(), _mm_ucomigt_ss(), _mm_ucomile_sd(), _mm_ucomile_ss(), _mm_ucomilt_sd(), _mm_ucomilt_ss(), _mm_ucomineq_sd(), _mm_ucomineq_ss(), _mm_unpackhi_epi16(), _mm_unpackhi_epi32(), _mm_unpackhi_epi64(), _mm_unpackhi_epi8(), _mm_unpackhi_pd(), _mm_unpackhi_ps(), _mm_unpacklo_epi16(), _mm_unpacklo_epi32(), _mm_unpacklo_epi64(), _mm_unpacklo_epi8(), _mm_unpacklo_pd(), _mm_unpacklo_ps(), _mm_xor_epi32(), _mm_xor_epi64(), _mm_xor_pd(), _mm_xor_ps(), _mm_xor_si128(), atan2(), atan2f(), copysign(), copysignf(), fdim(), fdimf(), fdivide(), fdividef(), fma(), fmaf(), fmax(), fmaxf(), fmin(), fminf(), fmod(), fmodf(), frexp(), frexpf(), hypot(), hypotf(), ldexp(), ldexpf(), llmax(), llmin(), max(), memcpy(), memset(), min(), modf(), modff(), nextafter(), nextafterf(), norm3d(), norm3df(), norm4d(), norm4df(), pow(), powf(), powi(), powif(), remainder(), remainderf(), remquo(), remquof(), rhypot(), rhypotf(), rnorm(), rnorm3d(), rnorm3df(), rnorm4d(), rnorm4df(), scalbln(), scalblnf(), scalbn(), scalbnf(), ullmax(), ullmin(), umax(), umin(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_add(), vec_addc(), vec_addc(), vec_adde(), vec_adde(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_adds(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_eq(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_ge(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_gt(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_le(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_lt(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_ne(), vec_all_nge(), vec_all_ngt(), vec_all_nle(), vec_all_nlt(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_eq(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_ge(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_gt(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_le(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_lt(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_ne(), vec_any_nge(), vec_any_ngt(), vec_any_nle(), vec_any_nlt(), vec_avg(), vec_avg(), vec_avg(), vec_avg(), vec_avg(), vec_avg(), vec_cmpeq(), vec_cmpeq(), vec_cmpeq(), vec_cmpeq(), vec_cmpeq(), vec_cmpeq(), vec_cmpeq(), vec_cmpeq(), vec_cmpeq(), vec_cmpeq(), vec_cmpge(), vec_cmpge(), vec_cmpge(), vec_cmpge(), vec_cmpge(), vec_cmpge(), vec_cmpge(), vec_cmpgt(), vec_cmpgt(), vec_cmpgt(), vec_cmpgt(), vec_cmpgt(), vec_cmpgt(), vec_cmpgt(), vec_cmple(), vec_cmple(), vec_cmple(), vec_cmple(), vec_cmple(), vec_cmple(), vec_cmple(), vec_cmplt(), vec_cmplt(), vec_cmplt(), vec_cmplt(), vec_cmplt(), vec_cmplt(), vec_cmplt(), vec_cmpne(), vec_cmpne(), vec_cmpne(), vec_cmpne(), vec_cmpne(), vec_cmpne(), vec_cmpne(), vec_cmpne(), vec_cmpne(), vec_cmpne(), vec_div(), vec_div(), vec_div(), vec_div(), vec_div(), vec_div(), vec_extract(), vec_extract(), vec_extract(), vec_extract(), vec_extract(), vec_extract(), vec_extract(), vec_extract(), vec_extract(), vec_extract(), vec_insert(), vec_insert(), vec_insert(), vec_insert(), vec_insert(), vec_insert(), vec_insert(), vec_insert(), vec_insert(), vec_insert(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_ld(), vec_lde(), vec_lde(), vec_lde(), vec_lde(), vec_lde(), vec_lde(), vec_lde(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_ldl(), vec_lvebx(), vec_lvebx(), vec_lvehx(), vec_lvehx(), vec_lvewx(), vec_lvewx(), vec_lvewx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlx(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvlxl(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrx(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvrxl(), vec_lvsl(), vec_lvsl(), vec_lvsl(), vec_lvsl(), vec_lvsl(), vec_lvsl(), vec_lvsl(), vec_lvsr(), vec_lvsr(), vec_lvsr(), vec_lvsr(), vec_lvsr(), vec_lvsr(), vec_lvsr(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvx(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_lvxl(), vec_madd(), vec_madd(), vec_madd(), vec_madd(), vec_madd(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_max(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergeh(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_mergel(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_min(), vec_mladd(), vec_mladd(), vec_mladd(), vec_mladd(), vec_msum(), vec_msum(), vec_msum(), vec_msum(), vec_msums(), vec_msums(), vec_mul(), vec_mul(), vec_mul(), vec_mul(), vec_mul(), vec_mul(), vec_mul(), vec_mule(), vec_mule(), vec_mule(), vec_mule(), vec_mulo(), vec_mulo(), vec_mulo(), vec_mulo(), vec_nmsub(), vec_nor(), vec_nor(), vec_nor(), vec_nor(), vec_nor(), vec_nor(), vec_nor(), vec_nor(), vec_nor(), vec_nor(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_pack(), vec_pack(), vec_pack(), vec_pack(), vec_pack(), vec_pack(), vec_packs(), vec_packs(), vec_packs(), vec_packs(), vec_packsu(), vec_packsu(), vec_packsu(), vec_packsu(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_promote(), vec_promote(), vec_promote(), vec_promote(), vec_promote(), vec_promote(), vec_promote(), vec_recipdiv(), vec_rl(), vec_rl(), vec_rl(), vec_rl(), vec_rl(), vec_rl(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sl(), vec_sl(), vec_sl(), vec_sl(), vec_sl(), vec_sl(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sldw(), vec_sldw(), vec_sldw(), vec_sldw(), vec_sldw(), vec_sldw(), vec_sldw(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_sll(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_slo(), vec_splat(), vec_splat(), vec_splat(), vec_splat(), vec_splat(), vec_splat(), vec_splat(), vec_splat(), vec_splat(), vec_splat(), vec_splat(), vec_sr(), vec_sr(), vec_sr(), vec_sr(), vec_sr(), vec_sr(), vec_sra(), vec_sra(), vec_sra(), vec_sra(), vec_sra(), vec_sra(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_srl(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_sro(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stvebx(), vec_stvebx(), vec_stvebx(), vec_stvebx(), vec_stvehx(), vec_stvehx(), vec_stvehx(), vec_stvehx(), vec_stvehx(), vec_stvehx(), vec_stvewx(), vec_stvewx(), vec_stvewx(), vec_stvewx(), vec_stvewx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_sub(), vec_subc(), vec_subc(), vec_sube(), vec_sube(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_subs(), vec_sum4s(), vec_sum4s(), vec_sum4s(), vec_vaddsbs(), vec_vaddsbs(), vec_vaddsbs(), vec_vaddshs(), vec_vaddshs(), vec_vaddshs(), vec_vaddsws(), vec_vaddsws(), vec_vaddsws(), vec_vaddubm(), vec_vaddubm(), vec_vaddubm(), vec_vaddubm(), vec_vaddubm(), vec_vaddubm(), vec_vaddubs(), vec_vaddubs(), vec_vaddubs(), vec_vadduhm(), vec_vadduhm(), vec_vadduhm(), vec_vadduhm(), vec_vadduhm(), vec_vadduhm(), vec_vadduhs(), vec_vadduhs(), vec_vadduhs(), vec_vadduwm(), vec_vadduwm(), vec_vadduwm(), vec_vadduwm(), vec_vadduwm(), vec_vadduwm(), vec_vadduws(), vec_vadduws(), vec_vadduws(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vmaxsb(), vec_vmaxsb(), vec_vmaxsb(), vec_vmaxsh(), vec_vmaxsh(), vec_vmaxsh(), vec_vmaxsw(), vec_vmaxsw(), vec_vmaxsw(), vec_vmaxub(), vec_vmaxub(), vec_vmaxub(), vec_vmaxuh(), vec_vmaxuh(), vec_vmaxuh(), vec_vmaxuw(), vec_vmaxuw(), vec_vmaxuw(), vec_vminsb(), vec_vminsb(), vec_vminsb(), vec_vminsh(), vec_vminsh(), vec_vminsh(), vec_vminsw(), vec_vminsw(), vec_vminsw(), vec_vminub(), vec_vminub(), vec_vminub(), vec_vminuh(), vec_vminuh(), vec_vminuh(), vec_vminuw(), vec_vminuw(), vec_vminuw(), vec_vmladduhm(), vec_vmladduhm(), vec_vmladduhm(), vec_vmladduhm(), vec_vmrghb(), vec_vmrghb(), vec_vmrghb(), vec_vmrghh(), vec_vmrghh(), vec_vmrghh(), vec_vmrghh(), vec_vmrghw(), vec_vmrghw(), vec_vmrghw(), vec_vmrghw(), vec_vmrglb(), vec_vmrglb(), vec_vmrglb(), vec_vmrglh(), vec_vmrglh(), vec_vmrglh(), vec_vmrglh(), vec_vmrglw(), vec_vmrglw(), vec_vmrglw(), vec_vmrglw(), vec_vnor(), vec_vnor(), vec_vnor(), vec_vnor(), vec_vnor(), vec_vnor(), vec_vnor(), vec_vnor(), vec_vnor(), vec_vnor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vpkshus(), vec_vpkshus(), vec_vpkswus(), vec_vpkswus(), vec_vpkuhum(), vec_vpkuhum(), vec_vpkuhum(), vec_vpkuwum(), vec_vpkuwum(), vec_vpkuwum(), vec_vrlb(), vec_vrlb(), vec_vrlh(), vec_vrlh(), vec_vrlw(), vec_vrlw(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vsl(), vec_vslb(), vec_vslb(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vslh(), vec_vslh(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslo(), vec_vslw(), vec_vslw(), vec_vspltb(), vec_vspltb(), vec_vspltb(), vec_vsplth(), vec_vsplth(), vec_vsplth(), vec_vsplth(), vec_vspltw(), vec_vspltw(), vec_vspltw(), vec_vspltw(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsr(), vec_vsrab(), vec_vsrab(), vec_vsrah(), vec_vsrah(), vec_vsraw(), vec_vsraw(), vec_vsrb(), vec_vsrb(), vec_vsrh(), vec_vsrh(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsro(), vec_vsrw(), vec_vsrw(), vec_vsubsbs(), vec_vsubsbs(), vec_vsubsbs(), vec_vsubshs(), vec_vsubshs(), vec_vsubshs(), vec_vsubsws(), vec_vsubsws(), vec_vsubsws(), vec_vsububm(), vec_vsububm(), vec_vsububm(), vec_vsububm(), vec_vsububm(), vec_vsububm(), vec_vsububs(), vec_vsububs(), vec_vsububs(), vec_vsubuhm(), vec_vsubuhm(), vec_vsubuhm(), vec_vsubuhm(), vec_vsubuhm(), vec_vsubuhm(), vec_vsubuhs(), vec_vsubuhs(), vec_vsubuhs(), vec_vsubuwm(), vec_vsubuwm(), vec_vsubuwm(), vec_vsubuwm(), vec_vsubuwm(), vec_vsubuwm(), vec_vsubuws(), vec_vsubuws(), vec_vsubuws(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), wasm_f16x8_add(), wasm_f16x8_div(), wasm_f16x8_eq(), wasm_f16x8_ge(), wasm_f16x8_gt(), wasm_f16x8_le(), wasm_f16x8_lt(), wasm_f16x8_max(), wasm_f16x8_min(), wasm_f16x8_mul(), wasm_f16x8_ne(), wasm_f16x8_pmax(), wasm_f16x8_pmin(), wasm_f16x8_relaxed_madd(), wasm_f16x8_relaxed_nmadd(), wasm_f16x8_sub(), wasm_f32x4_add(), wasm_f32x4_div(), wasm_f32x4_eq(), wasm_f32x4_ge(), wasm_f32x4_gt(), wasm_f32x4_le(), wasm_f32x4_lt(), wasm_f32x4_max(), wasm_f32x4_min(), wasm_f32x4_mul(), wasm_f32x4_ne(), wasm_f32x4_pmax(), wasm_f32x4_pmin(), wasm_f32x4_relaxed_madd(), wasm_f32x4_relaxed_max(), wasm_f32x4_relaxed_min(), wasm_f32x4_relaxed_nmadd(), wasm_f32x4_replace_lane(), wasm_f32x4_sub(), wasm_f64x2_add(), wasm_f64x2_div(), wasm_f64x2_eq(), wasm_f64x2_ge(), wasm_f64x2_gt(), wasm_f64x2_le(), wasm_f64x2_lt(), wasm_f64x2_max(), wasm_f64x2_min(), wasm_f64x2_mul(), wasm_f64x2_ne(), wasm_f64x2_pmax(), wasm_f64x2_pmin(), wasm_f64x2_relaxed_madd(), wasm_f64x2_relaxed_max(), wasm_f64x2_relaxed_min(), wasm_f64x2_relaxed_nmadd(), wasm_f64x2_replace_lane(), wasm_f64x2_sub(), wasm_i16x8_add(), wasm_i16x8_add_sat(), wasm_i16x8_eq(), wasm_i16x8_extmul_high_i8x16(), wasm_i16x8_extmul_low_i8x16(), wasm_i16x8_ge(), wasm_i16x8_gt(), wasm_i16x8_le(), wasm_i16x8_lt(), wasm_i16x8_max(), wasm_i16x8_min(), wasm_i16x8_mul(), wasm_i16x8_narrow_i32x4(), wasm_i16x8_ne(), wasm_i16x8_q15mulr_sat(), wasm_i16x8_relaxed_dot_i8x16_i7x16(), wasm_i16x8_relaxed_laneselect(), wasm_i16x8_relaxed_q15mulr(), wasm_i16x8_replace_lane(), wasm_i16x8_shl(), wasm_i16x8_shr(), wasm_i16x8_sub(), wasm_i16x8_sub_sat(), wasm_i32x4_add(), wasm_i32x4_dot_i16x8(), wasm_i32x4_eq(), wasm_i32x4_extmul_high_i16x8(), wasm_i32x4_extmul_low_i16x8(), wasm_i32x4_ge(), wasm_i32x4_gt(), wasm_i32x4_le(), wasm_i32x4_lt(), wasm_i32x4_max(), wasm_i32x4_min(), wasm_i32x4_mul(), wasm_i32x4_ne(), wasm_i32x4_relaxed_dot_i8x16_i7x16_add(), wasm_i32x4_relaxed_laneselect(), wasm_i32x4_replace_lane(), wasm_i32x4_shl(), wasm_i32x4_shr(), wasm_i32x4_sub(), wasm_i64x2_add(), wasm_i64x2_eq(), wasm_i64x2_extmul_high_i32x4(), wasm_i64x2_extmul_low_i32x4(), wasm_i64x2_ge(), wasm_i64x2_gt(), wasm_i64x2_le(), wasm_i64x2_lt(), wasm_i64x2_mul(), wasm_i64x2_ne(), wasm_i64x2_relaxed_laneselect(), wasm_i64x2_replace_lane(), wasm_i64x2_shl(), wasm_i64x2_shr(), wasm_i64x2_sub(), wasm_i8x16_add(), wasm_i8x16_add_sat(), wasm_i8x16_eq(), wasm_i8x16_ge(), wasm_i8x16_gt(), wasm_i8x16_le(), wasm_i8x16_lt(), wasm_i8x16_max(), wasm_i8x16_min(), wasm_i8x16_narrow_i16x8(), wasm_i8x16_ne(), wasm_i8x16_relaxed_laneselect(), wasm_i8x16_replace_lane(), wasm_i8x16_shl(), wasm_i8x16_shr(), wasm_i8x16_sub(), wasm_i8x16_sub_sat(), wasm_i8x16_swizzle(), wasm_u16x8_add_sat(), wasm_u16x8_avgr(), wasm_u16x8_extmul_high_u8x16(), wasm_u16x8_extmul_low_u8x16(), wasm_u16x8_ge(), wasm_u16x8_gt(), wasm_u16x8_le(), wasm_u16x8_lt(), wasm_u16x8_max(), wasm_u16x8_min(), wasm_u16x8_narrow_i32x4(), wasm_u16x8_replace_lane(), wasm_u16x8_shr(), wasm_u16x8_sub_sat(), wasm_u32x4_extmul_high_u16x8(), wasm_u32x4_extmul_low_u16x8(), wasm_u32x4_ge(), wasm_u32x4_gt(), wasm_u32x4_le(), wasm_u32x4_lt(), wasm_u32x4_max(), wasm_u32x4_min(), wasm_u32x4_replace_lane(), wasm_u32x4_shr(), wasm_u64x2_extmul_high_u32x4(), wasm_u64x2_extmul_low_u32x4(), wasm_u64x2_replace_lane(), wasm_u64x2_shr(), wasm_u8x16_add_sat(), wasm_u8x16_avgr(), wasm_u8x16_ge(), wasm_u8x16_gt(), wasm_u8x16_le(), wasm_u8x16_lt(), wasm_u8x16_max(), wasm_u8x16_min(), wasm_u8x16_narrow_i16x8(), wasm_u8x16_replace_lane(), wasm_u8x16_shr(), wasm_u8x16_sub_sat(), wasm_v128_and(), wasm_v128_andnot(), wasm_v128_bitselect(), wasm_v128_or(), wasm_v128_xor(), yn(), and ynf().

◆ __c

__inline__ vector float vector float vector float __c
Initial value:
{
return __builtin_altivec_vmaddfp(__a, __b, __c)
static __inline__ vector float vector float vector float __c
Definition altivec.h:4800

Definition at line 4800 of file altivec.h.

Referenced by __byte_perm(), __divdc3(), __divsc3(), __fma_rd(), __fma_rn(), __fma_ru(), __fma_rz(), __fmaf_ieee_rd(), __fmaf_ieee_rn(), __fmaf_ieee_ru(), __fmaf_ieee_rz(), __fmaf_rd(), __fmaf_rn(), __fmaf_ru(), __fmaf_rz(), __muldc3(), __mulsc3(), __nv_byte_perm(), __nv_fast_sincosf(), __nv_fma(), __nv_fma_rd(), __nv_fma_rn(), __nv_fma_ru(), __nv_fma_rz(), __nv_fmaf(), __nv_fmaf_ieee_rd(), __nv_fmaf_ieee_rn(), __nv_fmaf_ieee_ru(), __nv_fmaf_ieee_rz(), __nv_fmaf_rd(), __nv_fmaf_rn(), __nv_fmaf_ru(), __nv_fmaf_rz(), __nv_norm3d(), __nv_norm3df(), __nv_norm4d(), __nv_norm4df(), __nv_remquo(), __nv_remquof(), __nv_rnorm3d(), __nv_rnorm3df(), __nv_rnorm4d(), __nv_rnorm4df(), __nv_sad(), __nv_sincos(), __nv_sincosf(), __nv_sincospi(), __nv_sincospif(), __nv_usad(), __sad(), __sincosf(), __usad(), _mm256_blendv_pd(), _mm256_blendv_ps(), _mm256_permutevar_pd(), _mm256_permutevar_ps(), _mm256_set_epi64x(), _mm256_set_pd(), _mm256_set_ps(), _mm256_setr_epi64x(), _mm256_setr_pd(), _mm256_setr_ps(), _mm_cmpge_sd(), _mm_cmpgt_sd(), _mm_cmpnge_sd(), _mm_cmpngt_sd(), _mm_cvtps_pi8(), _mm_permutevar_pd(), _mm_permutevar_ps(), std::abs(), std::arg(), std::conj(), fma(), fmaf(), memcpy(), memset(), std::norm(), norm3d(), norm3df(), norm4d(), norm4df(), std::proj(), remquo(), remquof(), rnorm3d(), rnorm3df(), rnorm4d(), rnorm4df(), sincos(), sincosf(), sincospi(), sincospif(), vec_adde(), vec_adde(), vec_insert(), vec_insert(), vec_insert(), vec_insert(), vec_insert(), vec_insert(), vec_insert(), vec_insert(), vec_insert(), vec_insert(), vec_madd(), vec_madd(), vec_madd(), vec_madd(), vec_madd(), vec_mladd(), vec_mladd(), vec_mladd(), vec_mladd(), vec_msum(), vec_msum(), vec_msum(), vec_msum(), vec_msums(), vec_msums(), vec_nmsub(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_perm(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sld(), vec_sldw(), vec_sldw(), vec_sldw(), vec_sldw(), vec_sldw(), vec_sldw(), vec_sldw(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_st(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_ste(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stl(), vec_stvebx(), vec_stvebx(), vec_stvebx(), vec_stvebx(), vec_stvehx(), vec_stvehx(), vec_stvehx(), vec_stvehx(), vec_stvehx(), vec_stvehx(), vec_stvewx(), vec_stvewx(), vec_stvewx(), vec_stvewx(), vec_stvewx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlx(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvlxl(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrx(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvrxl(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvx(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_stvxl(), vec_sube(), vec_sube(), vec_vmladduhm(), vec_vmladduhm(), vec_vmladduhm(), vec_vmladduhm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vperm(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), vec_vsldoi(), wasm_f16x8_relaxed_madd(), wasm_f16x8_relaxed_nmadd(), wasm_f32x4_const_splat(), wasm_f32x4_relaxed_madd(), wasm_f32x4_relaxed_nmadd(), wasm_f64x2_const_splat(), wasm_f64x2_relaxed_madd(), wasm_f64x2_relaxed_nmadd(), wasm_i16x8_const_splat(), wasm_i32x4_const_splat(), wasm_i32x4_relaxed_dot_i8x16_i7x16_add(), wasm_i64x2_const_splat(), wasm_i8x16_const_splat(), wasm_u16x8_const_splat(), wasm_u32x4_const_splat(), wasm_u64x2_const_splat(), and wasm_u8x16_const_splat().