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