libsimdpp
0.9.3
|
Functions | |
uint8x16 | load1_u (uint8x16 &a, const uint8_t *p) |
Loads a single element from unaligned memory location and places it to the first position in the vector. More... | |
uint16x8 | load1_u (uint16x8 &a, const uint16_t *p) |
Loads a single element from unaligned memory location and places it to the first position in the vector. More... | |
uint32x4 | load1_u (uint32x4 &a, const uint32_t *p) |
Loads a single element from unaligned memory location and places it to the first position in the vector. More... | |
float32x4 | load1_u (float32x4 &a, const float *p) |
Loads a single element from unaligned memory location and places it to the first position in the vector. More... | |
uint8x16 | load1 (uint8x16 &a, const uint8_t *p) |
Loads a single element from a memory location and places it to the vector. More... | |
uint16x8 | load1 (uint16x8 &a, const uint16_t *p) |
Loads a single element from a memory location and places it to the vector. More... | |
uint32x4 | load1 (uint32x4 &a, const uint32_t *p) |
Loads a single element from a memory location and places it to the vector. More... | |
float32x4 | load1 (float32x4 &a, const float *p) |
Loads a single element from a memory location and places it to the vector. More... | |
Function Documentation
|
inline |
Loads a single element from a memory location and places it to the vector.
The position of the element is determined by the last 4 address p bits. The contents of the rest of the vector are undefined.
|
inline |
Loads a single element from a memory location and places it to the vector.
The position of the element is determined by the last 4 address p bits. The contents of the rest of the vector are undefined.
|
inline |
Loads a single element from a memory location and places it to the vector.
The position of the element is determined by the last 4 address p bits. The contents of the rest of the vector are undefined.
|
inline |
Loads a single element from a memory location and places it to the vector.
The position of the element is determined by the last 4 address p bits. The contents of the rest of the vector are undefined.
|
inline |
Loads a single element from unaligned memory location and places it to the first position in the vector.
The contents of the rest of the vector are undefined.
- In ALTIVEC this intrinsic results in at least 2 instructions.
|
inline |
Loads a single element from unaligned memory location and places it to the first position in the vector.
The contents of the rest of the vector are undefined.
- In ALTIVEC this intrinsic results in at least 2 instructions.
|
inline |
Loads a single element from unaligned memory location and places it to the first position in the vector.
The contents of the rest of the vector are undefined.
- In ALTIVEC this intrinsic results in at least 2 instructions.
|
inline |
Loads a single element from unaligned memory location and places it to the first position in the vector.
The contents of the rest of the vector are undefined.
- In ALTIVEC this intrinsic results in at least 2 instructions.
Generated on Thu Oct 31 2013 04:08:52 for libsimdpp by 1.8.3.1