Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/JIT/HardwareIntrinsics/General/NotSupported/Program.NotSupported.cs')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/General/NotSupported/Program.NotSupported.cs140
1 files changed, 2 insertions, 138 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/General/NotSupported/Program.NotSupported.cs b/src/tests/JIT/HardwareIntrinsics/General/NotSupported/Program.NotSupported.cs
index d763a2ab9df..d4dc67e5a24 100644
--- a/src/tests/JIT/HardwareIntrinsics/General/NotSupported/Program.NotSupported.cs
+++ b/src/tests/JIT/HardwareIntrinsics/General/NotSupported/Program.NotSupported.cs
@@ -4,149 +4,13 @@
using System;
using System.Collections.Generic;
-namespace JIT.HardwareIntrinsics.General
+namespace JIT.HardwareIntrinsics.General._NotSupported
{
public static partial class Program
{
static Program()
{
- TestList = new Dictionary<string, Action>() {
- ["Vector64BooleanZero"] = Vector64BooleanZero,
- ["Vector64BooleanAllBitsSet"] = Vector64BooleanAllBitsSet,
- ["Vector64BooleanAsGeneric_Boolean"] = Vector64BooleanAsGeneric_Boolean,
- ["Vector64ByteAsGeneric_Boolean"] = Vector64ByteAsGeneric_Boolean,
- ["Vector64DoubleAsGeneric_Boolean"] = Vector64DoubleAsGeneric_Boolean,
- ["Vector64Int16AsGeneric_Boolean"] = Vector64Int16AsGeneric_Boolean,
- ["Vector64Int32AsGeneric_Boolean"] = Vector64Int32AsGeneric_Boolean,
- ["Vector64Int64AsGeneric_Boolean"] = Vector64Int64AsGeneric_Boolean,
- ["Vector64SByteAsGeneric_Boolean"] = Vector64SByteAsGeneric_Boolean,
- ["Vector64SingleAsGeneric_Boolean"] = Vector64SingleAsGeneric_Boolean,
- ["Vector64UInt16AsGeneric_Boolean"] = Vector64UInt16AsGeneric_Boolean,
- ["Vector64UInt32AsGeneric_Boolean"] = Vector64UInt32AsGeneric_Boolean,
- ["Vector64UInt64AsGeneric_Boolean"] = Vector64UInt64AsGeneric_Boolean,
- ["Vector64BooleanAsGeneric_Byte"] = Vector64BooleanAsGeneric_Byte,
- ["Vector64BooleanAsGeneric_Double"] = Vector64BooleanAsGeneric_Double,
- ["Vector64BooleanAsGeneric_Int16"] = Vector64BooleanAsGeneric_Int16,
- ["Vector64BooleanAsGeneric_Int32"] = Vector64BooleanAsGeneric_Int32,
- ["Vector64BooleanAsGeneric_Int64"] = Vector64BooleanAsGeneric_Int64,
- ["Vector64BooleanAsGeneric_SByte"] = Vector64BooleanAsGeneric_SByte,
- ["Vector64BooleanAsGeneric_Single"] = Vector64BooleanAsGeneric_Single,
- ["Vector64BooleanAsGeneric_UInt16"] = Vector64BooleanAsGeneric_UInt16,
- ["Vector64BooleanAsGeneric_UInt32"] = Vector64BooleanAsGeneric_UInt32,
- ["Vector64BooleanAsGeneric_UInt64"] = Vector64BooleanAsGeneric_UInt64,
- ["Vector64BooleanAsByte"] = Vector64BooleanAsByte,
- ["Vector64BooleanAsDouble"] = Vector64BooleanAsDouble,
- ["Vector64BooleanAsInt16"] = Vector64BooleanAsInt16,
- ["Vector64BooleanAsInt32"] = Vector64BooleanAsInt32,
- ["Vector64BooleanAsInt64"] = Vector64BooleanAsInt64,
- ["Vector64BooleanAsSByte"] = Vector64BooleanAsSByte,
- ["Vector64BooleanAsSingle"] = Vector64BooleanAsSingle,
- ["Vector64BooleanAsUInt16"] = Vector64BooleanAsUInt16,
- ["Vector64BooleanAsUInt32"] = Vector64BooleanAsUInt32,
- ["Vector64BooleanAsUInt64"] = Vector64BooleanAsUInt64,
- ["Vector64BooleanGetElementNegativeOne"] = Vector64BooleanGetElementNegativeOne,
- ["Vector64BooleanGetElement0"] = Vector64BooleanGetElement0,
- ["Vector64BooleanGetElementMaxValue"] = Vector64BooleanGetElementMaxValue,
- ["Vector64BooleanWithElementNegativeOne"] = Vector64BooleanWithElementNegativeOne,
- ["Vector64BooleanWithElement0"] = Vector64BooleanWithElement0,
- ["Vector64BooleanWithElementMaxValue"] = Vector64BooleanWithElementMaxValue,
- ["Vector64BooleanToScalar"] = Vector64BooleanToScalar,
- ["Vector64BooleanToVector128"] = Vector64BooleanToVector128,
- ["Vector64BooleanToVector128Unsafe"] = Vector64BooleanToVector128Unsafe,
- ["Vector64BooleanToString"] = Vector64BooleanToString,
- ["Vector128BooleanZero"] = Vector128BooleanZero,
- ["Vector128BooleanAllBitsSet"] = Vector128BooleanAllBitsSet,
- ["Vector128BooleanAsGeneric_Boolean"] = Vector128BooleanAsGeneric_Boolean,
- ["Vector128ByteAsGeneric_Boolean"] = Vector128ByteAsGeneric_Boolean,
- ["Vector128DoubleAsGeneric_Boolean"] = Vector128DoubleAsGeneric_Boolean,
- ["Vector128Int16AsGeneric_Boolean"] = Vector128Int16AsGeneric_Boolean,
- ["Vector128Int32AsGeneric_Boolean"] = Vector128Int32AsGeneric_Boolean,
- ["Vector128Int64AsGeneric_Boolean"] = Vector128Int64AsGeneric_Boolean,
- ["Vector128SByteAsGeneric_Boolean"] = Vector128SByteAsGeneric_Boolean,
- ["Vector128SingleAsGeneric_Boolean"] = Vector128SingleAsGeneric_Boolean,
- ["Vector128UInt16AsGeneric_Boolean"] = Vector128UInt16AsGeneric_Boolean,
- ["Vector128UInt32AsGeneric_Boolean"] = Vector128UInt32AsGeneric_Boolean,
- ["Vector128UInt64AsGeneric_Boolean"] = Vector128UInt64AsGeneric_Boolean,
- ["Vector128BooleanAsGeneric_Byte"] = Vector128BooleanAsGeneric_Byte,
- ["Vector128BooleanAsGeneric_Double"] = Vector128BooleanAsGeneric_Double,
- ["Vector128BooleanAsGeneric_Int16"] = Vector128BooleanAsGeneric_Int16,
- ["Vector128BooleanAsGeneric_Int32"] = Vector128BooleanAsGeneric_Int32,
- ["Vector128BooleanAsGeneric_Int64"] = Vector128BooleanAsGeneric_Int64,
- ["Vector128BooleanAsGeneric_SByte"] = Vector128BooleanAsGeneric_SByte,
- ["Vector128BooleanAsGeneric_Single"] = Vector128BooleanAsGeneric_Single,
- ["Vector128BooleanAsGeneric_UInt16"] = Vector128BooleanAsGeneric_UInt16,
- ["Vector128BooleanAsGeneric_UInt32"] = Vector128BooleanAsGeneric_UInt32,
- ["Vector128BooleanAsGeneric_UInt64"] = Vector128BooleanAsGeneric_UInt64,
- ["Vector128BooleanAsByte"] = Vector128BooleanAsByte,
- ["Vector128BooleanAsDouble"] = Vector128BooleanAsDouble,
- ["Vector128BooleanAsInt16"] = Vector128BooleanAsInt16,
- ["Vector128BooleanAsInt32"] = Vector128BooleanAsInt32,
- ["Vector128BooleanAsInt64"] = Vector128BooleanAsInt64,
- ["Vector128BooleanAsSByte"] = Vector128BooleanAsSByte,
- ["Vector128BooleanAsSingle"] = Vector128BooleanAsSingle,
- ["Vector128BooleanAsUInt16"] = Vector128BooleanAsUInt16,
- ["Vector128BooleanAsUInt32"] = Vector128BooleanAsUInt32,
- ["Vector128BooleanAsUInt64"] = Vector128BooleanAsUInt64,
- ["Vector128BooleanGetElementNegativeOne"] = Vector128BooleanGetElementNegativeOne,
- ["Vector128BooleanGetElement0"] = Vector128BooleanGetElement0,
- ["Vector128BooleanGetElementMaxValue"] = Vector128BooleanGetElementMaxValue,
- ["Vector128BooleanWithElementNegativeOne"] = Vector128BooleanWithElementNegativeOne,
- ["Vector128BooleanWithElement0"] = Vector128BooleanWithElement0,
- ["Vector128BooleanWithElementMaxValue"] = Vector128BooleanWithElementMaxValue,
- ["Vector128BooleanGetLower"] = Vector128BooleanGetLower,
- ["Vector128BooleanWithLower"] = Vector128BooleanWithLower,
- ["Vector128BooleanGetUpper"] = Vector128BooleanGetUpper,
- ["Vector128BooleanWithUpper"] = Vector128BooleanWithUpper,
- ["Vector128BooleanToScalar"] = Vector128BooleanToScalar,
- ["Vector128BooleanToVector256"] = Vector128BooleanToVector256,
- ["Vector128BooleanToVector256Unsafe"] = Vector128BooleanToVector256Unsafe,
- ["Vector128BooleanToString"] = Vector128BooleanToString,
- ["Vector256BooleanZero"] = Vector256BooleanZero,
- ["Vector256BooleanAllBitsSet"] = Vector256BooleanAllBitsSet,
- ["Vector256BooleanAsGeneric_Boolean"] = Vector256BooleanAsGeneric_Boolean,
- ["Vector256ByteAsGeneric_Boolean"] = Vector256ByteAsGeneric_Boolean,
- ["Vector256DoubleAsGeneric_Boolean"] = Vector256DoubleAsGeneric_Boolean,
- ["Vector256Int16AsGeneric_Boolean"] = Vector256Int16AsGeneric_Boolean,
- ["Vector256Int32AsGeneric_Boolean"] = Vector256Int32AsGeneric_Boolean,
- ["Vector256Int64AsGeneric_Boolean"] = Vector256Int64AsGeneric_Boolean,
- ["Vector256SByteAsGeneric_Boolean"] = Vector256SByteAsGeneric_Boolean,
- ["Vector256SingleAsGeneric_Boolean"] = Vector256SingleAsGeneric_Boolean,
- ["Vector256UInt16AsGeneric_Boolean"] = Vector256UInt16AsGeneric_Boolean,
- ["Vector256UInt32AsGeneric_Boolean"] = Vector256UInt32AsGeneric_Boolean,
- ["Vector256UInt64AsGeneric_Boolean"] = Vector256UInt64AsGeneric_Boolean,
- ["Vector256BooleanAsGeneric_Byte"] = Vector256BooleanAsGeneric_Byte,
- ["Vector256BooleanAsGeneric_Double"] = Vector256BooleanAsGeneric_Double,
- ["Vector256BooleanAsGeneric_Int16"] = Vector256BooleanAsGeneric_Int16,
- ["Vector256BooleanAsGeneric_Int32"] = Vector256BooleanAsGeneric_Int32,
- ["Vector256BooleanAsGeneric_Int64"] = Vector256BooleanAsGeneric_Int64,
- ["Vector256BooleanAsGeneric_SByte"] = Vector256BooleanAsGeneric_SByte,
- ["Vector256BooleanAsGeneric_Single"] = Vector256BooleanAsGeneric_Single,
- ["Vector256BooleanAsGeneric_UInt16"] = Vector256BooleanAsGeneric_UInt16,
- ["Vector256BooleanAsGeneric_UInt32"] = Vector256BooleanAsGeneric_UInt32,
- ["Vector256BooleanAsGeneric_UInt64"] = Vector256BooleanAsGeneric_UInt64,
- ["Vector256BooleanAsByte"] = Vector256BooleanAsByte,
- ["Vector256BooleanAsDouble"] = Vector256BooleanAsDouble,
- ["Vector256BooleanAsInt16"] = Vector256BooleanAsInt16,
- ["Vector256BooleanAsInt32"] = Vector256BooleanAsInt32,
- ["Vector256BooleanAsInt64"] = Vector256BooleanAsInt64,
- ["Vector256BooleanAsSByte"] = Vector256BooleanAsSByte,
- ["Vector256BooleanAsSingle"] = Vector256BooleanAsSingle,
- ["Vector256BooleanAsUInt16"] = Vector256BooleanAsUInt16,
- ["Vector256BooleanAsUInt32"] = Vector256BooleanAsUInt32,
- ["Vector256BooleanAsUInt64"] = Vector256BooleanAsUInt64,
- ["Vector256BooleanGetElementNegativeOne"] = Vector256BooleanGetElementNegativeOne,
- ["Vector256BooleanGetElement0"] = Vector256BooleanGetElement0,
- ["Vector256BooleanGetElementMaxValue"] = Vector256BooleanGetElementMaxValue,
- ["Vector256BooleanWithElementNegativeOne"] = Vector256BooleanWithElementNegativeOne,
- ["Vector256BooleanWithElement0"] = Vector256BooleanWithElement0,
- ["Vector256BooleanWithElementMaxValue"] = Vector256BooleanWithElementMaxValue,
- ["Vector256BooleanGetLower"] = Vector256BooleanGetLower,
- ["Vector256BooleanWithLower"] = Vector256BooleanWithLower,
- ["Vector256BooleanGetUpper"] = Vector256BooleanGetUpper,
- ["Vector256BooleanWithUpper"] = Vector256BooleanWithUpper,
- ["Vector256BooleanToScalar"] = Vector256BooleanToScalar,
- ["Vector256BooleanToString"] = Vector256BooleanToString,
- };
+
}
}
}