|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | expand (int8_t s) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | load (const int8_t *p) noexcept |
|
static forcedinline void JUCE_VECTOR_CALLTYPE | store (__m256i value, int8_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 int8_t JUCE_VECTOR_CALLTYPE | get (__m256i v, size_t i) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | set (__m256i v, size_t i, int8_t s) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | truncate (__m256i a) noexcept |
|
static forcedinline int8_t JUCE_VECTOR_CALLTYPE | sum (__m256i a) noexcept |
|
static forcedinline __m256i JUCE_VECTOR_CALLTYPE | mul (__m256i a, __m256i b) |
|
static forcedinline vSIMDType | expand (int8_t s) noexcept |
|
static forcedinline vSIMDType | load (const int8_t *a) noexcept |
|
static forcedinline void | store (vSIMDType value, int8_t *a) noexcept |
|
static forcedinline int8_t | get (vSIMDType v, size_t i) noexcept |
|
static forcedinline vSIMDType | set (vSIMDType v, size_t i, int8_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 int8_t | sum (vSIMDType a) noexcept |
|
static forcedinline vSIMDType | truncate (vSIMDType a) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | vconst (const int8_t *a) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | load (const int8_t *a) noexcept |
|
static forcedinline void JUCE_VECTOR_CALLTYPE | store (__m128i v, int8_t *p) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | expand (int8_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 int8_t JUCE_VECTOR_CALLTYPE | get (__m128i v, size_t i) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | set (__m128i v, size_t i, int8_t s) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | truncate (__m128i a) noexcept |
|
static forcedinline int8_t JUCE_VECTOR_CALLTYPE | sum (__m128i a) noexcept |
|
static forcedinline __m128i JUCE_VECTOR_CALLTYPE | mul (__m128i a, __m128i b) |
|
Signed 8-bit integer AVX intrinsics
Signed 8-bit integer NEON intrinsics.
Signed 8-bit integer SSE intrinsics.
Definition at line 211 of file juce_avx_SIMDNativeOps.h.