libsimdpp
0.9.3
|
Class representing 2x 64-bit unsigned integer vector. More...
Public Types | |
typedef uint64x2 | half_vector_type |
Public Types inherited from simdpp::basic_int64x4 | |
typedef uint64_t | element_type |
typedef uint64_t | uint_element_type |
typedef basic_int64x4 | int_vector_type |
typedef uint64x4 | uint_vector_type |
typedef basic_int64x2 | half_vector_type |
typedef mask_int64x4 | mask_type |
Public Types inherited from simdpp::int256 | |
typedef uint64_t | element_type |
typedef uint64_t | uint_element_type |
typedef int256 | int_vector_type |
Static Public Member Functions | |
static uint64x4 | zero () |
Creates an unsigned int64x4 vector with the contents set to zero. More... | |
static uint64x4 | load_broadcast (const uint64_t *v0) |
Creates a int64x4 vector from a value loaded from memory. More... | |
static uint64x4 | set_broadcast (uint64_t v0) |
Creates an unsigned int64x4 vector from a value stored in a core register. More... | |
static uint64x4 | make_const (uint64_t v0) |
Creates an unsigned int64x4 vector from a value known at compile-time. More... | |
static uint64x4 | make_const (uint64_t v0, uint64_t v1) |
Creates an unsigned int64x4 vector from two values known at compile-time. More... | |
static uint64x4 | make_const (uint64_t v0, uint64_t v1, uint64_t v2, uint64_t v3) |
Creates an unsigned int64x4 vector from four values known at compile-time. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from simdpp::basic_int64x4 | |
static const unsigned | length = 4 |
static const unsigned | num_bits = 64 |
static const uint_element_type | all_bits = 0xffffffffffffffff |
Protected Member Functions inherited from simdpp::int256 | |
const uint64x2 & | u64 (unsigned i) const |
uint64x2 & | u64 (unsigned i) |
const uint32x4 & | u32 (unsigned i) const |
uint32x4 & | u32 (unsigned i) |
const uint16x8 & | u16 (unsigned i) const |
uint16x8 & | u16 (unsigned i) |
const uint8x16 & | u8 (unsigned i) const |
uint8x16 & | u8 (unsigned i) |
const int64x2 & | i64 (unsigned i) const |
int64x2 & | i64 (unsigned i) |
const int32x4 & | i32 (unsigned i) const |
int32x4 & | i32 (unsigned i) |
const int16x8 & | i16 (unsigned i) const |
int16x8 & | i16 (unsigned i) |
const int8x16 & | i8 (unsigned i) const |
int8x16 & | i8 (unsigned i) |
Detailed Description
Class representing 2x 64-bit unsigned integer vector.
Member Typedef Documentation
Constructor & Destructor Documentation
|
inline |
|
inline |
|
inline |
Construct from the underlying vector type Construct from the base type
|
inline |
Construct from the underlying vector type Construct from the base type
|
inlineexplicit |
Construct from compatible float64x4 integer vector type
Member Function Documentation
|
static |
Creates a int64x4 vector from a value loaded from memory.
- In SSE2-SSE4.1 this intrinsic results in at least 2 instructions.
- In NEON this intrinsic results in at least 1 instructions.
|
static |
Creates an unsigned int64x4 vector from a value known at compile-time.
|
static |
Creates an unsigned int64x4 vector from two values known at compile-time.
|
static |
Creates an unsigned int64x4 vector from four values known at compile-time.
Construct from the underlying vector type Construct from the base type
|
inline |
Construct from the underlying vector type Construct from the base type
Construct from compatible float64x4 integer vector type
|
inline |
|
inline |
|
static |
Creates an unsigned int64x4 vector from a value stored in a core register.
- In SSE2-SSE4.1 and NEON this intrinsic results in at least 2 instructions.
|
static |
Creates an unsigned int64x4 vector with the contents set to zero.
The documentation for this class was generated from the following file:
- simd/int64x4.h
Generated on Thu Oct 31 2013 04:08:52 for libsimdpp by 1.8.3.1