src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (7)
2905=> NarrowWithSaturation<double, float>(lower, upper);
2912=> NarrowWithSaturation<short, sbyte>(lower, upper);
2918=> NarrowWithSaturation<int, short>(lower, upper);
2924=> NarrowWithSaturation<long, int>(lower, upper);
2931=> NarrowWithSaturation<ushort, byte>(lower, upper);
2938=> NarrowWithSaturation<uint, ushort>(lower, upper);
2945=> NarrowWithSaturation<ulong, uint>(lower, upper);