src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (7)
2799=> NarrowWithSaturation<double, float>(lower, upper);
2806=> NarrowWithSaturation<short, sbyte>(lower, upper);
2812=> NarrowWithSaturation<int, short>(lower, upper);
2818=> NarrowWithSaturation<long, int>(lower, upper);
2825=> NarrowWithSaturation<ushort, byte>(lower, upper);
2832=> NarrowWithSaturation<uint, ushort>(lower, upper);
2839=> NarrowWithSaturation<ulong, uint>(lower, upper);