|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | ssign (__m256i a) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | expand (uint8_t s) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | load (const uint8_t *p) noexcept |
|
static forcedinline void JUCE_VECTOR_CALLTYPE | store (__m256i value, uint8_t *dest) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | add (__m256i a, __m256i b) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | sub (__m256i a, __m256i b) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | bit_and (__m256i a, __m256i b) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | bit_or (__m256i a, __m256i b) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | bit_xor (__m256i a, __m256i b) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | bit_andnot (__m256i a, __m256i b) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | bit_not (__m256i a) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | min (__m256i a, __m256i b) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | max (__m256i a, __m256i b) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | equal (__m256i a, __m256i b) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | greaterThan (__m256i a, __m256i b) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | greaterThanOrEqual (__m256i a, __m256i b) noexcept |
|
static forcedinline bool JUCE_VECTOR_CALLTYPE | allEqual (__m256i a, __m256i b) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | multiplyAdd (__m256i a, __m256i b, __m256i c) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | notEqual (__m256i a, __m256i b) noexcept |
|
static forcedinline uint8_t JUCE_VECTOR_CALLTYPE | get (__m256i v, size_t i) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | set (__m256i v, size_t i, uint8_t s) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | truncate (__m256i a) noexcept |
|
static forcedinline uint8_t JUCE_VECTOR_CALLTYPE | sum (__m256i a) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | mul (__m256i a, __m256i b) |
|
static forcedinline vSIMDType | expand (uint8_t s) noexcept |
|
static forcedinline vSIMDType | load (const uint8_t *a) noexcept |
|
static forcedinline void | store (vSIMDType value, uint8_t *a) noexcept |
|
static forcedinline uint8_t | get (vSIMDType v, size_t i) noexcept |
|
static forcedinline vSIMDType | set (vSIMDType v, size_t i, uint8_t s) noexcept |
|
static forcedinline vSIMDType | add (vSIMDType a, vSIMDType b) noexcept |
|
static forcedinline vSIMDType | sub (vSIMDType a, vSIMDType b) noexcept |
|
static forcedinline vSIMDType | mul (vSIMDType a, vSIMDType b) noexcept |
|
static forcedinline vSIMDType | bit_and (vSIMDType a, vSIMDType b) noexcept |
|
static forcedinline vSIMDType | bit_or (vSIMDType a, vSIMDType b) noexcept |
|
static forcedinline vSIMDType | bit_xor (vSIMDType a, vSIMDType b) noexcept |
|
static forcedinline vSIMDType | bit_notand (vSIMDType a, vSIMDType b) noexcept |
|
static forcedinline vSIMDType | bit_not (vSIMDType a) noexcept |
|
static forcedinline vSIMDType | min (vSIMDType a, vSIMDType b) noexcept |
|
static forcedinline vSIMDType | max (vSIMDType a, vSIMDType b) noexcept |
|
static forcedinline vSIMDType | equal (vSIMDType a, vSIMDType b) noexcept |
|
static forcedinline vSIMDType | notEqual (vSIMDType a, vSIMDType b) noexcept |
|
static forcedinline vSIMDType | greaterThan (vSIMDType a, vSIMDType b) noexcept |
|
static forcedinline vSIMDType | greaterThanOrEqual (vSIMDType a, vSIMDType b) noexcept |
|
static forcedinline bool | allEqual (vSIMDType a, vSIMDType b) noexcept |
|
static forcedinline vSIMDType | multiplyAdd (vSIMDType a, vSIMDType b, vSIMDType c) noexcept |
|
static forcedinline uint8_t | sum (vSIMDType a) noexcept |
|
static forcedinline vSIMDType | truncate (vSIMDType a) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | vconst (const uint8_t *a) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | ssign (__m128i a) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | load (const uint8_t *a) noexcept |
|
static forcedinline void JUCE_VECTOR_CALLTYPE | store (__m128i v, uint8_t *p) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | expand (uint8_t s) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | add (__m128i a, __m128i b) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | sub (__m128i a, __m128i b) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | bit_and (__m128i a, __m128i b) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | bit_or (__m128i a, __m128i b) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | bit_xor (__m128i a, __m128i b) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | bit_andnot (__m128i a, __m128i b) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | bit_not (__m128i a) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | min (__m128i a, __m128i b) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | max (__m128i a, __m128i b) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | equal (__m128i a, __m128i b) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | greaterThan (__m128i a, __m128i b) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | greaterThanOrEqual (__m128i a, __m128i b) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | multiplyAdd (__m128i a, __m128i b, __m128i c) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | notEqual (__m128i a, __m128i b) noexcept |
|
static forcedinline bool JUCE_VECTOR_CALLTYPE | allEqual (__m128i a, __m128i b) noexcept |
|
static forcedinline uint8_t JUCE_VECTOR_CALLTYPE | get (__m128i v, size_t i) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | set (__m128i v, size_t i, uint8_t s) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | truncate (__m128i a) noexcept |
|
static forcedinline uint8_t JUCE_VECTOR_CALLTYPE | sum (__m128i a) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | mul (__m128i a, __m128i b) |
|
Unsigned 8-bit integer AVX intrinsics.
Unsigned 8-bit integer NEON intrinsics.
Unsigned 8-bit integer SSE intrinsics.
Definition at line 284 of file juce_avx_SIMDNativeOps.h.