From 9699b38a3e6f705c3c095b91b3b8d9fbebfa3527 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 15 Feb 2019 23:50:21 -0800 Subject: [PATCH] [master] Update dependencies from dotnet/corefx (dotnet/coreclr#22595) * Update dependencies from https://github.com/dotnet/corefx build 20190213.23 This change updates the following dependencies - Microsoft.NETCore.Platforms - 3.0.0-preview4.19113.23 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview4.19113.23 * Update dependencies from https://github.com/dotnet/corefx build 20190215.1 This change updates the following dependencies - Microsoft.NETCore.Platforms - 3.0.0-preview4.19115.1 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview4.19115.1 * Fixing up the tests dependent on the S.R.I.Vector API changes * Regenerating the tests dependent on the S.R.I.Vector API changes * Disabling an outdated CoreFX test. Commit migrated from https://github.com/dotnet/coreclr/commit/990dd2c14972f07001ff6021528697df51c8e5e6 --- src/coreclr/tests/CoreFX/CoreFX.issues.json | 4 + .../Vector128BooleanAsGeneric_Boolean.cs | 2 +- .../NotSupported/Vector128BooleanAsGeneric_Byte.cs | 2 +- .../Vector128BooleanAsGeneric_Double.cs | 2 +- .../Vector128BooleanAsGeneric_Int16.cs | 2 +- .../Vector128BooleanAsGeneric_Int32.cs | 2 +- .../Vector128BooleanAsGeneric_Int64.cs | 2 +- .../Vector128BooleanAsGeneric_SByte.cs | 2 +- .../Vector128BooleanAsGeneric_Single.cs | 2 +- .../Vector128BooleanAsGeneric_UInt16.cs | 2 +- .../Vector128BooleanAsGeneric_UInt32.cs | 2 +- .../Vector128BooleanAsGeneric_UInt64.cs | 2 +- .../NotSupported/Vector128ByteAsGeneric_Boolean.cs | 2 +- .../Vector128DoubleAsGeneric_Boolean.cs | 2 +- .../Vector128Int16AsGeneric_Boolean.cs | 2 +- .../Vector128Int32AsGeneric_Boolean.cs | 2 +- .../Vector128Int64AsGeneric_Boolean.cs | 2 +- .../Vector128SByteAsGeneric_Boolean.cs | 2 +- .../Vector128SingleAsGeneric_Boolean.cs | 2 +- .../Vector128UInt16AsGeneric_Boolean.cs | 2 +- .../Vector128UInt32AsGeneric_Boolean.cs | 2 +- .../Vector128UInt64AsGeneric_Boolean.cs | 2 +- .../Vector256BooleanAsGeneric_Boolean.cs | 2 +- .../NotSupported/Vector256BooleanAsGeneric_Byte.cs | 2 +- .../Vector256BooleanAsGeneric_Double.cs | 2 +- .../Vector256BooleanAsGeneric_Int16.cs | 2 +- .../Vector256BooleanAsGeneric_Int32.cs | 2 +- .../Vector256BooleanAsGeneric_Int64.cs | 2 +- .../Vector256BooleanAsGeneric_SByte.cs | 2 +- .../Vector256BooleanAsGeneric_Single.cs | 2 +- .../Vector256BooleanAsGeneric_UInt16.cs | 2 +- .../Vector256BooleanAsGeneric_UInt32.cs | 2 +- .../Vector256BooleanAsGeneric_UInt64.cs | 2 +- .../NotSupported/Vector256ByteAsGeneric_Boolean.cs | 2 +- .../Vector256DoubleAsGeneric_Boolean.cs | 2 +- .../Vector256Int16AsGeneric_Boolean.cs | 2 +- .../Vector256Int32AsGeneric_Boolean.cs | 2 +- .../Vector256Int64AsGeneric_Boolean.cs | 2 +- .../Vector256SByteAsGeneric_Boolean.cs | 2 +- .../Vector256SingleAsGeneric_Boolean.cs | 2 +- .../Vector256UInt16AsGeneric_Boolean.cs | 2 +- .../Vector256UInt32AsGeneric_Boolean.cs | 2 +- .../Vector256UInt64AsGeneric_Boolean.cs | 2 +- .../Vector64BooleanAsGeneric_Boolean.cs | 2 +- .../NotSupported/Vector64BooleanAsGeneric_Byte.cs | 2 +- .../Vector64BooleanAsGeneric_Double.cs | 2 +- .../NotSupported/Vector64BooleanAsGeneric_Int16.cs | 2 +- .../NotSupported/Vector64BooleanAsGeneric_Int32.cs | 2 +- .../NotSupported/Vector64BooleanAsGeneric_Int64.cs | 2 +- .../NotSupported/Vector64BooleanAsGeneric_SByte.cs | 2 +- .../Vector64BooleanAsGeneric_Single.cs | 2 +- .../Vector64BooleanAsGeneric_UInt16.cs | 2 +- .../Vector64BooleanAsGeneric_UInt32.cs | 2 +- .../Vector64BooleanAsGeneric_UInt64.cs | 2 +- .../NotSupported/Vector64ByteAsGeneric_Boolean.cs | 2 +- .../Vector64DoubleAsGeneric_Boolean.cs | 2 +- .../NotSupported/Vector64Int16AsGeneric_Boolean.cs | 2 +- .../NotSupported/Vector64Int32AsGeneric_Boolean.cs | 2 +- .../NotSupported/Vector64Int64AsGeneric_Boolean.cs | 2 +- .../NotSupported/Vector64SByteAsGeneric_Boolean.cs | 2 +- .../Vector64SingleAsGeneric_Boolean.cs | 2 +- .../Vector64UInt16AsGeneric_Boolean.cs | 2 +- .../Vector64UInt32AsGeneric_Boolean.cs | 2 +- .../Vector64UInt64AsGeneric_Boolean.cs | 2 +- .../General/Shared/GenerateTests.csx | 126 ++++++++++----------- .../General/Shared/VectorAsTest.template | 40 +++---- .../General/Shared/VectorExtendTest.template | 4 +- .../Shared/VectorGetAndWithElementTest.template | 4 +- .../VectorGetAndWithLowerAndUpperTest.template | 8 +- .../General/Shared/VectorToScalarTest.template | 2 +- .../General/Vector128_1/As.Byte.cs | 40 +++---- .../General/Vector128_1/As.Double.cs | 40 +++---- .../General/Vector128_1/As.Int16.cs | 40 +++---- .../General/Vector128_1/As.Int32.cs | 40 +++---- .../General/Vector128_1/As.Int64.cs | 40 +++---- .../General/Vector128_1/As.SByte.cs | 40 +++---- .../General/Vector128_1/As.Single.cs | 40 +++---- .../General/Vector128_1/As.UInt16.cs | 40 +++---- .../General/Vector128_1/As.UInt32.cs | 40 +++---- .../General/Vector128_1/As.UInt64.cs | 40 +++---- .../Vector128_1/GetAndWithElement.Byte.0.cs | 4 +- .../Vector128_1/GetAndWithElement.Byte.15.cs | 4 +- .../Vector128_1/GetAndWithElement.Byte.7.cs | 4 +- .../Vector128_1/GetAndWithElement.Double.0.cs | 4 +- .../Vector128_1/GetAndWithElement.Double.1.cs | 4 +- .../Vector128_1/GetAndWithElement.Int16.0.cs | 4 +- .../Vector128_1/GetAndWithElement.Int16.3.cs | 4 +- .../Vector128_1/GetAndWithElement.Int16.7.cs | 4 +- .../Vector128_1/GetAndWithElement.Int32.0.cs | 4 +- .../Vector128_1/GetAndWithElement.Int32.1.cs | 4 +- .../Vector128_1/GetAndWithElement.Int32.3.cs | 4 +- .../Vector128_1/GetAndWithElement.Int64.0.cs | 4 +- .../Vector128_1/GetAndWithElement.Int64.1.cs | 4 +- .../Vector128_1/GetAndWithElement.SByte.0.cs | 4 +- .../Vector128_1/GetAndWithElement.SByte.15.cs | 4 +- .../Vector128_1/GetAndWithElement.SByte.7.cs | 4 +- .../Vector128_1/GetAndWithElement.Single.0.cs | 4 +- .../Vector128_1/GetAndWithElement.Single.1.cs | 4 +- .../Vector128_1/GetAndWithElement.Single.3.cs | 4 +- .../Vector128_1/GetAndWithElement.UInt16.0.cs | 4 +- .../Vector128_1/GetAndWithElement.UInt16.3.cs | 4 +- .../Vector128_1/GetAndWithElement.UInt16.7.cs | 4 +- .../Vector128_1/GetAndWithElement.UInt32.0.cs | 4 +- .../Vector128_1/GetAndWithElement.UInt32.1.cs | 4 +- .../Vector128_1/GetAndWithElement.UInt32.3.cs | 4 +- .../Vector128_1/GetAndWithElement.UInt64.0.cs | 4 +- .../Vector128_1/GetAndWithElement.UInt64.1.cs | 4 +- .../Vector128_1/GetAndWithLowerAndUpper.Byte.cs | 8 +- .../Vector128_1/GetAndWithLowerAndUpper.Double.cs | 8 +- .../Vector128_1/GetAndWithLowerAndUpper.Int16.cs | 8 +- .../Vector128_1/GetAndWithLowerAndUpper.Int32.cs | 8 +- .../Vector128_1/GetAndWithLowerAndUpper.Int64.cs | 8 +- .../Vector128_1/GetAndWithLowerAndUpper.SByte.cs | 8 +- .../Vector128_1/GetAndWithLowerAndUpper.Single.cs | 8 +- .../Vector128_1/GetAndWithLowerAndUpper.UInt16.cs | 8 +- .../Vector128_1/GetAndWithLowerAndUpper.UInt32.cs | 8 +- .../Vector128_1/GetAndWithLowerAndUpper.UInt64.cs | 8 +- .../General/Vector128_1/ToScalar.Byte.cs | 2 +- .../General/Vector128_1/ToScalar.Double.cs | 2 +- .../General/Vector128_1/ToScalar.Int16.cs | 2 +- .../General/Vector128_1/ToScalar.Int32.cs | 2 +- .../General/Vector128_1/ToScalar.Int64.cs | 2 +- .../General/Vector128_1/ToScalar.SByte.cs | 2 +- .../General/Vector128_1/ToScalar.Single.cs | 2 +- .../General/Vector128_1/ToScalar.UInt16.cs | 2 +- .../General/Vector128_1/ToScalar.UInt32.cs | 2 +- .../General/Vector128_1/ToScalar.UInt64.cs | 2 +- .../General/Vector128_1/ToVector256.Byte.cs | 4 +- .../General/Vector128_1/ToVector256.Double.cs | 4 +- .../General/Vector128_1/ToVector256.Int16.cs | 4 +- .../General/Vector128_1/ToVector256.Int32.cs | 4 +- .../General/Vector128_1/ToVector256.Int64.cs | 4 +- .../General/Vector128_1/ToVector256.SByte.cs | 4 +- .../General/Vector128_1/ToVector256.Single.cs | 4 +- .../General/Vector128_1/ToVector256.UInt16.cs | 4 +- .../General/Vector128_1/ToVector256.UInt32.cs | 4 +- .../General/Vector128_1/ToVector256.UInt64.cs | 4 +- .../General/Vector256_1/As.Byte.cs | 40 +++---- .../General/Vector256_1/As.Double.cs | 40 +++---- .../General/Vector256_1/As.Int16.cs | 40 +++---- .../General/Vector256_1/As.Int32.cs | 40 +++---- .../General/Vector256_1/As.Int64.cs | 40 +++---- .../General/Vector256_1/As.SByte.cs | 40 +++---- .../General/Vector256_1/As.Single.cs | 40 +++---- .../General/Vector256_1/As.UInt16.cs | 40 +++---- .../General/Vector256_1/As.UInt32.cs | 40 +++---- .../General/Vector256_1/As.UInt64.cs | 40 +++---- .../Vector256_1/GetAndWithElement.Byte.0.cs | 4 +- .../Vector256_1/GetAndWithElement.Byte.15.cs | 4 +- .../Vector256_1/GetAndWithElement.Byte.31.cs | 4 +- .../Vector256_1/GetAndWithElement.Byte.7.cs | 4 +- .../Vector256_1/GetAndWithElement.Double.0.cs | 4 +- .../Vector256_1/GetAndWithElement.Double.1.cs | 4 +- .../Vector256_1/GetAndWithElement.Double.3.cs | 4 +- .../Vector256_1/GetAndWithElement.Int16.0.cs | 4 +- .../Vector256_1/GetAndWithElement.Int16.15.cs | 4 +- .../Vector256_1/GetAndWithElement.Int16.3.cs | 4 +- .../Vector256_1/GetAndWithElement.Int16.7.cs | 4 +- .../Vector256_1/GetAndWithElement.Int32.0.cs | 4 +- .../Vector256_1/GetAndWithElement.Int32.1.cs | 4 +- .../Vector256_1/GetAndWithElement.Int32.3.cs | 4 +- .../Vector256_1/GetAndWithElement.Int32.7.cs | 4 +- .../Vector256_1/GetAndWithElement.Int64.0.cs | 4 +- .../Vector256_1/GetAndWithElement.Int64.1.cs | 4 +- .../Vector256_1/GetAndWithElement.Int64.3.cs | 4 +- .../Vector256_1/GetAndWithElement.SByte.0.cs | 4 +- .../Vector256_1/GetAndWithElement.SByte.15.cs | 4 +- .../Vector256_1/GetAndWithElement.SByte.31.cs | 4 +- .../Vector256_1/GetAndWithElement.SByte.7.cs | 4 +- .../Vector256_1/GetAndWithElement.Single.0.cs | 4 +- .../Vector256_1/GetAndWithElement.Single.1.cs | 4 +- .../Vector256_1/GetAndWithElement.Single.3.cs | 4 +- .../Vector256_1/GetAndWithElement.Single.7.cs | 4 +- .../Vector256_1/GetAndWithElement.UInt16.0.cs | 4 +- .../Vector256_1/GetAndWithElement.UInt16.15.cs | 4 +- .../Vector256_1/GetAndWithElement.UInt16.3.cs | 4 +- .../Vector256_1/GetAndWithElement.UInt16.7.cs | 4 +- .../Vector256_1/GetAndWithElement.UInt32.0.cs | 4 +- .../Vector256_1/GetAndWithElement.UInt32.1.cs | 4 +- .../Vector256_1/GetAndWithElement.UInt32.3.cs | 4 +- .../Vector256_1/GetAndWithElement.UInt32.7.cs | 4 +- .../Vector256_1/GetAndWithElement.UInt64.0.cs | 4 +- .../Vector256_1/GetAndWithElement.UInt64.1.cs | 4 +- .../Vector256_1/GetAndWithElement.UInt64.3.cs | 4 +- .../Vector256_1/GetAndWithLowerAndUpper.Byte.cs | 8 +- .../Vector256_1/GetAndWithLowerAndUpper.Double.cs | 8 +- .../Vector256_1/GetAndWithLowerAndUpper.Int16.cs | 8 +- .../Vector256_1/GetAndWithLowerAndUpper.Int32.cs | 8 +- .../Vector256_1/GetAndWithLowerAndUpper.Int64.cs | 8 +- .../Vector256_1/GetAndWithLowerAndUpper.SByte.cs | 8 +- .../Vector256_1/GetAndWithLowerAndUpper.Single.cs | 8 +- .../Vector256_1/GetAndWithLowerAndUpper.UInt16.cs | 8 +- .../Vector256_1/GetAndWithLowerAndUpper.UInt32.cs | 8 +- .../Vector256_1/GetAndWithLowerAndUpper.UInt64.cs | 8 +- .../General/Vector256_1/ToScalar.Byte.cs | 2 +- .../General/Vector256_1/ToScalar.Double.cs | 2 +- .../General/Vector256_1/ToScalar.Int16.cs | 2 +- .../General/Vector256_1/ToScalar.Int32.cs | 2 +- .../General/Vector256_1/ToScalar.Int64.cs | 2 +- .../General/Vector256_1/ToScalar.SByte.cs | 2 +- .../General/Vector256_1/ToScalar.Single.cs | 2 +- .../General/Vector256_1/ToScalar.UInt16.cs | 2 +- .../General/Vector256_1/ToScalar.UInt32.cs | 2 +- .../General/Vector256_1/ToScalar.UInt64.cs | 2 +- .../General/Vector64_1/As.Byte.cs | 40 +++---- .../General/Vector64_1/As.Double.cs | 40 +++---- .../General/Vector64_1/As.Int16.cs | 40 +++---- .../General/Vector64_1/As.Int32.cs | 40 +++---- .../General/Vector64_1/As.Int64.cs | 40 +++---- .../General/Vector64_1/As.SByte.cs | 40 +++---- .../General/Vector64_1/As.Single.cs | 40 +++---- .../General/Vector64_1/As.UInt16.cs | 40 +++---- .../General/Vector64_1/As.UInt32.cs | 40 +++---- .../General/Vector64_1/As.UInt64.cs | 40 +++---- .../General/Vector64_1/GetAndWithElement.Byte.0.cs | 4 +- .../General/Vector64_1/GetAndWithElement.Byte.7.cs | 4 +- .../Vector64_1/GetAndWithElement.Double.0.cs | 4 +- .../Vector64_1/GetAndWithElement.Int16.0.cs | 4 +- .../Vector64_1/GetAndWithElement.Int16.3.cs | 4 +- .../Vector64_1/GetAndWithElement.Int32.0.cs | 4 +- .../Vector64_1/GetAndWithElement.Int32.1.cs | 4 +- .../Vector64_1/GetAndWithElement.Int64.0.cs | 4 +- .../Vector64_1/GetAndWithElement.SByte.0.cs | 4 +- .../Vector64_1/GetAndWithElement.SByte.7.cs | 4 +- .../Vector64_1/GetAndWithElement.Single.0.cs | 4 +- .../Vector64_1/GetAndWithElement.Single.1.cs | 4 +- .../Vector64_1/GetAndWithElement.UInt16.0.cs | 4 +- .../Vector64_1/GetAndWithElement.UInt16.3.cs | 4 +- .../Vector64_1/GetAndWithElement.UInt32.0.cs | 4 +- .../Vector64_1/GetAndWithElement.UInt32.1.cs | 4 +- .../Vector64_1/GetAndWithElement.UInt64.0.cs | 4 +- .../General/Vector64_1/ToScalar.Byte.cs | 2 +- .../General/Vector64_1/ToScalar.Double.cs | 2 +- .../General/Vector64_1/ToScalar.Int16.cs | 2 +- .../General/Vector64_1/ToScalar.Int32.cs | 2 +- .../General/Vector64_1/ToScalar.Int64.cs | 2 +- .../General/Vector64_1/ToScalar.SByte.cs | 2 +- .../General/Vector64_1/ToScalar.Single.cs | 2 +- .../General/Vector64_1/ToScalar.UInt16.cs | 2 +- .../General/Vector64_1/ToScalar.UInt32.cs | 2 +- .../General/Vector64_1/ToScalar.UInt64.cs | 2 +- .../General/Vector64_1/ToVector128.Byte.cs | 4 +- .../General/Vector64_1/ToVector128.Double.cs | 4 +- .../General/Vector64_1/ToVector128.Int16.cs | 4 +- .../General/Vector64_1/ToVector128.Int32.cs | 4 +- .../General/Vector64_1/ToVector128.Int64.cs | 4 +- .../General/Vector64_1/ToVector128.SByte.cs | 4 +- .../General/Vector64_1/ToVector128.Single.cs | 4 +- .../General/Vector64_1/ToVector128.UInt16.cs | 4 +- .../General/Vector64_1/ToVector128.UInt32.cs | 4 +- .../General/Vector64_1/ToVector128.UInt64.cs | 4 +- .../X86/General/VectorHelpers.cs | 80 ++++++------- 252 files changed, 1111 insertions(+), 1107 deletions(-) diff --git a/src/coreclr/tests/CoreFX/CoreFX.issues.json b/src/coreclr/tests/CoreFX/CoreFX.issues.json index 72017d9..f50611e 100644 --- a/src/coreclr/tests/CoreFX/CoreFX.issues.json +++ b/src/coreclr/tests/CoreFX/CoreFX.issues.json @@ -1170,6 +1170,10 @@ "name": "System.ComponentModel.DataAnnotations.Tests.RangeAttributeTests.Validate_DoubleConversionOverflows_ThrowsOverflowException", "reason": "https://github.com/dotnet/coreclr/pull/20707" }, + { + "name": "System.ComponentModel.DataAnnotations.Tests.AssociationAttributeTests.Constructor", + "reason": "https://github.com/dotnet/coreclr/pull/22595" + }, ] } }, diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Boolean.cs index 96ad8dc..be2be17 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Byte.cs index 9bc250f..af65ea9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Byte.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Double.cs index 60ee34a..8d84e1d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Double.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int16.cs index 7f0994b..30cfbcc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int16.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int32.cs index b376e29..1881c73 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int32.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int64.cs index cca9752..1c067f9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Int64.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_SByte.cs index 31aae08..0fbb1f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_SByte.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Single.cs index c524373..6a2a383 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_Single.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt16.cs index a6bd952..55a1e8b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt16.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt32.cs index b959875..a18df5b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt32.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt64.cs index ec09a5a..197f76a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanAsGeneric_UInt64.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ByteAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ByteAsGeneric_Boolean.cs index 98ed332..a011f22 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ByteAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128ByteAsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128DoubleAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128DoubleAsGeneric_Boolean.cs index af2cf97..897a22e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128DoubleAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128DoubleAsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int16AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int16AsGeneric_Boolean.cs index d81c68e..988b253 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int16AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int16AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int32AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int32AsGeneric_Boolean.cs index bf36df6..f448644 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int32AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int32AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int64AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int64AsGeneric_Boolean.cs index cae020d..9a892ab 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int64AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128Int64AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128SByteAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128SByteAsGeneric_Boolean.cs index 5f809eb..a2f8270 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128SByteAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128SByteAsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128SingleAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128SingleAsGeneric_Boolean.cs index a95b351..2aff683 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128SingleAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128SingleAsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt16AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt16AsGeneric_Boolean.cs index 1c5035e..c276b99 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt16AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt16AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt32AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt32AsGeneric_Boolean.cs index 194f2aa..f56e51c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt32AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt32AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt64AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt64AsGeneric_Boolean.cs index 94a1ce0..5bfdca8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt64AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector128UInt64AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector128 result = default(Vector128).As(); + Vector128 result = default(Vector128).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Boolean.cs index e0875d2..819f4fb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Byte.cs index a900b67..fa1cc95 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Byte.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Double.cs index e12b758..fc3a261 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Double.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int16.cs index f2549ab..651f28a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int16.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int32.cs index 42f508e..d9730ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int32.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int64.cs index d9097f2..81ced87 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Int64.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_SByte.cs index c47f57f..98b6886 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_SByte.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Single.cs index fc36aa7..4537277 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_Single.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt16.cs index 8e815ba..291b54b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt16.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt32.cs index b10fd1a..0a0dc4b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt32.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt64.cs index 410669e..0d25782 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256BooleanAsGeneric_UInt64.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256ByteAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256ByteAsGeneric_Boolean.cs index 694804f..3a5d4b2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256ByteAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256ByteAsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256DoubleAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256DoubleAsGeneric_Boolean.cs index be6a48e..6051d94 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256DoubleAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256DoubleAsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int16AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int16AsGeneric_Boolean.cs index d907cc2..25e10c3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int16AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int16AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int32AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int32AsGeneric_Boolean.cs index 5a2c4ef..3f2816e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int32AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int32AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int64AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int64AsGeneric_Boolean.cs index f41916b..dd70cac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int64AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int64AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256SByteAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256SByteAsGeneric_Boolean.cs index f5ea487..089ed7a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256SByteAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256SByteAsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256SingleAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256SingleAsGeneric_Boolean.cs index 07a575d..69b4e00 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256SingleAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256SingleAsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt16AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt16AsGeneric_Boolean.cs index 3122c44..a9f5e03 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt16AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt16AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt32AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt32AsGeneric_Boolean.cs index 2dbde96..b8053b7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt32AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt32AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt64AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt64AsGeneric_Boolean.cs index 026e726..99247ed 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt64AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector256UInt64AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector256 result = default(Vector256).As(); + Vector256 result = default(Vector256).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Boolean.cs index 506bb6c..c6f0fdc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Byte.cs index 3e1e082..41d9bfa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Byte.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Double.cs index cd867a6..e2f78cd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Double.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int16.cs index 41721fe..1e6c084 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int16.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int32.cs index e76bfc1..7f7b2d8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int32.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int64.cs index 9695baf..89595be 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Int64.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_SByte.cs index 77ee4ac..6cc8f42 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_SByte.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Single.cs index 16fe664..820b477 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_Single.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt16.cs index fdd0756..255a9d1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt16.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt32.cs index ef3ab65..7de83c0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt32.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt64.cs index 1511821..518e37c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanAsGeneric_UInt64.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ByteAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ByteAsGeneric_Boolean.cs index dbd7e8c..85454e1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ByteAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64ByteAsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64DoubleAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64DoubleAsGeneric_Boolean.cs index 257bf04..6d74910 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64DoubleAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64DoubleAsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int16AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int16AsGeneric_Boolean.cs index 07cdda5..a4d5253 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int16AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int16AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int32AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int32AsGeneric_Boolean.cs index d929ff0..c250843 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int32AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int32AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int64AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int64AsGeneric_Boolean.cs index b71f7c2..a91421a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int64AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64Int64AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64SByteAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64SByteAsGeneric_Boolean.cs index 5049354..7189cf7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64SByteAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64SByteAsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64SingleAsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64SingleAsGeneric_Boolean.cs index 82d1700..39283b5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64SingleAsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64SingleAsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt16AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt16AsGeneric_Boolean.cs index b86d8c4..590f400 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt16AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt16AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt32AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt32AsGeneric_Boolean.cs index 01fa2a8..ea31530 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt32AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt32AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt64AsGeneric_Boolean.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt64AsGeneric_Boolean.cs index 2825403..6ad7754 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt64AsGeneric_Boolean.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/Vector64UInt64AsGeneric_Boolean.cs @@ -24,7 +24,7 @@ namespace JIT.HardwareIntrinsics.General try { - Vector64 result = default(Vector64).As(); + Vector64 result = default(Vector64).As(); } catch (NotSupportedException) { diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/GenerateTests.csx b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/GenerateTests.csx index 93e8656..71edaa9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/GenerateTests.csx +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/GenerateTests.csx @@ -406,27 +406,27 @@ private static readonly (string templateFileName, Dictionary tem private static readonly (string templateFileName, Dictionary templateData)[] NotSupportedInputs = new [] { ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64Zero", ["TargetType"] = "Vector64", ["Source"] = "Vector64", ["Method"] = "Zero" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64ByteAsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64DoubleAsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64Int16AsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64Int32AsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64Int64AsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64SByteAsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64SingleAsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64UInt16AsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64UInt32AsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64UInt64AsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_Byte", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_Double", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_Int16", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_Int32", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_Int64", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_SByte", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_Single", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_UInt16", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_UInt32", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_UInt64", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64ByteAsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64DoubleAsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64Int16AsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64Int32AsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64Int64AsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64SByteAsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64SingleAsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64UInt16AsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64UInt32AsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64UInt64AsGeneric_Boolean", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_Byte", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_Double", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_Int16", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_Int32", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_Int64", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_SByte", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_Single", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_UInt16", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_UInt32", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsGeneric_UInt64", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "As()" }), ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsByte", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "AsByte()" }), ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsDouble", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "AsDouble()" }), ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64BooleanAsInt16", ["TargetType"] = "Vector64", ["Source"] = "default(Vector64)", ["Method"] = "AsInt16()" }), @@ -448,27 +448,27 @@ private static readonly (string templateFileName, Dictionary tem ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector64ToVector128Unsafe", ["TargetType"] = "Vector128", ["Source"] = "default(Vector64)", ["Method"] = "ToVector128Unsafe()" }), ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128Zero", ["TargetType"] = "Vector128", ["Source"] = "Vector128", ["Method"] = "Zero" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128ByteAsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128DoubleAsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128Int16AsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128Int32AsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128Int64AsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128SByteAsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128SingleAsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128UInt16AsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128UInt32AsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128UInt64AsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_Byte", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_Double", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_Int16", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_Int32", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_Int64", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_SByte", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_Single", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_UInt16", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_UInt32", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_UInt64", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128ByteAsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128DoubleAsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128Int16AsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128Int32AsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128Int64AsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128SByteAsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128SingleAsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128UInt16AsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128UInt32AsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128UInt64AsGeneric_Boolean", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_Byte", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_Double", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_Int16", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_Int32", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_Int64", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_SByte", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_Single", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_UInt16", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_UInt32", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsGeneric_UInt64", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "As()" }), ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsByte", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "AsByte()" }), ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsDouble", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "AsDouble()" }), ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128BooleanAsInt16", ["TargetType"] = "Vector128", ["Source"] = "default(Vector128)", ["Method"] = "AsInt16()" }), @@ -494,27 +494,27 @@ private static readonly (string templateFileName, Dictionary tem ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector128ToVector256Unsafe", ["TargetType"] = "Vector256", ["Source"] = "default(Vector128)", ["Method"] = "ToVector256Unsafe()" }), ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256Zero", ["TargetType"] = "Vector256", ["Source"] = "Vector256", ["Method"] = "Zero" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256ByteAsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256DoubleAsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256Int16AsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256Int32AsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256Int64AsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256SByteAsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256SingleAsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256UInt16AsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256UInt32AsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256UInt64AsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_Byte", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_Double", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_Int16", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_Int32", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_Int64", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_SByte", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_Single", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_UInt16", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_UInt32", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), - ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_UInt64", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256ByteAsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256DoubleAsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256Int16AsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256Int32AsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256Int64AsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256SByteAsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256SingleAsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256UInt16AsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256UInt32AsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256UInt64AsGeneric_Boolean", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_Byte", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_Double", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_Int16", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_Int32", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_Int64", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_SByte", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_Single", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_UInt16", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_UInt32", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), + ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsGeneric_UInt64", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "As()" }), ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsByte", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "AsByte()" }), ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsDouble", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "AsDouble()" }), ("VectorNotSupportedTest.template", new Dictionary { ["Isa"] = "NotSupported", ["Name"] = "Vector256BooleanAsInt16", ["TargetType"] = "Vector256", ["Source"] = "default(Vector256)", ["Method"] = "AsInt16()" }), diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAsTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAsTest.template index 8e9fe43..1d190fd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAsTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorAsTest.template @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General {VectorType}<{BaseType}> value; value = {VectorType}.Create({NextValueOp}); - {VectorType} byteResult = value.{Method}(); + {VectorType} byteResult = value.{Method}<{BaseType}, byte>(); ValidateResult(byteResult, value); value = {VectorType}.Create({NextValueOp}); - {VectorType} doubleResult = value.{Method}(); + {VectorType} doubleResult = value.{Method}<{BaseType}, double>(); ValidateResult(doubleResult, value); value = {VectorType}.Create({NextValueOp}); - {VectorType} shortResult = value.{Method}(); + {VectorType} shortResult = value.{Method}<{BaseType}, short>(); ValidateResult(shortResult, value); value = {VectorType}.Create({NextValueOp}); - {VectorType} intResult = value.{Method}(); + {VectorType} intResult = value.{Method}<{BaseType}, int>(); ValidateResult(intResult, value); value = {VectorType}.Create({NextValueOp}); - {VectorType} longResult = value.{Method}(); + {VectorType} longResult = value.{Method}<{BaseType}, long>(); ValidateResult(longResult, value); value = {VectorType}.Create({NextValueOp}); - {VectorType} sbyteResult = value.{Method}(); + {VectorType} sbyteResult = value.{Method}<{BaseType}, sbyte>(); ValidateResult(sbyteResult, value); value = {VectorType}.Create({NextValueOp}); - {VectorType} floatResult = value.{Method}(); + {VectorType} floatResult = value.{Method}<{BaseType}, float>(); ValidateResult(floatResult, value); value = {VectorType}.Create({NextValueOp}); - {VectorType} ushortResult = value.{Method}(); + {VectorType} ushortResult = value.{Method}<{BaseType}, ushort>(); ValidateResult(ushortResult, value); value = {VectorType}.Create({NextValueOp}); - {VectorType} uintResult = value.{Method}(); + {VectorType} uintResult = value.{Method}<{BaseType}, uint>(); ValidateResult(uintResult, value); value = {VectorType}.Create({NextValueOp}); - {VectorType} ulongResult = value.{Method}(); + {VectorType} ulongResult = value.{Method}<{BaseType}, ulong>(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = {VectorType}.Create({NextValueOp}); object byteResult = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.{Method}Byte), new Type[] { }) + .GetMethod(nameof({VectorType}.{Method}Byte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult(({VectorType})(byteResult), value); value = {VectorType}.Create({NextValueOp}); object doubleResult = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.{Method}Double), new Type[] { }) + .GetMethod(nameof({VectorType}.{Method}Double), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult(({VectorType})(doubleResult), value); value = {VectorType}.Create({NextValueOp}); object shortResult = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.{Method}Int16), new Type[] { }) + .GetMethod(nameof({VectorType}.{Method}Int16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult(({VectorType})(shortResult), value); value = {VectorType}.Create({NextValueOp}); object intResult = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.{Method}Int32), new Type[] { }) + .GetMethod(nameof({VectorType}.{Method}Int32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult(({VectorType})(intResult), value); value = {VectorType}.Create({NextValueOp}); object longResult = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.{Method}Int64), new Type[] { }) + .GetMethod(nameof({VectorType}.{Method}Int64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult(({VectorType})(longResult), value); value = {VectorType}.Create({NextValueOp}); object sbyteResult = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.{Method}SByte), new Type[] { }) + .GetMethod(nameof({VectorType}.{Method}SByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult(({VectorType})(sbyteResult), value); value = {VectorType}.Create({NextValueOp}); object floatResult = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.{Method}Single), new Type[] { }) + .GetMethod(nameof({VectorType}.{Method}Single), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult(({VectorType})(floatResult), value); value = {VectorType}.Create({NextValueOp}); object ushortResult = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.{Method}UInt16), new Type[] { }) + .GetMethod(nameof({VectorType}.{Method}UInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult(({VectorType})(ushortResult), value); value = {VectorType}.Create({NextValueOp}); object uintResult = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.{Method}UInt32), new Type[] { }) + .GetMethod(nameof({VectorType}.{Method}UInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult(({VectorType})(uintResult), value); value = {VectorType}.Create({NextValueOp}); object ulongResult = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.{Method}UInt64), new Type[] { }) + .GetMethod(nameof({VectorType}.{Method}UInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult(({VectorType})(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorExtendTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorExtendTest.template index 6b39f96..6e5b7c2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorExtendTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorExtendTest.template @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General {VectorType}<{BaseType}> value = {VectorType}.Create({ConsumeValues}); object result = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.{Method}), new Type[] { }) + .GetMethod(nameof({VectorType}.{Method}), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult(({TgtVectorType}<{BaseType}>)(result), values, isUnsafe: false); object unsafeResult = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.{Method}), new Type[] { }) + .GetMethod(nameof({VectorType}.{Method}), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult(({TgtVectorType}<{BaseType}>)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithElementTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithElementTest.template index 0faab95..d6b9811 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithElementTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithElementTest.template @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof({VectorType}.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult(({BaseType})(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.WithElement), new Type[] { typeof(int), typeof({BaseType}) }) + .GetMethod(nameof({VectorType}.WithElement), new Type[] { typeof(int), typeof({BaseType}) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult(({VectorType}<{BaseType}>)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithLowerAndUpperTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithLowerAndUpperTest.template index 80dee3c..ae0bde2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithLowerAndUpperTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorGetAndWithLowerAndUpperTest.template @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General {VectorType}<{BaseType}> value = {VectorType}.Create({ConsumeValues}); object lowerResult = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.GetLower), new Type[] { }) + .GetMethod(nameof({VectorType}.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.GetUpper), new Type[] { }) + .GetMethod(nameof({VectorType}.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult(({TgtVectorType}<{BaseType}>)(lowerResult), ({TgtVectorType}<{BaseType}>)(upperResult), values); object result = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.WithLower), new Type[] { typeof({TgtVectorType}<{BaseType}>) }) + .GetMethod(nameof({VectorType}.WithLower), new Type[] { typeof({TgtVectorType}<{BaseType}>) }) .Invoke(value, new object[] { upperResult }); result = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.WithUpper), new Type[] { typeof({TgtVectorType}<{BaseType}>) }) + .GetMethod(nameof({VectorType}.WithUpper), new Type[] { typeof({TgtVectorType}<{BaseType}>) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult(({VectorType}<{BaseType}>)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorToScalarTest.template b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorToScalarTest.template index 0202049..04432b3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorToScalarTest.template +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Shared/VectorToScalarTest.template @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General {VectorType}<{BaseType}> value = {VectorType}.Create({ConsumeValues}); object result = typeof({VectorType}<{BaseType}>) - .GetMethod(nameof({VectorType}<{BaseType}>.{Method}), new Type[] { }) + .GetMethod(nameof({VectorType}.{Method}), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult(({BaseType})(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Byte.cs index 01f4d61..8e1d687 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Byte.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector128 value; value = Vector128.Create(TestLibrary.Generator.GetByte()); - Vector128 byteResult = value.As(); + Vector128 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector128.Create(TestLibrary.Generator.GetByte()); - Vector128 doubleResult = value.As(); + Vector128 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector128.Create(TestLibrary.Generator.GetByte()); - Vector128 shortResult = value.As(); + Vector128 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector128.Create(TestLibrary.Generator.GetByte()); - Vector128 intResult = value.As(); + Vector128 intResult = value.As(); ValidateResult(intResult, value); value = Vector128.Create(TestLibrary.Generator.GetByte()); - Vector128 longResult = value.As(); + Vector128 longResult = value.As(); ValidateResult(longResult, value); value = Vector128.Create(TestLibrary.Generator.GetByte()); - Vector128 sbyteResult = value.As(); + Vector128 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector128.Create(TestLibrary.Generator.GetByte()); - Vector128 floatResult = value.As(); + Vector128 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector128.Create(TestLibrary.Generator.GetByte()); - Vector128 ushortResult = value.As(); + Vector128 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector128.Create(TestLibrary.Generator.GetByte()); - Vector128 uintResult = value.As(); + Vector128 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector128.Create(TestLibrary.Generator.GetByte()); - Vector128 ulongResult = value.As(); + Vector128 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector128.Create(TestLibrary.Generator.GetByte()); object byteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(byteResult), value); value = Vector128.Create(TestLibrary.Generator.GetByte()); object doubleResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(doubleResult), value); value = Vector128.Create(TestLibrary.Generator.GetByte()); object shortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(shortResult), value); value = Vector128.Create(TestLibrary.Generator.GetByte()); object intResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(intResult), value); value = Vector128.Create(TestLibrary.Generator.GetByte()); object longResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(longResult), value); value = Vector128.Create(TestLibrary.Generator.GetByte()); object sbyteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(sbyteResult), value); value = Vector128.Create(TestLibrary.Generator.GetByte()); object floatResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(floatResult), value); value = Vector128.Create(TestLibrary.Generator.GetByte()); object ushortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ushortResult), value); value = Vector128.Create(TestLibrary.Generator.GetByte()); object uintResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(uintResult), value); value = Vector128.Create(TestLibrary.Generator.GetByte()); object ulongResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Double.cs index 81c6146..475cfac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Double.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector128 value; value = Vector128.Create(TestLibrary.Generator.GetDouble()); - Vector128 byteResult = value.As(); + Vector128 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); - Vector128 doubleResult = value.As(); + Vector128 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); - Vector128 shortResult = value.As(); + Vector128 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); - Vector128 intResult = value.As(); + Vector128 intResult = value.As(); ValidateResult(intResult, value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); - Vector128 longResult = value.As(); + Vector128 longResult = value.As(); ValidateResult(longResult, value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); - Vector128 sbyteResult = value.As(); + Vector128 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); - Vector128 floatResult = value.As(); + Vector128 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); - Vector128 ushortResult = value.As(); + Vector128 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); - Vector128 uintResult = value.As(); + Vector128 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); - Vector128 ulongResult = value.As(); + Vector128 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector128.Create(TestLibrary.Generator.GetDouble()); object byteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(byteResult), value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); object doubleResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(doubleResult), value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); object shortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(shortResult), value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); object intResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(intResult), value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); object longResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(longResult), value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); object sbyteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(sbyteResult), value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); object floatResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(floatResult), value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); object ushortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ushortResult), value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); object uintResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(uintResult), value); value = Vector128.Create(TestLibrary.Generator.GetDouble()); object ulongResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int16.cs index 282af64..75aeeb1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int16.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector128 value; value = Vector128.Create(TestLibrary.Generator.GetInt16()); - Vector128 byteResult = value.As(); + Vector128 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); - Vector128 doubleResult = value.As(); + Vector128 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); - Vector128 shortResult = value.As(); + Vector128 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); - Vector128 intResult = value.As(); + Vector128 intResult = value.As(); ValidateResult(intResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); - Vector128 longResult = value.As(); + Vector128 longResult = value.As(); ValidateResult(longResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); - Vector128 sbyteResult = value.As(); + Vector128 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); - Vector128 floatResult = value.As(); + Vector128 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); - Vector128 ushortResult = value.As(); + Vector128 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); - Vector128 uintResult = value.As(); + Vector128 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); - Vector128 ulongResult = value.As(); + Vector128 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector128.Create(TestLibrary.Generator.GetInt16()); object byteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(byteResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); object doubleResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(doubleResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); object shortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(shortResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); object intResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(intResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); object longResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(longResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); object sbyteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(sbyteResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); object floatResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(floatResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); object ushortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ushortResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); object uintResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(uintResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt16()); object ulongResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int32.cs index b028d73..c6faa0b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int32.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector128 value; value = Vector128.Create(TestLibrary.Generator.GetInt32()); - Vector128 byteResult = value.As(); + Vector128 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); - Vector128 doubleResult = value.As(); + Vector128 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); - Vector128 shortResult = value.As(); + Vector128 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); - Vector128 intResult = value.As(); + Vector128 intResult = value.As(); ValidateResult(intResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); - Vector128 longResult = value.As(); + Vector128 longResult = value.As(); ValidateResult(longResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); - Vector128 sbyteResult = value.As(); + Vector128 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); - Vector128 floatResult = value.As(); + Vector128 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); - Vector128 ushortResult = value.As(); + Vector128 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); - Vector128 uintResult = value.As(); + Vector128 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); - Vector128 ulongResult = value.As(); + Vector128 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector128.Create(TestLibrary.Generator.GetInt32()); object byteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(byteResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); object doubleResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(doubleResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); object shortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(shortResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); object intResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(intResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); object longResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(longResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); object sbyteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(sbyteResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); object floatResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(floatResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); object ushortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ushortResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); object uintResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(uintResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt32()); object ulongResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int64.cs index ed9b178..4fccff8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Int64.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector128 value; value = Vector128.Create(TestLibrary.Generator.GetInt64()); - Vector128 byteResult = value.As(); + Vector128 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); - Vector128 doubleResult = value.As(); + Vector128 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); - Vector128 shortResult = value.As(); + Vector128 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); - Vector128 intResult = value.As(); + Vector128 intResult = value.As(); ValidateResult(intResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); - Vector128 longResult = value.As(); + Vector128 longResult = value.As(); ValidateResult(longResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); - Vector128 sbyteResult = value.As(); + Vector128 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); - Vector128 floatResult = value.As(); + Vector128 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); - Vector128 ushortResult = value.As(); + Vector128 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); - Vector128 uintResult = value.As(); + Vector128 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); - Vector128 ulongResult = value.As(); + Vector128 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector128.Create(TestLibrary.Generator.GetInt64()); object byteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(byteResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); object doubleResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(doubleResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); object shortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(shortResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); object intResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(intResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); object longResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(longResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); object sbyteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(sbyteResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); object floatResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(floatResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); object ushortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ushortResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); object uintResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(uintResult), value); value = Vector128.Create(TestLibrary.Generator.GetInt64()); object ulongResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.SByte.cs index 9d0aaf9..b4b62cd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.SByte.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector128 value; value = Vector128.Create(TestLibrary.Generator.GetSByte()); - Vector128 byteResult = value.As(); + Vector128 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); - Vector128 doubleResult = value.As(); + Vector128 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); - Vector128 shortResult = value.As(); + Vector128 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); - Vector128 intResult = value.As(); + Vector128 intResult = value.As(); ValidateResult(intResult, value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); - Vector128 longResult = value.As(); + Vector128 longResult = value.As(); ValidateResult(longResult, value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); - Vector128 sbyteResult = value.As(); + Vector128 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); - Vector128 floatResult = value.As(); + Vector128 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); - Vector128 ushortResult = value.As(); + Vector128 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); - Vector128 uintResult = value.As(); + Vector128 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); - Vector128 ulongResult = value.As(); + Vector128 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector128.Create(TestLibrary.Generator.GetSByte()); object byteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(byteResult), value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); object doubleResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(doubleResult), value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); object shortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(shortResult), value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); object intResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(intResult), value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); object longResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(longResult), value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); object sbyteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(sbyteResult), value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); object floatResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(floatResult), value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); object ushortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ushortResult), value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); object uintResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(uintResult), value); value = Vector128.Create(TestLibrary.Generator.GetSByte()); object ulongResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Single.cs index cea2158..6b1a4a3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.Single.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector128 value; value = Vector128.Create(TestLibrary.Generator.GetSingle()); - Vector128 byteResult = value.As(); + Vector128 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); - Vector128 doubleResult = value.As(); + Vector128 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); - Vector128 shortResult = value.As(); + Vector128 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); - Vector128 intResult = value.As(); + Vector128 intResult = value.As(); ValidateResult(intResult, value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); - Vector128 longResult = value.As(); + Vector128 longResult = value.As(); ValidateResult(longResult, value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); - Vector128 sbyteResult = value.As(); + Vector128 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); - Vector128 floatResult = value.As(); + Vector128 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); - Vector128 ushortResult = value.As(); + Vector128 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); - Vector128 uintResult = value.As(); + Vector128 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); - Vector128 ulongResult = value.As(); + Vector128 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector128.Create(TestLibrary.Generator.GetSingle()); object byteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(byteResult), value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); object doubleResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(doubleResult), value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); object shortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(shortResult), value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); object intResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(intResult), value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); object longResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(longResult), value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); object sbyteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(sbyteResult), value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); object floatResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(floatResult), value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); object ushortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ushortResult), value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); object uintResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(uintResult), value); value = Vector128.Create(TestLibrary.Generator.GetSingle()); object ulongResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt16.cs index a06c5f8..a1b6411 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt16.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector128 value; value = Vector128.Create(TestLibrary.Generator.GetUInt16()); - Vector128 byteResult = value.As(); + Vector128 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); - Vector128 doubleResult = value.As(); + Vector128 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); - Vector128 shortResult = value.As(); + Vector128 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); - Vector128 intResult = value.As(); + Vector128 intResult = value.As(); ValidateResult(intResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); - Vector128 longResult = value.As(); + Vector128 longResult = value.As(); ValidateResult(longResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); - Vector128 sbyteResult = value.As(); + Vector128 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); - Vector128 floatResult = value.As(); + Vector128 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); - Vector128 ushortResult = value.As(); + Vector128 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); - Vector128 uintResult = value.As(); + Vector128 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); - Vector128 ulongResult = value.As(); + Vector128 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector128.Create(TestLibrary.Generator.GetUInt16()); object byteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(byteResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); object doubleResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(doubleResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); object shortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(shortResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); object intResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(intResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); object longResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(longResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); object sbyteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(sbyteResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); object floatResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(floatResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); object ushortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ushortResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); object uintResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(uintResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt16()); object ulongResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt32.cs index 190b8b8..06af6b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt32.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector128 value; value = Vector128.Create(TestLibrary.Generator.GetUInt32()); - Vector128 byteResult = value.As(); + Vector128 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); - Vector128 doubleResult = value.As(); + Vector128 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); - Vector128 shortResult = value.As(); + Vector128 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); - Vector128 intResult = value.As(); + Vector128 intResult = value.As(); ValidateResult(intResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); - Vector128 longResult = value.As(); + Vector128 longResult = value.As(); ValidateResult(longResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); - Vector128 sbyteResult = value.As(); + Vector128 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); - Vector128 floatResult = value.As(); + Vector128 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); - Vector128 ushortResult = value.As(); + Vector128 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); - Vector128 uintResult = value.As(); + Vector128 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); - Vector128 ulongResult = value.As(); + Vector128 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector128.Create(TestLibrary.Generator.GetUInt32()); object byteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(byteResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); object doubleResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(doubleResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); object shortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(shortResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); object intResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(intResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); object longResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(longResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); object sbyteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(sbyteResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); object floatResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(floatResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); object ushortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ushortResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); object uintResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(uintResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt32()); object ulongResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt64.cs index 1b48d48..c036ef4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/As.UInt64.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector128 value; value = Vector128.Create(TestLibrary.Generator.GetUInt64()); - Vector128 byteResult = value.As(); + Vector128 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); - Vector128 doubleResult = value.As(); + Vector128 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); - Vector128 shortResult = value.As(); + Vector128 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); - Vector128 intResult = value.As(); + Vector128 intResult = value.As(); ValidateResult(intResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); - Vector128 longResult = value.As(); + Vector128 longResult = value.As(); ValidateResult(longResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); - Vector128 sbyteResult = value.As(); + Vector128 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); - Vector128 floatResult = value.As(); + Vector128 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); - Vector128 ushortResult = value.As(); + Vector128 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); - Vector128 uintResult = value.As(); + Vector128 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); - Vector128 ulongResult = value.As(); + Vector128 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector128.Create(TestLibrary.Generator.GetUInt64()); object byteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(byteResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); object doubleResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector128.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(doubleResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); object shortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(shortResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); object intResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(intResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); object longResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(longResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); object sbyteResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector128.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(sbyteResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); object floatResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector128.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(floatResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); object ushortResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ushortResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); object uintResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(uintResult), value); value = Vector128.Create(TestLibrary.Generator.GetUInt64()); object ulongResult = typeof(Vector128) - .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector128.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.0.cs index 3bd1fd9..2227e24 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Byte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Byte) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Byte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.15.cs index d8a4c25..cc96ebd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.15.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Byte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Byte) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Byte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.7.cs index 9204dfe..43fd60a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Byte.7.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Byte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Byte) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Byte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Double.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Double.0.cs index e008bf6..93a8444 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Double.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Double.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Double)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Double) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Double) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Double.1.cs index 8f68621..707f3e4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Double.1.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Double)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Double) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Double) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.0.cs index e9d3205..de33fd3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Int16) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Int16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.3.cs index b865bbb..90c960b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.3.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Int16) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Int16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.7.cs index c487a2a..ce470bb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int16.7.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Int16) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Int16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.0.cs index f71557c..f4fd637 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Int32) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Int32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.1.cs index 75968b0..2bec545 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.1.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Int32) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Int32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.3.cs index ac67c75..64c0cad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int32.3.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Int32) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Int32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int64.0.cs index 425b00c..71442bf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int64.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int64)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Int64) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Int64) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int64.1.cs index 6e3315b..d9ac4a1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Int64.1.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int64)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Int64) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Int64) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.0.cs index a4bf1ca..ed20f9d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((SByte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(SByte) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(SByte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.15.cs index 3abfdfb..010241a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.15.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((SByte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(SByte) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(SByte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.7.cs index 2df7396..02750db 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.SByte.7.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((SByte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(SByte) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(SByte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.0.cs index a0a5ad0..9dad036 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Single)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Single) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Single) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.1.cs index 9f0b007..4e0d461 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.1.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Single)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Single) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Single) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.3.cs index 8795255..6e3164f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.Single.3.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Single)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Single) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(Single) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.0.cs index 6d7b621..f16ed2b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(UInt16) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(UInt16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.3.cs index 0c3a2bf..9844ef0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.3.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(UInt16) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(UInt16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.7.cs index ced4f10..1c8ee4d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt16.7.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(UInt16) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(UInt16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.0.cs index b807c9c..ce2ebe6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(UInt32) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(UInt32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.1.cs index 25fa59a..fc19ec5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.1.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(UInt32) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(UInt32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.3.cs index bfb385e..7b7c371 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt32.3.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(UInt32) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(UInt32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt64.0.cs index ffe0d5c..240f5b6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt64.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt64)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(UInt64) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(UInt64) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt64.1.cs index 91c607e..6d15598 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithElement.UInt64.1.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector128) - .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector128.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt64)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector128) - .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(UInt64) }) + .GetMethod(nameof(Vector128.WithElement), new Type[] { typeof(int), typeof(UInt64) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector128)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Byte.cs index b603879..fdf64b0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Byte.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7], values[8], values[9], values[10], values[11], values[12], values[13], values[14], values[15]); object lowerResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetLower), new Type[] { }) + .GetMethod(nameof(Vector128.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector64)(lowerResult), (Vector64)(upperResult), values); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector128)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Double.cs index 5de952d..0436a5c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Double.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1]); object lowerResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetLower), new Type[] { }) + .GetMethod(nameof(Vector128.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector64)(lowerResult), (Vector64)(upperResult), values); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector128)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int16.cs index 4ac435a..17afe1c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int16.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7]); object lowerResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetLower), new Type[] { }) + .GetMethod(nameof(Vector128.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector64)(lowerResult), (Vector64)(upperResult), values); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector128)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int32.cs index e785bbb..cf470eb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int32.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3]); object lowerResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetLower), new Type[] { }) + .GetMethod(nameof(Vector128.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector64)(lowerResult), (Vector64)(upperResult), values); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector128)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int64.cs index 71f70ae..0c200fd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Int64.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1]); object lowerResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetLower), new Type[] { }) + .GetMethod(nameof(Vector128.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector64)(lowerResult), (Vector64)(upperResult), values); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector128)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.SByte.cs index 8f23013..18ff329 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.SByte.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7], values[8], values[9], values[10], values[11], values[12], values[13], values[14], values[15]); object lowerResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetLower), new Type[] { }) + .GetMethod(nameof(Vector128.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector64)(lowerResult), (Vector64)(upperResult), values); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector128)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Single.cs index b917075..8ca3f9a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.Single.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3]); object lowerResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetLower), new Type[] { }) + .GetMethod(nameof(Vector128.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector64)(lowerResult), (Vector64)(upperResult), values); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector128)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt16.cs index 8599aba..b904c76 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt16.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7]); object lowerResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetLower), new Type[] { }) + .GetMethod(nameof(Vector128.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector64)(lowerResult), (Vector64)(upperResult), values); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector128)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt32.cs index 40ec573..fec5894 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt32.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3]); object lowerResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetLower), new Type[] { }) + .GetMethod(nameof(Vector128.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector64)(lowerResult), (Vector64)(upperResult), values); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector128)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt64.cs index e7d0374..052ab00 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/GetAndWithLowerAndUpper.UInt64.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1]); object lowerResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetLower), new Type[] { }) + .GetMethod(nameof(Vector128.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector128) - .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector128.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector64)(lowerResult), (Vector64)(upperResult), values); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithLower), new Type[] { typeof(Vector64) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector128) - .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) + .GetMethod(nameof(Vector128.WithUpper), new Type[] { typeof(Vector64) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector128)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Byte.cs index 2c1310e..480dbcb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Byte.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7], values[8], values[9], values[10], values[11], values[12], values[13], values[14], values[15]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Byte)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Double.cs index db83ccf..902fb48 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Double.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Double)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int16.cs index c91796c..3e2809e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int16.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Int16)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int32.cs index 47e49ff..6e960f8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int32.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Int32)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int64.cs index 536ddda..50f2df5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Int64.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Int64)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.SByte.cs index 2190436..50c6da0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.SByte.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7], values[8], values[9], values[10], values[11], values[12], values[13], values[14], values[15]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((SByte)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Single.cs index b763072..51dca05 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.Single.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Single)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt16.cs index d9a591d..98833d5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt16.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((UInt16)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt32.cs index e095084..b012dec 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt32.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((UInt32)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt64.cs index bb4b2692..228d96d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToScalar.UInt64.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector128.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((UInt64)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Byte.cs index 00ccea8..9e99f0d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Byte.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7], values[8], values[9], values[10], values[11], values[12], values[13], values[14], values[15]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Double.cs index 63cc219..4af41ac 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Double.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int16.cs index 4b797f0..585953e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int16.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int32.cs index 42edfda..bf6d554 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int32.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int64.cs index 2eae2d0..5b634c8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Int64.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.SByte.cs index fcf945d..3e45e57 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.SByte.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7], values[8], values[9], values[10], values[11], values[12], values[13], values[14], values[15]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Single.cs index 46f68a2..5943dd4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.Single.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt16.cs index 8a087e4..72be04b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt16.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt32.cs index 0626021..d287820 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt32.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1], values[2], values[3]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt64.cs index f75c989..0ca70fe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/ToVector256.UInt64.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector128 value = Vector128.Create(values[0], values[1]); object result = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector128) - .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) + .GetMethod(nameof(Vector128.ToVector256), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Byte.cs index aaa9fa6..c9f1d18 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Byte.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector256 value; value = Vector256.Create(TestLibrary.Generator.GetByte()); - Vector256 byteResult = value.As(); + Vector256 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector256.Create(TestLibrary.Generator.GetByte()); - Vector256 doubleResult = value.As(); + Vector256 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector256.Create(TestLibrary.Generator.GetByte()); - Vector256 shortResult = value.As(); + Vector256 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector256.Create(TestLibrary.Generator.GetByte()); - Vector256 intResult = value.As(); + Vector256 intResult = value.As(); ValidateResult(intResult, value); value = Vector256.Create(TestLibrary.Generator.GetByte()); - Vector256 longResult = value.As(); + Vector256 longResult = value.As(); ValidateResult(longResult, value); value = Vector256.Create(TestLibrary.Generator.GetByte()); - Vector256 sbyteResult = value.As(); + Vector256 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector256.Create(TestLibrary.Generator.GetByte()); - Vector256 floatResult = value.As(); + Vector256 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector256.Create(TestLibrary.Generator.GetByte()); - Vector256 ushortResult = value.As(); + Vector256 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector256.Create(TestLibrary.Generator.GetByte()); - Vector256 uintResult = value.As(); + Vector256 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector256.Create(TestLibrary.Generator.GetByte()); - Vector256 ulongResult = value.As(); + Vector256 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector256.Create(TestLibrary.Generator.GetByte()); object byteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(byteResult), value); value = Vector256.Create(TestLibrary.Generator.GetByte()); object doubleResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(doubleResult), value); value = Vector256.Create(TestLibrary.Generator.GetByte()); object shortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(shortResult), value); value = Vector256.Create(TestLibrary.Generator.GetByte()); object intResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(intResult), value); value = Vector256.Create(TestLibrary.Generator.GetByte()); object longResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(longResult), value); value = Vector256.Create(TestLibrary.Generator.GetByte()); object sbyteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(sbyteResult), value); value = Vector256.Create(TestLibrary.Generator.GetByte()); object floatResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(floatResult), value); value = Vector256.Create(TestLibrary.Generator.GetByte()); object ushortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ushortResult), value); value = Vector256.Create(TestLibrary.Generator.GetByte()); object uintResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(uintResult), value); value = Vector256.Create(TestLibrary.Generator.GetByte()); object ulongResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Double.cs index f2a2d73..d6d427a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Double.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector256 value; value = Vector256.Create(TestLibrary.Generator.GetDouble()); - Vector256 byteResult = value.As(); + Vector256 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); - Vector256 doubleResult = value.As(); + Vector256 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); - Vector256 shortResult = value.As(); + Vector256 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); - Vector256 intResult = value.As(); + Vector256 intResult = value.As(); ValidateResult(intResult, value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); - Vector256 longResult = value.As(); + Vector256 longResult = value.As(); ValidateResult(longResult, value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); - Vector256 sbyteResult = value.As(); + Vector256 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); - Vector256 floatResult = value.As(); + Vector256 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); - Vector256 ushortResult = value.As(); + Vector256 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); - Vector256 uintResult = value.As(); + Vector256 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); - Vector256 ulongResult = value.As(); + Vector256 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector256.Create(TestLibrary.Generator.GetDouble()); object byteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(byteResult), value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); object doubleResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(doubleResult), value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); object shortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(shortResult), value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); object intResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(intResult), value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); object longResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(longResult), value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); object sbyteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(sbyteResult), value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); object floatResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(floatResult), value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); object ushortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ushortResult), value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); object uintResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(uintResult), value); value = Vector256.Create(TestLibrary.Generator.GetDouble()); object ulongResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int16.cs index 11020a5..d6c35d8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int16.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector256 value; value = Vector256.Create(TestLibrary.Generator.GetInt16()); - Vector256 byteResult = value.As(); + Vector256 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); - Vector256 doubleResult = value.As(); + Vector256 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); - Vector256 shortResult = value.As(); + Vector256 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); - Vector256 intResult = value.As(); + Vector256 intResult = value.As(); ValidateResult(intResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); - Vector256 longResult = value.As(); + Vector256 longResult = value.As(); ValidateResult(longResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); - Vector256 sbyteResult = value.As(); + Vector256 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); - Vector256 floatResult = value.As(); + Vector256 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); - Vector256 ushortResult = value.As(); + Vector256 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); - Vector256 uintResult = value.As(); + Vector256 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); - Vector256 ulongResult = value.As(); + Vector256 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector256.Create(TestLibrary.Generator.GetInt16()); object byteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(byteResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); object doubleResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(doubleResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); object shortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(shortResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); object intResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(intResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); object longResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(longResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); object sbyteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(sbyteResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); object floatResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(floatResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); object ushortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ushortResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); object uintResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(uintResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt16()); object ulongResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int32.cs index b29874b..e2b61b4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int32.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector256 value; value = Vector256.Create(TestLibrary.Generator.GetInt32()); - Vector256 byteResult = value.As(); + Vector256 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); - Vector256 doubleResult = value.As(); + Vector256 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); - Vector256 shortResult = value.As(); + Vector256 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); - Vector256 intResult = value.As(); + Vector256 intResult = value.As(); ValidateResult(intResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); - Vector256 longResult = value.As(); + Vector256 longResult = value.As(); ValidateResult(longResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); - Vector256 sbyteResult = value.As(); + Vector256 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); - Vector256 floatResult = value.As(); + Vector256 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); - Vector256 ushortResult = value.As(); + Vector256 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); - Vector256 uintResult = value.As(); + Vector256 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); - Vector256 ulongResult = value.As(); + Vector256 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector256.Create(TestLibrary.Generator.GetInt32()); object byteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(byteResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); object doubleResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(doubleResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); object shortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(shortResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); object intResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(intResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); object longResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(longResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); object sbyteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(sbyteResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); object floatResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(floatResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); object ushortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ushortResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); object uintResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(uintResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt32()); object ulongResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int64.cs index 3cfa62a..f93f73c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Int64.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector256 value; value = Vector256.Create(TestLibrary.Generator.GetInt64()); - Vector256 byteResult = value.As(); + Vector256 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); - Vector256 doubleResult = value.As(); + Vector256 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); - Vector256 shortResult = value.As(); + Vector256 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); - Vector256 intResult = value.As(); + Vector256 intResult = value.As(); ValidateResult(intResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); - Vector256 longResult = value.As(); + Vector256 longResult = value.As(); ValidateResult(longResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); - Vector256 sbyteResult = value.As(); + Vector256 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); - Vector256 floatResult = value.As(); + Vector256 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); - Vector256 ushortResult = value.As(); + Vector256 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); - Vector256 uintResult = value.As(); + Vector256 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); - Vector256 ulongResult = value.As(); + Vector256 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector256.Create(TestLibrary.Generator.GetInt64()); object byteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(byteResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); object doubleResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(doubleResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); object shortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(shortResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); object intResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(intResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); object longResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(longResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); object sbyteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(sbyteResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); object floatResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(floatResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); object ushortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ushortResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); object uintResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(uintResult), value); value = Vector256.Create(TestLibrary.Generator.GetInt64()); object ulongResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.SByte.cs index f6d2b72..1e541f5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.SByte.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector256 value; value = Vector256.Create(TestLibrary.Generator.GetSByte()); - Vector256 byteResult = value.As(); + Vector256 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); - Vector256 doubleResult = value.As(); + Vector256 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); - Vector256 shortResult = value.As(); + Vector256 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); - Vector256 intResult = value.As(); + Vector256 intResult = value.As(); ValidateResult(intResult, value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); - Vector256 longResult = value.As(); + Vector256 longResult = value.As(); ValidateResult(longResult, value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); - Vector256 sbyteResult = value.As(); + Vector256 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); - Vector256 floatResult = value.As(); + Vector256 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); - Vector256 ushortResult = value.As(); + Vector256 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); - Vector256 uintResult = value.As(); + Vector256 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); - Vector256 ulongResult = value.As(); + Vector256 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector256.Create(TestLibrary.Generator.GetSByte()); object byteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(byteResult), value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); object doubleResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(doubleResult), value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); object shortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(shortResult), value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); object intResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(intResult), value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); object longResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(longResult), value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); object sbyteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(sbyteResult), value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); object floatResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(floatResult), value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); object ushortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ushortResult), value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); object uintResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(uintResult), value); value = Vector256.Create(TestLibrary.Generator.GetSByte()); object ulongResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Single.cs index 206bcca..0430abf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.Single.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector256 value; value = Vector256.Create(TestLibrary.Generator.GetSingle()); - Vector256 byteResult = value.As(); + Vector256 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); - Vector256 doubleResult = value.As(); + Vector256 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); - Vector256 shortResult = value.As(); + Vector256 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); - Vector256 intResult = value.As(); + Vector256 intResult = value.As(); ValidateResult(intResult, value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); - Vector256 longResult = value.As(); + Vector256 longResult = value.As(); ValidateResult(longResult, value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); - Vector256 sbyteResult = value.As(); + Vector256 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); - Vector256 floatResult = value.As(); + Vector256 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); - Vector256 ushortResult = value.As(); + Vector256 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); - Vector256 uintResult = value.As(); + Vector256 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); - Vector256 ulongResult = value.As(); + Vector256 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector256.Create(TestLibrary.Generator.GetSingle()); object byteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(byteResult), value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); object doubleResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(doubleResult), value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); object shortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(shortResult), value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); object intResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(intResult), value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); object longResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(longResult), value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); object sbyteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(sbyteResult), value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); object floatResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(floatResult), value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); object ushortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ushortResult), value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); object uintResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(uintResult), value); value = Vector256.Create(TestLibrary.Generator.GetSingle()); object ulongResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt16.cs index edd0fb1..fbb2b73 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt16.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector256 value; value = Vector256.Create(TestLibrary.Generator.GetUInt16()); - Vector256 byteResult = value.As(); + Vector256 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); - Vector256 doubleResult = value.As(); + Vector256 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); - Vector256 shortResult = value.As(); + Vector256 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); - Vector256 intResult = value.As(); + Vector256 intResult = value.As(); ValidateResult(intResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); - Vector256 longResult = value.As(); + Vector256 longResult = value.As(); ValidateResult(longResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); - Vector256 sbyteResult = value.As(); + Vector256 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); - Vector256 floatResult = value.As(); + Vector256 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); - Vector256 ushortResult = value.As(); + Vector256 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); - Vector256 uintResult = value.As(); + Vector256 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); - Vector256 ulongResult = value.As(); + Vector256 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector256.Create(TestLibrary.Generator.GetUInt16()); object byteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(byteResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); object doubleResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(doubleResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); object shortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(shortResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); object intResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(intResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); object longResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(longResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); object sbyteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(sbyteResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); object floatResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(floatResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); object ushortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ushortResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); object uintResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(uintResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt16()); object ulongResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt32.cs index 66722db..83e95da 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt32.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector256 value; value = Vector256.Create(TestLibrary.Generator.GetUInt32()); - Vector256 byteResult = value.As(); + Vector256 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); - Vector256 doubleResult = value.As(); + Vector256 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); - Vector256 shortResult = value.As(); + Vector256 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); - Vector256 intResult = value.As(); + Vector256 intResult = value.As(); ValidateResult(intResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); - Vector256 longResult = value.As(); + Vector256 longResult = value.As(); ValidateResult(longResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); - Vector256 sbyteResult = value.As(); + Vector256 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); - Vector256 floatResult = value.As(); + Vector256 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); - Vector256 ushortResult = value.As(); + Vector256 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); - Vector256 uintResult = value.As(); + Vector256 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); - Vector256 ulongResult = value.As(); + Vector256 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector256.Create(TestLibrary.Generator.GetUInt32()); object byteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(byteResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); object doubleResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(doubleResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); object shortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(shortResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); object intResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(intResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); object longResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(longResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); object sbyteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(sbyteResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); object floatResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(floatResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); object ushortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ushortResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); object uintResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(uintResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt32()); object ulongResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt64.cs index f2ced78..5018324 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/As.UInt64.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector256 value; value = Vector256.Create(TestLibrary.Generator.GetUInt64()); - Vector256 byteResult = value.As(); + Vector256 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); - Vector256 doubleResult = value.As(); + Vector256 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); - Vector256 shortResult = value.As(); + Vector256 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); - Vector256 intResult = value.As(); + Vector256 intResult = value.As(); ValidateResult(intResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); - Vector256 longResult = value.As(); + Vector256 longResult = value.As(); ValidateResult(longResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); - Vector256 sbyteResult = value.As(); + Vector256 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); - Vector256 floatResult = value.As(); + Vector256 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); - Vector256 ushortResult = value.As(); + Vector256 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); - Vector256 uintResult = value.As(); + Vector256 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); - Vector256 ulongResult = value.As(); + Vector256 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector256.Create(TestLibrary.Generator.GetUInt64()); object byteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(byteResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); object doubleResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector256.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(doubleResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); object shortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(shortResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); object intResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(intResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); object longResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(longResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); object sbyteResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector256.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(sbyteResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); object floatResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector256.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(floatResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); object ushortResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ushortResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); object uintResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(uintResult), value); value = Vector256.Create(TestLibrary.Generator.GetUInt64()); object ulongResult = typeof(Vector256) - .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector256.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector256)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.0.cs index 162b063..c37df53 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Byte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Byte) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Byte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.15.cs index 9661c04..4a8e29d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.15.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Byte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Byte) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Byte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.31.cs index c770764..25e8f03 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.31.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Byte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Byte) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Byte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.7.cs index 12e4d60..c5af043 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Byte.7.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Byte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Byte) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Byte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.0.cs index e8b00cf..3a4de6a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Double)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Double) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Double) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.1.cs index 1e6c0dd..0e16814 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.1.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Double)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Double) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Double) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.3.cs index e892fc5..e632c2f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Double.3.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Double)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Double) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Double) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.0.cs index 2408f9c..fddbba9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int16) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.15.cs index 2c4ac09..94a16bd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.15.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int16) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.3.cs index 640c32e..ad1c6ae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.3.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int16) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.7.cs index a1cb648..f8b8ad3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int16.7.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int16) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.0.cs index b925bec..634f26c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int32) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.1.cs index f6c74f0..4881452 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.1.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int32) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.3.cs index 9e7cacb..c580789 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.3.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int32) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.7.cs index a15a8ff..f500a72 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int32.7.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int32) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.0.cs index 208f01c..fe5c256 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int64)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int64) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int64) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.1.cs index ea3bd74..926f650 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.1.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int64)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int64) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int64) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.3.cs index b673403..2c30d50 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Int64.3.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int64)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int64) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Int64) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.0.cs index 8bbb4fb..0e9dba8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((SByte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(SByte) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(SByte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.15.cs index f456922..202d8fb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.15.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((SByte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(SByte) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(SByte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.31.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.31.cs index ac318cf..bfc0c30 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.31.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.31.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((SByte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(SByte) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(SByte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.7.cs index 5fbb471..7012967 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.SByte.7.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((SByte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(SByte) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(SByte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.0.cs index c0fb38f..24fbde3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Single)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Single) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Single) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.1.cs index b1f7ccf..242a769 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.1.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Single)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Single) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Single) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.3.cs index 8515ec9..a14ac61 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.3.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Single)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Single) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Single) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.7.cs index 9398f22..ba82202 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.Single.7.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Single)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Single) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(Single) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.0.cs index ebe1836..dd5b72e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt16) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.15.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.15.cs index fa7576e..d5d8e77 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.15.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.15.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt16) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.3.cs index 347e21a..cef4374 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.3.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt16) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.7.cs index 24ef80c..288d286 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt16.7.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt16) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.0.cs index 08bc2a1..2cecdcc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt32) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.1.cs index ae983fd..42d083d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.1.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt32) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.3.cs index 04b471a..2d74e59 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.3.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt32) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.7.cs index 023e11f..ed7c67b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt32.7.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt32) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.0.cs index 5d468df..0f54ce1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt64)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt64) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt64) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.1.cs index 4ecc492..536d99f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.1.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt64)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt64) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt64) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.3.cs index 0332859..6e5670c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithElement.UInt64.3.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector256) - .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector256.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt64)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector256) - .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt64) }) + .GetMethod(nameof(Vector256.WithElement), new Type[] { typeof(int), typeof(UInt64) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector256)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Byte.cs index ca5a91e..c800fbd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Byte.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7], values[8], values[9], values[10], values[11], values[12], values[13], values[14], values[15], values[16], values[17], values[18], values[19], values[20], values[21], values[22], values[23], values[24], values[25], values[26], values[27], values[28], values[29], values[30], values[31]); object lowerResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetLower), new Type[] { }) + .GetMethod(nameof(Vector256.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector128)(lowerResult), (Vector128)(upperResult), values); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector256)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Double.cs index 35a3b5d..eced2d1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Double.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3]); object lowerResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetLower), new Type[] { }) + .GetMethod(nameof(Vector256.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector128)(lowerResult), (Vector128)(upperResult), values); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector256)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int16.cs index 56495b6..2111866 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int16.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7], values[8], values[9], values[10], values[11], values[12], values[13], values[14], values[15]); object lowerResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetLower), new Type[] { }) + .GetMethod(nameof(Vector256.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector128)(lowerResult), (Vector128)(upperResult), values); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector256)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int32.cs index ac6111d..50f9440 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int32.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7]); object lowerResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetLower), new Type[] { }) + .GetMethod(nameof(Vector256.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector128)(lowerResult), (Vector128)(upperResult), values); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector256)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int64.cs index 013ffc9..28ed533 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Int64.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3]); object lowerResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetLower), new Type[] { }) + .GetMethod(nameof(Vector256.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector128)(lowerResult), (Vector128)(upperResult), values); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector256)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.SByte.cs index 696a4f5..cbdbb14 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.SByte.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7], values[8], values[9], values[10], values[11], values[12], values[13], values[14], values[15], values[16], values[17], values[18], values[19], values[20], values[21], values[22], values[23], values[24], values[25], values[26], values[27], values[28], values[29], values[30], values[31]); object lowerResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetLower), new Type[] { }) + .GetMethod(nameof(Vector256.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector128)(lowerResult), (Vector128)(upperResult), values); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector256)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Single.cs index beb9d60..15e7387 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.Single.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7]); object lowerResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetLower), new Type[] { }) + .GetMethod(nameof(Vector256.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector128)(lowerResult), (Vector128)(upperResult), values); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector256)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt16.cs index d094898..da7f08d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt16.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7], values[8], values[9], values[10], values[11], values[12], values[13], values[14], values[15]); object lowerResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetLower), new Type[] { }) + .GetMethod(nameof(Vector256.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector128)(lowerResult), (Vector128)(upperResult), values); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector256)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt32.cs index 25264bd..fb8d6d5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt32.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7]); object lowerResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetLower), new Type[] { }) + .GetMethod(nameof(Vector256.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector128)(lowerResult), (Vector128)(upperResult), values); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector256)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt64.cs index 8f100d7..34ae7fc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/GetAndWithLowerAndUpper.UInt64.cs @@ -79,18 +79,18 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3]); object lowerResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetLower), new Type[] { }) + .GetMethod(nameof(Vector256.GetLower), new Type[] { }) .Invoke(value, new object[] { }); object upperResult = typeof(Vector256) - .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) + .GetMethod(nameof(Vector256.GetUpper), new Type[] { }) .Invoke(value, new object[] { }); ValidateGetResult((Vector128)(lowerResult), (Vector128)(upperResult), values); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithLower), new Type[] { typeof(Vector128) }) .Invoke(value, new object[] { upperResult }); result = typeof(Vector256) - .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) + .GetMethod(nameof(Vector256.WithUpper), new Type[] { typeof(Vector128) }) .Invoke(result, new object[] { lowerResult }); ValidateWithResult((Vector256)(result), values); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Byte.cs index 4379629..1b6f5c4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Byte.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7], values[8], values[9], values[10], values[11], values[12], values[13], values[14], values[15], values[16], values[17], values[18], values[19], values[20], values[21], values[22], values[23], values[24], values[25], values[26], values[27], values[28], values[29], values[30], values[31]); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Byte)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Double.cs index 4583390..5e56107 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Double.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3]); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Double)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int16.cs index b1365b3..0406639 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int16.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7], values[8], values[9], values[10], values[11], values[12], values[13], values[14], values[15]); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Int16)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int32.cs index 0728b813..f04e5ab 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int32.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7]); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Int32)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int64.cs index 50befc6..bfdf247 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Int64.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3]); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Int64)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.SByte.cs index e41e5e4..0104085 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.SByte.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7], values[8], values[9], values[10], values[11], values[12], values[13], values[14], values[15], values[16], values[17], values[18], values[19], values[20], values[21], values[22], values[23], values[24], values[25], values[26], values[27], values[28], values[29], values[30], values[31]); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((SByte)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Single.cs index 1cacfe3..46937bf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.Single.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7]); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Single)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt16.cs index 135a2c4..8aa7d48 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt16.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7], values[8], values[9], values[10], values[11], values[12], values[13], values[14], values[15]); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((UInt16)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt32.cs index 4c1f27c..b3f3096 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt32.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7]); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((UInt32)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt64.cs index 29f9a4d..817eaab 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/ToScalar.UInt64.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector256 value = Vector256.Create(values[0], values[1], values[2], values[3]); object result = typeof(Vector256) - .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector256.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((UInt64)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Byte.cs index ea27461..c3b875b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Byte.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector64 value; value = Vector64.Create(TestLibrary.Generator.GetByte()); - Vector64 byteResult = value.As(); + Vector64 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector64.Create(TestLibrary.Generator.GetByte()); - Vector64 doubleResult = value.As(); + Vector64 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector64.Create(TestLibrary.Generator.GetByte()); - Vector64 shortResult = value.As(); + Vector64 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector64.Create(TestLibrary.Generator.GetByte()); - Vector64 intResult = value.As(); + Vector64 intResult = value.As(); ValidateResult(intResult, value); value = Vector64.Create(TestLibrary.Generator.GetByte()); - Vector64 longResult = value.As(); + Vector64 longResult = value.As(); ValidateResult(longResult, value); value = Vector64.Create(TestLibrary.Generator.GetByte()); - Vector64 sbyteResult = value.As(); + Vector64 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector64.Create(TestLibrary.Generator.GetByte()); - Vector64 floatResult = value.As(); + Vector64 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector64.Create(TestLibrary.Generator.GetByte()); - Vector64 ushortResult = value.As(); + Vector64 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector64.Create(TestLibrary.Generator.GetByte()); - Vector64 uintResult = value.As(); + Vector64 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector64.Create(TestLibrary.Generator.GetByte()); - Vector64 ulongResult = value.As(); + Vector64 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector64.Create(TestLibrary.Generator.GetByte()); object byteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(byteResult), value); value = Vector64.Create(TestLibrary.Generator.GetByte()); object doubleResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(doubleResult), value); value = Vector64.Create(TestLibrary.Generator.GetByte()); object shortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(shortResult), value); value = Vector64.Create(TestLibrary.Generator.GetByte()); object intResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(intResult), value); value = Vector64.Create(TestLibrary.Generator.GetByte()); object longResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(longResult), value); value = Vector64.Create(TestLibrary.Generator.GetByte()); object sbyteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(sbyteResult), value); value = Vector64.Create(TestLibrary.Generator.GetByte()); object floatResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(floatResult), value); value = Vector64.Create(TestLibrary.Generator.GetByte()); object ushortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ushortResult), value); value = Vector64.Create(TestLibrary.Generator.GetByte()); object uintResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(uintResult), value); value = Vector64.Create(TestLibrary.Generator.GetByte()); object ulongResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Double.cs index d3b2675..8d23d3f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Double.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector64 value; value = Vector64.Create(TestLibrary.Generator.GetDouble()); - Vector64 byteResult = value.As(); + Vector64 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); - Vector64 doubleResult = value.As(); + Vector64 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); - Vector64 shortResult = value.As(); + Vector64 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); - Vector64 intResult = value.As(); + Vector64 intResult = value.As(); ValidateResult(intResult, value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); - Vector64 longResult = value.As(); + Vector64 longResult = value.As(); ValidateResult(longResult, value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); - Vector64 sbyteResult = value.As(); + Vector64 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); - Vector64 floatResult = value.As(); + Vector64 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); - Vector64 ushortResult = value.As(); + Vector64 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); - Vector64 uintResult = value.As(); + Vector64 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); - Vector64 ulongResult = value.As(); + Vector64 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector64.Create(TestLibrary.Generator.GetDouble()); object byteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(byteResult), value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); object doubleResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(doubleResult), value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); object shortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(shortResult), value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); object intResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(intResult), value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); object longResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(longResult), value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); object sbyteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(sbyteResult), value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); object floatResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(floatResult), value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); object ushortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ushortResult), value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); object uintResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(uintResult), value); value = Vector64.Create(TestLibrary.Generator.GetDouble()); object ulongResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int16.cs index c79a06b..953bccb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int16.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector64 value; value = Vector64.Create(TestLibrary.Generator.GetInt16()); - Vector64 byteResult = value.As(); + Vector64 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); - Vector64 doubleResult = value.As(); + Vector64 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); - Vector64 shortResult = value.As(); + Vector64 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); - Vector64 intResult = value.As(); + Vector64 intResult = value.As(); ValidateResult(intResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); - Vector64 longResult = value.As(); + Vector64 longResult = value.As(); ValidateResult(longResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); - Vector64 sbyteResult = value.As(); + Vector64 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); - Vector64 floatResult = value.As(); + Vector64 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); - Vector64 ushortResult = value.As(); + Vector64 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); - Vector64 uintResult = value.As(); + Vector64 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); - Vector64 ulongResult = value.As(); + Vector64 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector64.Create(TestLibrary.Generator.GetInt16()); object byteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(byteResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); object doubleResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(doubleResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); object shortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(shortResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); object intResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(intResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); object longResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(longResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); object sbyteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(sbyteResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); object floatResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(floatResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); object ushortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ushortResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); object uintResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(uintResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt16()); object ulongResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int32.cs index dfe9044..d823056 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int32.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector64 value; value = Vector64.Create(TestLibrary.Generator.GetInt32()); - Vector64 byteResult = value.As(); + Vector64 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); - Vector64 doubleResult = value.As(); + Vector64 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); - Vector64 shortResult = value.As(); + Vector64 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); - Vector64 intResult = value.As(); + Vector64 intResult = value.As(); ValidateResult(intResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); - Vector64 longResult = value.As(); + Vector64 longResult = value.As(); ValidateResult(longResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); - Vector64 sbyteResult = value.As(); + Vector64 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); - Vector64 floatResult = value.As(); + Vector64 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); - Vector64 ushortResult = value.As(); + Vector64 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); - Vector64 uintResult = value.As(); + Vector64 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); - Vector64 ulongResult = value.As(); + Vector64 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector64.Create(TestLibrary.Generator.GetInt32()); object byteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(byteResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); object doubleResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(doubleResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); object shortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(shortResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); object intResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(intResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); object longResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(longResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); object sbyteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(sbyteResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); object floatResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(floatResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); object ushortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ushortResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); object uintResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(uintResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt32()); object ulongResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int64.cs index 3891e23..c5f1126 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Int64.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector64 value; value = Vector64.Create(TestLibrary.Generator.GetInt64()); - Vector64 byteResult = value.As(); + Vector64 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); - Vector64 doubleResult = value.As(); + Vector64 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); - Vector64 shortResult = value.As(); + Vector64 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); - Vector64 intResult = value.As(); + Vector64 intResult = value.As(); ValidateResult(intResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); - Vector64 longResult = value.As(); + Vector64 longResult = value.As(); ValidateResult(longResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); - Vector64 sbyteResult = value.As(); + Vector64 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); - Vector64 floatResult = value.As(); + Vector64 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); - Vector64 ushortResult = value.As(); + Vector64 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); - Vector64 uintResult = value.As(); + Vector64 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); - Vector64 ulongResult = value.As(); + Vector64 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector64.Create(TestLibrary.Generator.GetInt64()); object byteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(byteResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); object doubleResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(doubleResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); object shortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(shortResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); object intResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(intResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); object longResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(longResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); object sbyteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(sbyteResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); object floatResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(floatResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); object ushortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ushortResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); object uintResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(uintResult), value); value = Vector64.Create(TestLibrary.Generator.GetInt64()); object ulongResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.SByte.cs index e121770..c7838de 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.SByte.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector64 value; value = Vector64.Create(TestLibrary.Generator.GetSByte()); - Vector64 byteResult = value.As(); + Vector64 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); - Vector64 doubleResult = value.As(); + Vector64 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); - Vector64 shortResult = value.As(); + Vector64 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); - Vector64 intResult = value.As(); + Vector64 intResult = value.As(); ValidateResult(intResult, value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); - Vector64 longResult = value.As(); + Vector64 longResult = value.As(); ValidateResult(longResult, value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); - Vector64 sbyteResult = value.As(); + Vector64 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); - Vector64 floatResult = value.As(); + Vector64 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); - Vector64 ushortResult = value.As(); + Vector64 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); - Vector64 uintResult = value.As(); + Vector64 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); - Vector64 ulongResult = value.As(); + Vector64 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector64.Create(TestLibrary.Generator.GetSByte()); object byteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(byteResult), value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); object doubleResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(doubleResult), value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); object shortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(shortResult), value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); object intResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(intResult), value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); object longResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(longResult), value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); object sbyteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(sbyteResult), value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); object floatResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(floatResult), value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); object ushortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ushortResult), value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); object uintResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(uintResult), value); value = Vector64.Create(TestLibrary.Generator.GetSByte()); object ulongResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Single.cs index 55a63a6..5a149fd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.Single.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector64 value; value = Vector64.Create(TestLibrary.Generator.GetSingle()); - Vector64 byteResult = value.As(); + Vector64 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); - Vector64 doubleResult = value.As(); + Vector64 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); - Vector64 shortResult = value.As(); + Vector64 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); - Vector64 intResult = value.As(); + Vector64 intResult = value.As(); ValidateResult(intResult, value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); - Vector64 longResult = value.As(); + Vector64 longResult = value.As(); ValidateResult(longResult, value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); - Vector64 sbyteResult = value.As(); + Vector64 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); - Vector64 floatResult = value.As(); + Vector64 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); - Vector64 ushortResult = value.As(); + Vector64 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); - Vector64 uintResult = value.As(); + Vector64 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); - Vector64 ulongResult = value.As(); + Vector64 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector64.Create(TestLibrary.Generator.GetSingle()); object byteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(byteResult), value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); object doubleResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(doubleResult), value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); object shortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(shortResult), value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); object intResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(intResult), value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); object longResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(longResult), value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); object sbyteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(sbyteResult), value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); object floatResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(floatResult), value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); object ushortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ushortResult), value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); object uintResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(uintResult), value); value = Vector64.Create(TestLibrary.Generator.GetSingle()); object ulongResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt16.cs index de6c8c2..55e20c1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt16.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector64 value; value = Vector64.Create(TestLibrary.Generator.GetUInt16()); - Vector64 byteResult = value.As(); + Vector64 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); - Vector64 doubleResult = value.As(); + Vector64 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); - Vector64 shortResult = value.As(); + Vector64 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); - Vector64 intResult = value.As(); + Vector64 intResult = value.As(); ValidateResult(intResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); - Vector64 longResult = value.As(); + Vector64 longResult = value.As(); ValidateResult(longResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); - Vector64 sbyteResult = value.As(); + Vector64 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); - Vector64 floatResult = value.As(); + Vector64 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); - Vector64 ushortResult = value.As(); + Vector64 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); - Vector64 uintResult = value.As(); + Vector64 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); - Vector64 ulongResult = value.As(); + Vector64 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector64.Create(TestLibrary.Generator.GetUInt16()); object byteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(byteResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); object doubleResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(doubleResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); object shortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(shortResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); object intResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(intResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); object longResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(longResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); object sbyteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(sbyteResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); object floatResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(floatResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); object ushortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ushortResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); object uintResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(uintResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt16()); object ulongResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt32.cs index 6d77b58..b136784 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt32.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector64 value; value = Vector64.Create(TestLibrary.Generator.GetUInt32()); - Vector64 byteResult = value.As(); + Vector64 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); - Vector64 doubleResult = value.As(); + Vector64 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); - Vector64 shortResult = value.As(); + Vector64 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); - Vector64 intResult = value.As(); + Vector64 intResult = value.As(); ValidateResult(intResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); - Vector64 longResult = value.As(); + Vector64 longResult = value.As(); ValidateResult(longResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); - Vector64 sbyteResult = value.As(); + Vector64 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); - Vector64 floatResult = value.As(); + Vector64 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); - Vector64 ushortResult = value.As(); + Vector64 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); - Vector64 uintResult = value.As(); + Vector64 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); - Vector64 ulongResult = value.As(); + Vector64 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector64.Create(TestLibrary.Generator.GetUInt32()); object byteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(byteResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); object doubleResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(doubleResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); object shortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(shortResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); object intResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(intResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); object longResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(longResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); object sbyteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(sbyteResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); object floatResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(floatResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); object ushortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ushortResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); object uintResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(uintResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt32()); object ulongResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt64.cs index 03af43f..cf3a00b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/As.UInt64.cs @@ -98,43 +98,43 @@ namespace JIT.HardwareIntrinsics.General Vector64 value; value = Vector64.Create(TestLibrary.Generator.GetUInt64()); - Vector64 byteResult = value.As(); + Vector64 byteResult = value.As(); ValidateResult(byteResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); - Vector64 doubleResult = value.As(); + Vector64 doubleResult = value.As(); ValidateResult(doubleResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); - Vector64 shortResult = value.As(); + Vector64 shortResult = value.As(); ValidateResult(shortResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); - Vector64 intResult = value.As(); + Vector64 intResult = value.As(); ValidateResult(intResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); - Vector64 longResult = value.As(); + Vector64 longResult = value.As(); ValidateResult(longResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); - Vector64 sbyteResult = value.As(); + Vector64 sbyteResult = value.As(); ValidateResult(sbyteResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); - Vector64 floatResult = value.As(); + Vector64 floatResult = value.As(); ValidateResult(floatResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); - Vector64 ushortResult = value.As(); + Vector64 ushortResult = value.As(); ValidateResult(ushortResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); - Vector64 uintResult = value.As(); + Vector64 uintResult = value.As(); ValidateResult(uintResult, value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); - Vector64 ulongResult = value.As(); + Vector64 ulongResult = value.As(); ValidateResult(ulongResult, value); } @@ -145,61 +145,61 @@ namespace JIT.HardwareIntrinsics.General value = Vector64.Create(TestLibrary.Generator.GetUInt64()); object byteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(byteResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); object doubleResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) + .GetMethod(nameof(Vector64.AsDouble), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(doubleResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); object shortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(shortResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); object intResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(intResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); object longResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(longResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); object sbyteResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) + .GetMethod(nameof(Vector64.AsSByte), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(sbyteResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); object floatResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) + .GetMethod(nameof(Vector64.AsSingle), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(floatResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); object ushortResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt16), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ushortResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); object uintResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt32), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(uintResult), value); value = Vector64.Create(TestLibrary.Generator.GetUInt64()); object ulongResult = typeof(Vector64) - .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) + .GetMethod(nameof(Vector64.AsUInt64), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector64)(ulongResult), value); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Byte.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Byte.0.cs index 139da253..a12dd0c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Byte.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Byte.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Byte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Byte) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Byte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Byte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Byte.7.cs index 515c760..52fdd5b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Byte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Byte.7.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Byte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Byte) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Byte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Double.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Double.0.cs index 0208df4..0b232d4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Double.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Double.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Double)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Double) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Double) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int16.0.cs index 3fcd947..ea23b75 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int16.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Int16) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Int16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int16.3.cs index 38af1cc..de8e05f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int16.3.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Int16) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Int16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int32.0.cs index aa7301c..605f5b8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int32.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Int32) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Int32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int32.1.cs index 6914aec..c7e0573 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int32.1.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Int32) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Int32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int64.0.cs index 78d43c5..71c3d16 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Int64.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Int64)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Int64) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Int64) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.SByte.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.SByte.0.cs index 157541f..386ef92 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.SByte.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.SByte.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((SByte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(SByte) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(SByte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.SByte.7.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.SByte.7.cs index 7d358af..d4c2e73 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.SByte.7.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.SByte.7.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((SByte)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(SByte) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(SByte) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Single.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Single.0.cs index 6e83521..43c2820 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Single.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Single.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Single)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Single) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Single) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Single.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Single.1.cs index 31f3685..50aff8a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Single.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.Single.1.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((Single)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Single) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(Single) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt16.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt16.0.cs index 57757c1..5bcbcd3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt16.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt16.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(UInt16) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(UInt16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt16.3.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt16.3.cs index ff3920e..8b2b654 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt16.3.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt16.3.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt16)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(UInt16) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(UInt16) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt32.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt32.0.cs index fa5f0fa..813d1fd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt32.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt32.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(UInt32) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(UInt32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt32.1.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt32.1.cs index 847626e..88a5a0f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt32.1.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt32.1.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt32)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(UInt32) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(UInt32) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt64.0.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt64.0.cs index 86f3d0a..7229aa3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt64.0.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/GetAndWithElement.UInt64.0.cs @@ -121,7 +121,7 @@ namespace JIT.HardwareIntrinsics.General try { object result = typeof(Vector64) - .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) + .GetMethod(nameof(Vector64.GetElement), new Type[] { typeof(int) }) .Invoke(value, new object[] { imm }); ValidateGetResult((UInt64)(result), values); } @@ -146,7 +146,7 @@ namespace JIT.HardwareIntrinsics.General try { object result2 = typeof(Vector64) - .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(UInt64) }) + .GetMethod(nameof(Vector64.WithElement), new Type[] { typeof(int), typeof(UInt64) }) .Invoke(value, new object[] { imm, insertedValue }); ValidateWithResult((Vector64)(result2), values, insertedValue); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Byte.cs index dca7263..3d779b5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Byte.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Byte)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Double.cs index 22b6260..1e54c5b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Double.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Double)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int16.cs index e37c2d5..df62b1e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int16.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0], values[1], values[2], values[3]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Int16)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int32.cs index aee38d0..214089b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int32.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0], values[1]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Int32)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int64.cs index 5822594..dda2658 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Int64.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Int64)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.SByte.cs index f7e3a29..428c1e1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.SByte.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((SByte)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Single.cs index f3a85fc..70c5647 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.Single.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0], values[1]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Single)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt16.cs index f503007..44026fe 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt16.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0], values[1], values[2], values[3]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((UInt16)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt32.cs index 79590bf..32a903c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt32.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0], values[1]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((UInt32)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt64.cs index 4abab98..ac680ab 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToScalar.UInt64.cs @@ -74,7 +74,7 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) + .GetMethod(nameof(Vector64.ToScalar), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((UInt64)(result), values); diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Byte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Byte.cs index 377f77f..4fe87d4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Byte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Byte.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Double.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Double.cs index f1f8a6a..1afe299 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Double.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Double.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int16.cs index 69d2e75..2dea575 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int16.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0], values[1], values[2], values[3]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int32.cs index 6ffe6df..739b9c1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int32.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0], values[1]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int64.cs index 94b0295..7c6d118 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Int64.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.SByte.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.SByte.cs index 848ebc0..a1dc82f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.SByte.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.SByte.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0], values[1], values[2], values[3], values[4], values[5], values[6], values[7]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Single.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Single.cs index d0244dd..c533787 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Single.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.Single.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0], values[1]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt16.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt16.cs index 4030c0b..2f48350 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt16.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt16.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0], values[1], values[2], values[3]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt32.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt32.cs index 4b18abf..0bfdb95 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt32.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt32.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0], values[1]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt64.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt64.cs index 7693cb9..5b25266 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt64.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/ToVector128.UInt64.cs @@ -77,12 +77,12 @@ namespace JIT.HardwareIntrinsics.General Vector64 value = Vector64.Create(values[0]); object result = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(result), values, isUnsafe: false); object unsafeResult = typeof(Vector64) - .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) + .GetMethod(nameof(Vector64.ToVector128), new Type[] { }) .Invoke(value, new object[] { }); ValidateResult((Vector128)(unsafeResult), values, isUnsafe: true); } diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorHelpers.cs b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorHelpers.cs index d4e193e..62e6f85 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorHelpers.cs +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorHelpers.cs @@ -15,43 +15,43 @@ internal partial class IntelHardwareIntrinsicTest { if (typeof(T) == typeof(byte)) { - return Sse2.Add(left.AsByte(), right.AsByte()).As(); + return Sse2.Add(left.AsByte(), right.AsByte()).As(); } else if (typeof(T) == typeof(sbyte)) { - return Sse2.Add(left.AsSByte(), right.AsSByte()).As(); + return Sse2.Add(left.AsSByte(), right.AsSByte()).As(); } else if (typeof(T) == typeof(short)) { - return Sse2.Add(left.AsInt16(), right.AsInt16()).As(); + return Sse2.Add(left.AsInt16(), right.AsInt16()).As(); } else if (typeof(T) == typeof(ushort)) { - return Sse2.Add(left.AsUInt16(), right.AsUInt16()).As(); + return Sse2.Add(left.AsUInt16(), right.AsUInt16()).As(); } else if (typeof(T) == typeof(int)) { - return Sse2.Add(left.AsInt32(), right.AsInt32()).As(); + return Sse2.Add(left.AsInt32(), right.AsInt32()).As(); } else if (typeof(T) == typeof(uint)) { - return Sse2.Add(left.AsUInt32(), right.AsUInt32()).As(); + return Sse2.Add(left.AsUInt32(), right.AsUInt32()).As(); } else if (typeof(T) == typeof(long)) { - return Sse2.Add(left.AsInt64(), right.AsInt64()).As(); + return Sse2.Add(left.AsInt64(), right.AsInt64()).As(); } else if (typeof(T) == typeof(ulong)) { - return Sse2.Add(left.AsUInt64(), right.AsUInt64()).As(); + return Sse2.Add(left.AsUInt64(), right.AsUInt64()).As(); } else if (typeof(T) == typeof(float)) { - return Sse.Add(left.AsSingle(), right.AsSingle()).As(); + return Sse.Add(left.AsSingle(), right.AsSingle()).As(); } else if (typeof(T) == typeof(double)) { - return Sse2.Add(left.AsDouble(), right.AsDouble()).As(); + return Sse2.Add(left.AsDouble(), right.AsDouble()).As(); } else { @@ -63,43 +63,43 @@ internal partial class IntelHardwareIntrinsicTest { if (typeof(T) == typeof(byte)) { - return Avx2.Add(left.AsByte(), right.AsByte()).As(); + return Avx2.Add(left.AsByte(), right.AsByte()).As(); } else if (typeof(T) == typeof(sbyte)) { - return Avx2.Add(left.AsSByte(), right.AsSByte()).As(); + return Avx2.Add(left.AsSByte(), right.AsSByte()).As(); } else if (typeof(T) == typeof(short)) { - return Avx2.Add(left.AsInt16(), right.AsInt16()).As(); + return Avx2.Add(left.AsInt16(), right.AsInt16()).As(); } else if (typeof(T) == typeof(ushort)) { - return Avx2.Add(left.AsUInt16(), right.AsUInt16()).As(); + return Avx2.Add(left.AsUInt16(), right.AsUInt16()).As(); } else if (typeof(T) == typeof(int)) { - return Avx2.Add(left.AsInt32(), right.AsInt32()).As(); + return Avx2.Add(left.AsInt32(), right.AsInt32()).As(); } else if (typeof(T) == typeof(uint)) { - return Avx2.Add(left.AsUInt32(), right.AsUInt32()).As(); + return Avx2.Add(left.AsUInt32(), right.AsUInt32()).As(); } else if (typeof(T) == typeof(long)) { - return Avx2.Add(left.AsInt64(), right.AsInt64()).As(); + return Avx2.Add(left.AsInt64(), right.AsInt64()).As(); } else if (typeof(T) == typeof(ulong)) { - return Avx2.Add(left.AsUInt64(), right.AsUInt64()).As(); + return Avx2.Add(left.AsUInt64(), right.AsUInt64()).As(); } else if (typeof(T) == typeof(float)) { - return Avx.Add(left.AsSingle(), right.AsSingle()).As(); + return Avx.Add(left.AsSingle(), right.AsSingle()).As(); } else if (typeof(T) == typeof(double)) { - return Avx.Add(left.AsDouble(), right.AsDouble()).As(); + return Avx.Add(left.AsDouble(), right.AsDouble()).As(); } else { @@ -111,43 +111,43 @@ internal partial class IntelHardwareIntrinsicTest { if (typeof(T) == typeof(byte)) { - return Vector128.Create(Convert.ToByte(value)).As(); + return Vector128.Create(Convert.ToByte(value)).As(); } else if (typeof(T) == typeof(sbyte)) { - return Vector128.Create(Convert.ToSByte(value)).As(); + return Vector128.Create(Convert.ToSByte(value)).As(); } else if (typeof(T) == typeof(short)) { - return Vector128.Create(Convert.ToInt16(value)).As(); + return Vector128.Create(Convert.ToInt16(value)).As(); } else if (typeof(T) == typeof(ushort)) { - return Vector128.Create(Convert.ToUInt16(value)).As(); + return Vector128.Create(Convert.ToUInt16(value)).As(); } else if (typeof(T) == typeof(int)) { - return Vector128.Create(Convert.ToInt32(value)).As(); + return Vector128.Create(Convert.ToInt32(value)).As(); } else if (typeof(T) == typeof(uint)) { - return Vector128.Create(Convert.ToUInt32(value)).As(); + return Vector128.Create(Convert.ToUInt32(value)).As(); } else if (typeof(T) == typeof(long)) { - return Vector128.Create(Convert.ToInt64(value)).As(); + return Vector128.Create(Convert.ToInt64(value)).As(); } else if (typeof(T) == typeof(ulong)) { - return Vector128.Create(Convert.ToUInt64(value)).As(); + return Vector128.Create(Convert.ToUInt64(value)).As(); } else if (typeof(T) == typeof(float)) { - return Vector128.Create(Convert.ToSingle(value)).As(); + return Vector128.Create(Convert.ToSingle(value)).As(); } else if (typeof(T) == typeof(double)) { - return Vector128.Create(Convert.ToDouble(value)).As(); + return Vector128.Create(Convert.ToDouble(value)).As(); } else { @@ -159,43 +159,43 @@ internal partial class IntelHardwareIntrinsicTest { if (typeof(T) == typeof(byte)) { - return Vector256.Create(Convert.ToByte(value)).As(); + return Vector256.Create(Convert.ToByte(value)).As(); } else if (typeof(T) == typeof(sbyte)) { - return Vector256.Create(Convert.ToSByte(value)).As(); + return Vector256.Create(Convert.ToSByte(value)).As(); } else if (typeof(T) == typeof(short)) { - return Vector256.Create(Convert.ToInt16(value)).As(); + return Vector256.Create(Convert.ToInt16(value)).As(); } else if (typeof(T) == typeof(ushort)) { - return Vector256.Create(Convert.ToUInt16(value)).As(); + return Vector256.Create(Convert.ToUInt16(value)).As(); } else if (typeof(T) == typeof(int)) { - return Vector256.Create(Convert.ToInt32(value)).As(); + return Vector256.Create(Convert.ToInt32(value)).As(); } else if (typeof(T) == typeof(uint)) { - return Vector256.Create(Convert.ToUInt32(value)).As(); + return Vector256.Create(Convert.ToUInt32(value)).As(); } else if (typeof(T) == typeof(long)) { - return Vector256.Create(Convert.ToInt64(value)).As(); + return Vector256.Create(Convert.ToInt64(value)).As(); } else if (typeof(T) == typeof(ulong)) { - return Vector256.Create(Convert.ToUInt64(value)).As(); + return Vector256.Create(Convert.ToUInt64(value)).As(); } else if (typeof(T) == typeof(float)) { - return Vector256.Create(Convert.ToSingle(value)).As(); + return Vector256.Create(Convert.ToSingle(value)).As(); } else if (typeof(T) == typeof(double)) { - return Vector256.Create(Convert.ToDouble(value)).As(); + return Vector256.Create(Convert.ToDouble(value)).As(); } else { -- 2.7.4