Searched refs:UInt128 (Results 1 – 4 of 4) sorted by relevance
69 static_assert(CountRZero(RawInt128{~UInt128{1}}) == RawInt128{1});71 static_assert(CountRZero(~UInt128{1} << UInt128{64}) == UInt128{65});84 static_assert(Popcount(RawInt128{~UInt128{1}}) == RawInt128{127});86 static_assert(Popcount(~UInt128{1}) == UInt128{127});
87 constexpr SIMD128Register(UInt128 elem) : uint128{(elem.value)} {} in SIMD128Register()340 SIMD_128_SAFEINT_REGISTER_GETTER_SETTER(UInt128, uint128);
641 UInt128 src = simd_src.Get<UInt128>(); in Vcpopm()647 UInt128 src = simd_src.Get<UInt128>(); in Vfirstm()649 return ~UInt128{0}; in Vfirstm()
757 using UInt128 = Wrapping<unsigned __int128>; variable