|
| i32x4 (const i32x4 &v)=default |
|
i32x4 & | operator= (const i32x4 &v)=default |
|
| i32x4 () noexcept |
| Creates a new zero initialized SIMD 4 component 32bit signed integer vector structure. (int4)
|
|
| i32x4 (int32 xyzw) noexcept |
| Creates a new SIMD 4 component 32bit signed integer vector structure. (int4)
|
|
| i32x4 (int32 x, int32 y, int32 z, int32 w) noexcept |
| Creates a new SIMD 4 component 32bit signed integer vector structure. (int4)
|
|
| i32x4 (int32 x, int32 y, int32 z) noexcept |
| Creates a new SIMD 4 component 32bit signed integer vector structure. (int4)
|
|
| i32x4 (i32x4 xyz, int32 w) noexcept |
| Creates a new SIMD 4 component 32bit signed integer vector structure. (int4)
|
|
| i32x4 (u32x4 v) |
| Creates a new SIMD 4 component 32bit floating point vector structure. (int4)
|
|
| i32x4 (int4 v) noexcept |
| Creates a new SIMD 4 component 32bit signed integer vector structure. (int4)
|
|
| i32x4 (int3 v) noexcept |
| Creates a new SIMD 4 component 32bit signed integer vector structure. (int4)
|
|
| i32x4 (int2 v) noexcept |
| Creates a new SIMD 4 component 32bit signed integer vector structure. (int4)
|
|
| i32x4 (const int32 *v) noexcept |
| Creates a new SIMD 4 component vector 32bit signed integer structure. (int4)
|
|
void | loadAligned (const int32 *v) noexcept |
| Loads SIMD 4 component 32bit signed integer aligned vector values.
|
|
void | store (int32 *v) noexcept |
| Stores SIMD 4 component 32bit signed integer unaligned vector values.
|
|
void | storeAligned (int32 *v) noexcept |
| Stores SIMD 4 component 32bit signed integer aligned vector values.
|
|
int32 | getX () const noexcept |
| Returns SIMD vector first component value.
|
|
int32 | getY () const noexcept |
| Returns SIMD vector second component value.
|
|
int32 | getZ () const noexcept |
| Returns SIMD vector third component value.
|
|
int32 | getW () const noexcept |
| Returns SIMD vector fourth component value.
|
|
void | setX (int32 value) noexcept |
| Sets SIMD vector first component value.
|
|
void | setY (int32 value) noexcept |
| Sets SIMD vector second component value.
|
|
void | setZ (int32 value) noexcept |
| Sets SIMD vector third component value.
|
|
void | setW (int32 value) noexcept |
| Sets SIMD vector fourth component value.
|
|
void | fixW () noexcept |
| Sets SIMD vector Z component value to the W component.
|
|
template<uint32 X, uint32 Y, uint32 Z, uint32 W = SwU> |
i32x4 | swizzle () const noexcept |
| Swizzles SIMD vector components.
|
|
i32x4 | splatX () const noexcept |
|
i32x4 | splatY () const noexcept |
|
i32x4 | splatZ () const noexcept |
|
i32x4 | splatW () const noexcept |
|
int32 & | operator[] (psize i) noexcept |
| Returns SIMD vector component by index.
|
|
int32 | operator[] (psize i) const noexcept |
| Returns SIMD vector component by index.
|
|
| operator u32x4 () const noexcept |
| Returns as 4 component unsigned integer SIMD vector.
|
|
| operator int4 () const noexcept |
| Returns SIMD vector as 4 component signed integer vector. (xyzw)
|
|
| operator int3 () const noexcept |
| Returns SIMD vector as 3 component signed integer vector. (xyz)
|
|
| operator int2 () const noexcept |
| Returns SIMD vector as 2 component signed integer vector. (xy)
|
|
| operator int32 () const noexcept |
| Returns SIMD first vector component value. (x)
|
|
i32x4 | operator+ (i32x4 v) const noexcept |
|
i32x4 | operator- (i32x4 v) const noexcept |
|
i32x4 | operator* (i32x4 v) const noexcept |
|
i32x4 | operator/ (i32x4 v) const noexcept |
|
i32x4 | operator% (i32x4 v) const noexcept |
|
i32x4 | operator& (i32x4 v) const noexcept |
|
i32x4 | operator| (i32x4 v) const noexcept |
|
i32x4 | operator^ (i32x4 v) const noexcept |
|
i32x4 | operator>> (i32x4 v) const noexcept |
|
i32x4 | operator<< (i32x4 v) const noexcept |
|
i32x4 | operator>> (int32 n) const noexcept |
|
i32x4 | operator<< (int32 n) const noexcept |
|
i32x4 | operator- () const noexcept |
|
i32x4 | operator! () const noexcept |
|
i32x4 | operator~ () const noexcept |
|
i32x4 | operator+ (int32 n) const noexcept |
|
i32x4 | operator- (int32 n) const noexcept |
|
i32x4 | operator* (int32 n) const noexcept |
|
i32x4 | operator/ (int32 n) const noexcept |
|
i32x4 | operator% (int32 n) const noexcept |
|
i32x4 | operator& (int32 n) const noexcept |
|
i32x4 | operator| (int32 n) const noexcept |
|
i32x4 | operator^ (int32 n) const noexcept |
|
i32x4 & | operator+= (i32x4 v) noexcept |
|
i32x4 & | operator-= (i32x4 v) noexcept |
|
i32x4 & | operator*= (i32x4 v) noexcept |
|
i32x4 & | operator/= (i32x4 v) noexcept |
|
i32x4 & | operator%= (i32x4 v) noexcept |
|
i32x4 & | operator&= (i32x4 v) noexcept |
|
i32x4 & | operator|= (i32x4 v) noexcept |
|
i32x4 & | operator^= (i32x4 v) noexcept |
|
i32x4 & | operator>>= (i32x4 v) noexcept |
|
i32x4 & | operator<<= (i32x4 v) noexcept |
|
i32x4 & | operator+= (int32 n) noexcept |
|
i32x4 & | operator-= (int32 n) noexcept |
|
i32x4 & | operator*= (int32 n) noexcept |
|
i32x4 & | operator/= (int32 n) noexcept |
|
i32x4 & | operator%= (int32 n) noexcept |
|
i32x4 & | operator&= (int32 n) noexcept |
|
i32x4 & | operator|= (int32 n) noexcept |
|
i32x4 & | operator^= (int32 n) noexcept |
|
i32x4 & | operator>>= (int32 n) noexcept |
|
i32x4 & | operator<<= (int32 n) noexcept |
|
i32x4 & | operator= (int32 n) noexcept |
|
bool | operator== (i32x4 v) const noexcept |
|
bool | operator!= (i32x4 v) const noexcept |
|
u32x4 | operator< (i32x4 v) const noexcept |
|
u32x4 | operator> (i32x4 v) const noexcept |
|
u32x4 | operator<= (i32x4 v) const noexcept |
|
u32x4 | operator>= (i32x4 v) const noexcept |
|
bool | operator== (int32 n) const noexcept |
|
bool | operator!= (int32 n) const noexcept |
|
u32x4 | operator< (int32 n) const noexcept |
|
u32x4 | operator> (int32 n) const noexcept |
|
u32x4 | operator<= (int32 n) const noexcept |
|
u32x4 | operator>= (int32 n) const noexcept |
|
SIMD 4 component 32bit signed integer vector structure. (int4)
- Note
- Use it when you know how to implement a faster vectorized code.