Searched refs:FourI128ExtVec (Results 1 – 1 of 1) sorted by relevance
21 using FourI128ExtVec __attribute__((ext_vector_type(4))) = __int128; typedef667 constexpr auto a = FourI128ExtVec{1, 2, 3, 4}; in I128VecUsage()673 constexpr auto c = ~FourI128ExtVec{1, 2, 10, 20}; in I128VecUsage()676 constexpr auto d = !FourI128ExtVec{0, 1, 8, -1}; in I128VecUsage()