src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (7)
3108=> NarrowWithSaturation<double, float>(lower, upper);
3115=> NarrowWithSaturation<short, sbyte>(lower, upper);
3121=> NarrowWithSaturation<int, short>(lower, upper);
3127=> NarrowWithSaturation<long, int>(lower, upper);
3134=> NarrowWithSaturation<ushort, byte>(lower, upper);
3141=> NarrowWithSaturation<uint, ushort>(lower, upper);
3148=> NarrowWithSaturation<ulong, uint>(lower, upper);