src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (7)
2740=> NarrowWithSaturation<double, float>(lower, upper);
2750=> NarrowWithSaturation<short, sbyte>(lower, upper);
2759=> NarrowWithSaturation<int, short>(lower, upper);
2768=> NarrowWithSaturation<long, int>(lower, upper);
2778=> NarrowWithSaturation<ushort, byte>(lower, upper);
2788=> NarrowWithSaturation<uint, ushort>(lower, upper);
2798=> NarrowWithSaturation<ulong, uint>(lower, upper);