ROOT  6.06/09
Reference Guide
Public Types | Public Member Functions | Static Public Member Functions | List of all members
ROOT::Vc::SSE::VectorHelper< M256 > Struct Template Reference

template<>
struct ROOT::Vc::SSE::VectorHelper< M256 >

Definition at line 69 of file vectorhelper.h.

Public Types

typedef M256 VectorType
 
typedef const VectorType VectorTypeArg
 

Public Member Functions

 OP0 (allone, VectorType::create(_mm_setallone_ps(), _mm_setallone_ps())) OP0(zero
 
 VectorType::create (_mm_setzero_ps(), _mm_setzero_ps())) OP2(or_
 
 VectorType::create (_mm_or_ps(a[0], b[0]), _mm_or_ps(a[1], b[1]))) OP2(xor_
 
 VectorType::create (_mm_xor_ps(a[0], b[0]), _mm_xor_ps(a[1], b[1]))) OP2(and_
 
 VectorType::create (_mm_and_ps(a[0], b[0]), _mm_and_ps(a[1], b[1]))) OP2(andnot_
 
 VectorType::create (_mm_andnot_ps(a[0], b[0]), _mm_andnot_ps(a[1], b[1]))) OP3(blend
 

Static Public Member Functions

template<typename A >
static Vc_ALWAYS_INLINE_L Vc_PURE_L VectorType load (const float *x, A) Vc_ALWAYS_INLINE_R Vc_PURE_R
 
static Vc_ALWAYS_INLINE_L void store (float *mem, VectorTypeArg x, AlignedFlag) Vc_ALWAYS_INLINE_R
 
static Vc_ALWAYS_INLINE_L void store (float *mem, VectorTypeArg x, UnalignedFlag) Vc_ALWAYS_INLINE_R
 
static Vc_ALWAYS_INLINE_L void store (float *mem, VectorTypeArg x, StreamingAndAlignedFlag) Vc_ALWAYS_INLINE_R
 
static Vc_ALWAYS_INLINE_L void store (float *mem, VectorTypeArg x, StreamingAndUnalignedFlag) Vc_ALWAYS_INLINE_R
 
static Vc_ALWAYS_INLINE_L void store (float *mem, VectorTypeArg x, VectorTypeArg m, AlignedFlag) Vc_ALWAYS_INLINE_R
 
static Vc_ALWAYS_INLINE_L void store (float *mem, VectorTypeArg x, VectorTypeArg m, UnalignedFlag) Vc_ALWAYS_INLINE_R
 
static Vc_ALWAYS_INLINE_L void store (float *mem, VectorTypeArg x, VectorTypeArg m, StreamingAndAlignedFlag) Vc_ALWAYS_INLINE_R
 
static Vc_ALWAYS_INLINE_L void store (float *mem, VectorTypeArg x, VectorTypeArg m, StreamingAndUnalignedFlag) Vc_ALWAYS_INLINE_R
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/math/vc/include/Vc/sse/vectorhelper.h>

Member Typedef Documentation

Definition at line 71 of file vectorhelper.h.

Definition at line 75 of file vectorhelper.h.

Member Function Documentation

template<typename A >
static Vc_ALWAYS_INLINE_L Vc_PURE_L VectorType ROOT::Vc::SSE::VectorHelper< M256 >::load ( const float *  x,
 
)
static
ROOT::Vc::SSE::VectorHelper< M256 >::OP0 ( allone  ,
VectorType::  create_mm_setallone_ps(), _mm_setallone_ps() 
)
static Vc_ALWAYS_INLINE_L void ROOT::Vc::SSE::VectorHelper< M256 >::store ( float *  mem,
VectorTypeArg  x,
AlignedFlag   
)
static
static Vc_ALWAYS_INLINE_L void ROOT::Vc::SSE::VectorHelper< M256 >::store ( float *  mem,
VectorTypeArg  x,
UnalignedFlag   
)
static
static Vc_ALWAYS_INLINE_L void ROOT::Vc::SSE::VectorHelper< M256 >::store ( float *  mem,
VectorTypeArg  x,
StreamingAndAlignedFlag   
)
static
static Vc_ALWAYS_INLINE_L void ROOT::Vc::SSE::VectorHelper< M256 >::store ( float *  mem,
VectorTypeArg  x,
VectorTypeArg  m,
AlignedFlag   
)
static
static Vc_ALWAYS_INLINE_L void ROOT::Vc::SSE::VectorHelper< M256 >::store ( float *  mem,
VectorTypeArg  x,
VectorTypeArg  m,
UnalignedFlag   
)
static
ROOT::Vc::SSE::VectorHelper< M256 >::VectorType::create ( _mm_setzero_ps()  ,
_mm_setzero_ps()   
)
ROOT::Vc::SSE::VectorHelper< M256 >::VectorType::create ( _mm_or_ps(a[0], b[0])  ,
_mm_or_ps(a[1], b[1])   
)
ROOT::Vc::SSE::VectorHelper< M256 >::VectorType::create ( _mm_xor_ps(a[0], b[0])  ,
_mm_xor_ps(a[1], b[1])   
)
ROOT::Vc::SSE::VectorHelper< M256 >::VectorType::create ( _mm_and_ps(a[0], b[0])  ,
_mm_and_ps(a[1], b[1])   
)
ROOT::Vc::SSE::VectorHelper< M256 >::VectorType::create ( _mm_andnot_ps(a[0], b[0])  ,
_mm_andnot_ps(a[1], b[1])   
)

The documentation for this struct was generated from the following file: