Searched defs:SIMD128 (Results 1 – 1 of 1) sorted by relevance
58 class SIMD128 { class60 SIMD128(){}; in SIMD128() function in __anon0a6cfa350111::SIMD12862 constexpr SIMD128(uint8_16_t u8) : uint8_{u8} {}; in SIMD128() function in __anon0a6cfa350111::SIMD12863 constexpr SIMD128(uint16_8_t u16) : uint16_{u16} {}; in SIMD128() function in __anon0a6cfa350111::SIMD12864 constexpr SIMD128(uint32_4_t u32) : uint32_{u32} {}; in SIMD128() function in __anon0a6cfa350111::SIMD12865 constexpr SIMD128(uint64_2_t u64) : uint64_{u64} {}; in SIMD128() function in __anon0a6cfa350111::SIMD12866 constexpr SIMD128(__int128_t i128) : i128_{i128} {}; in SIMD128() function in __anon0a6cfa350111::SIMD12867 constexpr SIMD128(uint8_t u128) : u128_{u128} {}; in SIMD128() function in __anon0a6cfa350111::SIMD12868 constexpr SIMD128(uint16_t u128) : u128_{u128} {}; in SIMD128() function in __anon0a6cfa350111::SIMD12869 constexpr SIMD128(uint32_t u128) : u128_{u128} {}; in SIMD128() function in __anon0a6cfa350111::SIMD128[all …]