Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::SIMD_8x32, including all inherited members.
B1 | Botan::SIMD_8x32 | |
B2 | Botan::SIMD_8x32 | |
B3 | Botan::SIMD_8x32 | |
B4 | Botan::SIMD_8x32 | |
B5 | Botan::SIMD_8x32 | |
B6 | Botan::SIMD_8x32 | |
BOTAN_FUNC_ISA("avx2") BOTAN_FORCE_INLINE SIMD_8x32() noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") explicit SIMD_8x32(const uint32_t B[8]) noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") explicit SIMD_8x32(uint32_t B0 | Botan::SIMD_8x32 | |
BOTAN_FUNC_ISA("avx2") static SIMD_8x32 splat(uint32_t B) noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") static SIMD_8x32 load_le(const uint8_t *in) noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") static SIMD_8x32 load_le128(const uint8_t *in) noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") static SIMD_8x32 load_le128(const uint32_t *in) noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") static SIMD_8x32 load_be(const uint8_t *in) noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") void store_le(uint8_t out[]) const noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") void store_le128(uint8_t out[]) const noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") void store_be(uint8_t out[]) const noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") SIMD_8x32 rotl() const noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") SIMD_8x32 rotr() const noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") sigma0() const noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") sigma1() const noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") SIMD_8x32 operator+(const SIMD_8x32 &other) const noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") SIMD_8x32 operator-(const SIMD_8x32 &other) const noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") SIMD_8x32 operator^(const SIMD_8x32 &other) const noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") SIMD_8x32 operator|(const SIMD_8x32 &other) const noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") SIMD_8x32 operator&(const SIMD_8x32 &other) const noexcept | Botan::SIMD_8x32 | inline |
BOTAN_FUNC_ISA("avx2") void operator+ | Botan::SIMD_8x32 | |
noexcept | Botan::SIMD_8x32 | |
operator=(const SIMD_8x32 &other)=default | Botan::SIMD_8x32 | |
operator=(SIMD_8x32 &&other)=default | Botan::SIMD_8x32 | |
SIMD_8x32(const SIMD_8x32 &other)=default | Botan::SIMD_8x32 | |
SIMD_8x32(SIMD_8x32 &&other)=default | Botan::SIMD_8x32 | |
~SIMD_8x32()=default | Botan::SIMD_8x32 |