src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (7)
2873=> NarrowWithSaturation<double, float>(lower, upper);
2880=> NarrowWithSaturation<short, sbyte>(lower, upper);
2886=> NarrowWithSaturation<int, short>(lower, upper);
2892=> NarrowWithSaturation<long, int>(lower, upper);
2899=> NarrowWithSaturation<ushort, byte>(lower, upper);
2906=> NarrowWithSaturation<uint, ushort>(lower, upper);
2913=> NarrowWithSaturation<ulong, uint>(lower, upper);