src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (7)
2827=> NarrowWithSaturation<double, float>(lower, upper);
2837=> NarrowWithSaturation<short, sbyte>(lower, upper);
2846=> NarrowWithSaturation<int, short>(lower, upper);
2855=> NarrowWithSaturation<long, int>(lower, upper);
2865=> NarrowWithSaturation<ushort, byte>(lower, upper);
2875=> NarrowWithSaturation<uint, ushort>(lower, upper);
2885=> NarrowWithSaturation<ulong, uint>(lower, upper);