Home
last modified time | relevance | path

Searched refs:Uint8x16 (Results 1 – 2 of 2) sorted by relevance

/external/gemmlowp/internal/
Dsimd_wrappers_msa.h26 using Uint8x16 = v16i8; variable
43 ScalarCount >= 16, Uint8x16,
80 inline Uint8x16 LoadUint8x16(const std::uint8_t* src) {
84 inline Uint8x16 LoadUint8x16(const Uint8x16* src) {
85 return __builtin_msa_ld_b(const_cast<Uint8x16*>(src), 0);
88 inline void StoreUint8x16(std::uint8_t* dst, Uint8x16 value) {
92 inline void StoreUint8x16(Uint8x16* dst, Uint8x16 value) {
Dsimd_wrappers_sse.h26 using Uint8x16 = __m128i; variable
43 ScalarCount >= 16, Uint8x16,
64 inline Uint8x16 LoadUint8x16(const std::uint8_t* src) {
65 return _mm_loadu_si128(reinterpret_cast<const Uint8x16*>(src));
68 inline void StoreUint8x16(std::uint8_t* dst, Uint8x16 value) {