5377 references to PlatformNotSupportedException
BuildValidator (1)
IldasmUtilities.cs (1)
43
throw new
PlatformNotSupportedException
();
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\InputModule.cs (1)
127
throw new
PlatformNotSupportedException
();
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
139
throw new
PlatformNotSupportedException
();
FrameworkFork\System.ServiceModel\ExceptionHelper.cs (1)
21
return new
PlatformNotSupportedException
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InstanceContextProviderBase.cs (1)
35
throw new
PlatformNotSupportedException
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationInvokerBehavior.cs (2)
44
throw new
PlatformNotSupportedException
();
57
throw new
PlatformNotSupportedException
();
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnectionOptions.cs (1)
291
throw new
PlatformNotSupportedException
();
Microsoft.AspNetCore.InternalTesting (3)
xunit\MaximumOSVersionAttribute.cs (1)
67
throw new
PlatformNotSupportedException
();
xunit\MinimumOsVersionAttribute.cs (1)
63
throw new
PlatformNotSupportedException
();
xunit\OSSkipConditionAttribute.cs (1)
59
throw new
PlatformNotSupportedException
();
Microsoft.AspNetCore.Server.HttpSys (1)
HttpSysListener.cs (1)
55
throw new
PlatformNotSupportedException
();
Microsoft.CodeAnalysis.Scripting (1)
src\Compilers\Shared\GlobalAssemblyCacheHelpers\GacFileResolver.cs (1)
61
throw new
PlatformNotSupportedException
();
Microsoft.DotNet.RemoteExecutor (1)
RemoteInvokeOptions.cs (1)
54
throw new
PlatformNotSupportedException
();
Microsoft.Extensions.Configuration.Xml (1)
XmlDocumentDecryptor.cs (1)
106
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
();
Microsoft.Extensions.Hosting.Systemd (1)
SystemdNotifier.cs (1)
45
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
();
Microsoft.Maui (1)
VisualDiagnostics\BootstrapHelper.cs (1)
40
throw new
PlatformNotSupportedException
();
Microsoft.Maui.Controls.Compatibility (1)
src\Core\src\VisualDiagnostics\BootstrapHelper.cs (1)
40
throw new
PlatformNotSupportedException
();
Microsoft.Maui.Graphics (4)
PlatformImage.cs (4)
34
throw new
PlatformNotSupportedException
();
39
throw new
PlatformNotSupportedException
();
44
throw new
PlatformNotSupportedException
();
174
throw new
PlatformNotSupportedException
();
Microsoft.TestUtilities (1)
XUnit\OSSkipConditionAttribute.cs (1)
61
throw new
PlatformNotSupportedException
();
Microsoft.VisualBasic.Core (8)
Microsoft\VisualBasic\CompilerServices\Utils.vb (2)
41
Throw New
PlatformNotSupportedException
()
64
Throw New
PlatformNotSupportedException
()
Microsoft\VisualBasic\Conversion.vb (1)
1056
Throw New
PlatformNotSupportedException
()
Microsoft\VisualBasic\FileSystem.vb (3)
188
Throw New
PlatformNotSupportedException
()
479
Throw New
PlatformNotSupportedException
()
1232
Throw New
PlatformNotSupportedException
()
Microsoft\VisualBasic\Interaction.vb (1)
125
Throw New
PlatformNotSupportedException
()
Microsoft\VisualBasic\Strings.vb (1)
2136
Throw New
PlatformNotSupportedException
()
PresentationCore (2)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (2)
78
throw new
PlatformNotSupportedException
();
118
throw new
PlatformNotSupportedException
();
PresentationFramework (1)
MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (1)
41
throw new
PlatformNotSupportedException
();
System.CodeDom (6)
Microsoft\CSharp\CSharpCodeGenerator.PlatformNotSupported.cs (1)
14
throw new
PlatformNotSupportedException
();
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
386
throw new
PlatformNotSupportedException
();
391
throw new
PlatformNotSupportedException
();
Microsoft\VisualBasic\VBCodeGenerator.PlatformNotSupported.cs (1)
13
throw new
PlatformNotSupportedException
();
System\CodeDom\Compiler\CodeCompiler.cs (1)
177
throw new
PlatformNotSupportedException
();
System\CodeDom\Compiler\Executor.cs (1)
37
throw new
PlatformNotSupportedException
();
System.Collections (7)
System\Collections\Generic\LinkedList.cs (2)
576
throw new
PlatformNotSupportedException
();
581
throw new
PlatformNotSupportedException
();
System\Collections\Generic\SortedSet.cs (2)
1863
throw new
PlatformNotSupportedException
();
1868
throw new
PlatformNotSupportedException
();
System\Collections\Generic\SortedSet.TreeSubSet.cs (3)
367
throw new
PlatformNotSupportedException
();
372
throw new
PlatformNotSupportedException
();
375
protected override void OnDeserialization(object? sender) => throw new
PlatformNotSupportedException
();
System.Collections.Specialized (3)
System\Collections\Specialized\NameObjectCollectionBase.cs (3)
85
throw new
PlatformNotSupportedException
();
92
throw new
PlatformNotSupportedException
();
97
throw new
PlatformNotSupportedException
();
System.ComponentModel.TypeConverter (1)
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicyTypeConverter.cs (1)
24
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
System.Configuration.ConfigurationManager (14)
System\Configuration\RsaProtectedConfigurationProvider.cs (12)
20
throw new
PlatformNotSupportedException
();
25
throw new
PlatformNotSupportedException
();
30
throw new
PlatformNotSupportedException
();
35
throw new
PlatformNotSupportedException
();
40
throw new
PlatformNotSupportedException
();
45
throw new
PlatformNotSupportedException
();
48
public string KeyContainerName { get { throw new
PlatformNotSupportedException
(); } }
49
public string CspProviderName { get { throw new
PlatformNotSupportedException
(); } }
50
public bool UseMachineContainer { get { throw new
PlatformNotSupportedException
(); } }
51
public bool UseOAEP { get { throw new
PlatformNotSupportedException
(); } }
52
public bool UseFIPS { get { throw new
PlatformNotSupportedException
(); } }
53
public RSAParameters RsaPublicKey { get { throw new
PlatformNotSupportedException
(); } }
System\Configuration\SettingsAttributeDictionary.cs (1)
17
throw new
PlatformNotSupportedException
();
System\Configuration\SettingsContext.cs (1)
15
throw new
PlatformNotSupportedException
();
System.Data.Common (3)
System\Data\SimpleType.cs (1)
47
throw new
PlatformNotSupportedException
();
System\Data\SQLTypes\SQLBytes.cs (1)
583
throw new
PlatformNotSupportedException
();
System\Data\SQLTypes\SQLChars.cs (1)
535
throw new
PlatformNotSupportedException
();
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbConnectionPoolIdentity.cs (1)
30
throw new
PlatformNotSupportedException
();
System.IO.FileSystem.DriveInfo (2)
System\IO\DriveInfo.cs (1)
21
throw new
PlatformNotSupportedException
();
System\IO\DriveInfo.UnixOrDefault.cs (1)
48
throw new
PlatformNotSupportedException
();
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\DelegateHelpers.cs (1)
132
throw new
PlatformNotSupportedException
();
System\Runtime\CompilerServices\DebugInfoGenerator.cs (1)
24
throw new
PlatformNotSupportedException
();
System.Net.HttpListener (5)
System\Net\Managed\HttpListenerTimeoutManager.Managed.cs (4)
46
throw new
PlatformNotSupportedException
(); // low usage, not currently implemented
57
throw new
PlatformNotSupportedException
(); // low usage, not currently implemented
69
throw new
PlatformNotSupportedException
(); // low usage, not currently implemented
80
throw new
PlatformNotSupportedException
(); // low usage, not currently implemented
System\Net\WebSockets\HttpListenerWebSocketContext.cs (1)
109
throw new
PlatformNotSupportedException
();
System.Net.Ping (2)
src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs (2)
52
throw new
PlatformNotSupportedException
();
56
throw new
PlatformNotSupportedException
();
System.Net.Security (2)
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (2)
75
throw new
PlatformNotSupportedException
();
80
throw new
PlatformNotSupportedException
();
System.Net.WebHeaderCollection (3)
System\Net\WebHeaderCollection.cs (3)
36
throw new
PlatformNotSupportedException
();
144
throw new
PlatformNotSupportedException
();
149
throw new
PlatformNotSupportedException
();
System.Net.WebProxy (4)
System\Net\WebProxy.cs (4)
208
throw new
PlatformNotSupportedException
();
211
throw new
PlatformNotSupportedException
();
214
throw new
PlatformNotSupportedException
();
220
throw new
PlatformNotSupportedException
();
System.Private.CoreLib (5206)
src\Internal\Runtime\InteropServices\ComActivator.PlatformNotSupported.cs (3)
17
=> throw new
PlatformNotSupportedException
();
25
=> throw new
PlatformNotSupportedException
();
33
=> throw new
PlatformNotSupportedException
();
src\Internal\Runtime\InteropServices\InMemoryAssemblyLoader.PlatformNotSupported.cs (1)
19
=> throw new
PlatformNotSupportedException
();
src\libraries\Common\src\System\Threading\Tasks\TaskToAsyncResult.cs (1)
35
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
src\libraries\System.Private.CoreLib\src\Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (1)
60
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1261
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Delegate.cs (1)
154
public virtual void GetObjectData(SerializationInfo info, StreamingContext context) => throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.Nls.cs (1)
131
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (1)
66
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\IO\FileSystemInfo.cs (2)
28
throw new
PlatformNotSupportedException
();
41
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.Impl.cs (1)
1674
private static void ThrowPlatformNotSupportedException() => throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\OperatingSystem.cs (1)
73
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (2)
272
throw new
PlatformNotSupportedException
();
277
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Reflection\Missing.cs (1)
16
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Reflection\Pointer.cs (1)
57
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Reflection\StrongNameKeyPair.cs (3)
22
throw new
PlatformNotSupportedException
();
31
throw new
PlatformNotSupportedException
();
34
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\Unsafe.cs (35)
32
throw new
PlatformNotSupportedException
();
66
throw new
PlatformNotSupportedException
();
85
throw new
PlatformNotSupportedException
();
105
throw new
PlatformNotSupportedException
();
132
throw new
PlatformNotSupportedException
();
160
throw new
PlatformNotSupportedException
();
187
throw new
PlatformNotSupportedException
();
215
throw new
PlatformNotSupportedException
();
238
throw new
PlatformNotSupportedException
();
276
throw new
PlatformNotSupportedException
();
296
throw new
PlatformNotSupportedException
();
315
throw new
PlatformNotSupportedException
();
334
throw new
PlatformNotSupportedException
();
353
throw new
PlatformNotSupportedException
();
373
throw new
PlatformNotSupportedException
();
399
throw new
PlatformNotSupportedException
();
423
throw new
PlatformNotSupportedException
();
441
throw new
PlatformNotSupportedException
();
460
throw new
PlatformNotSupportedException
();
480
throw new
PlatformNotSupportedException
();
531
throw new
PlatformNotSupportedException
();
556
throw new
PlatformNotSupportedException
();
582
throw new
PlatformNotSupportedException
();
608
throw new
PlatformNotSupportedException
();
633
throw new
PlatformNotSupportedException
();
693
throw new
PlatformNotSupportedException
();
711
throw new
PlatformNotSupportedException
();
772
throw new
PlatformNotSupportedException
();
789
throw new
PlatformNotSupportedException
();
816
throw new
PlatformNotSupportedException
();
842
throw new
PlatformNotSupportedException
();
868
throw new
PlatformNotSupportedException
();
891
throw new
PlatformNotSupportedException
();
912
throw new
PlatformNotSupportedException
();
933
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ObjectiveC\ObjectiveCMarshal.PlatformNotSupported.cs (4)
63
=> throw new
PlatformNotSupportedException
();
94
=> throw new
PlatformNotSupportedException
();
133
=> throw new
PlatformNotSupportedException
();
143
=> throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\PosixSignalRegistration.Unix.cs (1)
31
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\AdvSimd.PlatformNotSupported.cs (2628)
162
public static Vector128<double> Abs(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
168
public static Vector128<ulong> Abs(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
174
public static Vector128<long> AbsSaturate(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
180
public static Vector64<short> AbsSaturateScalar(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
186
public static Vector64<int> AbsSaturateScalar(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
192
public static Vector64<long> AbsSaturateScalar(Vector64<long> value) { throw new
PlatformNotSupportedException
(); }
198
public static Vector64<sbyte> AbsSaturateScalar(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
204
public static Vector64<ulong> AbsScalar(Vector64<long> value) { throw new
PlatformNotSupportedException
(); }
210
public static Vector128<double> AbsoluteCompareGreaterThan(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
216
public static Vector64<double> AbsoluteCompareGreaterThanScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
222
public static Vector64<float> AbsoluteCompareGreaterThanScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
228
public static Vector128<double> AbsoluteCompareGreaterThanOrEqual(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
234
public static Vector64<double> AbsoluteCompareGreaterThanOrEqualScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
240
public static Vector64<float> AbsoluteCompareGreaterThanOrEqualScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
246
public static Vector128<double> AbsoluteCompareLessThan(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
252
public static Vector64<double> AbsoluteCompareLessThanScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
258
public static Vector64<float> AbsoluteCompareLessThanScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
264
public static Vector128<double> AbsoluteCompareLessThanOrEqual(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
270
public static Vector64<double> AbsoluteCompareLessThanOrEqualScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
276
public static Vector64<float> AbsoluteCompareLessThanOrEqualScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
282
public static Vector128<double> AbsoluteDifference(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
288
public static Vector64<double> AbsoluteDifferenceScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
294
public static Vector64<float> AbsoluteDifferenceScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
300
public static Vector128<double> Add(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
306
public static Vector64<byte> AddAcross(Vector64<byte> value) { throw new
PlatformNotSupportedException
(); }
312
public static Vector64<short> AddAcross(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
318
public static Vector64<sbyte> AddAcross(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
324
public static Vector64<ushort> AddAcross(Vector64<ushort> value) { throw new
PlatformNotSupportedException
(); }
330
public static Vector64<byte> AddAcross(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
336
public static Vector64<short> AddAcross(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
342
public static Vector64<int> AddAcross(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
348
public static Vector64<sbyte> AddAcross(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
354
public static Vector64<ushort> AddAcross(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
360
public static Vector64<uint> AddAcross(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
366
public static Vector64<ushort> AddAcrossWidening(Vector64<byte> value) { throw new
PlatformNotSupportedException
(); }
372
public static Vector64<int> AddAcrossWidening(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
378
public static Vector64<short> AddAcrossWidening(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
384
public static Vector64<uint> AddAcrossWidening(Vector64<ushort> value) { throw new
PlatformNotSupportedException
(); }
390
public static Vector64<ushort> AddAcrossWidening(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
396
public static Vector64<int> AddAcrossWidening(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
402
public static Vector64<long> AddAcrossWidening(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
408
public static Vector64<short> AddAcrossWidening(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
414
public static Vector64<uint> AddAcrossWidening(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
420
public static Vector64<ulong> AddAcrossWidening(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
426
public static Vector128<byte> AddPairwise(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
432
public static Vector128<double> AddPairwise(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
438
public static Vector128<short> AddPairwise(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
444
public static Vector128<int> AddPairwise(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
450
public static Vector128<long> AddPairwise(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
456
public static Vector128<sbyte> AddPairwise(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
462
public static Vector128<float> AddPairwise(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
468
public static Vector128<ushort> AddPairwise(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
474
public static Vector128<uint> AddPairwise(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
480
public static Vector128<ulong> AddPairwise(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
486
public static Vector64<float> AddPairwiseScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
492
public static Vector64<double> AddPairwiseScalar(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
498
public static Vector64<long> AddPairwiseScalar(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
504
public static Vector64<ulong> AddPairwiseScalar(Vector128<ulong> value) { throw new
PlatformNotSupportedException
(); }
510
public static Vector64<byte> AddSaturate(Vector64<byte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
516
public static Vector64<short> AddSaturate(Vector64<short> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
522
public static Vector64<int> AddSaturate(Vector64<int> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
528
public static Vector64<sbyte> AddSaturate(Vector64<sbyte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
534
public static Vector64<ushort> AddSaturate(Vector64<ushort> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
540
public static Vector64<uint> AddSaturate(Vector64<uint> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
546
public static Vector128<byte> AddSaturate(Vector128<byte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
552
public static Vector128<short> AddSaturate(Vector128<short> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
558
public static Vector128<int> AddSaturate(Vector128<int> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
564
public static Vector128<long> AddSaturate(Vector128<long> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
570
public static Vector128<sbyte> AddSaturate(Vector128<sbyte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
576
public static Vector128<ushort> AddSaturate(Vector128<ushort> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
582
public static Vector128<uint> AddSaturate(Vector128<uint> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
588
public static Vector128<ulong> AddSaturate(Vector128<ulong> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
594
public static Vector64<byte> AddSaturateScalar(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
600
public static Vector64<byte> AddSaturateScalar(Vector64<byte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
606
public static Vector64<short> AddSaturateScalar(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
612
public static Vector64<short> AddSaturateScalar(Vector64<short> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
618
public static Vector64<int> AddSaturateScalar(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
624
public static Vector64<int> AddSaturateScalar(Vector64<int> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
630
public static Vector64<long> AddSaturateScalar(Vector64<long> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
636
public static Vector64<sbyte> AddSaturateScalar(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
642
public static Vector64<sbyte> AddSaturateScalar(Vector64<sbyte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
648
public static Vector64<ushort> AddSaturateScalar(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
654
public static Vector64<ushort> AddSaturateScalar(Vector64<ushort> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
660
public static Vector64<uint> AddSaturateScalar(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
666
public static Vector64<uint> AddSaturateScalar(Vector64<uint> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
672
public static Vector64<ulong> AddSaturateScalar(Vector64<ulong> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
678
public static Vector128<double> Ceiling(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
684
public static Vector128<double> CompareEqual(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
690
public static Vector128<long> CompareEqual(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
696
public static Vector128<ulong> CompareEqual(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
702
public static Vector64<double> CompareEqualScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
708
public static Vector64<long> CompareEqualScalar(Vector64<long> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
714
public static Vector64<float> CompareEqualScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
720
public static Vector64<ulong> CompareEqualScalar(Vector64<ulong> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
726
public static Vector128<double> CompareGreaterThan(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
732
public static Vector128<long> CompareGreaterThan(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
738
public static Vector128<ulong> CompareGreaterThan(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
744
public static Vector64<double> CompareGreaterThanScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
750
public static Vector64<long> CompareGreaterThanScalar(Vector64<long> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
756
public static Vector64<float> CompareGreaterThanScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
762
public static Vector64<ulong> CompareGreaterThanScalar(Vector64<ulong> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
768
public static Vector128<double> CompareGreaterThanOrEqual(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
774
public static Vector128<long> CompareGreaterThanOrEqual(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
780
public static Vector128<ulong> CompareGreaterThanOrEqual(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
786
public static Vector64<double> CompareGreaterThanOrEqualScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
792
public static Vector64<long> CompareGreaterThanOrEqualScalar(Vector64<long> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
798
public static Vector64<float> CompareGreaterThanOrEqualScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
804
public static Vector64<ulong> CompareGreaterThanOrEqualScalar(Vector64<ulong> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
810
public static Vector128<double> CompareLessThan(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
816
public static Vector128<long> CompareLessThan(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
822
public static Vector128<ulong> CompareLessThan(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
828
public static Vector64<double> CompareLessThanScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
834
public static Vector64<long> CompareLessThanScalar(Vector64<long> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
840
public static Vector64<float> CompareLessThanScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
846
public static Vector64<ulong> CompareLessThanScalar(Vector64<ulong> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
852
public static Vector128<double> CompareLessThanOrEqual(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
858
public static Vector128<long> CompareLessThanOrEqual(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
864
public static Vector128<ulong> CompareLessThanOrEqual(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
870
public static Vector64<double> CompareLessThanOrEqualScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
876
public static Vector64<long> CompareLessThanOrEqualScalar(Vector64<long> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
882
public static Vector64<float> CompareLessThanOrEqualScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
888
public static Vector64<ulong> CompareLessThanOrEqualScalar(Vector64<ulong> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
895
public static Vector128<double> CompareTest(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
901
public static Vector128<long> CompareTest(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
907
public static Vector128<ulong> CompareTest(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
914
public static Vector64<double> CompareTestScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
920
public static Vector64<long> CompareTestScalar(Vector64<long> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
926
public static Vector64<ulong> CompareTestScalar(Vector64<ulong> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
932
public static Vector128<double> ConvertToDouble(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
938
public static Vector128<double> ConvertToDouble(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
944
public static Vector128<double> ConvertToDouble(Vector128<ulong> value) { throw new
PlatformNotSupportedException
(); }
950
public static Vector64<double> ConvertToDoubleScalar(Vector64<long> value) { throw new
PlatformNotSupportedException
(); }
956
public static Vector64<double> ConvertToDoubleScalar(Vector64<ulong> value) { throw new
PlatformNotSupportedException
(); }
962
public static Vector128<double> ConvertToDoubleUpper(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
968
public static Vector128<long> ConvertToInt64RoundAwayFromZero(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
974
public static Vector64<long> ConvertToInt64RoundAwayFromZeroScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
980
public static Vector128<long> ConvertToInt64RoundToEven(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
986
public static Vector64<long> ConvertToInt64RoundToEvenScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
992
public static Vector128<long> ConvertToInt64RoundToNegativeInfinity(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
998
public static Vector64<long> ConvertToInt64RoundToNegativeInfinityScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
1004
public static Vector128<long> ConvertToInt64RoundToPositiveInfinity(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
1010
public static Vector64<long> ConvertToInt64RoundToPositiveInfinityScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
1016
public static Vector128<long> ConvertToInt64RoundToZero(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
1022
public static Vector64<long> ConvertToInt64RoundToZeroScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
1028
public static Vector64<float> ConvertToSingleLower(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
1034
public static Vector64<float> ConvertToSingleRoundToOddLower(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
1040
public static Vector128<float> ConvertToSingleRoundToOddUpper(Vector64<float> lower, Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
1046
public static Vector128<float> ConvertToSingleUpper(Vector64<float> lower, Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
1052
public static Vector128<ulong> ConvertToUInt64RoundAwayFromZero(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
1058
public static Vector64<ulong> ConvertToUInt64RoundAwayFromZeroScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
1064
public static Vector128<ulong> ConvertToUInt64RoundToEven(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
1070
public static Vector64<ulong> ConvertToUInt64RoundToEvenScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
1076
public static Vector128<ulong> ConvertToUInt64RoundToNegativeInfinity(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
1082
public static Vector64<ulong> ConvertToUInt64RoundToNegativeInfinityScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
1088
public static Vector128<ulong> ConvertToUInt64RoundToPositiveInfinity(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
1094
public static Vector64<ulong> ConvertToUInt64RoundToPositiveInfinityScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
1100
public static Vector128<ulong> ConvertToUInt64RoundToZero(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
1106
public static Vector64<ulong> ConvertToUInt64RoundToZeroScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
1112
public static Vector64<float> Divide(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
1118
public static Vector128<double> Divide(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
1124
public static Vector128<float> Divide(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
1130
public static Vector128<double> DuplicateSelectedScalarToVector128(Vector128<double> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
1136
public static Vector128<long> DuplicateSelectedScalarToVector128(Vector128<long> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
1142
public static Vector128<ulong> DuplicateSelectedScalarToVector128(Vector128<ulong> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
1148
public static Vector128<double> DuplicateToVector128(double value) { throw new
PlatformNotSupportedException
(); }
1154
public static Vector128<long> DuplicateToVector128(long value) { throw new
PlatformNotSupportedException
(); }
1160
public static Vector128<ulong> DuplicateToVector128(ulong value) { throw new
PlatformNotSupportedException
(); }
1166
public static Vector64<byte> ExtractNarrowingSaturateScalar(Vector64<ushort> value) { throw new
PlatformNotSupportedException
(); }
1172
public static Vector64<short> ExtractNarrowingSaturateScalar(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
1178
public static Vector64<int> ExtractNarrowingSaturateScalar(Vector64<long> value) { throw new
PlatformNotSupportedException
(); }
1184
public static Vector64<sbyte> ExtractNarrowingSaturateScalar(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
1190
public static Vector64<ushort> ExtractNarrowingSaturateScalar(Vector64<uint> value) { throw new
PlatformNotSupportedException
(); }
1196
public static Vector64<uint> ExtractNarrowingSaturateScalar(Vector64<ulong> value) { throw new
PlatformNotSupportedException
(); }
1202
public static Vector64<byte> ExtractNarrowingSaturateUnsignedScalar(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
1208
public static Vector64<ushort> ExtractNarrowingSaturateUnsignedScalar(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
1214
public static Vector64<uint> ExtractNarrowingSaturateUnsignedScalar(Vector64<long> value) { throw new
PlatformNotSupportedException
(); }
1220
public static Vector128<double> Floor(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
1226
public static Vector128<double> FusedMultiplyAdd(Vector128<double> addend, Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
1232
public static Vector64<float> FusedMultiplyAddByScalar(Vector64<float> addend, Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
1238
public static Vector128<double> FusedMultiplyAddByScalar(Vector128<double> addend, Vector128<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
1244
public static Vector128<float> FusedMultiplyAddByScalar(Vector128<float> addend, Vector128<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
1250
public static Vector64<float> FusedMultiplyAddBySelectedScalar(Vector64<float> addend, Vector64<float> left, Vector64<float> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
1256
public static Vector64<float> FusedMultiplyAddBySelectedScalar(Vector64<float> addend, Vector64<float> left, Vector128<float> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
1262
public static Vector128<double> FusedMultiplyAddBySelectedScalar(Vector128<double> addend, Vector128<double> left, Vector128<double> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
1268
public static Vector128<float> FusedMultiplyAddBySelectedScalar(Vector128<float> addend, Vector128<float> left, Vector64<float> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
1274
public static Vector128<float> FusedMultiplyAddBySelectedScalar(Vector128<float> addend, Vector128<float> left, Vector128<float> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
1280
public static Vector64<double> FusedMultiplyAddScalarBySelectedScalar(Vector64<double> addend, Vector64<double> left, Vector128<double> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
1286
public static Vector64<float> FusedMultiplyAddScalarBySelectedScalar(Vector64<float> addend, Vector64<float> left, Vector64<float> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
1292
public static Vector64<float> FusedMultiplyAddScalarBySelectedScalar(Vector64<float> addend, Vector64<float> left, Vector128<float> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
1298
public static Vector128<double> FusedMultiplySubtract(Vector128<double> minuend, Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
1304
public static Vector64<float> FusedMultiplySubtractByScalar(Vector64<float> minuend, Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
1310
public static Vector128<double> FusedMultiplySubtractByScalar(Vector128<double> minuend, Vector128<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
1316
public static Vector128<float> FusedMultiplySubtractByScalar(Vector128<float> minuend, Vector128<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
1322
public static Vector64<float> FusedMultiplySubtractBySelectedScalar(Vector64<float> minuend, Vector64<float> left, Vector64<float> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
1328
public static Vector64<float> FusedMultiplySubtractBySelectedScalar(Vector64<float> minuend, Vector64<float> left, Vector128<float> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
1334
public static Vector128<double> FusedMultiplySubtractBySelectedScalar(Vector128<double> minuend, Vector128<double> left, Vector128<double> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
1340
public static Vector128<float> FusedMultiplySubtractBySelectedScalar(Vector128<float> minuend, Vector128<float> left, Vector64<float> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
1346
public static Vector128<float> FusedMultiplySubtractBySelectedScalar(Vector128<float> minuend, Vector128<float> left, Vector128<float> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
1352
public static Vector64<double> FusedMultiplySubtractScalarBySelectedScalar(Vector64<double> minuend, Vector64<double> left, Vector128<double> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
1358
public static Vector64<float> FusedMultiplySubtractScalarBySelectedScalar(Vector64<float> minuend, Vector64<float> left, Vector64<float> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
1364
public static Vector64<float> FusedMultiplySubtractScalarBySelectedScalar(Vector64<float> minuend, Vector64<float> left, Vector128<float> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
1370
public static Vector64<byte> InsertSelectedScalar(Vector64<byte> result, [ConstantExpected(Max = (byte)(7))] byte resultIndex, Vector64<byte> value, [ConstantExpected(Max = (byte)(7))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1376
public static Vector64<byte> InsertSelectedScalar(Vector64<byte> result, [ConstantExpected(Max = (byte)(7))] byte resultIndex, Vector128<byte> value, [ConstantExpected(Max = (byte)(15))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1382
public static Vector64<short> InsertSelectedScalar(Vector64<short> result, [ConstantExpected(Max = (byte)(3))] byte resultIndex, Vector64<short> value, [ConstantExpected(Max = (byte)(3))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1388
public static Vector64<short> InsertSelectedScalar(Vector64<short> result, [ConstantExpected(Max = (byte)(3))] byte resultIndex, Vector128<short> value, [ConstantExpected(Max = (byte)(7))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1394
public static Vector64<int> InsertSelectedScalar(Vector64<int> result, [ConstantExpected(Max = (byte)(1))] byte resultIndex, Vector64<int> value, [ConstantExpected(Max = (byte)(1))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1400
public static Vector64<int> InsertSelectedScalar(Vector64<int> result, [ConstantExpected(Max = (byte)(1))] byte resultIndex, Vector128<int> value, [ConstantExpected(Max = (byte)(3))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1406
public static Vector64<sbyte> InsertSelectedScalar(Vector64<sbyte> result, [ConstantExpected(Max = (byte)(7))] byte resultIndex, Vector64<sbyte> value, [ConstantExpected(Max = (byte)(7))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1412
public static Vector64<sbyte> InsertSelectedScalar(Vector64<sbyte> result, [ConstantExpected(Max = (byte)(7))] byte resultIndex, Vector128<sbyte> value, [ConstantExpected(Max = (byte)(15))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1418
public static Vector64<float> InsertSelectedScalar(Vector64<float> result, [ConstantExpected(Max = (byte)(1))] byte resultIndex, Vector64<float> value, [ConstantExpected(Max = (byte)(1))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1424
public static Vector64<float> InsertSelectedScalar(Vector64<float> result, [ConstantExpected(Max = (byte)(1))] byte resultIndex, Vector128<float> value, [ConstantExpected(Max = (byte)(3))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1430
public static Vector64<ushort> InsertSelectedScalar(Vector64<ushort> result, [ConstantExpected(Max = (byte)(3))] byte resultIndex, Vector64<ushort> value, [ConstantExpected(Max = (byte)(3))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1436
public static Vector64<ushort> InsertSelectedScalar(Vector64<ushort> result, [ConstantExpected(Max = (byte)(3))] byte resultIndex, Vector128<ushort> value, [ConstantExpected(Max = (byte)(7))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1442
public static Vector64<uint> InsertSelectedScalar(Vector64<uint> result, [ConstantExpected(Max = (byte)(1))] byte resultIndex, Vector64<uint> value, [ConstantExpected(Max = (byte)(1))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1448
public static Vector64<uint> InsertSelectedScalar(Vector64<uint> result, [ConstantExpected(Max = (byte)(1))] byte resultIndex, Vector128<uint> value, [ConstantExpected(Max = (byte)(3))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1454
public static Vector128<byte> InsertSelectedScalar(Vector128<byte> result, [ConstantExpected(Max = (byte)(15))] byte resultIndex, Vector64<byte> value, [ConstantExpected(Max = (byte)(7))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1460
public static Vector128<byte> InsertSelectedScalar(Vector128<byte> result, [ConstantExpected(Max = (byte)(15))] byte resultIndex, Vector128<byte> value, [ConstantExpected(Max = (byte)(15))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1466
public static Vector128<double> InsertSelectedScalar(Vector128<double> result, [ConstantExpected(Max = (byte)(1))] byte resultIndex, Vector128<double> value, [ConstantExpected(Max = (byte)(1))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1472
public static Vector128<short> InsertSelectedScalar(Vector128<short> result, [ConstantExpected(Max = (byte)(7))] byte resultIndex, Vector64<short> value, [ConstantExpected(Max = (byte)(3))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1478
public static Vector128<short> InsertSelectedScalar(Vector128<short> result, [ConstantExpected(Max = (byte)(7))] byte resultIndex, Vector128<short> value, [ConstantExpected(Max = (byte)(7))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1484
public static Vector128<int> InsertSelectedScalar(Vector128<int> result, [ConstantExpected(Max = (byte)(3))] byte resultIndex, Vector64<int> value, [ConstantExpected(Max = (byte)(1))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1490
public static Vector128<int> InsertSelectedScalar(Vector128<int> result, [ConstantExpected(Max = (byte)(3))] byte resultIndex, Vector128<int> value, [ConstantExpected(Max = (byte)(3))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1496
public static Vector128<long> InsertSelectedScalar(Vector128<long> result, [ConstantExpected(Max = (byte)(1))] byte resultIndex, Vector128<long> value, [ConstantExpected(Max = (byte)(1))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1502
public static Vector128<sbyte> InsertSelectedScalar(Vector128<sbyte> result, [ConstantExpected(Max = (byte)(15))] byte resultIndex, Vector64<sbyte> value, [ConstantExpected(Max = (byte)(7))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1508
public static Vector128<sbyte> InsertSelectedScalar(Vector128<sbyte> result, [ConstantExpected(Max = (byte)(15))] byte resultIndex, Vector128<sbyte> value, [ConstantExpected(Max = (byte)(15))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1514
public static Vector128<float> InsertSelectedScalar(Vector128<float> result, [ConstantExpected(Max = (byte)(3))] byte resultIndex, Vector64<float> value, [ConstantExpected(Max = (byte)(1))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1520
public static Vector128<float> InsertSelectedScalar(Vector128<float> result, [ConstantExpected(Max = (byte)(3))] byte resultIndex, Vector128<float> value, [ConstantExpected(Max = (byte)(3))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1526
public static Vector128<ushort> InsertSelectedScalar(Vector128<ushort> result, [ConstantExpected(Max = (byte)(7))] byte resultIndex, Vector64<ushort> value, [ConstantExpected(Max = (byte)(3))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1532
public static Vector128<ushort> InsertSelectedScalar(Vector128<ushort> result, [ConstantExpected(Max = (byte)(7))] byte resultIndex, Vector128<ushort> value, [ConstantExpected(Max = (byte)(7))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1538
public static Vector128<uint> InsertSelectedScalar(Vector128<uint> result, [ConstantExpected(Max = (byte)(3))] byte resultIndex, Vector64<uint> value, [ConstantExpected(Max = (byte)(1))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1544
public static Vector128<uint> InsertSelectedScalar(Vector128<uint> result, [ConstantExpected(Max = (byte)(3))] byte resultIndex, Vector128<uint> value, [ConstantExpected(Max = (byte)(3))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1550
public static Vector128<ulong> InsertSelectedScalar(Vector128<ulong> result, [ConstantExpected(Max = (byte)(1))] byte resultIndex, Vector128<ulong> value, [ConstantExpected(Max = (byte)(1))] byte valueIndex) { throw new
PlatformNotSupportedException
(); }
1553
public static unsafe (Vector128<byte> Value1, Vector128<byte> Value2) LoadAndInsertScalar((Vector128<byte>, Vector128<byte>) values, [ConstantExpected(Max = (byte)(15))] byte index, byte* address) { throw new
PlatformNotSupportedException
(); }
1556
public static unsafe (Vector128<sbyte> Value1, Vector128<sbyte> Value2) LoadAndInsertScalar((Vector128<sbyte>, Vector128<sbyte>) values, [ConstantExpected(Max = (byte)(15))] byte index, sbyte* address) { throw new
PlatformNotSupportedException
(); }
1559
public static unsafe (Vector128<short> Value1, Vector128<short> Value2) LoadAndInsertScalar((Vector128<short>, Vector128<short>) values, [ConstantExpected(Max = (byte)(7))] byte index, short* address) { throw new
PlatformNotSupportedException
(); }
1562
public static unsafe (Vector128<ushort> Value1, Vector128<ushort> Value2) LoadAndInsertScalar((Vector128<ushort>, Vector128<ushort>) values, [ConstantExpected(Max = (byte)(7))] byte index, ushort* address) { throw new
PlatformNotSupportedException
(); }
1565
public static unsafe (Vector128<int> Value1, Vector128<int> Value2) LoadAndInsertScalar((Vector128<int>, Vector128<int>) values, [ConstantExpected(Max = (byte)(3))] byte index, int* address) { throw new
PlatformNotSupportedException
(); }
1568
public static unsafe (Vector128<uint> Value1, Vector128<uint> Value2) LoadAndInsertScalar((Vector128<uint>, Vector128<uint>) values, [ConstantExpected(Max = (byte)(3))] byte index, uint* address) { throw new
PlatformNotSupportedException
(); }
1571
public static unsafe (Vector128<long> Value1, Vector128<long> Value2) LoadAndInsertScalar((Vector128<long>, Vector128<long>) values, [ConstantExpected(Max = (byte)(1))] byte index, long* address) { throw new
PlatformNotSupportedException
(); }
1574
public static unsafe (Vector128<ulong> Value1, Vector128<ulong> Value2) LoadAndInsertScalar((Vector128<ulong>, Vector128<ulong>) values, [ConstantExpected(Max = (byte)(1))] byte index, ulong* address) { throw new
PlatformNotSupportedException
(); }
1577
public static unsafe (Vector128<float> Value1, Vector128<float> Value2) LoadAndInsertScalar((Vector128<float>, Vector128<float>) values, [ConstantExpected(Max = (byte)(3))] byte index, float* address) { throw new
PlatformNotSupportedException
(); }
1580
public static unsafe (Vector128<double> Value1, Vector128<double> Value2) LoadAndInsertScalar((Vector128<double>, Vector128<double>) values, [ConstantExpected(Max = (byte)(1))] byte index, double* address) { throw new
PlatformNotSupportedException
(); }
1583
public static unsafe (Vector128<byte> Value1, Vector128<byte> Value2, Vector128<byte> Value3) LoadAndInsertScalar((Vector128<byte>, Vector128<byte>, Vector128<byte>) values, [ConstantExpected(Max = (byte)(15))] byte index, byte* address) { throw new
PlatformNotSupportedException
(); }
1586
public static unsafe (Vector128<sbyte> Value1, Vector128<sbyte> Value2, Vector128<sbyte> Value3) LoadAndInsertScalar((Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>) values, [ConstantExpected(Max = (byte)(15))] byte index, sbyte* address) { throw new
PlatformNotSupportedException
(); }
1589
public static unsafe (Vector128<short> Value1, Vector128<short> Value2, Vector128<short> Value3) LoadAndInsertScalar((Vector128<short>, Vector128<short>, Vector128<short>) values, [ConstantExpected(Max = (byte)(7))] byte index, short* address) { throw new
PlatformNotSupportedException
(); }
1592
public static unsafe (Vector128<ushort> Value1, Vector128<ushort> Value2, Vector128<ushort> Value3) LoadAndInsertScalar((Vector128<ushort>, Vector128<ushort>, Vector128<ushort>) values, [ConstantExpected(Max = (byte)(7))] byte index, ushort* address) { throw new
PlatformNotSupportedException
(); }
1595
public static unsafe (Vector128<int> Value1, Vector128<int> Value2, Vector128<int> Value3) LoadAndInsertScalar((Vector128<int>, Vector128<int>, Vector128<int>) values, [ConstantExpected(Max = (byte)(3))] byte index, int* address) { throw new
PlatformNotSupportedException
(); }
1598
public static unsafe (Vector128<uint> Value1, Vector128<uint> Value2, Vector128<uint> Value3) LoadAndInsertScalar((Vector128<uint>, Vector128<uint>, Vector128<uint>) values, [ConstantExpected(Max = (byte)(3))] byte index, uint* address) { throw new
PlatformNotSupportedException
(); }
1601
public static unsafe (Vector128<long> Value1, Vector128<long> Value2, Vector128<long> Value3) LoadAndInsertScalar((Vector128<long>, Vector128<long>, Vector128<long>) values, [ConstantExpected(Max = (byte)(1))] byte index, long* address) { throw new
PlatformNotSupportedException
(); }
1604
public static unsafe (Vector128<ulong> Value1, Vector128<ulong> Value2, Vector128<ulong> Value3) LoadAndInsertScalar((Vector128<ulong>, Vector128<ulong>, Vector128<ulong>) values, [ConstantExpected(Max = (byte)(1))] byte index, ulong* address) { throw new
PlatformNotSupportedException
(); }
1607
public static unsafe (Vector128<float> Value1, Vector128<float> Value2, Vector128<float> Value3) LoadAndInsertScalar((Vector128<float>, Vector128<float>, Vector128<float>) values, [ConstantExpected(Max = (byte)(3))] byte index, float* address) { throw new
PlatformNotSupportedException
(); }
1610
public static unsafe (Vector128<double> Value1, Vector128<double> Value2, Vector128<double> Value3) LoadAndInsertScalar((Vector128<double>, Vector128<double>, Vector128<double>) values, [ConstantExpected(Max = (byte)(1))] byte index, double* address) { throw new
PlatformNotSupportedException
(); }
1613
public static unsafe (Vector128<byte> Value1, Vector128<byte> Value2, Vector128<byte> Value3, Vector128<byte> Value4) LoadAndInsertScalar((Vector128<byte>, Vector128<byte>, Vector128<byte>, Vector128<byte>) values, [ConstantExpected(Max = (byte)(15))] byte index, byte* address) { throw new
PlatformNotSupportedException
(); }
1616
public static unsafe (Vector128<sbyte> Value1, Vector128<sbyte> Value2, Vector128<sbyte> Value3, Vector128<sbyte> Value4) LoadAndInsertScalar((Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>) values, [ConstantExpected(Max = (byte)(15))] byte index, sbyte* address) { throw new
PlatformNotSupportedException
(); }
1619
public static unsafe (Vector128<short> Value1, Vector128<short> Value2, Vector128<short> Value3, Vector128<short> Value4) LoadAndInsertScalar((Vector128<short>, Vector128<short>, Vector128<short>, Vector128<short>) values, [ConstantExpected(Max = (byte)(7))] byte index, short* address) { throw new
PlatformNotSupportedException
(); }
1622
public static unsafe (Vector128<ushort> Value1, Vector128<ushort> Value2, Vector128<ushort> Value3, Vector128<ushort> Value4) LoadAndInsertScalar((Vector128<ushort>, Vector128<ushort>, Vector128<ushort>, Vector128<ushort>) values, [ConstantExpected(Max = (byte)(7))] byte index, ushort* address) { throw new
PlatformNotSupportedException
(); }
1625
public static unsafe (Vector128<int> Value1, Vector128<int> Value2, Vector128<int> Value3, Vector128<int> Value4) LoadAndInsertScalar((Vector128<int>, Vector128<int>, Vector128<int>, Vector128<int>) values, [ConstantExpected(Max = (byte)(3))] byte index, int* address) { throw new
PlatformNotSupportedException
(); }
1628
public static unsafe (Vector128<uint> Value1, Vector128<uint> Value2, Vector128<uint> Value3, Vector128<uint> Value4) LoadAndInsertScalar((Vector128<uint>, Vector128<uint>, Vector128<uint>, Vector128<uint>) values, [ConstantExpected(Max = (byte)(3))] byte index, uint* address) { throw new
PlatformNotSupportedException
(); }
1631
public static unsafe (Vector128<long> Value1, Vector128<long> Value2, Vector128<long> Value3, Vector128<long> Value4) LoadAndInsertScalar((Vector128<long>, Vector128<long>, Vector128<long>, Vector128<long>) values, [ConstantExpected(Max = (byte)(1))] byte index, long* address) { throw new
PlatformNotSupportedException
(); }
1634
public static unsafe (Vector128<ulong> Value1, Vector128<ulong> Value2, Vector128<ulong> Value3, Vector128<ulong> Value4) LoadAndInsertScalar((Vector128<ulong>, Vector128<ulong>, Vector128<ulong>, Vector128<ulong>) values, [ConstantExpected(Max = (byte)(1))] byte index, ulong* address) { throw new
PlatformNotSupportedException
(); }
1637
public static unsafe (Vector128<float> Value1, Vector128<float> Value2, Vector128<float> Value3, Vector128<float> Value4) LoadAndInsertScalar((Vector128<float>, Vector128<float>, Vector128<float>, Vector128<float>) values, [ConstantExpected(Max = (byte)(3))] byte index, float* address) { throw new
PlatformNotSupportedException
(); }
1640
public static unsafe (Vector128<double> Value1, Vector128<double> Value2, Vector128<double> Value3, Vector128<double> Value4) LoadAndInsertScalar((Vector128<double>, Vector128<double>, Vector128<double>, Vector128<double>) values, [ConstantExpected(Max = (byte)(1))] byte index, double* address) { throw new
PlatformNotSupportedException
(); }
1646
public static unsafe Vector128<double> LoadAndReplicateToVector128(double* address) { throw new
PlatformNotSupportedException
(); }
1652
public static unsafe Vector128<long> LoadAndReplicateToVector128(long* address) { throw new
PlatformNotSupportedException
(); }
1658
public static unsafe Vector128<ulong> LoadAndReplicateToVector128(ulong* address) { throw new
PlatformNotSupportedException
(); }
1661
public static unsafe (Vector128<byte> Value1, Vector128<byte> Value2) LoadAndReplicateToVector128x2(byte* address) { throw new
PlatformNotSupportedException
(); }
1664
public static unsafe (Vector128<sbyte> Value1, Vector128<sbyte> Value2) LoadAndReplicateToVector128x2(sbyte* address) { throw new
PlatformNotSupportedException
(); }
1667
public static unsafe (Vector128<short> Value1, Vector128<short> Value2) LoadAndReplicateToVector128x2(short* address) { throw new
PlatformNotSupportedException
(); }
1670
public static unsafe (Vector128<ushort> Value1, Vector128<ushort> Value2) LoadAndReplicateToVector128x2(ushort* address) { throw new
PlatformNotSupportedException
(); }
1673
public static unsafe (Vector128<int> Value1, Vector128<int> Value2) LoadAndReplicateToVector128x2(int* address) { throw new
PlatformNotSupportedException
(); }
1676
public static unsafe (Vector128<uint> Value1, Vector128<uint> Value2) LoadAndReplicateToVector128x2(uint* address) { throw new
PlatformNotSupportedException
(); }
1679
public static unsafe (Vector128<long> Value1, Vector128<long> Value2) LoadAndReplicateToVector128x2(long* address) { throw new
PlatformNotSupportedException
(); }
1682
public static unsafe (Vector128<ulong> Value1, Vector128<ulong> Value2) LoadAndReplicateToVector128x2(ulong* address) { throw new
PlatformNotSupportedException
(); }
1685
public static unsafe (Vector128<float> Value1, Vector128<float> Value2) LoadAndReplicateToVector128x2(float* address) { throw new
PlatformNotSupportedException
(); }
1688
public static unsafe (Vector128<double> Value1, Vector128<double> Value2) LoadAndReplicateToVector128x2(double* address) { throw new
PlatformNotSupportedException
(); }
1691
public static unsafe (Vector128<byte> Value1, Vector128<byte> Value2, Vector128<byte> Value3) LoadAndReplicateToVector128x3(byte* address) { throw new
PlatformNotSupportedException
(); }
1694
public static unsafe (Vector128<sbyte> Value1, Vector128<sbyte> Value2, Vector128<sbyte> Value3) LoadAndReplicateToVector128x3(sbyte* address) { throw new
PlatformNotSupportedException
(); }
1697
public static unsafe (Vector128<short> Value1, Vector128<short> Value2, Vector128<short> Value3) LoadAndReplicateToVector128x3(short* address) { throw new
PlatformNotSupportedException
(); }
1700
public static unsafe (Vector128<ushort> Value1, Vector128<ushort> Value2, Vector128<ushort> Value3) LoadAndReplicateToVector128x3(ushort* address) { throw new
PlatformNotSupportedException
(); }
1703
public static unsafe (Vector128<int> Value1, Vector128<int> Value2, Vector128<int> Value3) LoadAndReplicateToVector128x3(int* address) { throw new
PlatformNotSupportedException
(); }
1706
public static unsafe (Vector128<uint> Value1, Vector128<uint> Value2, Vector128<uint> Value3) LoadAndReplicateToVector128x3(uint* address) { throw new
PlatformNotSupportedException
(); }
1709
public static unsafe (Vector128<long> Value1, Vector128<long> Value2, Vector128<long> Value3) LoadAndReplicateToVector128x3(long* address) { throw new
PlatformNotSupportedException
(); }
1712
public static unsafe (Vector128<ulong> Value1, Vector128<ulong> Value2, Vector128<ulong> Value3) LoadAndReplicateToVector128x3(ulong* address) { throw new
PlatformNotSupportedException
(); }
1715
public static unsafe (Vector128<float> Value1, Vector128<float> Value2, Vector128<float> Value3) LoadAndReplicateToVector128x3(float* address) { throw new
PlatformNotSupportedException
(); }
1718
public static unsafe (Vector128<double> Value1, Vector128<double> Value2, Vector128<double> Value3) LoadAndReplicateToVector128x3(double* address) { throw new
PlatformNotSupportedException
(); }
1721
public static unsafe (Vector128<byte> Value1, Vector128<byte> Value2, Vector128<byte> Value3, Vector128<byte> Value4) LoadAndReplicateToVector128x4(byte* address) { throw new
PlatformNotSupportedException
(); }
1724
public static unsafe (Vector128<sbyte> Value1, Vector128<sbyte> Value2, Vector128<sbyte> Value3, Vector128<sbyte> Value4) LoadAndReplicateToVector128x4(sbyte* address) { throw new
PlatformNotSupportedException
(); }
1727
public static unsafe (Vector128<short> Value1, Vector128<short> Value2, Vector128<short> Value3, Vector128<short> Value4) LoadAndReplicateToVector128x4(short* address) { throw new
PlatformNotSupportedException
(); }
1730
public static unsafe (Vector128<ushort> Value1, Vector128<ushort> Value2, Vector128<ushort> Value3, Vector128<ushort> Value4) LoadAndReplicateToVector128x4(ushort* address) { throw new
PlatformNotSupportedException
(); }
1733
public static unsafe (Vector128<int> Value1, Vector128<int> Value2, Vector128<int> Value3, Vector128<int> Value4) LoadAndReplicateToVector128x4(int* address) { throw new
PlatformNotSupportedException
(); }
1736
public static unsafe (Vector128<uint> Value1, Vector128<uint> Value2, Vector128<uint> Value3, Vector128<uint> Value4) LoadAndReplicateToVector128x4(uint* address) { throw new
PlatformNotSupportedException
(); }
1739
public static unsafe (Vector128<long> Value1, Vector128<long> Value2, Vector128<long> Value3, Vector128<long> Value4) LoadAndReplicateToVector128x4(long* address) { throw new
PlatformNotSupportedException
(); }
1742
public static unsafe (Vector128<ulong> Value1, Vector128<ulong> Value2, Vector128<ulong> Value3, Vector128<ulong> Value4) LoadAndReplicateToVector128x4(ulong* address) { throw new
PlatformNotSupportedException
(); }
1745
public static unsafe (Vector128<float> Value1, Vector128<float> Value2, Vector128<float> Value3, Vector128<float> Value4) LoadAndReplicateToVector128x4(float* address) { throw new
PlatformNotSupportedException
(); }
1748
public static unsafe (Vector128<double> Value1, Vector128<double> Value2, Vector128<double> Value3, Vector128<double> Value4) LoadAndReplicateToVector128x4(double* address) { throw new
PlatformNotSupportedException
(); }
1751
public static unsafe (Vector64<byte> Value1, Vector64<byte> Value2) LoadPairVector64(byte* address) { throw new
PlatformNotSupportedException
(); }
1754
public static unsafe (Vector64<double> Value1, Vector64<double> Value2) LoadPairVector64(double* address) { throw new
PlatformNotSupportedException
(); }
1757
public static unsafe (Vector64<short> Value1, Vector64<short> Value2) LoadPairVector64(short* address) { throw new
PlatformNotSupportedException
(); }
1760
public static unsafe (Vector64<int> Value1, Vector64<int> Value2) LoadPairVector64(int* address) { throw new
PlatformNotSupportedException
(); }
1763
public static unsafe (Vector64<long> Value1, Vector64<long> Value2) LoadPairVector64(long* address) { throw new
PlatformNotSupportedException
(); }
1766
public static unsafe (Vector64<sbyte> Value1, Vector64<sbyte> Value2) LoadPairVector64(sbyte* address) { throw new
PlatformNotSupportedException
(); }
1769
public static unsafe (Vector64<float> Value1, Vector64<float> Value2) LoadPairVector64(float* address) { throw new
PlatformNotSupportedException
(); }
1772
public static unsafe (Vector64<ushort> Value1, Vector64<ushort> Value2) LoadPairVector64(ushort* address) { throw new
PlatformNotSupportedException
(); }
1775
public static unsafe (Vector64<uint> Value1, Vector64<uint> Value2) LoadPairVector64(uint* address) { throw new
PlatformNotSupportedException
(); }
1778
public static unsafe (Vector64<ulong> Value1, Vector64<ulong> Value2) LoadPairVector64(ulong* address) { throw new
PlatformNotSupportedException
(); }
1781
public static unsafe (Vector64<int> Value1, Vector64<int> Value2) LoadPairScalarVector64(int* address) { throw new
PlatformNotSupportedException
(); }
1784
public static unsafe (Vector64<float> Value1, Vector64<float> Value2) LoadPairScalarVector64(float* address) { throw new
PlatformNotSupportedException
(); }
1787
public static unsafe (Vector64<uint> Value1, Vector64<uint> Value2) LoadPairScalarVector64(uint* address) { throw new
PlatformNotSupportedException
(); }
1790
public static unsafe (Vector128<byte> Value1, Vector128<byte> Value2) LoadPairVector128(byte* address) { throw new
PlatformNotSupportedException
(); }
1793
public static unsafe (Vector128<double> Value1, Vector128<double> Value2) LoadPairVector128(double* address) { throw new
PlatformNotSupportedException
(); }
1796
public static unsafe (Vector128<short> Value1, Vector128<short> Value2) LoadPairVector128(short* address) { throw new
PlatformNotSupportedException
(); }
1799
public static unsafe (Vector128<int> Value1, Vector128<int> Value2) LoadPairVector128(int* address) { throw new
PlatformNotSupportedException
(); }
1802
public static unsafe (Vector128<long> Value1, Vector128<long> Value2) LoadPairVector128(long* address) { throw new
PlatformNotSupportedException
(); }
1805
public static unsafe (Vector128<sbyte> Value1, Vector128<sbyte> Value2) LoadPairVector128(sbyte* address) { throw new
PlatformNotSupportedException
(); }
1808
public static unsafe (Vector128<float> Value1, Vector128<float> Value2) LoadPairVector128(float* address) { throw new
PlatformNotSupportedException
(); }
1811
public static unsafe (Vector128<ushort> Value1, Vector128<ushort> Value2) LoadPairVector128(ushort* address) { throw new
PlatformNotSupportedException
(); }
1814
public static unsafe (Vector128<uint> Value1, Vector128<uint> Value2) LoadPairVector128(uint* address) { throw new
PlatformNotSupportedException
(); }
1817
public static unsafe (Vector128<ulong> Value1, Vector128<ulong> Value2) LoadPairVector128(ulong* address) { throw new
PlatformNotSupportedException
(); }
1820
public static unsafe (Vector64<byte> Value1, Vector64<byte> Value2) LoadPairVector64NonTemporal(byte* address) { throw new
PlatformNotSupportedException
(); }
1823
public static unsafe (Vector64<double> Value1, Vector64<double> Value2) LoadPairVector64NonTemporal(double* address) { throw new
PlatformNotSupportedException
(); }
1826
public static unsafe (Vector64<short> Value1, Vector64<short> Value2) LoadPairVector64NonTemporal(short* address) { throw new
PlatformNotSupportedException
(); }
1829
public static unsafe (Vector64<int> Value1, Vector64<int> Value2) LoadPairVector64NonTemporal(int* address) { throw new
PlatformNotSupportedException
(); }
1832
public static unsafe (Vector64<long> Value1, Vector64<long> Value2) LoadPairVector64NonTemporal(long* address) { throw new
PlatformNotSupportedException
(); }
1835
public static unsafe (Vector64<sbyte> Value1, Vector64<sbyte> Value2) LoadPairVector64NonTemporal(sbyte* address) { throw new
PlatformNotSupportedException
(); }
1838
public static unsafe (Vector64<float> Value1, Vector64<float> Value2) LoadPairVector64NonTemporal(float* address) { throw new
PlatformNotSupportedException
(); }
1841
public static unsafe (Vector64<ushort> Value1, Vector64<ushort> Value2) LoadPairVector64NonTemporal(ushort* address) { throw new
PlatformNotSupportedException
(); }
1844
public static unsafe (Vector64<uint> Value1, Vector64<uint> Value2) LoadPairVector64NonTemporal(uint* address) { throw new
PlatformNotSupportedException
(); }
1847
public static unsafe (Vector64<ulong> Value1, Vector64<ulong> Value2) LoadPairVector64NonTemporal(ulong* address) { throw new
PlatformNotSupportedException
(); }
1850
public static unsafe (Vector64<int> Value1, Vector64<int> Value2) LoadPairScalarVector64NonTemporal(int* address) { throw new
PlatformNotSupportedException
(); }
1853
public static unsafe (Vector64<float> Value1, Vector64<float> Value2) LoadPairScalarVector64NonTemporal(float* address) { throw new
PlatformNotSupportedException
(); }
1856
public static unsafe (Vector64<uint> Value1, Vector64<uint> Value2) LoadPairScalarVector64NonTemporal(uint* address) { throw new
PlatformNotSupportedException
(); }
1859
public static unsafe (Vector128<byte> Value1, Vector128<byte> Value2) LoadPairVector128NonTemporal(byte* address) { throw new
PlatformNotSupportedException
(); }
1862
public static unsafe (Vector128<double> Value1, Vector128<double> Value2) LoadPairVector128NonTemporal(double* address) { throw new
PlatformNotSupportedException
(); }
1865
public static unsafe (Vector128<short> Value1, Vector128<short> Value2) LoadPairVector128NonTemporal(short* address) { throw new
PlatformNotSupportedException
(); }
1868
public static unsafe (Vector128<int> Value1, Vector128<int> Value2) LoadPairVector128NonTemporal(int* address) { throw new
PlatformNotSupportedException
(); }
1871
public static unsafe (Vector128<long> Value1, Vector128<long> Value2) LoadPairVector128NonTemporal(long* address) { throw new
PlatformNotSupportedException
(); }
1874
public static unsafe (Vector128<sbyte> Value1, Vector128<sbyte> Value2) LoadPairVector128NonTemporal(sbyte* address) { throw new
PlatformNotSupportedException
(); }
1877
public static unsafe (Vector128<float> Value1, Vector128<float> Value2) LoadPairVector128NonTemporal(float* address) { throw new
PlatformNotSupportedException
(); }
1880
public static unsafe (Vector128<ushort> Value1, Vector128<ushort> Value2) LoadPairVector128NonTemporal(ushort* address) { throw new
PlatformNotSupportedException
(); }
1883
public static unsafe (Vector128<uint> Value1, Vector128<uint> Value2) LoadPairVector128NonTemporal(uint* address) { throw new
PlatformNotSupportedException
(); }
1886
public static unsafe (Vector128<ulong> Value1, Vector128<ulong> Value2) LoadPairVector128NonTemporal(ulong* address) { throw new
PlatformNotSupportedException
(); }
1889
public static unsafe (Vector128<byte> Value1, Vector128<byte> Value2) Load2xVector128AndUnzip(byte* address) { throw new
PlatformNotSupportedException
(); }
1892
public static unsafe (Vector128<sbyte> Value1, Vector128<sbyte> Value2) Load2xVector128AndUnzip(sbyte* address) { throw new
PlatformNotSupportedException
(); }
1895
public static unsafe (Vector128<short> Value1, Vector128<short> Value2) Load2xVector128AndUnzip(short* address) { throw new
PlatformNotSupportedException
(); }
1898
public static unsafe (Vector128<ushort> Value1, Vector128<ushort> Value2) Load2xVector128AndUnzip(ushort* address) { throw new
PlatformNotSupportedException
(); }
1901
public static unsafe (Vector128<int> Value1, Vector128<int> Value2) Load2xVector128AndUnzip(int* address) { throw new
PlatformNotSupportedException
(); }
1904
public static unsafe (Vector128<uint> Value1, Vector128<uint> Value2) Load2xVector128AndUnzip(uint* address) { throw new
PlatformNotSupportedException
(); }
1907
public static unsafe (Vector128<long> Value1, Vector128<long> Value2) Load2xVector128AndUnzip(long* address) { throw new
PlatformNotSupportedException
(); }
1910
public static unsafe (Vector128<ulong> Value1, Vector128<ulong> Value2) Load2xVector128AndUnzip(ulong* address) { throw new
PlatformNotSupportedException
(); }
1913
public static unsafe (Vector128<float> Value1, Vector128<float> Value2) Load2xVector128AndUnzip(float* address) { throw new
PlatformNotSupportedException
(); }
1916
public static unsafe (Vector128<double> Value1, Vector128<double> Value2) Load2xVector128AndUnzip(double* address) { throw new
PlatformNotSupportedException
(); }
1919
public static unsafe (Vector128<byte> Value1, Vector128<byte> Value2, Vector128<byte> Value3) Load3xVector128AndUnzip(byte* address) { throw new
PlatformNotSupportedException
(); }
1922
public static unsafe (Vector128<sbyte> Value1, Vector128<sbyte> Value2, Vector128<sbyte> Value3) Load3xVector128AndUnzip(sbyte* address) { throw new
PlatformNotSupportedException
(); }
1925
public static unsafe (Vector128<short> Value1, Vector128<short> Value2, Vector128<short> Value3) Load3xVector128AndUnzip(short* address) { throw new
PlatformNotSupportedException
(); }
1928
public static unsafe (Vector128<ushort> Value1, Vector128<ushort> Value2, Vector128<ushort> Value3) Load3xVector128AndUnzip(ushort* address) { throw new
PlatformNotSupportedException
(); }
1931
public static unsafe (Vector128<int> Value1, Vector128<int> Value2, Vector128<int> Value3) Load3xVector128AndUnzip(int* address) { throw new
PlatformNotSupportedException
(); }
1934
public static unsafe (Vector128<uint> Value1, Vector128<uint> Value2, Vector128<uint> Value3) Load3xVector128AndUnzip(uint* address) { throw new
PlatformNotSupportedException
(); }
1937
public static unsafe (Vector128<long> Value1, Vector128<long> Value2, Vector128<long> Value3) Load3xVector128AndUnzip(long* address) { throw new
PlatformNotSupportedException
(); }
1940
public static unsafe (Vector128<ulong> Value1, Vector128<ulong> Value2, Vector128<ulong> Value3) Load3xVector128AndUnzip(ulong* address) { throw new
PlatformNotSupportedException
(); }
1943
public static unsafe (Vector128<float> Value1, Vector128<float> Value2, Vector128<float> Value3) Load3xVector128AndUnzip(float* address) { throw new
PlatformNotSupportedException
(); }
1946
public static unsafe (Vector128<double> Value1, Vector128<double> Value2, Vector128<double> Value3) Load3xVector128AndUnzip(double* address) { throw new
PlatformNotSupportedException
(); }
1949
public static unsafe (Vector128<byte> Value1, Vector128<byte> Value2, Vector128<byte> Value3, Vector128<byte> Value4) Load4xVector128AndUnzip(byte* address) { throw new
PlatformNotSupportedException
(); }
1952
public static unsafe (Vector128<sbyte> Value1, Vector128<sbyte> Value2, Vector128<sbyte> Value3, Vector128<sbyte> Value4) Load4xVector128AndUnzip(sbyte* address) { throw new
PlatformNotSupportedException
(); }
1955
public static unsafe (Vector128<short> Value1, Vector128<short> Value2, Vector128<short> Value3, Vector128<short> Value4) Load4xVector128AndUnzip(short* address) { throw new
PlatformNotSupportedException
(); }
1958
public static unsafe (Vector128<ushort> Value1, Vector128<ushort> Value2, Vector128<ushort> Value3, Vector128<ushort> Value4) Load4xVector128AndUnzip(ushort* address) { throw new
PlatformNotSupportedException
(); }
1961
public static unsafe (Vector128<int> Value1, Vector128<int> Value2, Vector128<int> Value3, Vector128<int> Value4) Load4xVector128AndUnzip(int* address) { throw new
PlatformNotSupportedException
(); }
1964
public static unsafe (Vector128<uint> Value1, Vector128<uint> Value2, Vector128<uint> Value3, Vector128<uint> Value4) Load4xVector128AndUnzip(uint* address) { throw new
PlatformNotSupportedException
(); }
1967
public static unsafe (Vector128<long> Value1, Vector128<long> Value2, Vector128<long> Value3, Vector128<long> Value4) Load4xVector128AndUnzip(long* address) { throw new
PlatformNotSupportedException
(); }
1970
public static unsafe (Vector128<ulong> Value1, Vector128<ulong> Value2, Vector128<ulong> Value3, Vector128<ulong> Value4) Load4xVector128AndUnzip(ulong* address) { throw new
PlatformNotSupportedException
(); }
1973
public static unsafe (Vector128<float> Value1, Vector128<float> Value2, Vector128<float> Value3, Vector128<float> Value4) Load4xVector128AndUnzip(float* address) { throw new
PlatformNotSupportedException
(); }
1976
public static unsafe (Vector128<double> Value1, Vector128<double> Value2, Vector128<double> Value3, Vector128<double> Value4) Load4xVector128AndUnzip(double* address) { throw new
PlatformNotSupportedException
(); }
1979
public static unsafe (Vector128<byte> Value1, Vector128<byte> Value2) Load2xVector128(byte* address) { throw new
PlatformNotSupportedException
(); }
1982
public static unsafe (Vector128<sbyte> Value1, Vector128<sbyte> Value2) Load2xVector128(sbyte* address) { throw new
PlatformNotSupportedException
(); }
1985
public static unsafe (Vector128<short> Value1, Vector128<short> Value2) Load2xVector128(short* address) { throw new
PlatformNotSupportedException
(); }
1988
public static unsafe (Vector128<ushort> Value1, Vector128<ushort> Value2) Load2xVector128(ushort* address) { throw new
PlatformNotSupportedException
(); }
1991
public static unsafe (Vector128<int> Value1, Vector128<int> Value2) Load2xVector128(int* address) { throw new
PlatformNotSupportedException
(); }
1994
public static unsafe (Vector128<uint> Value1, Vector128<uint> Value2) Load2xVector128(uint* address) { throw new
PlatformNotSupportedException
(); }
1997
public static unsafe (Vector128<long> Value1, Vector128<long> Value2) Load2xVector128(long* address) { throw new
PlatformNotSupportedException
(); }
2000
public static unsafe (Vector128<ulong> Value1, Vector128<ulong> Value2) Load2xVector128(ulong* address) { throw new
PlatformNotSupportedException
(); }
2003
public static unsafe (Vector128<float> Value1, Vector128<float> Value2) Load2xVector128(float* address) { throw new
PlatformNotSupportedException
(); }
2006
public static unsafe (Vector128<double> Value1, Vector128<double> Value2) Load2xVector128(double* address) { throw new
PlatformNotSupportedException
(); }
2009
public static unsafe (Vector128<byte> Value1, Vector128<byte> Value2, Vector128<byte> Value3) Load3xVector128(byte* address) { throw new
PlatformNotSupportedException
(); }
2012
public static unsafe (Vector128<sbyte> Value1, Vector128<sbyte> Value2, Vector128<sbyte> Value3) Load3xVector128(sbyte* address) { throw new
PlatformNotSupportedException
(); }
2015
public static unsafe (Vector128<short> Value1, Vector128<short> Value2, Vector128<short> Value3) Load3xVector128(short* address) { throw new
PlatformNotSupportedException
(); }
2018
public static unsafe (Vector128<ushort> Value1, Vector128<ushort> Value2, Vector128<ushort> Value3) Load3xVector128(ushort* address) { throw new
PlatformNotSupportedException
(); }
2021
public static unsafe (Vector128<int> Value1, Vector128<int> Value2, Vector128<int> Value3) Load3xVector128(int* address) { throw new
PlatformNotSupportedException
(); }
2024
public static unsafe (Vector128<uint> Value1, Vector128<uint> Value2, Vector128<uint> Value3) Load3xVector128(uint* address) { throw new
PlatformNotSupportedException
(); }
2027
public static unsafe (Vector128<long> Value1, Vector128<long> Value2, Vector128<long> Value3) Load3xVector128(long* address) { throw new
PlatformNotSupportedException
(); }
2030
public static unsafe (Vector128<ulong> Value1, Vector128<ulong> Value2, Vector128<ulong> Value3) Load3xVector128(ulong* address) { throw new
PlatformNotSupportedException
(); }
2033
public static unsafe (Vector128<float> Value1, Vector128<float> Value2, Vector128<float> Value3) Load3xVector128(float* address) { throw new
PlatformNotSupportedException
(); }
2036
public static unsafe (Vector128<double> Value1, Vector128<double> Value2, Vector128<double> Value3) Load3xVector128(double* address) { throw new
PlatformNotSupportedException
(); }
2039
public static unsafe (Vector128<byte> Value1, Vector128<byte> Value2, Vector128<byte> Value3, Vector128<byte> Value4) Load4xVector128(byte* address) { throw new
PlatformNotSupportedException
(); }
2042
public static unsafe (Vector128<sbyte> Value1, Vector128<sbyte> Value2, Vector128<sbyte> Value3, Vector128<sbyte> Value4) Load4xVector128(sbyte* address) { throw new
PlatformNotSupportedException
(); }
2045
public static unsafe (Vector128<short> Value1, Vector128<short> Value2, Vector128<short> Value3, Vector128<short> Value4) Load4xVector128(short* address) { throw new
PlatformNotSupportedException
(); }
2048
public static unsafe (Vector128<ushort> Value1, Vector128<ushort> Value2, Vector128<ushort> Value3, Vector128<ushort> Value4) Load4xVector128(ushort* address) { throw new
PlatformNotSupportedException
(); }
2051
public static unsafe (Vector128<int> Value1, Vector128<int> Value2, Vector128<int> Value3, Vector128<int> Value4) Load4xVector128(int* address) { throw new
PlatformNotSupportedException
(); }
2054
public static unsafe (Vector128<uint> Value1, Vector128<uint> Value2, Vector128<uint> Value3, Vector128<uint> Value4) Load4xVector128(uint* address) { throw new
PlatformNotSupportedException
(); }
2057
public static unsafe (Vector128<long> Value1, Vector128<long> Value2, Vector128<long> Value3, Vector128<long> Value4) Load4xVector128(long* address) { throw new
PlatformNotSupportedException
(); }
2060
public static unsafe (Vector128<ulong> Value1, Vector128<ulong> Value2, Vector128<ulong> Value3, Vector128<ulong> Value4) Load4xVector128(ulong* address) { throw new
PlatformNotSupportedException
(); }
2063
public static unsafe (Vector128<float> Value1, Vector128<float> Value2, Vector128<float> Value3, Vector128<float> Value4) Load4xVector128(float* address) { throw new
PlatformNotSupportedException
(); }
2066
public static unsafe (Vector128<double> Value1, Vector128<double> Value2, Vector128<double> Value3, Vector128<double> Value4) Load4xVector128(double* address) { throw new
PlatformNotSupportedException
(); }
2072
public static Vector128<double> Max(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
2078
public static Vector64<byte> MaxAcross(Vector64<byte> value) { throw new
PlatformNotSupportedException
(); }
2084
public static Vector64<short> MaxAcross(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
2090
public static Vector64<sbyte> MaxAcross(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
2096
public static Vector64<ushort> MaxAcross(Vector64<ushort> value) { throw new
PlatformNotSupportedException
(); }
2102
public static Vector64<byte> MaxAcross(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
2108
public static Vector64<short> MaxAcross(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
2114
public static Vector64<int> MaxAcross(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
2120
public static Vector64<sbyte> MaxAcross(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
2126
public static Vector64<float> MaxAcross(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
2132
public static Vector64<ushort> MaxAcross(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
2138
public static Vector64<uint> MaxAcross(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
2144
public static Vector128<double> MaxNumber(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
2150
public static Vector64<float> MaxNumberAcross(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
2156
public static Vector64<float> MaxNumberPairwise(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
2162
public static Vector128<double> MaxNumberPairwise(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
2168
public static Vector128<float> MaxNumberPairwise(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
2174
public static Vector64<float> MaxNumberPairwiseScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
2180
public static Vector64<double> MaxNumberPairwiseScalar(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
2186
public static Vector128<byte> MaxPairwise(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
2192
public static Vector128<double> MaxPairwise(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
2198
public static Vector128<short> MaxPairwise(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
2204
public static Vector128<int> MaxPairwise(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
2210
public static Vector128<sbyte> MaxPairwise(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2216
public static Vector128<float> MaxPairwise(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
2222
public static Vector128<ushort> MaxPairwise(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
2228
public static Vector128<uint> MaxPairwise(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
2234
public static Vector64<float> MaxPairwiseScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
2240
public static Vector64<double> MaxPairwiseScalar(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
2246
public static Vector64<double> MaxScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
2253
public static Vector64<float> MaxScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
2259
public static Vector128<double> Min(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
2265
public static Vector64<byte> MinAcross(Vector64<byte> value) { throw new
PlatformNotSupportedException
(); }
2271
public static Vector64<short> MinAcross(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
2277
public static Vector64<sbyte> MinAcross(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
2283
public static Vector64<ushort> MinAcross(Vector64<ushort> value) { throw new
PlatformNotSupportedException
(); }
2289
public static Vector64<byte> MinAcross(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
2295
public static Vector64<short> MinAcross(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
2301
public static Vector64<int> MinAcross(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
2307
public static Vector64<sbyte> MinAcross(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
2313
public static Vector64<float> MinAcross(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
2319
public static Vector64<ushort> MinAcross(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
2325
public static Vector64<uint> MinAcross(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
2331
public static Vector128<double> MinNumber(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
2337
public static Vector64<float> MinNumberAcross(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
2343
public static Vector64<float> MinNumberPairwise(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
2349
public static Vector128<double> MinNumberPairwise(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
2355
public static Vector128<float> MinNumberPairwise(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
2361
public static Vector64<float> MinNumberPairwiseScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
2367
public static Vector64<double> MinNumberPairwiseScalar(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
2373
public static Vector128<byte> MinPairwise(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
2379
public static Vector128<double> MinPairwise(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
2385
public static Vector128<short> MinPairwise(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
2391
public static Vector128<int> MinPairwise(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
2397
public static Vector128<sbyte> MinPairwise(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2403
public static Vector128<float> MinPairwise(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
2409
public static Vector128<ushort> MinPairwise(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
2415
public static Vector128<uint> MinPairwise(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
2421
public static Vector64<float> MinPairwiseScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
2427
public static Vector64<double> MinPairwiseScalar(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
2433
public static Vector64<double> MinScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
2440
public static Vector64<float> MinScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
2446
public static Vector128<double> Multiply(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
2452
public static Vector128<double> MultiplyByScalar(Vector128<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
2458
public static Vector128<double> MultiplyBySelectedScalar(Vector128<double> left, Vector128<double> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2464
public static Vector64<short> MultiplyDoublingSaturateHighScalar(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
2470
public static Vector64<int> MultiplyDoublingSaturateHighScalar(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
2476
public static Vector64<short> MultiplyDoublingScalarBySelectedScalarSaturateHigh(Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2482
public static Vector64<short> MultiplyDoublingScalarBySelectedScalarSaturateHigh(Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2488
public static Vector64<int> MultiplyDoublingScalarBySelectedScalarSaturateHigh(Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2494
public static Vector64<int> MultiplyDoublingScalarBySelectedScalarSaturateHigh(Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2500
public static Vector64<int> MultiplyDoublingWideningAndAddSaturateScalar(Vector64<int> addend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
2506
public static Vector64<long> MultiplyDoublingWideningAndAddSaturateScalar(Vector64<long> addend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
2512
public static Vector64<int> MultiplyDoublingWideningAndSubtractSaturateScalar(Vector64<int> minuend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
2518
public static Vector64<long> MultiplyDoublingWideningAndSubtractSaturateScalar(Vector64<long> minuend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
2524
public static Vector64<int> MultiplyDoublingWideningSaturateScalar(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
2530
public static Vector64<long> MultiplyDoublingWideningSaturateScalar(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
2536
public static Vector64<int> MultiplyDoublingWideningSaturateScalarBySelectedScalar(Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2542
public static Vector64<int> MultiplyDoublingWideningSaturateScalarBySelectedScalar(Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2548
public static Vector64<long> MultiplyDoublingWideningSaturateScalarBySelectedScalar(Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2554
public static Vector64<long> MultiplyDoublingWideningSaturateScalarBySelectedScalar(Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2560
public static Vector64<int> MultiplyDoublingWideningScalarBySelectedScalarAndAddSaturate(Vector64<int> addend, Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2566
public static Vector64<int> MultiplyDoublingWideningScalarBySelectedScalarAndAddSaturate(Vector64<int> addend, Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2572
public static Vector64<long> MultiplyDoublingWideningScalarBySelectedScalarAndAddSaturate(Vector64<long> addend, Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2578
public static Vector64<long> MultiplyDoublingWideningScalarBySelectedScalarAndAddSaturate(Vector64<long> addend, Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2584
public static Vector64<int> MultiplyDoublingWideningScalarBySelectedScalarAndSubtractSaturate(Vector64<int> minuend, Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2590
public static Vector64<int> MultiplyDoublingWideningScalarBySelectedScalarAndSubtractSaturate(Vector64<int> minuend, Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2596
public static Vector64<long> MultiplyDoublingWideningScalarBySelectedScalarAndSubtractSaturate(Vector64<long> minuend, Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2602
public static Vector64<long> MultiplyDoublingWideningScalarBySelectedScalarAndSubtractSaturate(Vector64<long> minuend, Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2608
public static Vector64<float> MultiplyExtended(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
2614
public static Vector128<double> MultiplyExtended(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
2620
public static Vector128<float> MultiplyExtended(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
2626
public static Vector128<double> MultiplyExtendedByScalar(Vector128<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
2632
public static Vector64<float> MultiplyExtendedBySelectedScalar(Vector64<float> left, Vector64<float> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2638
public static Vector64<float> MultiplyExtendedBySelectedScalar(Vector64<float> left, Vector128<float> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2644
public static Vector128<double> MultiplyExtendedBySelectedScalar(Vector128<double> left, Vector128<double> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2650
public static Vector128<float> MultiplyExtendedBySelectedScalar(Vector128<float> left, Vector64<float> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2656
public static Vector128<float> MultiplyExtendedBySelectedScalar(Vector128<float> left, Vector128<float> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2662
public static Vector64<double> MultiplyExtendedScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
2668
public static Vector64<float> MultiplyExtendedScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
2674
public static Vector64<double> MultiplyExtendedScalarBySelectedScalar(Vector64<double> left, Vector128<double> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2680
public static Vector64<float> MultiplyExtendedScalarBySelectedScalar(Vector64<float> left, Vector64<float> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2686
public static Vector64<float> MultiplyExtendedScalarBySelectedScalar(Vector64<float> left, Vector128<float> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2692
public static Vector64<short> MultiplyRoundedDoublingSaturateHighScalar(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
2698
public static Vector64<int> MultiplyRoundedDoublingSaturateHighScalar(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
2704
public static Vector64<short> MultiplyRoundedDoublingScalarBySelectedScalarSaturateHigh(Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2710
public static Vector64<short> MultiplyRoundedDoublingScalarBySelectedScalarSaturateHigh(Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2716
public static Vector64<int> MultiplyRoundedDoublingScalarBySelectedScalarSaturateHigh(Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2722
public static Vector64<int> MultiplyRoundedDoublingScalarBySelectedScalarSaturateHigh(Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2728
public static Vector64<double> MultiplyScalarBySelectedScalar(Vector64<double> left, Vector128<double> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2734
public static Vector128<double> Negate(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
2740
public static Vector128<long> Negate(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
2746
public static Vector128<long> NegateSaturate(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
2752
public static Vector64<short> NegateSaturateScalar(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
2758
public static Vector64<int> NegateSaturateScalar(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
2764
public static Vector64<long> NegateSaturateScalar(Vector64<long> value) { throw new
PlatformNotSupportedException
(); }
2770
public static Vector64<sbyte> NegateSaturateScalar(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
2776
public static Vector64<long> NegateScalar(Vector64<long> value) { throw new
PlatformNotSupportedException
(); }
2782
public static Vector128<double> ReciprocalEstimate(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
2788
public static Vector64<double> ReciprocalEstimateScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
2794
public static Vector64<float> ReciprocalEstimateScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
2800
public static Vector64<double> ReciprocalExponentScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
2806
public static Vector64<float> ReciprocalExponentScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
2812
public static Vector128<double> ReciprocalSquareRootEstimate(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
2818
public static Vector64<double> ReciprocalSquareRootEstimateScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
2824
public static Vector64<float> ReciprocalSquareRootEstimateScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
2830
public static Vector128<double> ReciprocalSquareRootStep(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
2836
public static Vector64<double> ReciprocalSquareRootStepScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
2842
public static Vector64<float> ReciprocalSquareRootStepScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
2848
public static Vector128<double> ReciprocalStep(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
2854
public static Vector64<double> ReciprocalStepScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
2860
public static Vector64<float> ReciprocalStepScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
2866
public static Vector128<double> RoundAwayFromZero(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
2872
public static Vector128<double> RoundToNearest(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
2878
public static Vector128<double> RoundToNegativeInfinity(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
2884
public static Vector128<double> RoundToPositiveInfinity(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
2890
public static Vector128<double> RoundToZero(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
2896
public static Vector64<short> ShiftArithmeticRoundedSaturateScalar(Vector64<short> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
2902
public static Vector64<int> ShiftArithmeticRoundedSaturateScalar(Vector64<int> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
2908
public static Vector64<sbyte> ShiftArithmeticRoundedSaturateScalar(Vector64<sbyte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
2914
public static Vector64<short> ShiftArithmeticSaturateScalar(Vector64<short> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
2920
public static Vector64<int> ShiftArithmeticSaturateScalar(Vector64<int> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
2926
public static Vector64<sbyte> ShiftArithmeticSaturateScalar(Vector64<sbyte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
2932
public static Vector64<byte> ShiftLeftLogicalSaturateScalar(Vector64<byte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
2938
public static Vector64<short> ShiftLeftLogicalSaturateScalar(Vector64<short> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
2944
public static Vector64<int> ShiftLeftLogicalSaturateScalar(Vector64<int> value, [ConstantExpected(Max = (byte)(31))] byte count) { throw new
PlatformNotSupportedException
(); }
2950
public static Vector64<sbyte> ShiftLeftLogicalSaturateScalar(Vector64<sbyte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
2956
public static Vector64<ushort> ShiftLeftLogicalSaturateScalar(Vector64<ushort> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
2962
public static Vector64<uint> ShiftLeftLogicalSaturateScalar(Vector64<uint> value, [ConstantExpected(Max = (byte)(31))] byte count) { throw new
PlatformNotSupportedException
(); }
2968
public static Vector64<ushort> ShiftLeftLogicalSaturateUnsignedScalar(Vector64<short> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
2974
public static Vector64<uint> ShiftLeftLogicalSaturateUnsignedScalar(Vector64<int> value, [ConstantExpected(Max = (byte)(31))] byte count) { throw new
PlatformNotSupportedException
(); }
2980
public static Vector64<byte> ShiftLeftLogicalSaturateUnsignedScalar(Vector64<sbyte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
2986
public static Vector64<byte> ShiftLogicalRoundedSaturateScalar(Vector64<byte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
2992
public static Vector64<short> ShiftLogicalRoundedSaturateScalar(Vector64<short> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
2998
public static Vector64<int> ShiftLogicalRoundedSaturateScalar(Vector64<int> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
3004
public static Vector64<sbyte> ShiftLogicalRoundedSaturateScalar(Vector64<sbyte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
3010
public static Vector64<ushort> ShiftLogicalRoundedSaturateScalar(Vector64<ushort> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
3016
public static Vector64<uint> ShiftLogicalRoundedSaturateScalar(Vector64<uint> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
3022
public static Vector64<byte> ShiftLogicalSaturateScalar(Vector64<byte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
3028
public static Vector64<short> ShiftLogicalSaturateScalar(Vector64<short> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
3034
public static Vector64<int> ShiftLogicalSaturateScalar(Vector64<int> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
3040
public static Vector64<sbyte> ShiftLogicalSaturateScalar(Vector64<sbyte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
3046
public static Vector64<ushort> ShiftLogicalSaturateScalar(Vector64<ushort> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
3052
public static Vector64<uint> ShiftLogicalSaturateScalar(Vector64<uint> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
3058
public static Vector64<short> ShiftRightArithmeticNarrowingSaturateScalar(Vector64<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
3064
public static Vector64<int> ShiftRightArithmeticNarrowingSaturateScalar(Vector64<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
3070
public static Vector64<sbyte> ShiftRightArithmeticNarrowingSaturateScalar(Vector64<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
3076
public static Vector64<byte> ShiftRightArithmeticNarrowingSaturateUnsignedScalar(Vector64<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
3082
public static Vector64<ushort> ShiftRightArithmeticNarrowingSaturateUnsignedScalar(Vector64<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
3088
public static Vector64<uint> ShiftRightArithmeticNarrowingSaturateUnsignedScalar(Vector64<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
3094
public static Vector64<short> ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
3100
public static Vector64<int> ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
3106
public static Vector64<sbyte> ShiftRightArithmeticRoundedNarrowingSaturateScalar(Vector64<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
3112
public static Vector64<byte> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar(Vector64<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
3118
public static Vector64<ushort> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar(Vector64<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
3124
public static Vector64<uint> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedScalar(Vector64<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
3130
public static Vector64<byte> ShiftRightLogicalNarrowingSaturateScalar(Vector64<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
3136
public static Vector64<short> ShiftRightLogicalNarrowingSaturateScalar(Vector64<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
3142
public static Vector64<int> ShiftRightLogicalNarrowingSaturateScalar(Vector64<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
3148
public static Vector64<sbyte> ShiftRightLogicalNarrowingSaturateScalar(Vector64<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
3154
public static Vector64<ushort> ShiftRightLogicalNarrowingSaturateScalar(Vector64<uint> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
3160
public static Vector64<uint> ShiftRightLogicalNarrowingSaturateScalar(Vector64<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
3166
public static Vector64<byte> ShiftRightLogicalRoundedNarrowingSaturateScalar(Vector64<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
3173
public static Vector64<short> ShiftRightLogicalRoundedNarrowingSaturateScalar(Vector64<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
3180
public static Vector64<int> ShiftRightLogicalRoundedNarrowingSaturateScalar(Vector64<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
3187
public static Vector64<sbyte> ShiftRightLogicalRoundedNarrowingSaturateScalar(Vector64<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
3193
public static Vector64<ushort> ShiftRightLogicalRoundedNarrowingSaturateScalar(Vector64<uint> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
3199
public static Vector64<uint> ShiftRightLogicalRoundedNarrowingSaturateScalar(Vector64<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
3205
public static Vector64<float> Sqrt(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
3211
public static Vector128<double> Sqrt(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
3217
public static Vector128<float> Sqrt(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
3220
public static unsafe void StorePair(byte* address, Vector64<byte> value1, Vector64<byte> value2) { throw new
PlatformNotSupportedException
(); }
3223
public static unsafe void StorePair(double* address, Vector64<double> value1, Vector64<double> value2) { throw new
PlatformNotSupportedException
(); }
3226
public static unsafe void StorePair(short* address, Vector64<short> value1, Vector64<short> value2) { throw new
PlatformNotSupportedException
(); }
3229
public static unsafe void StorePair(int* address, Vector64<int> value1, Vector64<int> value2) { throw new
PlatformNotSupportedException
(); }
3232
public static unsafe void StorePair(long* address, Vector64<long> value1, Vector64<long> value2) { throw new
PlatformNotSupportedException
(); }
3235
public static unsafe void StorePair(sbyte* address, Vector64<sbyte> value1, Vector64<sbyte> value2) { throw new
PlatformNotSupportedException
(); }
3238
public static unsafe void StorePair(float* address, Vector64<float> value1, Vector64<float> value2) { throw new
PlatformNotSupportedException
(); }
3241
public static unsafe void StorePair(ushort* address, Vector64<ushort> value1, Vector64<ushort> value2) { throw new
PlatformNotSupportedException
(); }
3244
public static unsafe void StorePair(uint* address, Vector64<uint> value1, Vector64<uint> value2) { throw new
PlatformNotSupportedException
(); }
3247
public static unsafe void StorePair(ulong* address, Vector64<ulong> value1, Vector64<ulong> value2) { throw new
PlatformNotSupportedException
(); }
3250
public static unsafe void StorePair(byte* address, Vector128<byte> value1, Vector128<byte> value2) { throw new
PlatformNotSupportedException
(); }
3253
public static unsafe void StorePair(double* address, Vector128<double> value1, Vector128<double> value2) { throw new
PlatformNotSupportedException
(); }
3256
public static unsafe void StorePair(short* address, Vector128<short> value1, Vector128<short> value2) { throw new
PlatformNotSupportedException
(); }
3259
public static unsafe void StorePair(int* address, Vector128<int> value1, Vector128<int> value2) { throw new
PlatformNotSupportedException
(); }
3262
public static unsafe void StorePair(long* address, Vector128<long> value1, Vector128<long> value2) { throw new
PlatformNotSupportedException
(); }
3265
public static unsafe void StorePair(sbyte* address, Vector128<sbyte> value1, Vector128<sbyte> value2) { throw new
PlatformNotSupportedException
(); }
3268
public static unsafe void StorePair(float* address, Vector128<float> value1, Vector128<float> value2) { throw new
PlatformNotSupportedException
(); }
3271
public static unsafe void StorePair(ushort* address, Vector128<ushort> value1, Vector128<ushort> value2) { throw new
PlatformNotSupportedException
(); }
3274
public static unsafe void StorePair(uint* address, Vector128<uint> value1, Vector128<uint> value2) { throw new
PlatformNotSupportedException
(); }
3277
public static unsafe void StorePair(ulong* address, Vector128<ulong> value1, Vector128<ulong> value2) { throw new
PlatformNotSupportedException
(); }
3280
public static unsafe void StorePairNonTemporal(byte* address, Vector64<byte> value1, Vector64<byte> value2) { throw new
PlatformNotSupportedException
(); }
3283
public static unsafe void StorePairNonTemporal(double* address, Vector64<double> value1, Vector64<double> value2) { throw new
PlatformNotSupportedException
(); }
3286
public static unsafe void StorePairNonTemporal(short* address, Vector64<short> value1, Vector64<short> value2) { throw new
PlatformNotSupportedException
(); }
3289
public static unsafe void StorePairNonTemporal(int* address, Vector64<int> value1, Vector64<int> value2) { throw new
PlatformNotSupportedException
(); }
3292
public static unsafe void StorePairNonTemporal(long* address, Vector64<long> value1, Vector64<long> value2) { throw new
PlatformNotSupportedException
(); }
3295
public static unsafe void StorePairNonTemporal(sbyte* address, Vector64<sbyte> value1, Vector64<sbyte> value2) { throw new
PlatformNotSupportedException
(); }
3298
public static unsafe void StorePairNonTemporal(float* address, Vector64<float> value1, Vector64<float> value2) { throw new
PlatformNotSupportedException
(); }
3301
public static unsafe void StorePairNonTemporal(ushort* address, Vector64<ushort> value1, Vector64<ushort> value2) { throw new
PlatformNotSupportedException
(); }
3304
public static unsafe void StorePairNonTemporal(uint* address, Vector64<uint> value1, Vector64<uint> value2) { throw new
PlatformNotSupportedException
(); }
3307
public static unsafe void StorePairNonTemporal(ulong* address, Vector64<ulong> value1, Vector64<ulong> value2) { throw new
PlatformNotSupportedException
(); }
3310
public static unsafe void StorePairNonTemporal(byte* address, Vector128<byte> value1, Vector128<byte> value2) { throw new
PlatformNotSupportedException
(); }
3313
public static unsafe void StorePairNonTemporal(double* address, Vector128<double> value1, Vector128<double> value2) { throw new
PlatformNotSupportedException
(); }
3316
public static unsafe void StorePairNonTemporal(short* address, Vector128<short> value1, Vector128<short> value2) { throw new
PlatformNotSupportedException
(); }
3319
public static unsafe void StorePairNonTemporal(int* address, Vector128<int> value1, Vector128<int> value2) { throw new
PlatformNotSupportedException
(); }
3322
public static unsafe void StorePairNonTemporal(long* address, Vector128<long> value1, Vector128<long> value2) { throw new
PlatformNotSupportedException
(); }
3325
public static unsafe void StorePairNonTemporal(sbyte* address, Vector128<sbyte> value1, Vector128<sbyte> value2) { throw new
PlatformNotSupportedException
(); }
3328
public static unsafe void StorePairNonTemporal(float* address, Vector128<float> value1, Vector128<float> value2) { throw new
PlatformNotSupportedException
(); }
3331
public static unsafe void StorePairNonTemporal(ushort* address, Vector128<ushort> value1, Vector128<ushort> value2) { throw new
PlatformNotSupportedException
(); }
3334
public static unsafe void StorePairNonTemporal(uint* address, Vector128<uint> value1, Vector128<uint> value2) { throw new
PlatformNotSupportedException
(); }
3337
public static unsafe void StorePairNonTemporal(ulong* address, Vector128<ulong> value1, Vector128<ulong> value2) { throw new
PlatformNotSupportedException
(); }
3340
public static unsafe void StorePairScalar(int* address, Vector64<int> value1, Vector64<int> value2) { throw new
PlatformNotSupportedException
(); }
3343
public static unsafe void StorePairScalar(float* address, Vector64<float> value1, Vector64<float> value2) { throw new
PlatformNotSupportedException
(); }
3346
public static unsafe void StorePairScalar(uint* address, Vector64<uint> value1, Vector64<uint> value2) { throw new
PlatformNotSupportedException
(); }
3349
public static unsafe void StorePairScalarNonTemporal(int* address, Vector64<int> value1, Vector64<int> value2) { throw new
PlatformNotSupportedException
(); }
3352
public static unsafe void StorePairScalarNonTemporal(float* address, Vector64<float> value1, Vector64<float> value2) { throw new
PlatformNotSupportedException
(); }
3355
public static unsafe void StorePairScalarNonTemporal(uint* address, Vector64<uint> value1, Vector64<uint> value2) { throw new
PlatformNotSupportedException
(); }
3361
public static unsafe void StoreSelectedScalar(byte* address, (Vector128<byte> value1, Vector128<byte> value2) value, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
3367
public static unsafe void StoreSelectedScalar(sbyte* address, (Vector128<sbyte> value1, Vector128<sbyte> value2) value, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
3373
public static unsafe void StoreSelectedScalar(short* address, (Vector128<short> value1, Vector128<short> value2) value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
3379
public static unsafe void StoreSelectedScalar(ushort* address, (Vector128<ushort> value1, Vector128<ushort> value2) value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
3385
public static unsafe void StoreSelectedScalar(int* address, (Vector128<int> value1, Vector128<int> value2) value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
3391
public static unsafe void StoreSelectedScalar(uint* address, (Vector128<uint> value1, Vector128<uint> value2) value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
3394
public static unsafe void StoreSelectedScalar(long* address, (Vector128<long> value1, Vector128<long> value2) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
3397
public static unsafe void StoreSelectedScalar(ulong* address, (Vector128<ulong> value1, Vector128<ulong> value2) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
3403
public static unsafe void StoreSelectedScalar(float* address, (Vector128<float> value1, Vector128<float> value2) value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
3406
public static unsafe void StoreSelectedScalar(double* address, (Vector128<double> value1, Vector128<double> value2) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
3412
public static unsafe void StoreSelectedScalar(byte* address, (Vector128<byte> value1, Vector128<byte> value2, Vector128<byte> value3) value, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
3418
public static unsafe void StoreSelectedScalar(sbyte* address, (Vector128<sbyte> value1, Vector128<sbyte> value2, Vector128<sbyte> value3) value, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
3424
public static unsafe void StoreSelectedScalar(short* address, (Vector128<short> value1, Vector128<short> value2, Vector128<short> value3) value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
3430
public static unsafe void StoreSelectedScalar(ushort* address, (Vector128<ushort> value1, Vector128<ushort> value2, Vector128<ushort> value3) value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
3436
public static unsafe void StoreSelectedScalar(int* address, (Vector128<int> value1, Vector128<int> value2, Vector128<int> value3) value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
3442
public static unsafe void StoreSelectedScalar(uint* address, (Vector128<uint> value1, Vector128<uint> value2, Vector128<uint> value3) value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
3445
public static unsafe void StoreSelectedScalar(long* address, (Vector128<long> value1, Vector128<long> value2, Vector128<long> value3) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
3448
public static unsafe void StoreSelectedScalar(ulong* address, (Vector128<ulong> value1, Vector128<ulong> value2, Vector128<ulong> value3) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
3454
public static unsafe void StoreSelectedScalar(float* address, (Vector128<float> value1, Vector128<float> value2, Vector128<float> value3) value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
3457
public static unsafe void StoreSelectedScalar(double* address, (Vector128<double> value1, Vector128<double> value2, Vector128<double> value3) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
3463
public static unsafe void StoreSelectedScalar(byte* address, (Vector128<byte> value1, Vector128<byte> value2, Vector128<byte> value3, Vector128<byte> value4) value, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
3469
public static unsafe void StoreSelectedScalar(sbyte* address, (Vector128<sbyte> value1, Vector128<sbyte> value2, Vector128<sbyte> value3, Vector128<sbyte> value4) value, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
3475
public static unsafe void StoreSelectedScalar(short* address, (Vector128<short> value1, Vector128<short> value2, Vector128<short> value3, Vector128<short> value4) value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
3481
public static unsafe void StoreSelectedScalar(ushort* address, (Vector128<ushort> value1, Vector128<ushort> value2, Vector128<ushort> value3, Vector128<ushort> value4) value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
3487
public static unsafe void StoreSelectedScalar(int* address, (Vector128<int> value1, Vector128<int> value2, Vector128<int> value3, Vector128<int> value4) value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
3493
public static unsafe void StoreSelectedScalar(uint* address, (Vector128<uint> value1, Vector128<uint> value2, Vector128<uint> value3, Vector128<uint> value4) value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
3496
public static unsafe void StoreSelectedScalar(long* address, (Vector128<long> value1, Vector128<long> value2, Vector128<long> value3, Vector128<long> value4) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
3499
public static unsafe void StoreSelectedScalar(ulong* address, (Vector128<ulong> value1, Vector128<ulong> value2, Vector128<ulong> value3, Vector128<ulong> value4) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
3505
public static unsafe void StoreSelectedScalar(float* address, (Vector128<float> value1, Vector128<float> value2, Vector128<float> value3, Vector128<float> value4) value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
3508
public static unsafe void StoreSelectedScalar(double* address, (Vector128<double> value1, Vector128<double> value2, Vector128<double> value3, Vector128<double> value4) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
3511
public static unsafe void StoreVectorAndZip(byte* address, (Vector128<byte> Value1, Vector128<byte> Value2) value) { throw new
PlatformNotSupportedException
(); }
3514
public static unsafe void StoreVectorAndZip(sbyte* address, (Vector128<sbyte> Value1, Vector128<sbyte> Value2) value) { throw new
PlatformNotSupportedException
(); }
3517
public static unsafe void StoreVectorAndZip(short* address, (Vector128<short> Value1, Vector128<short> Value2) value) { throw new
PlatformNotSupportedException
(); }
3520
public static unsafe void StoreVectorAndZip(ushort* address, (Vector128<ushort> Value1, Vector128<ushort> Value2) value) { throw new
PlatformNotSupportedException
(); }
3523
public static unsafe void StoreVectorAndZip(int* address, (Vector128<int> Value1, Vector128<int> Value2) value) { throw new
PlatformNotSupportedException
(); }
3526
public static unsafe void StoreVectorAndZip(uint* address, (Vector128<uint> Value1, Vector128<uint> Value2) value) { throw new
PlatformNotSupportedException
(); }
3529
public static unsafe void StoreVectorAndZip(long* address, (Vector128<long> Value1, Vector128<long> Value2) value) { throw new
PlatformNotSupportedException
(); }
3532
public static unsafe void StoreVectorAndZip(ulong* address, (Vector128<ulong> Value1, Vector128<ulong> Value2) value) { throw new
PlatformNotSupportedException
(); }
3535
public static unsafe void StoreVectorAndZip(float* address, (Vector128<float> Value1, Vector128<float> Value2) value) { throw new
PlatformNotSupportedException
(); }
3538
public static unsafe void StoreVectorAndZip(double* address, (Vector128<double> Value1, Vector128<double> Value2) value) { throw new
PlatformNotSupportedException
(); }
3541
public static unsafe void StoreVectorAndZip(byte* address, (Vector128<byte> Value1, Vector128<byte> Value2, Vector128<byte> Value3) value) { throw new
PlatformNotSupportedException
(); }
3544
public static unsafe void StoreVectorAndZip(sbyte* address, (Vector128<sbyte> Value1, Vector128<sbyte> Value2, Vector128<sbyte> Value3) value) { throw new
PlatformNotSupportedException
(); }
3547
public static unsafe void StoreVectorAndZip(short* address, (Vector128<short> Value1, Vector128<short> Value2, Vector128<short> Value3) value) { throw new
PlatformNotSupportedException
(); }
3550
public static unsafe void StoreVectorAndZip(ushort* address, (Vector128<ushort> Value1, Vector128<ushort> Value2, Vector128<ushort> Value3) value) { throw new
PlatformNotSupportedException
(); }
3553
public static unsafe void StoreVectorAndZip(int* address, (Vector128<int> Value1, Vector128<int> Value2, Vector128<int> Value3) value) { throw new
PlatformNotSupportedException
(); }
3556
public static unsafe void StoreVectorAndZip(uint* address, (Vector128<uint> Value1, Vector128<uint> Value2, Vector128<uint> Value3) value) { throw new
PlatformNotSupportedException
(); }
3559
public static unsafe void StoreVectorAndZip(long* address, (Vector128<long> Value1, Vector128<long> Value2, Vector128<long> Value3) value) { throw new
PlatformNotSupportedException
(); }
3562
public static unsafe void StoreVectorAndZip(ulong* address, (Vector128<ulong> Value1, Vector128<ulong> Value2, Vector128<ulong> Value3) value) { throw new
PlatformNotSupportedException
(); }
3565
public static unsafe void StoreVectorAndZip(float* address, (Vector128<float> Value1, Vector128<float> Value2, Vector128<float> Value3) value) { throw new
PlatformNotSupportedException
(); }
3568
public static unsafe void StoreVectorAndZip(double* address, (Vector128<double> Value1, Vector128<double> Value2, Vector128<double> Value3) value) { throw new
PlatformNotSupportedException
(); }
3571
public static unsafe void StoreVectorAndZip(byte* address, (Vector128<byte> Value1, Vector128<byte> Value2, Vector128<byte> Value3, Vector128<byte> Value4) value) { throw new
PlatformNotSupportedException
(); }
3574
public static unsafe void StoreVectorAndZip(sbyte* address, (Vector128<sbyte> Value1, Vector128<sbyte> Value2, Vector128<sbyte> Value3, Vector128<sbyte> Value4) value) { throw new
PlatformNotSupportedException
(); }
3577
public static unsafe void StoreVectorAndZip(short* address, (Vector128<short> Value1, Vector128<short> Value2, Vector128<short> Value3, Vector128<short> Value4) value) { throw new
PlatformNotSupportedException
(); }
3580
public static unsafe void StoreVectorAndZip(ushort* address, (Vector128<ushort> Value1, Vector128<ushort> Value2, Vector128<ushort> Value3, Vector128<ushort> Value4) value) { throw new
PlatformNotSupportedException
(); }
3583
public static unsafe void StoreVectorAndZip(int* address, (Vector128<int> Value1, Vector128<int> Value2, Vector128<int> Value3, Vector128<int> Value4) value) { throw new
PlatformNotSupportedException
(); }
3586
public static unsafe void StoreVectorAndZip(uint* address, (Vector128<uint> Value1, Vector128<uint> Value2, Vector128<uint> Value3, Vector128<uint> Value4) value) { throw new
PlatformNotSupportedException
(); }
3589
public static unsafe void StoreVectorAndZip(long* address, (Vector128<long> Value1, Vector128<long> Value2, Vector128<long> Value3, Vector128<long> Value4) value) { throw new
PlatformNotSupportedException
(); }
3592
public static unsafe void StoreVectorAndZip(ulong* address, (Vector128<ulong> Value1, Vector128<ulong> Value2, Vector128<ulong> Value3, Vector128<ulong> Value4) value) { throw new
PlatformNotSupportedException
(); }
3595
public static unsafe void StoreVectorAndZip(float* address, (Vector128<float> Value1, Vector128<float> Value2, Vector128<float> Value3, Vector128<float> Value4) value) { throw new
PlatformNotSupportedException
(); }
3598
public static unsafe void StoreVectorAndZip(double* address, (Vector128<double> Value1, Vector128<double> Value2, Vector128<double> Value3, Vector128<double> Value4) value) { throw new
PlatformNotSupportedException
(); }
3601
public static unsafe void Store(byte* address, (Vector128<byte> Value1, Vector128<byte> Value2) value) { throw new
PlatformNotSupportedException
(); }
3604
public static unsafe void Store(sbyte* address, (Vector128<sbyte> Value1, Vector128<sbyte> Value2) value) { throw new
PlatformNotSupportedException
(); }
3607
public static unsafe void Store(short* address, (Vector128<short> Value1, Vector128<short> Value2) value) { throw new
PlatformNotSupportedException
(); }
3610
public static unsafe void Store(ushort* address, (Vector128<ushort> Value1, Vector128<ushort> Value2) value) { throw new
PlatformNotSupportedException
(); }
3613
public static unsafe void Store(int* address, (Vector128<int> Value1, Vector128<int> Value2) value) { throw new
PlatformNotSupportedException
(); }
3616
public static unsafe void Store(uint* address, (Vector128<uint> Value1, Vector128<uint> Value2) value) { throw new
PlatformNotSupportedException
(); }
3619
public static unsafe void Store(long* address, (Vector128<long> Value1, Vector128<long> Value2) value) { throw new
PlatformNotSupportedException
(); }
3622
public static unsafe void Store(ulong* address, (Vector128<ulong> Value1, Vector128<ulong> Value2) value) { throw new
PlatformNotSupportedException
(); }
3625
public static unsafe void Store(float* address, (Vector128<float> Value1, Vector128<float> Value2) value) { throw new
PlatformNotSupportedException
(); }
3628
public static unsafe void Store(double* address, (Vector128<double> Value1, Vector128<double> Value2) value) { throw new
PlatformNotSupportedException
(); }
3631
public static unsafe void Store(byte* address, (Vector128<byte> Value1, Vector128<byte> Value2, Vector128<byte> Value3) value) { throw new
PlatformNotSupportedException
(); }
3634
public static unsafe void Store(sbyte* address, (Vector128<sbyte> Value1, Vector128<sbyte> Value2, Vector128<sbyte> Value3) value) { throw new
PlatformNotSupportedException
(); }
3637
public static unsafe void Store(short* address, (Vector128<short> Value1, Vector128<short> Value2, Vector128<short> Value3) value) { throw new
PlatformNotSupportedException
(); }
3640
public static unsafe void Store(ushort* address, (Vector128<ushort> Value1, Vector128<ushort> Value2, Vector128<ushort> Value3) value) { throw new
PlatformNotSupportedException
(); }
3643
public static unsafe void Store(int* address, (Vector128<int> Value1, Vector128<int> Value2, Vector128<int> Value3) value) { throw new
PlatformNotSupportedException
(); }
3646
public static unsafe void Store(uint* address, (Vector128<uint> Value1, Vector128<uint> Value2, Vector128<uint> Value3) value) { throw new
PlatformNotSupportedException
(); }
3649
public static unsafe void Store(long* address, (Vector128<long> Value1, Vector128<long> Value2, Vector128<long> Value3) value) { throw new
PlatformNotSupportedException
(); }
3652
public static unsafe void Store(ulong* address, (Vector128<ulong> Value1, Vector128<ulong> Value2, Vector128<ulong> Value3) value) { throw new
PlatformNotSupportedException
(); }
3655
public static unsafe void Store(float* address, (Vector128<float> Value1, Vector128<float> Value2, Vector128<float> Value3) value) { throw new
PlatformNotSupportedException
(); }
3658
public static unsafe void Store(double* address, (Vector128<double> Value1, Vector128<double> Value2, Vector128<double> Value3) value) { throw new
PlatformNotSupportedException
(); }
3661
public static unsafe void Store(byte* address, (Vector128<byte> Value1, Vector128<byte> Value2, Vector128<byte> Value3, Vector128<byte> Value4) value) { throw new
PlatformNotSupportedException
(); }
3664
public static unsafe void Store(sbyte* address, (Vector128<sbyte> Value1, Vector128<sbyte> Value2, Vector128<sbyte> Value3, Vector128<sbyte> Value4) value) { throw new
PlatformNotSupportedException
(); }
3667
public static unsafe void Store(short* address, (Vector128<short> Value1, Vector128<short> Value2, Vector128<short> Value3, Vector128<short> Value4) value) { throw new
PlatformNotSupportedException
(); }
3670
public static unsafe void Store(ushort* address, (Vector128<ushort> Value1, Vector128<ushort> Value2, Vector128<ushort> Value3, Vector128<ushort> Value4) value) { throw new
PlatformNotSupportedException
(); }
3673
public static unsafe void Store(int* address, (Vector128<int> Value1, Vector128<int> Value2, Vector128<int> Value3, Vector128<int> Value4) value) { throw new
PlatformNotSupportedException
(); }
3676
public static unsafe void Store(uint* address, (Vector128<uint> Value1, Vector128<uint> Value2, Vector128<uint> Value3, Vector128<uint> Value4) value) { throw new
PlatformNotSupportedException
(); }
3679
public static unsafe void Store(long* address, (Vector128<long> Value1, Vector128<long> Value2, Vector128<long> Value3, Vector128<long> Value4) value) { throw new
PlatformNotSupportedException
(); }
3682
public static unsafe void Store(ulong* address, (Vector128<ulong> Value1, Vector128<ulong> Value2, Vector128<ulong> Value3, Vector128<ulong> Value4) value) { throw new
PlatformNotSupportedException
(); }
3685
public static unsafe void Store(float* address, (Vector128<float> Value1, Vector128<float> Value2, Vector128<float> Value3, Vector128<float> Value4) value) { throw new
PlatformNotSupportedException
(); }
3688
public static unsafe void Store(double* address, (Vector128<double> Value1, Vector128<double> Value2, Vector128<double> Value3, Vector128<double> Value4) value) { throw new
PlatformNotSupportedException
(); }
3694
public static Vector128<double> Subtract(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
3700
public static Vector64<byte> SubtractSaturateScalar(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
3706
public static Vector64<short> SubtractSaturateScalar(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
3712
public static Vector64<int> SubtractSaturateScalar(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
3718
public static Vector64<sbyte> SubtractSaturateScalar(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3724
public static Vector64<ushort> SubtractSaturateScalar(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
3730
public static Vector64<uint> SubtractSaturateScalar(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
3736
public static Vector64<byte> ReverseElementBits(Vector64<byte> value) { throw new
PlatformNotSupportedException
(); }
3742
public static Vector64<sbyte> ReverseElementBits(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
3748
public static Vector128<byte> ReverseElementBits(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
3754
public static Vector128<sbyte> ReverseElementBits(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
3760
public static Vector64<byte> TransposeEven(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
3766
public static Vector64<short> TransposeEven(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
3772
public static Vector64<int> TransposeEven(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
3778
public static Vector64<sbyte> TransposeEven(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3784
public static Vector64<float> TransposeEven(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
3790
public static Vector64<ushort> TransposeEven(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
3796
public static Vector64<uint> TransposeEven(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
3802
public static Vector128<byte> TransposeEven(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
3808
public static Vector128<double> TransposeEven(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
3814
public static Vector128<short> TransposeEven(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
3820
public static Vector128<int> TransposeEven(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
3826
public static Vector128<long> TransposeEven(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
3832
public static Vector128<sbyte> TransposeEven(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3838
public static Vector128<float> TransposeEven(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
3844
public static Vector128<ushort> TransposeEven(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
3850
public static Vector128<uint> TransposeEven(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
3856
public static Vector128<ulong> TransposeEven(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
3862
public static Vector64<byte> TransposeOdd(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
3868
public static Vector64<short> TransposeOdd(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
3874
public static Vector64<int> TransposeOdd(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
3880
public static Vector64<sbyte> TransposeOdd(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3886
public static Vector64<float> TransposeOdd(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
3892
public static Vector64<ushort> TransposeOdd(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
3898
public static Vector64<uint> TransposeOdd(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
3904
public static Vector128<byte> TransposeOdd(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
3910
public static Vector128<double> TransposeOdd(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
3916
public static Vector128<short> TransposeOdd(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
3922
public static Vector128<int> TransposeOdd(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
3928
public static Vector128<long> TransposeOdd(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
3934
public static Vector128<sbyte> TransposeOdd(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3940
public static Vector128<float> TransposeOdd(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
3946
public static Vector128<ushort> TransposeOdd(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
3952
public static Vector128<uint> TransposeOdd(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
3958
public static Vector128<ulong> TransposeOdd(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
3964
public static Vector64<byte> UnzipEven(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
3970
public static Vector64<short> UnzipEven(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
3976
public static Vector64<int> UnzipEven(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
3982
public static Vector64<sbyte> UnzipEven(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3988
public static Vector64<float> UnzipEven(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
3994
public static Vector64<ushort> UnzipEven(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
4000
public static Vector64<uint> UnzipEven(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
4006
public static Vector128<byte> UnzipEven(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
4012
public static Vector128<double> UnzipEven(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
4018
public static Vector128<short> UnzipEven(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
4024
public static Vector128<int> UnzipEven(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
4030
public static Vector128<long> UnzipEven(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
4036
public static Vector128<sbyte> UnzipEven(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4042
public static Vector128<float> UnzipEven(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
4048
public static Vector128<ushort> UnzipEven(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
4054
public static Vector128<uint> UnzipEven(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
4060
public static Vector128<ulong> UnzipEven(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
4066
public static Vector64<byte> UnzipOdd(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
4072
public static Vector64<short> UnzipOdd(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
4078
public static Vector64<int> UnzipOdd(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
4084
public static Vector64<sbyte> UnzipOdd(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4090
public static Vector64<float> UnzipOdd(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
4096
public static Vector64<ushort> UnzipOdd(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
4102
public static Vector64<uint> UnzipOdd(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
4108
public static Vector128<byte> UnzipOdd(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
4114
public static Vector128<double> UnzipOdd(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
4120
public static Vector128<short> UnzipOdd(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
4126
public static Vector128<int> UnzipOdd(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
4132
public static Vector128<long> UnzipOdd(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
4138
public static Vector128<sbyte> UnzipOdd(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4144
public static Vector128<float> UnzipOdd(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
4150
public static Vector128<ushort> UnzipOdd(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
4156
public static Vector128<uint> UnzipOdd(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
4162
public static Vector128<ulong> UnzipOdd(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
4168
public static Vector128<byte> VectorTableLookup(Vector128<byte> table, Vector128<byte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
4174
public static Vector128<sbyte> VectorTableLookup(Vector128<sbyte> table, Vector128<sbyte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
4180
public static Vector128<byte> VectorTableLookup((Vector128<byte>, Vector128<byte>) table, Vector128<byte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
4186
public static Vector128<sbyte> VectorTableLookup((Vector128<sbyte>, Vector128<sbyte>) table, Vector128<sbyte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
4192
public static Vector128<byte> VectorTableLookup((Vector128<byte>, Vector128<byte>, Vector128<byte>) table, Vector128<byte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
4198
public static Vector128<sbyte> VectorTableLookup((Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>) table, Vector128<sbyte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
4204
public static Vector128<byte> VectorTableLookup((Vector128<byte>, Vector128<byte>, Vector128<byte>, Vector128<byte>) table, Vector128<byte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
4210
public static Vector128<sbyte> VectorTableLookup((Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>) table, Vector128<sbyte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
4216
public static Vector128<byte> VectorTableLookupExtension(Vector128<byte> defaultValues, Vector128<byte> table, Vector128<byte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
4222
public static Vector128<sbyte> VectorTableLookupExtension(Vector128<sbyte> defaultValues, Vector128<sbyte> table, Vector128<sbyte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
4228
public static Vector128<byte> VectorTableLookupExtension(Vector128<byte> defaultValues, (Vector128<byte>, Vector128<byte>) table, Vector128<byte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
4234
public static Vector128<sbyte> VectorTableLookupExtension(Vector128<sbyte> defaultValues, (Vector128<sbyte>, Vector128<sbyte>) table, Vector128<sbyte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
4240
public static Vector128<byte> VectorTableLookupExtension(Vector128<byte> defaultValues, (Vector128<byte>, Vector128<byte>, Vector128<byte>) table, Vector128<byte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
4246
public static Vector128<sbyte> VectorTableLookupExtension(Vector128<sbyte> defaultValues, (Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>) table, Vector128<sbyte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
4252
public static Vector128<byte> VectorTableLookupExtension(Vector128<byte> defaultValues, (Vector128<byte>, Vector128<byte>, Vector128<byte>, Vector128<byte>) table, Vector128<byte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
4258
public static Vector128<sbyte> VectorTableLookupExtension(Vector128<sbyte> defaultValues, (Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>) table, Vector128<sbyte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
4264
public static Vector64<byte> ZipHigh(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
4270
public static Vector64<short> ZipHigh(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
4276
public static Vector64<int> ZipHigh(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
4282
public static Vector64<sbyte> ZipHigh(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4288
public static Vector64<float> ZipHigh(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
4294
public static Vector64<ushort> ZipHigh(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
4300
public static Vector64<uint> ZipHigh(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
4306
public static Vector128<byte> ZipHigh(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
4312
public static Vector128<double> ZipHigh(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
4318
public static Vector128<short> ZipHigh(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
4324
public static Vector128<int> ZipHigh(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
4330
public static Vector128<long> ZipHigh(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
4336
public static Vector128<sbyte> ZipHigh(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4342
public static Vector128<float> ZipHigh(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
4348
public static Vector128<ushort> ZipHigh(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
4354
public static Vector128<uint> ZipHigh(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
4360
public static Vector128<ulong> ZipHigh(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
4366
public static Vector64<byte> ZipLow(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
4372
public static Vector64<short> ZipLow(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
4378
public static Vector64<int> ZipLow(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
4384
public static Vector64<sbyte> ZipLow(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4390
public static Vector64<float> ZipLow(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
4396
public static Vector64<ushort> ZipLow(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
4402
public static Vector64<uint> ZipLow(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
4408
public static Vector128<byte> ZipLow(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
4414
public static Vector128<double> ZipLow(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
4420
public static Vector128<short> ZipLow(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
4426
public static Vector128<int> ZipLow(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
4432
public static Vector128<long> ZipLow(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
4438
public static Vector128<sbyte> ZipLow(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4444
public static Vector128<float> ZipLow(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
4450
public static Vector128<ushort> ZipLow(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
4456
public static Vector128<uint> ZipLow(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
4462
public static Vector128<ulong> ZipLow(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
4470
public static Vector64<ushort> Abs(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
4477
public static Vector64<uint> Abs(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
4484
public static Vector64<byte> Abs(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
4491
public static Vector64<float> Abs(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
4498
public static Vector128<ushort> Abs(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
4505
public static Vector128<uint> Abs(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
4512
public static Vector128<byte> Abs(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
4519
public static Vector128<float> Abs(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
4526
public static Vector64<short> AbsSaturate(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
4533
public static Vector64<int> AbsSaturate(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
4540
public static Vector64<sbyte> AbsSaturate(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
4547
public static Vector128<short> AbsSaturate(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
4554
public static Vector128<int> AbsSaturate(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
4561
public static Vector128<sbyte> AbsSaturate(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
4568
public static Vector64<double> AbsScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
4576
public static Vector64<float> AbsScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
4583
public static Vector64<float> AbsoluteCompareGreaterThan(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
4590
public static Vector128<float> AbsoluteCompareGreaterThan(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
4597
public static Vector64<float> AbsoluteCompareGreaterThanOrEqual(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
4604
public static Vector128<float> AbsoluteCompareGreaterThanOrEqual(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
4611
public static Vector64<float> AbsoluteCompareLessThan(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
4618
public static Vector128<float> AbsoluteCompareLessThan(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
4625
public static Vector64<float> AbsoluteCompareLessThanOrEqual(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
4632
public static Vector128<float> AbsoluteCompareLessThanOrEqual(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
4639
public static Vector64<byte> AbsoluteDifference(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
4646
public static Vector64<ushort> AbsoluteDifference(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
4653
public static Vector64<uint> AbsoluteDifference(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
4660
public static Vector64<byte> AbsoluteDifference(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4667
public static Vector64<float> AbsoluteDifference(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
4674
public static Vector64<ushort> AbsoluteDifference(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
4681
public static Vector64<uint> AbsoluteDifference(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
4688
public static Vector128<byte> AbsoluteDifference(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
4695
public static Vector128<ushort> AbsoluteDifference(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
4702
public static Vector128<uint> AbsoluteDifference(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
4709
public static Vector128<byte> AbsoluteDifference(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4716
public static Vector128<float> AbsoluteDifference(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
4723
public static Vector128<ushort> AbsoluteDifference(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
4730
public static Vector128<uint> AbsoluteDifference(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
4737
public static Vector64<byte> AbsoluteDifferenceAdd(Vector64<byte> addend, Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
4744
public static Vector64<short> AbsoluteDifferenceAdd(Vector64<short> addend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
4751
public static Vector64<int> AbsoluteDifferenceAdd(Vector64<int> addend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
4758
public static Vector64<sbyte> AbsoluteDifferenceAdd(Vector64<sbyte> addend, Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4765
public static Vector64<ushort> AbsoluteDifferenceAdd(Vector64<ushort> addend, Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
4772
public static Vector64<uint> AbsoluteDifferenceAdd(Vector64<uint> addend, Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
4779
public static Vector128<byte> AbsoluteDifferenceAdd(Vector128<byte> addend, Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
4786
public static Vector128<short> AbsoluteDifferenceAdd(Vector128<short> addend, Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
4793
public static Vector128<int> AbsoluteDifferenceAdd(Vector128<int> addend, Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
4800
public static Vector128<sbyte> AbsoluteDifferenceAdd(Vector128<sbyte> addend, Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4807
public static Vector128<ushort> AbsoluteDifferenceAdd(Vector128<ushort> addend, Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
4814
public static Vector128<uint> AbsoluteDifferenceAdd(Vector128<uint> addend, Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
4821
public static Vector128<ushort> AbsoluteDifferenceWideningLower(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
4828
public static Vector128<uint> AbsoluteDifferenceWideningLower(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
4835
public static Vector128<ulong> AbsoluteDifferenceWideningLower(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
4842
public static Vector128<ushort> AbsoluteDifferenceWideningLower(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4849
public static Vector128<uint> AbsoluteDifferenceWideningLower(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
4856
public static Vector128<ulong> AbsoluteDifferenceWideningLower(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
4863
public static Vector128<ushort> AbsoluteDifferenceWideningLowerAndAdd(Vector128<ushort> addend, Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
4870
public static Vector128<int> AbsoluteDifferenceWideningLowerAndAdd(Vector128<int> addend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
4877
public static Vector128<long> AbsoluteDifferenceWideningLowerAndAdd(Vector128<long> addend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
4884
public static Vector128<short> AbsoluteDifferenceWideningLowerAndAdd(Vector128<short> addend, Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4891
public static Vector128<uint> AbsoluteDifferenceWideningLowerAndAdd(Vector128<uint> addend, Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
4898
public static Vector128<ulong> AbsoluteDifferenceWideningLowerAndAdd(Vector128<ulong> addend, Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
4905
public static Vector128<ushort> AbsoluteDifferenceWideningUpper(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
4912
public static Vector128<uint> AbsoluteDifferenceWideningUpper(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
4919
public static Vector128<ulong> AbsoluteDifferenceWideningUpper(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
4926
public static Vector128<ushort> AbsoluteDifferenceWideningUpper(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4933
public static Vector128<uint> AbsoluteDifferenceWideningUpper(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
4940
public static Vector128<ulong> AbsoluteDifferenceWideningUpper(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
4947
public static Vector128<ushort> AbsoluteDifferenceWideningUpperAndAdd(Vector128<ushort> addend, Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
4954
public static Vector128<int> AbsoluteDifferenceWideningUpperAndAdd(Vector128<int> addend, Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
4961
public static Vector128<long> AbsoluteDifferenceWideningUpperAndAdd(Vector128<long> addend, Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
4968
public static Vector128<short> AbsoluteDifferenceWideningUpperAndAdd(Vector128<short> addend, Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4975
public static Vector128<uint> AbsoluteDifferenceWideningUpperAndAdd(Vector128<uint> addend, Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
4982
public static Vector128<ulong> AbsoluteDifferenceWideningUpperAndAdd(Vector128<ulong> addend, Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
4989
public static Vector64<byte> Add(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
4996
public static Vector64<short> Add(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
5003
public static Vector64<int> Add(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
5010
public static Vector64<sbyte> Add(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
5017
public static Vector64<float> Add(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
5024
public static Vector64<ushort> Add(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
5031
public static Vector64<uint> Add(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
5038
public static Vector128<byte> Add(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
5045
public static Vector128<short> Add(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
5052
public static Vector128<int> Add(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
5059
public static Vector128<long> Add(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
5066
public static Vector128<sbyte> Add(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
5073
public static Vector128<float> Add(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
5080
public static Vector128<ushort> Add(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
5087
public static Vector128<uint> Add(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
5094
public static Vector128<ulong> Add(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
5101
public static Vector64<byte> AddHighNarrowingLower(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
5108
public static Vector64<short> AddHighNarrowingLower(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
5115
public static Vector64<int> AddHighNarrowingLower(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
5122
public static Vector64<sbyte> AddHighNarrowingLower(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
5129
public static Vector64<ushort> AddHighNarrowingLower(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
5136
public static Vector64<uint> AddHighNarrowingLower(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
5143
public static Vector128<byte> AddHighNarrowingUpper(Vector64<byte> lower, Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
5150
public static Vector128<short> AddHighNarrowingUpper(Vector64<short> lower, Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
5157
public static Vector128<int> AddHighNarrowingUpper(Vector64<int> lower, Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
5164
public static Vector128<sbyte> AddHighNarrowingUpper(Vector64<sbyte> lower, Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
5171
public static Vector128<ushort> AddHighNarrowingUpper(Vector64<ushort> lower, Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
5178
public static Vector128<uint> AddHighNarrowingUpper(Vector64<uint> lower, Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
5185
public static Vector64<byte> AddPairwise(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
5192
public static Vector64<short> AddPairwise(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
5199
public static Vector64<int> AddPairwise(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
5206
public static Vector64<sbyte> AddPairwise(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
5213
public static Vector64<float> AddPairwise(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
5220
public static Vector64<ushort> AddPairwise(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
5227
public static Vector64<uint> AddPairwise(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
5234
public static Vector64<ushort> AddPairwiseWidening(Vector64<byte> value) { throw new
PlatformNotSupportedException
(); }
5241
public static Vector64<int> AddPairwiseWidening(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
5248
public static Vector64<short> AddPairwiseWidening(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
5255
public static Vector64<uint> AddPairwiseWidening(Vector64<ushort> value) { throw new
PlatformNotSupportedException
(); }
5262
public static Vector128<ushort> AddPairwiseWidening(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
5269
public static Vector128<int> AddPairwiseWidening(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
5276
public static Vector128<long> AddPairwiseWidening(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
5283
public static Vector128<short> AddPairwiseWidening(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
5290
public static Vector128<uint> AddPairwiseWidening(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
5297
public static Vector128<ulong> AddPairwiseWidening(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
5304
public static Vector64<ushort> AddPairwiseWideningAndAdd(Vector64<ushort> addend, Vector64<byte> value) { throw new
PlatformNotSupportedException
(); }
5311
public static Vector64<int> AddPairwiseWideningAndAdd(Vector64<int> addend, Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
5318
public static Vector64<short> AddPairwiseWideningAndAdd(Vector64<short> addend, Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
5325
public static Vector64<uint> AddPairwiseWideningAndAdd(Vector64<uint> addend, Vector64<ushort> value) { throw new
PlatformNotSupportedException
(); }
5332
public static Vector128<ushort> AddPairwiseWideningAndAdd(Vector128<ushort> addend, Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
5339
public static Vector128<int> AddPairwiseWideningAndAdd(Vector128<int> addend, Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
5346
public static Vector128<long> AddPairwiseWideningAndAdd(Vector128<long> addend, Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
5353
public static Vector128<short> AddPairwiseWideningAndAdd(Vector128<short> addend, Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
5360
public static Vector128<uint> AddPairwiseWideningAndAdd(Vector128<uint> addend, Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
5367
public static Vector128<ulong> AddPairwiseWideningAndAdd(Vector128<ulong> addend, Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
5374
public static Vector64<long> AddPairwiseWideningAndAddScalar(Vector64<long> addend, Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
5381
public static Vector64<ulong> AddPairwiseWideningAndAddScalar(Vector64<ulong> addend, Vector64<uint> value) { throw new
PlatformNotSupportedException
(); }
5388
public static Vector64<long> AddPairwiseWideningScalar(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
5395
public static Vector64<ulong> AddPairwiseWideningScalar(Vector64<uint> value) { throw new
PlatformNotSupportedException
(); }
5402
public static Vector64<byte> AddRoundedHighNarrowingLower(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
5409
public static Vector64<short> AddRoundedHighNarrowingLower(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
5416
public static Vector64<int> AddRoundedHighNarrowingLower(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
5423
public static Vector64<sbyte> AddRoundedHighNarrowingLower(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
5430
public static Vector64<ushort> AddRoundedHighNarrowingLower(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
5437
public static Vector64<uint> AddRoundedHighNarrowingLower(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
5444
public static Vector128<byte> AddRoundedHighNarrowingUpper(Vector64<byte> lower, Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
5451
public static Vector128<short> AddRoundedHighNarrowingUpper(Vector64<short> lower, Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
5458
public static Vector128<int> AddRoundedHighNarrowingUpper(Vector64<int> lower, Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
5465
public static Vector128<sbyte> AddRoundedHighNarrowingUpper(Vector64<sbyte> lower, Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
5472
public static Vector128<ushort> AddRoundedHighNarrowingUpper(Vector64<ushort> lower, Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
5479
public static Vector128<uint> AddRoundedHighNarrowingUpper(Vector64<uint> lower, Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
5486
public static Vector64<byte> AddSaturate(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
5493
public static Vector64<short> AddSaturate(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
5500
public static Vector64<int> AddSaturate(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
5507
public static Vector64<sbyte> AddSaturate(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
5514
public static Vector64<ushort> AddSaturate(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
5521
public static Vector64<uint> AddSaturate(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
5528
public static Vector128<byte> AddSaturate(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
5535
public static Vector128<short> AddSaturate(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
5542
public static Vector128<int> AddSaturate(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
5549
public static Vector128<long> AddSaturate(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
5556
public static Vector128<sbyte> AddSaturate(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
5563
public static Vector128<ushort> AddSaturate(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
5570
public static Vector128<uint> AddSaturate(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
5577
public static Vector128<ulong> AddSaturate(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
5584
public static Vector64<long> AddSaturateScalar(Vector64<long> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
5591
public static Vector64<ulong> AddSaturateScalar(Vector64<ulong> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
5598
public static Vector64<double> AddScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
5605
public static Vector64<long> AddScalar(Vector64<long> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
5613
public static Vector64<float> AddScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
5620
public static Vector64<ulong> AddScalar(Vector64<ulong> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
5627
public static Vector128<ushort> AddWideningLower(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
5634
public static Vector128<int> AddWideningLower(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
5641
public static Vector128<long> AddWideningLower(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
5648
public static Vector128<short> AddWideningLower(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
5655
public static Vector128<uint> AddWideningLower(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
5662
public static Vector128<ulong> AddWideningLower(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
5669
public static Vector128<short> AddWideningLower(Vector128<short> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
5676
public static Vector128<int> AddWideningLower(Vector128<int> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
5683
public static Vector128<long> AddWideningLower(Vector128<long> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
5690
public static Vector128<ushort> AddWideningLower(Vector128<ushort> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
5697
public static Vector128<uint> AddWideningLower(Vector128<uint> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
5704
public static Vector128<ulong> AddWideningLower(Vector128<ulong> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
5711
public static Vector128<ushort> AddWideningUpper(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
5718
public static Vector128<int> AddWideningUpper(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
5725
public static Vector128<short> AddWideningUpper(Vector128<short> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
5732
public static Vector128<int> AddWideningUpper(Vector128<int> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
5739
public static Vector128<long> AddWideningUpper(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
5746
public static Vector128<long> AddWideningUpper(Vector128<long> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
5753
public static Vector128<short> AddWideningUpper(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
5760
public static Vector128<ushort> AddWideningUpper(Vector128<ushort> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
5767
public static Vector128<uint> AddWideningUpper(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
5774
public static Vector128<uint> AddWideningUpper(Vector128<uint> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
5781
public static Vector128<ulong> AddWideningUpper(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
5788
public static Vector128<ulong> AddWideningUpper(Vector128<ulong> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
5795
public static Vector64<byte> And(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
5803
public static Vector64<double> And(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
5810
public static Vector64<short> And(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
5817
public static Vector64<int> And(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
5824
public static Vector64<long> And(Vector64<long> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
5831
public static Vector64<sbyte> And(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
5839
public static Vector64<float> And(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
5846
public static Vector64<ushort> And(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
5853
public static Vector64<uint> And(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
5860
public static Vector64<ulong> And(Vector64<ulong> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
5867
public static Vector128<byte> And(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
5875
public static Vector128<double> And(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
5882
public static Vector128<short> And(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
5889
public static Vector128<int> And(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
5896
public static Vector128<long> And(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
5903
public static Vector128<sbyte> And(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
5911
public static Vector128<float> And(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
5918
public static Vector128<ushort> And(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
5925
public static Vector128<uint> And(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
5932
public static Vector128<ulong> And(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
5939
public static Vector64<byte> BitwiseClear(Vector64<byte> value, Vector64<byte> mask) { throw new
PlatformNotSupportedException
(); }
5947
public static Vector64<double> BitwiseClear(Vector64<double> value, Vector64<double> mask) { throw new
PlatformNotSupportedException
(); }
5954
public static Vector64<short> BitwiseClear(Vector64<short> value, Vector64<short> mask) { throw new
PlatformNotSupportedException
(); }
5961
public static Vector64<int> BitwiseClear(Vector64<int> value, Vector64<int> mask) { throw new
PlatformNotSupportedException
(); }
5968
public static Vector64<long> BitwiseClear(Vector64<long> value, Vector64<long> mask) { throw new
PlatformNotSupportedException
(); }
5975
public static Vector64<sbyte> BitwiseClear(Vector64<sbyte> value, Vector64<sbyte> mask) { throw new
PlatformNotSupportedException
(); }
5983
public static Vector64<float> BitwiseClear(Vector64<float> value, Vector64<float> mask) { throw new
PlatformNotSupportedException
(); }
5990
public static Vector64<ushort> BitwiseClear(Vector64<ushort> value, Vector64<ushort> mask) { throw new
PlatformNotSupportedException
(); }
5997
public static Vector64<uint> BitwiseClear(Vector64<uint> value, Vector64<uint> mask) { throw new
PlatformNotSupportedException
(); }
6004
public static Vector64<ulong> BitwiseClear(Vector64<ulong> value, Vector64<ulong> mask) { throw new
PlatformNotSupportedException
(); }
6011
public static Vector128<byte> BitwiseClear(Vector128<byte> value, Vector128<byte> mask) { throw new
PlatformNotSupportedException
(); }
6019
public static Vector128<double> BitwiseClear(Vector128<double> value, Vector128<double> mask) { throw new
PlatformNotSupportedException
(); }
6026
public static Vector128<short> BitwiseClear(Vector128<short> value, Vector128<short> mask) { throw new
PlatformNotSupportedException
(); }
6033
public static Vector128<int> BitwiseClear(Vector128<int> value, Vector128<int> mask) { throw new
PlatformNotSupportedException
(); }
6040
public static Vector128<long> BitwiseClear(Vector128<long> value, Vector128<long> mask) { throw new
PlatformNotSupportedException
(); }
6047
public static Vector128<sbyte> BitwiseClear(Vector128<sbyte> value, Vector128<sbyte> mask) { throw new
PlatformNotSupportedException
(); }
6055
public static Vector128<float> BitwiseClear(Vector128<float> value, Vector128<float> mask) { throw new
PlatformNotSupportedException
(); }
6062
public static Vector128<ushort> BitwiseClear(Vector128<ushort> value, Vector128<ushort> mask) { throw new
PlatformNotSupportedException
(); }
6069
public static Vector128<uint> BitwiseClear(Vector128<uint> value, Vector128<uint> mask) { throw new
PlatformNotSupportedException
(); }
6076
public static Vector128<ulong> BitwiseClear(Vector128<ulong> value, Vector128<ulong> mask) { throw new
PlatformNotSupportedException
(); }
6083
public static Vector64<byte> BitwiseSelect(Vector64<byte> select, Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
6090
public static Vector64<double> BitwiseSelect(Vector64<double> select, Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
6097
public static Vector64<short> BitwiseSelect(Vector64<short> select, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
6104
public static Vector64<int> BitwiseSelect(Vector64<int> select, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
6111
public static Vector64<long> BitwiseSelect(Vector64<long> select, Vector64<long> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
6118
public static Vector64<sbyte> BitwiseSelect(Vector64<sbyte> select, Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6125
public static Vector64<float> BitwiseSelect(Vector64<float> select, Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
6132
public static Vector64<ushort> BitwiseSelect(Vector64<ushort> select, Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
6139
public static Vector64<uint> BitwiseSelect(Vector64<uint> select, Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
6146
public static Vector64<ulong> BitwiseSelect(Vector64<ulong> select, Vector64<ulong> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
6153
public static Vector128<byte> BitwiseSelect(Vector128<byte> select, Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
6160
public static Vector128<double> BitwiseSelect(Vector128<double> select, Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
6167
public static Vector128<short> BitwiseSelect(Vector128<short> select, Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
6174
public static Vector128<int> BitwiseSelect(Vector128<int> select, Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
6181
public static Vector128<long> BitwiseSelect(Vector128<long> select, Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
6188
public static Vector128<sbyte> BitwiseSelect(Vector128<sbyte> select, Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6195
public static Vector128<float> BitwiseSelect(Vector128<float> select, Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
6202
public static Vector128<ushort> BitwiseSelect(Vector128<ushort> select, Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
6209
public static Vector128<uint> BitwiseSelect(Vector128<uint> select, Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
6216
public static Vector128<ulong> BitwiseSelect(Vector128<ulong> select, Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
6223
public static Vector64<float> Ceiling(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
6230
public static Vector128<float> Ceiling(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
6237
public static Vector64<double> CeilingScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
6245
public static Vector64<float> CeilingScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
6252
public static Vector64<byte> CompareEqual(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
6259
public static Vector64<short> CompareEqual(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
6266
public static Vector64<int> CompareEqual(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
6273
public static Vector64<sbyte> CompareEqual(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6280
public static Vector64<float> CompareEqual(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
6287
public static Vector64<ushort> CompareEqual(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
6294
public static Vector64<uint> CompareEqual(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
6301
public static Vector128<byte> CompareEqual(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
6308
public static Vector128<short> CompareEqual(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
6315
public static Vector128<int> CompareEqual(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
6322
public static Vector128<sbyte> CompareEqual(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6329
public static Vector128<float> CompareEqual(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
6336
public static Vector128<ushort> CompareEqual(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
6343
public static Vector128<uint> CompareEqual(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
6350
public static Vector64<byte> CompareGreaterThan(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
6357
public static Vector64<short> CompareGreaterThan(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
6364
public static Vector64<int> CompareGreaterThan(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
6371
public static Vector64<sbyte> CompareGreaterThan(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6378
public static Vector64<float> CompareGreaterThan(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
6385
public static Vector64<ushort> CompareGreaterThan(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
6392
public static Vector64<uint> CompareGreaterThan(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
6399
public static Vector128<byte> CompareGreaterThan(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
6406
public static Vector128<short> CompareGreaterThan(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
6413
public static Vector128<int> CompareGreaterThan(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
6420
public static Vector128<sbyte> CompareGreaterThan(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6427
public static Vector128<float> CompareGreaterThan(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
6434
public static Vector128<ushort> CompareGreaterThan(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
6441
public static Vector128<uint> CompareGreaterThan(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
6448
public static Vector64<byte> CompareGreaterThanOrEqual(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
6455
public static Vector64<short> CompareGreaterThanOrEqual(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
6462
public static Vector64<int> CompareGreaterThanOrEqual(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
6469
public static Vector64<sbyte> CompareGreaterThanOrEqual(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6476
public static Vector64<float> CompareGreaterThanOrEqual(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
6483
public static Vector64<ushort> CompareGreaterThanOrEqual(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
6490
public static Vector64<uint> CompareGreaterThanOrEqual(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
6497
public static Vector128<byte> CompareGreaterThanOrEqual(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
6504
public static Vector128<short> CompareGreaterThanOrEqual(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
6511
public static Vector128<int> CompareGreaterThanOrEqual(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
6518
public static Vector128<sbyte> CompareGreaterThanOrEqual(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6525
public static Vector128<float> CompareGreaterThanOrEqual(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
6532
public static Vector128<ushort> CompareGreaterThanOrEqual(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
6539
public static Vector128<uint> CompareGreaterThanOrEqual(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
6546
public static Vector64<byte> CompareLessThan(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
6553
public static Vector64<short> CompareLessThan(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
6560
public static Vector64<int> CompareLessThan(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
6567
public static Vector64<sbyte> CompareLessThan(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6574
public static Vector64<float> CompareLessThan(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
6581
public static Vector64<ushort> CompareLessThan(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
6588
public static Vector64<uint> CompareLessThan(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
6595
public static Vector128<byte> CompareLessThan(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
6602
public static Vector128<short> CompareLessThan(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
6609
public static Vector128<int> CompareLessThan(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
6616
public static Vector128<sbyte> CompareLessThan(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6623
public static Vector128<float> CompareLessThan(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
6630
public static Vector128<ushort> CompareLessThan(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
6637
public static Vector128<uint> CompareLessThan(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
6644
public static Vector64<byte> CompareLessThanOrEqual(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
6651
public static Vector64<short> CompareLessThanOrEqual(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
6658
public static Vector64<int> CompareLessThanOrEqual(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
6665
public static Vector64<sbyte> CompareLessThanOrEqual(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6672
public static Vector64<float> CompareLessThanOrEqual(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
6679
public static Vector64<ushort> CompareLessThanOrEqual(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
6686
public static Vector64<uint> CompareLessThanOrEqual(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
6693
public static Vector128<byte> CompareLessThanOrEqual(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
6700
public static Vector128<short> CompareLessThanOrEqual(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
6707
public static Vector128<int> CompareLessThanOrEqual(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
6714
public static Vector128<sbyte> CompareLessThanOrEqual(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6721
public static Vector128<float> CompareLessThanOrEqual(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
6728
public static Vector128<ushort> CompareLessThanOrEqual(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
6735
public static Vector128<uint> CompareLessThanOrEqual(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
6742
public static Vector64<byte> CompareTest(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
6749
public static Vector64<short> CompareTest(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
6756
public static Vector64<int> CompareTest(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
6763
public static Vector64<sbyte> CompareTest(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6771
public static Vector64<float> CompareTest(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
6778
public static Vector64<ushort> CompareTest(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
6785
public static Vector64<uint> CompareTest(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
6792
public static Vector128<byte> CompareTest(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
6799
public static Vector128<short> CompareTest(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
6806
public static Vector128<int> CompareTest(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
6813
public static Vector128<sbyte> CompareTest(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6821
public static Vector128<float> CompareTest(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
6828
public static Vector128<ushort> CompareTest(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
6835
public static Vector128<uint> CompareTest(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
6842
public static Vector64<int> ConvertToInt32RoundAwayFromZero(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
6849
public static Vector128<int> ConvertToInt32RoundAwayFromZero(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
6856
public static Vector64<int> ConvertToInt32RoundAwayFromZeroScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
6863
public static Vector64<int> ConvertToInt32RoundToEven(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
6870
public static Vector128<int> ConvertToInt32RoundToEven(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
6877
public static Vector64<int> ConvertToInt32RoundToEvenScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
6884
public static Vector64<int> ConvertToInt32RoundToNegativeInfinity(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
6891
public static Vector128<int> ConvertToInt32RoundToNegativeInfinity(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
6898
public static Vector64<int> ConvertToInt32RoundToNegativeInfinityScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
6905
public static Vector64<int> ConvertToInt32RoundToPositiveInfinity(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
6912
public static Vector128<int> ConvertToInt32RoundToPositiveInfinity(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
6919
public static Vector64<int> ConvertToInt32RoundToPositiveInfinityScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
6926
public static Vector64<int> ConvertToInt32RoundToZero(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
6933
public static Vector128<int> ConvertToInt32RoundToZero(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
6940
public static Vector64<int> ConvertToInt32RoundToZeroScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
6947
public static Vector64<float> ConvertToSingle(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
6954
public static Vector64<float> ConvertToSingle(Vector64<uint> value) { throw new
PlatformNotSupportedException
(); }
6961
public static Vector128<float> ConvertToSingle(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
6968
public static Vector128<float> ConvertToSingle(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
6975
public static Vector64<float> ConvertToSingleScalar(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
6982
public static Vector64<float> ConvertToSingleScalar(Vector64<uint> value) { throw new
PlatformNotSupportedException
(); }
6989
public static Vector64<uint> ConvertToUInt32RoundAwayFromZero(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
6996
public static Vector128<uint> ConvertToUInt32RoundAwayFromZero(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
7003
public static Vector64<uint> ConvertToUInt32RoundAwayFromZeroScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
7010
public static Vector64<uint> ConvertToUInt32RoundToEven(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
7017
public static Vector128<uint> ConvertToUInt32RoundToEven(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
7024
public static Vector64<uint> ConvertToUInt32RoundToEvenScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
7031
public static Vector64<uint> ConvertToUInt32RoundToNegativeInfinity(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
7038
public static Vector128<uint> ConvertToUInt32RoundToNegativeInfinity(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
7045
public static Vector64<uint> ConvertToUInt32RoundToNegativeInfinityScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
7052
public static Vector64<uint> ConvertToUInt32RoundToPositiveInfinity(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
7059
public static Vector128<uint> ConvertToUInt32RoundToPositiveInfinity(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
7066
public static Vector64<uint> ConvertToUInt32RoundToPositiveInfinityScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
7073
public static Vector64<uint> ConvertToUInt32RoundToZero(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
7080
public static Vector128<uint> ConvertToUInt32RoundToZero(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
7087
public static Vector64<uint> ConvertToUInt32RoundToZeroScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
7094
public static Vector64<double> DivideScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
7102
public static Vector64<float> DivideScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
7109
public static Vector64<byte> DuplicateSelectedScalarToVector64(Vector64<byte> value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
7116
public static Vector64<short> DuplicateSelectedScalarToVector64(Vector64<short> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7123
public static Vector64<int> DuplicateSelectedScalarToVector64(Vector64<int> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7130
public static Vector64<float> DuplicateSelectedScalarToVector64(Vector64<float> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7137
public static Vector64<sbyte> DuplicateSelectedScalarToVector64(Vector64<sbyte> value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
7144
public static Vector64<ushort> DuplicateSelectedScalarToVector64(Vector64<ushort> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7151
public static Vector64<uint> DuplicateSelectedScalarToVector64(Vector64<uint> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7158
public static Vector64<byte> DuplicateSelectedScalarToVector64(Vector128<byte> value, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
7165
public static Vector64<short> DuplicateSelectedScalarToVector64(Vector128<short> value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
7172
public static Vector64<int> DuplicateSelectedScalarToVector64(Vector128<int> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7179
public static Vector64<float> DuplicateSelectedScalarToVector64(Vector128<float> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7186
public static Vector64<sbyte> DuplicateSelectedScalarToVector64(Vector128<sbyte> value, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
7193
public static Vector64<ushort> DuplicateSelectedScalarToVector64(Vector128<ushort> value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
7200
public static Vector64<uint> DuplicateSelectedScalarToVector64(Vector128<uint> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7207
public static Vector128<byte> DuplicateSelectedScalarToVector128(Vector64<byte> value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
7214
public static Vector128<short> DuplicateSelectedScalarToVector128(Vector64<short> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7221
public static Vector128<int> DuplicateSelectedScalarToVector128(Vector64<int> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7228
public static Vector128<float> DuplicateSelectedScalarToVector128(Vector64<float> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7235
public static Vector128<sbyte> DuplicateSelectedScalarToVector128(Vector64<sbyte> value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
7242
public static Vector128<ushort> DuplicateSelectedScalarToVector128(Vector64<ushort> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7249
public static Vector128<uint> DuplicateSelectedScalarToVector128(Vector64<uint> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7256
public static Vector128<byte> DuplicateSelectedScalarToVector128(Vector128<byte> value, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
7263
public static Vector128<short> DuplicateSelectedScalarToVector128(Vector128<short> value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
7270
public static Vector128<int> DuplicateSelectedScalarToVector128(Vector128<int> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7277
public static Vector128<float> DuplicateSelectedScalarToVector128(Vector128<float> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7284
public static Vector128<sbyte> DuplicateSelectedScalarToVector128(Vector128<sbyte> value, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
7291
public static Vector128<ushort> DuplicateSelectedScalarToVector128(Vector128<ushort> value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
7298
public static Vector128<uint> DuplicateSelectedScalarToVector128(Vector128<uint> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7305
public static Vector64<byte> DuplicateToVector64(byte value) { throw new
PlatformNotSupportedException
(); }
7312
public static Vector64<short> DuplicateToVector64(short value) { throw new
PlatformNotSupportedException
(); }
7319
public static Vector64<int> DuplicateToVector64(int value) { throw new
PlatformNotSupportedException
(); }
7326
public static Vector64<sbyte> DuplicateToVector64(sbyte value) { throw new
PlatformNotSupportedException
(); }
7333
public static Vector64<float> DuplicateToVector64(float value) { throw new
PlatformNotSupportedException
(); }
7340
public static Vector64<ushort> DuplicateToVector64(ushort value) { throw new
PlatformNotSupportedException
(); }
7347
public static Vector64<uint> DuplicateToVector64(uint value) { throw new
PlatformNotSupportedException
(); }
7354
public static Vector128<byte> DuplicateToVector128(byte value) { throw new
PlatformNotSupportedException
(); }
7361
public static Vector128<short> DuplicateToVector128(short value) { throw new
PlatformNotSupportedException
(); }
7368
public static Vector128<int> DuplicateToVector128(int value) { throw new
PlatformNotSupportedException
(); }
7375
public static Vector128<sbyte> DuplicateToVector128(sbyte value) { throw new
PlatformNotSupportedException
(); }
7382
public static Vector128<float> DuplicateToVector128(float value) { throw new
PlatformNotSupportedException
(); }
7389
public static Vector128<ushort> DuplicateToVector128(ushort value) { throw new
PlatformNotSupportedException
(); }
7396
public static Vector128<uint> DuplicateToVector128(uint value) { throw new
PlatformNotSupportedException
(); }
7403
public static byte Extract(Vector64<byte> vector, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
7410
public static short Extract(Vector64<short> vector, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7417
public static int Extract(Vector64<int> vector, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7424
public static sbyte Extract(Vector64<sbyte> vector, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
7431
public static float Extract(Vector64<float> vector, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7438
public static ushort Extract(Vector64<ushort> vector, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7445
public static uint Extract(Vector64<uint> vector, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7452
public static byte Extract(Vector128<byte> vector, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
7459
public static double Extract(Vector128<double> vector, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7466
public static short Extract(Vector128<short> vector, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
7473
public static int Extract(Vector128<int> vector, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7480
public static long Extract(Vector128<long> vector, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7487
public static sbyte Extract(Vector128<sbyte> vector, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
7494
public static float Extract(Vector128<float> vector, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7501
public static ushort Extract(Vector128<ushort> vector, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
7508
public static uint Extract(Vector128<uint> vector, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7515
public static ulong Extract(Vector128<ulong> vector, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7522
public static Vector64<byte> ExtractNarrowingLower(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
7529
public static Vector64<short> ExtractNarrowingLower(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
7536
public static Vector64<int> ExtractNarrowingLower(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
7543
public static Vector64<sbyte> ExtractNarrowingLower(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
7550
public static Vector64<ushort> ExtractNarrowingLower(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
7557
public static Vector64<uint> ExtractNarrowingLower(Vector128<ulong> value) { throw new
PlatformNotSupportedException
(); }
7564
public static Vector64<byte> ExtractNarrowingSaturateLower(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
7571
public static Vector64<short> ExtractNarrowingSaturateLower(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
7578
public static Vector64<int> ExtractNarrowingSaturateLower(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
7585
public static Vector64<sbyte> ExtractNarrowingSaturateLower(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
7592
public static Vector64<ushort> ExtractNarrowingSaturateLower(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
7599
public static Vector64<uint> ExtractNarrowingSaturateLower(Vector128<ulong> value) { throw new
PlatformNotSupportedException
(); }
7606
public static Vector64<byte> ExtractNarrowingSaturateUnsignedLower(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
7613
public static Vector64<ushort> ExtractNarrowingSaturateUnsignedLower(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
7620
public static Vector64<uint> ExtractNarrowingSaturateUnsignedLower(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
7627
public static Vector128<byte> ExtractNarrowingSaturateUnsignedUpper(Vector64<byte> lower, Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
7634
public static Vector128<ushort> ExtractNarrowingSaturateUnsignedUpper(Vector64<ushort> lower, Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
7641
public static Vector128<uint> ExtractNarrowingSaturateUnsignedUpper(Vector64<uint> lower, Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
7648
public static Vector128<byte> ExtractNarrowingSaturateUpper(Vector64<byte> lower, Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
7655
public static Vector128<short> ExtractNarrowingSaturateUpper(Vector64<short> lower, Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
7662
public static Vector128<int> ExtractNarrowingSaturateUpper(Vector64<int> lower, Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
7669
public static Vector128<sbyte> ExtractNarrowingSaturateUpper(Vector64<sbyte> lower, Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
7676
public static Vector128<ushort> ExtractNarrowingSaturateUpper(Vector64<ushort> lower, Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
7683
public static Vector128<uint> ExtractNarrowingSaturateUpper(Vector64<uint> lower, Vector128<ulong> value) { throw new
PlatformNotSupportedException
(); }
7690
public static Vector128<byte> ExtractNarrowingUpper(Vector64<byte> lower, Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
7697
public static Vector128<short> ExtractNarrowingUpper(Vector64<short> lower, Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
7704
public static Vector128<int> ExtractNarrowingUpper(Vector64<int> lower, Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
7711
public static Vector128<sbyte> ExtractNarrowingUpper(Vector64<sbyte> lower, Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
7718
public static Vector128<ushort> ExtractNarrowingUpper(Vector64<ushort> lower, Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
7725
public static Vector128<uint> ExtractNarrowingUpper(Vector64<uint> lower, Vector128<ulong> value) { throw new
PlatformNotSupportedException
(); }
7732
public static Vector64<byte> ExtractVector64(Vector64<byte> upper, Vector64<byte> lower, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
7739
public static Vector64<short> ExtractVector64(Vector64<short> upper, Vector64<short> lower, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7746
public static Vector64<int> ExtractVector64(Vector64<int> upper, Vector64<int> lower, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7753
public static Vector64<sbyte> ExtractVector64(Vector64<sbyte> upper, Vector64<sbyte> lower, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
7760
public static Vector64<float> ExtractVector64(Vector64<float> upper, Vector64<float> lower, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7767
public static Vector64<ushort> ExtractVector64(Vector64<ushort> upper, Vector64<ushort> lower, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7774
public static Vector64<uint> ExtractVector64(Vector64<uint> upper, Vector64<uint> lower, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7781
public static Vector128<byte> ExtractVector128(Vector128<byte> upper, Vector128<byte> lower, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
7788
public static Vector128<double> ExtractVector128(Vector128<double> upper, Vector128<double> lower, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7795
public static Vector128<short> ExtractVector128(Vector128<short> upper, Vector128<short> lower, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
7802
public static Vector128<int> ExtractVector128(Vector128<int> upper, Vector128<int> lower, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7809
public static Vector128<long> ExtractVector128(Vector128<long> upper, Vector128<long> lower, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7816
public static Vector128<sbyte> ExtractVector128(Vector128<sbyte> upper, Vector128<sbyte> lower, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
7823
public static Vector128<float> ExtractVector128(Vector128<float> upper, Vector128<float> lower, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7830
public static Vector128<ushort> ExtractVector128(Vector128<ushort> upper, Vector128<ushort> lower, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
7837
public static Vector128<uint> ExtractVector128(Vector128<uint> upper, Vector128<uint> lower, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
7844
public static Vector128<ulong> ExtractVector128(Vector128<ulong> upper, Vector128<ulong> lower, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
7851
public static Vector64<float> Floor(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
7858
public static Vector128<float> Floor(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
7865
public static Vector64<double> FloorScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
7873
public static Vector64<float> FloorScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
7880
public static Vector64<byte> FusedAddHalving(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
7887
public static Vector64<short> FusedAddHalving(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
7894
public static Vector64<int> FusedAddHalving(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
7901
public static Vector64<sbyte> FusedAddHalving(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
7908
public static Vector64<ushort> FusedAddHalving(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
7915
public static Vector64<uint> FusedAddHalving(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
7922
public static Vector128<byte> FusedAddHalving(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
7929
public static Vector128<short> FusedAddHalving(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
7936
public static Vector128<int> FusedAddHalving(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
7943
public static Vector128<sbyte> FusedAddHalving(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
7950
public static Vector128<ushort> FusedAddHalving(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
7957
public static Vector128<uint> FusedAddHalving(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
7964
public static Vector64<byte> FusedAddRoundedHalving(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
7971
public static Vector64<short> FusedAddRoundedHalving(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
7978
public static Vector64<int> FusedAddRoundedHalving(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
7985
public static Vector64<sbyte> FusedAddRoundedHalving(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
7992
public static Vector64<ushort> FusedAddRoundedHalving(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
7999
public static Vector64<uint> FusedAddRoundedHalving(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
8006
public static Vector128<byte> FusedAddRoundedHalving(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
8013
public static Vector128<short> FusedAddRoundedHalving(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
8020
public static Vector128<int> FusedAddRoundedHalving(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
8027
public static Vector128<sbyte> FusedAddRoundedHalving(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
8034
public static Vector128<ushort> FusedAddRoundedHalving(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
8041
public static Vector128<uint> FusedAddRoundedHalving(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
8048
public static Vector64<float> FusedMultiplyAdd(Vector64<float> addend, Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
8055
public static Vector128<float> FusedMultiplyAdd(Vector128<float> addend, Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
8063
public static Vector64<double> FusedMultiplyAddNegatedScalar(Vector64<double> addend, Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
8071
public static Vector64<float> FusedMultiplyAddNegatedScalar(Vector64<float> addend, Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
8078
public static Vector64<double> FusedMultiplyAddScalar(Vector64<double> addend, Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
8086
public static Vector64<float> FusedMultiplyAddScalar(Vector64<float> addend, Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
8093
public static Vector64<float> FusedMultiplySubtract(Vector64<float> minuend, Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
8100
public static Vector128<float> FusedMultiplySubtract(Vector128<float> minuend, Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
8108
public static Vector64<double> FusedMultiplySubtractNegatedScalar(Vector64<double> minuend, Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
8116
public static Vector64<float> FusedMultiplySubtractNegatedScalar(Vector64<float> minuend, Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
8123
public static Vector64<double> FusedMultiplySubtractScalar(Vector64<double> minuend, Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
8131
public static Vector64<float> FusedMultiplySubtractScalar(Vector64<float> minuend, Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
8138
public static Vector64<byte> FusedSubtractHalving(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
8145
public static Vector64<short> FusedSubtractHalving(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
8152
public static Vector64<int> FusedSubtractHalving(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
8159
public static Vector64<sbyte> FusedSubtractHalving(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
8166
public static Vector64<ushort> FusedSubtractHalving(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
8173
public static Vector64<uint> FusedSubtractHalving(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
8180
public static Vector128<byte> FusedSubtractHalving(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
8187
public static Vector128<short> FusedSubtractHalving(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
8194
public static Vector128<int> FusedSubtractHalving(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
8201
public static Vector128<sbyte> FusedSubtractHalving(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
8208
public static Vector128<ushort> FusedSubtractHalving(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
8215
public static Vector128<uint> FusedSubtractHalving(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
8222
public static Vector64<byte> Insert(Vector64<byte> vector, [ConstantExpected(Max = (byte)(7))] byte index, byte data) { throw new
PlatformNotSupportedException
(); }
8229
public static Vector64<short> Insert(Vector64<short> vector, [ConstantExpected(Max = (byte)(3))] byte index, short data) { throw new
PlatformNotSupportedException
(); }
8236
public static Vector64<int> Insert(Vector64<int> vector, [ConstantExpected(Max = (byte)(1))] byte index, int data) { throw new
PlatformNotSupportedException
(); }
8243
public static Vector64<sbyte> Insert(Vector64<sbyte> vector, [ConstantExpected(Max = (byte)(7))] byte index, sbyte data) { throw new
PlatformNotSupportedException
(); }
8250
public static Vector64<float> Insert(Vector64<float> vector, [ConstantExpected(Max = (byte)(1))] byte index, float data) { throw new
PlatformNotSupportedException
(); }
8257
public static Vector64<ushort> Insert(Vector64<ushort> vector, [ConstantExpected(Max = (byte)(3))] byte index, ushort data) { throw new
PlatformNotSupportedException
(); }
8264
public static Vector64<uint> Insert(Vector64<uint> vector, [ConstantExpected(Max = (byte)(1))] byte index, uint data) { throw new
PlatformNotSupportedException
(); }
8271
public static Vector128<byte> Insert(Vector128<byte> vector, [ConstantExpected(Max = (byte)(15))] byte index, byte data) { throw new
PlatformNotSupportedException
(); }
8278
public static Vector128<double> Insert(Vector128<double> vector, [ConstantExpected(Max = (byte)(1))] byte index, double data) { throw new
PlatformNotSupportedException
(); }
8285
public static Vector128<short> Insert(Vector128<short> vector, [ConstantExpected(Max = (byte)(7))] byte index, short data) { throw new
PlatformNotSupportedException
(); }
8292
public static Vector128<int> Insert(Vector128<int> vector, [ConstantExpected(Max = (byte)(3))] byte index, int data) { throw new
PlatformNotSupportedException
(); }
8299
public static Vector128<long> Insert(Vector128<long> vector, [ConstantExpected(Max = (byte)(1))] byte index, long data) { throw new
PlatformNotSupportedException
(); }
8306
public static Vector128<sbyte> Insert(Vector128<sbyte> vector, [ConstantExpected(Max = (byte)(15))] byte index, sbyte data) { throw new
PlatformNotSupportedException
(); }
8313
public static Vector128<float> Insert(Vector128<float> vector, [ConstantExpected(Max = (byte)(3))] byte index, float data) { throw new
PlatformNotSupportedException
(); }
8320
public static Vector128<ushort> Insert(Vector128<ushort> vector, [ConstantExpected(Max = (byte)(7))] byte index, ushort data) { throw new
PlatformNotSupportedException
(); }
8327
public static Vector128<uint> Insert(Vector128<uint> vector, [ConstantExpected(Max = (byte)(3))] byte index, uint data) { throw new
PlatformNotSupportedException
(); }
8334
public static Vector128<ulong> Insert(Vector128<ulong> vector, [ConstantExpected(Max = (byte)(1))] byte index, ulong data) { throw new
PlatformNotSupportedException
(); }
8341
public static Vector128<double> InsertScalar(Vector128<double> result, [ConstantExpected(Max = (byte)(1))] byte resultIndex, Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
8348
public static Vector128<long> InsertScalar(Vector128<long> result, [ConstantExpected(Max = (byte)(1))] byte resultIndex, Vector64<long> value) { throw new
PlatformNotSupportedException
(); }
8355
public static Vector128<ulong> InsertScalar(Vector128<ulong> result, [ConstantExpected(Max = (byte)(1))] byte resultIndex, Vector64<ulong> value) { throw new
PlatformNotSupportedException
(); }
8362
public static Vector64<short> LeadingSignCount(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
8369
public static Vector64<int> LeadingSignCount(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
8376
public static Vector64<sbyte> LeadingSignCount(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
8383
public static Vector128<short> LeadingSignCount(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
8390
public static Vector128<int> LeadingSignCount(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
8397
public static Vector128<sbyte> LeadingSignCount(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
8404
public static Vector64<byte> LeadingZeroCount(Vector64<byte> value) { throw new
PlatformNotSupportedException
(); }
8411
public static Vector64<short> LeadingZeroCount(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
8418
public static Vector64<int> LeadingZeroCount(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
8425
public static Vector64<sbyte> LeadingZeroCount(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
8432
public static Vector64<ushort> LeadingZeroCount(Vector64<ushort> value) { throw new
PlatformNotSupportedException
(); }
8439
public static Vector64<uint> LeadingZeroCount(Vector64<uint> value) { throw new
PlatformNotSupportedException
(); }
8446
public static Vector128<byte> LeadingZeroCount(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
8453
public static Vector128<short> LeadingZeroCount(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
8460
public static Vector128<int> LeadingZeroCount(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
8467
public static Vector128<sbyte> LeadingZeroCount(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
8474
public static Vector128<ushort> LeadingZeroCount(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
8481
public static Vector128<uint> LeadingZeroCount(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
8488
public static unsafe Vector64<byte> LoadAndInsertScalar(Vector64<byte> value, [ConstantExpected(Max = (byte)(7))] byte index, byte* address) { throw new
PlatformNotSupportedException
(); }
8495
public static unsafe Vector64<short> LoadAndInsertScalar(Vector64<short> value, [ConstantExpected(Max = (byte)(3))] byte index, short* address) { throw new
PlatformNotSupportedException
(); }
8502
public static unsafe Vector64<int> LoadAndInsertScalar(Vector64<int> value, [ConstantExpected(Max = (byte)(1))] byte index, int* address) { throw new
PlatformNotSupportedException
(); }
8509
public static unsafe Vector64<sbyte> LoadAndInsertScalar(Vector64<sbyte> value, [ConstantExpected(Max = (byte)(7))] byte index, sbyte* address) { throw new
PlatformNotSupportedException
(); }
8516
public static unsafe Vector64<float> LoadAndInsertScalar(Vector64<float> value, [ConstantExpected(Max = (byte)(1))] byte index, float* address) { throw new
PlatformNotSupportedException
(); }
8523
public static unsafe Vector64<ushort> LoadAndInsertScalar(Vector64<ushort> value, [ConstantExpected(Max = (byte)(3))] byte index, ushort* address) { throw new
PlatformNotSupportedException
(); }
8530
public static unsafe Vector64<uint> LoadAndInsertScalar(Vector64<uint> value, [ConstantExpected(Max = (byte)(1))] byte index, uint* address) { throw new
PlatformNotSupportedException
(); }
8537
public static unsafe Vector128<byte> LoadAndInsertScalar(Vector128<byte> value, [ConstantExpected(Max = (byte)(15))] byte index, byte* address) { throw new
PlatformNotSupportedException
(); }
8544
public static unsafe Vector128<double> LoadAndInsertScalar(Vector128<double> value, [ConstantExpected(Max = (byte)(1))] byte index, double* address) { throw new
PlatformNotSupportedException
(); }
8551
public static unsafe Vector128<short> LoadAndInsertScalar(Vector128<short> value, [ConstantExpected(Max = (byte)(7))] byte index, short* address) { throw new
PlatformNotSupportedException
(); }
8558
public static unsafe Vector128<int> LoadAndInsertScalar(Vector128<int> value, [ConstantExpected(Max = (byte)(3))] byte index, int* address) { throw new
PlatformNotSupportedException
(); }
8565
public static unsafe Vector128<long> LoadAndInsertScalar(Vector128<long> value, [ConstantExpected(Max = (byte)(1))] byte index, long* address) { throw new
PlatformNotSupportedException
(); }
8572
public static unsafe Vector128<sbyte> LoadAndInsertScalar(Vector128<sbyte> value, [ConstantExpected(Max = (byte)(15))] byte index, sbyte* address) { throw new
PlatformNotSupportedException
(); }
8579
public static unsafe Vector128<float> LoadAndInsertScalar(Vector128<float> value, [ConstantExpected(Max = (byte)(3))] byte index, float* address) { throw new
PlatformNotSupportedException
(); }
8586
public static unsafe Vector128<ushort> LoadAndInsertScalar(Vector128<ushort> value, [ConstantExpected(Max = (byte)(7))] byte index, ushort* address) { throw new
PlatformNotSupportedException
(); }
8593
public static unsafe Vector128<uint> LoadAndInsertScalar(Vector128<uint> value, [ConstantExpected(Max = (byte)(3))] byte index, uint* address) { throw new
PlatformNotSupportedException
(); }
8600
public static unsafe Vector128<ulong> LoadAndInsertScalar(Vector128<ulong> value, [ConstantExpected(Max = (byte)(1))] byte index, ulong* address) { throw new
PlatformNotSupportedException
(); }
8603
public static unsafe (Vector64<byte> Value1, Vector64<byte> Value2) LoadAndInsertScalar((Vector64<byte>, Vector64<byte>) values, [ConstantExpected(Max = (byte)(7))] byte index, byte* address) { throw new
PlatformNotSupportedException
(); }
8606
public static unsafe (Vector64<sbyte> Value1, Vector64<sbyte> Value2) LoadAndInsertScalar((Vector64<sbyte>, Vector64<sbyte>) values, [ConstantExpected(Max = (byte)(7))] byte index, sbyte* address) { throw new
PlatformNotSupportedException
(); }
8609
public static unsafe (Vector64<short> Value1, Vector64<short> Value2) LoadAndInsertScalar((Vector64<short>, Vector64<short>) values, [ConstantExpected(Max = (byte)(3))] byte index, short* address) { throw new
PlatformNotSupportedException
(); }
8612
public static unsafe (Vector64<ushort> Value1, Vector64<ushort> Value2) LoadAndInsertScalar((Vector64<ushort>, Vector64<ushort>) values, [ConstantExpected(Max = (byte)(3))] byte index, ushort* address) { throw new
PlatformNotSupportedException
(); }
8615
public static unsafe (Vector64<int> Value1, Vector64<int> Value2) LoadAndInsertScalar((Vector64<int>, Vector64<int>) values, [ConstantExpected(Max = (byte)(1))] byte index, int* address) { throw new
PlatformNotSupportedException
(); }
8618
public static unsafe (Vector64<uint> Value1, Vector64<uint> Value2) LoadAndInsertScalar((Vector64<uint>, Vector64<uint>) values, [ConstantExpected(Max = (byte)(1))] byte index, uint* address) { throw new
PlatformNotSupportedException
(); }
8621
public static unsafe (Vector64<float> Value1, Vector64<float> Value2) LoadAndInsertScalar((Vector64<float>, Vector64<float>) values, [ConstantExpected(Max = (byte)(1))] byte index, float* address) { throw new
PlatformNotSupportedException
(); }
8624
public static unsafe (Vector64<byte> Value1, Vector64<byte> Value2, Vector64<byte> Value3) LoadAndInsertScalar((Vector64<byte>, Vector64<byte>, Vector64<byte>) values, [ConstantExpected(Max = (byte)(7))] byte index, byte* address) { throw new
PlatformNotSupportedException
(); }
8627
public static unsafe (Vector64<sbyte> Value1, Vector64<sbyte> Value2, Vector64<sbyte> Value3) LoadAndInsertScalar((Vector64<sbyte>, Vector64<sbyte>, Vector64<sbyte>) values, [ConstantExpected(Max = (byte)(7))] byte index, sbyte* address) { throw new
PlatformNotSupportedException
(); }
8630
public static unsafe (Vector64<short> Value1, Vector64<short> Value2, Vector64<short> Value3) LoadAndInsertScalar((Vector64<short>, Vector64<short>, Vector64<short>) values, [ConstantExpected(Max = (byte)(3))] byte index, short* address) { throw new
PlatformNotSupportedException
(); }
8633
public static unsafe (Vector64<ushort> Value1, Vector64<ushort> Value2, Vector64<ushort> Value3) LoadAndInsertScalar((Vector64<ushort>, Vector64<ushort>, Vector64<ushort>) values, [ConstantExpected(Max = (byte)(3))] byte index, ushort* address) { throw new
PlatformNotSupportedException
(); }
8636
public static unsafe (Vector64<int> Value1, Vector64<int> Value2, Vector64<int> Value3) LoadAndInsertScalar((Vector64<int>, Vector64<int>, Vector64<int>) values, [ConstantExpected(Max = (byte)(1))] byte index, int* address) { throw new
PlatformNotSupportedException
(); }
8639
public static unsafe (Vector64<uint> Value1, Vector64<uint> Value2, Vector64<uint> Value3) LoadAndInsertScalar((Vector64<uint>, Vector64<uint>, Vector64<uint>) values, [ConstantExpected(Max = (byte)(1))] byte index, uint* address) { throw new
PlatformNotSupportedException
(); }
8642
public static unsafe (Vector64<float> Value1, Vector64<float> Value2, Vector64<float> Value3) LoadAndInsertScalar((Vector64<float>, Vector64<float>, Vector64<float>) values, [ConstantExpected(Max = (byte)(1))] byte index, float* address) { throw new
PlatformNotSupportedException
(); }
8645
public static unsafe (Vector64<byte> Value1, Vector64<byte> Value2, Vector64<byte> Value3, Vector64<byte> Value4) LoadAndInsertScalar((Vector64<byte>, Vector64<byte>, Vector64<byte>, Vector64<byte>) values, [ConstantExpected(Max = (byte)(7))] byte index, byte* address) { throw new
PlatformNotSupportedException
(); }
8648
public static unsafe (Vector64<sbyte> Value1, Vector64<sbyte> Value2, Vector64<sbyte> Value3, Vector64<sbyte> Value4) LoadAndInsertScalar((Vector64<sbyte>, Vector64<sbyte>, Vector64<sbyte>, Vector64<sbyte>) values, [ConstantExpected(Max = (byte)(7))] byte index, sbyte* address) { throw new
PlatformNotSupportedException
(); }
8651
public static unsafe (Vector64<short> Value1, Vector64<short> Value2, Vector64<short> Value3, Vector64<short> Value4) LoadAndInsertScalar((Vector64<short>, Vector64<short>, Vector64<short>, Vector64<short>) values, [ConstantExpected(Max = (byte)(3))] byte index, short* address) { throw new
PlatformNotSupportedException
(); }
8654
public static unsafe (Vector64<ushort> Value1, Vector64<ushort> Value2, Vector64<ushort> Value3, Vector64<ushort> Value4) LoadAndInsertScalar((Vector64<ushort>, Vector64<ushort>, Vector64<ushort>, Vector64<ushort>) values, [ConstantExpected(Max = (byte)(3))] byte index, ushort* address) { throw new
PlatformNotSupportedException
(); }
8657
public static unsafe (Vector64<int> Value1, Vector64<int> Value2, Vector64<int> Value3, Vector64<int> Value4) LoadAndInsertScalar((Vector64<int>, Vector64<int>, Vector64<int>, Vector64<int>) values, [ConstantExpected(Max = (byte)(1))] byte index, int* address) { throw new
PlatformNotSupportedException
(); }
8660
public static unsafe (Vector64<uint> Value1, Vector64<uint> Value2, Vector64<uint> Value3, Vector64<uint> Value4) LoadAndInsertScalar((Vector64<uint>, Vector64<uint>, Vector64<uint>, Vector64<uint>) values, [ConstantExpected(Max = (byte)(1))] byte index, uint* address) { throw new
PlatformNotSupportedException
(); }
8663
public static unsafe (Vector64<float> Value1, Vector64<float> Value2, Vector64<float> Value3, Vector64<float> Value4) LoadAndInsertScalar((Vector64<float>, Vector64<float>, Vector64<float>, Vector64<float>) values, [ConstantExpected(Max = (byte)(1))] byte index, float* address) { throw new
PlatformNotSupportedException
(); }
8670
public static unsafe Vector64<byte> LoadAndReplicateToVector64(byte* address) { throw new
PlatformNotSupportedException
(); }
8677
public static unsafe Vector64<short> LoadAndReplicateToVector64(short* address) { throw new
PlatformNotSupportedException
(); }
8684
public static unsafe Vector64<int> LoadAndReplicateToVector64(int* address) { throw new
PlatformNotSupportedException
(); }
8691
public static unsafe Vector64<sbyte> LoadAndReplicateToVector64(sbyte* address) { throw new
PlatformNotSupportedException
(); }
8698
public static unsafe Vector64<float> LoadAndReplicateToVector64(float* address) { throw new
PlatformNotSupportedException
(); }
8705
public static unsafe Vector64<ushort> LoadAndReplicateToVector64(ushort* address) { throw new
PlatformNotSupportedException
(); }
8712
public static unsafe Vector64<uint> LoadAndReplicateToVector64(uint* address) { throw new
PlatformNotSupportedException
(); }
8719
public static unsafe Vector128<byte> LoadAndReplicateToVector128(byte* address) { throw new
PlatformNotSupportedException
(); }
8726
public static unsafe Vector128<short> LoadAndReplicateToVector128(short* address) { throw new
PlatformNotSupportedException
(); }
8733
public static unsafe Vector128<int> LoadAndReplicateToVector128(int* address) { throw new
PlatformNotSupportedException
(); }
8740
public static unsafe Vector128<sbyte> LoadAndReplicateToVector128(sbyte* address) { throw new
PlatformNotSupportedException
(); }
8747
public static unsafe Vector128<float> LoadAndReplicateToVector128(float* address) { throw new
PlatformNotSupportedException
(); }
8754
public static unsafe Vector128<ushort> LoadAndReplicateToVector128(ushort* address) { throw new
PlatformNotSupportedException
(); }
8761
public static unsafe Vector128<uint> LoadAndReplicateToVector128(uint* address) { throw new
PlatformNotSupportedException
(); }
8764
public static unsafe (Vector64<byte> Value1, Vector64<byte> Value2) LoadAndReplicateToVector64x2(byte* address) { throw new
PlatformNotSupportedException
(); }
8767
public static unsafe (Vector64<sbyte> Value1, Vector64<sbyte> Value2) LoadAndReplicateToVector64x2(sbyte* address) { throw new
PlatformNotSupportedException
(); }
8770
public static unsafe (Vector64<short> Value1, Vector64<short> Value2) LoadAndReplicateToVector64x2(short* address) { throw new
PlatformNotSupportedException
(); }
8773
public static unsafe (Vector64<ushort> Value1, Vector64<ushort> Value2) LoadAndReplicateToVector64x2(ushort* address) { throw new
PlatformNotSupportedException
(); }
8776
public static unsafe (Vector64<int> Value1, Vector64<int> Value2) LoadAndReplicateToVector64x2(int* address) { throw new
PlatformNotSupportedException
(); }
8779
public static unsafe (Vector64<uint> Value1, Vector64<uint> Value2) LoadAndReplicateToVector64x2(uint* address) { throw new
PlatformNotSupportedException
(); }
8782
public static unsafe (Vector64<float> Value1, Vector64<float> Value2) LoadAndReplicateToVector64x2(float* address) { throw new
PlatformNotSupportedException
(); }
8785
public static unsafe (Vector64<byte> Value1, Vector64<byte> Value2, Vector64<byte> Value3) LoadAndReplicateToVector64x3(byte* address) { throw new
PlatformNotSupportedException
(); }
8788
public static unsafe (Vector64<sbyte> Value1, Vector64<sbyte> Value2, Vector64<sbyte> Value3) LoadAndReplicateToVector64x3(sbyte* address) { throw new
PlatformNotSupportedException
(); }
8791
public static unsafe (Vector64<short> Value1, Vector64<short> Value2, Vector64<short> Value3) LoadAndReplicateToVector64x3(short* address) { throw new
PlatformNotSupportedException
(); }
8794
public static unsafe (Vector64<ushort> Value1, Vector64<ushort> Value2, Vector64<ushort> Value3) LoadAndReplicateToVector64x3(ushort* address) { throw new
PlatformNotSupportedException
(); }
8797
public static unsafe (Vector64<int> Value1, Vector64<int> Value2, Vector64<int> Value3) LoadAndReplicateToVector64x3(int* address) { throw new
PlatformNotSupportedException
(); }
8800
public static unsafe (Vector64<uint> Value1, Vector64<uint> Value2, Vector64<uint> Value3) LoadAndReplicateToVector64x3(uint* address) { throw new
PlatformNotSupportedException
(); }
8803
public static unsafe (Vector64<float> Value1, Vector64<float> Value2, Vector64<float> Value3) LoadAndReplicateToVector64x3(float* address) { throw new
PlatformNotSupportedException
(); }
8806
public static unsafe (Vector64<byte> Value1, Vector64<byte> Value2, Vector64<byte> Value3, Vector64<byte> Value4) LoadAndReplicateToVector64x4(byte* address) { throw new
PlatformNotSupportedException
(); }
8809
public static unsafe (Vector64<sbyte> Value1, Vector64<sbyte> Value2, Vector64<sbyte> Value3, Vector64<sbyte> Value4) LoadAndReplicateToVector64x4(sbyte* address) { throw new
PlatformNotSupportedException
(); }
8812
public static unsafe (Vector64<short> Value1, Vector64<short> Value2, Vector64<short> Value3, Vector64<short> Value4) LoadAndReplicateToVector64x4(short* address) { throw new
PlatformNotSupportedException
(); }
8815
public static unsafe (Vector64<ushort> Value1, Vector64<ushort> Value2, Vector64<ushort> Value3, Vector64<ushort> Value4) LoadAndReplicateToVector64x4(ushort* address) { throw new
PlatformNotSupportedException
(); }
8818
public static unsafe (Vector64<int> Value1, Vector64<int> Value2, Vector64<int> Value3, Vector64<int> Value4) LoadAndReplicateToVector64x4(int* address) { throw new
PlatformNotSupportedException
(); }
8821
public static unsafe (Vector64<uint> Value1, Vector64<uint> Value2, Vector64<uint> Value3, Vector64<uint> Value4) LoadAndReplicateToVector64x4(uint* address) { throw new
PlatformNotSupportedException
(); }
8824
public static unsafe (Vector64<float> Value1, Vector64<float> Value2, Vector64<float> Value3, Vector64<float> Value4) LoadAndReplicateToVector64x4(float* address) { throw new
PlatformNotSupportedException
(); }
8831
public static unsafe Vector64<byte> LoadVector64(byte* address) { throw new
PlatformNotSupportedException
(); }
8838
public static unsafe Vector64<double> LoadVector64(double* address) { throw new
PlatformNotSupportedException
(); }
8845
public static unsafe Vector64<short> LoadVector64(short* address) { throw new
PlatformNotSupportedException
(); }
8852
public static unsafe Vector64<int> LoadVector64(int* address) { throw new
PlatformNotSupportedException
(); }
8859
public static unsafe Vector64<long> LoadVector64(long* address) { throw new
PlatformNotSupportedException
(); }
8866
public static unsafe Vector64<sbyte> LoadVector64(sbyte* address) { throw new
PlatformNotSupportedException
(); }
8873
public static unsafe Vector64<float> LoadVector64(float* address) { throw new
PlatformNotSupportedException
(); }
8880
public static unsafe Vector64<ushort> LoadVector64(ushort* address) { throw new
PlatformNotSupportedException
(); }
8887
public static unsafe Vector64<uint> LoadVector64(uint* address) { throw new
PlatformNotSupportedException
(); }
8894
public static unsafe Vector64<ulong> LoadVector64(ulong* address) { throw new
PlatformNotSupportedException
(); }
8901
public static unsafe Vector128<byte> LoadVector128(byte* address) { throw new
PlatformNotSupportedException
(); }
8908
public static unsafe Vector128<double> LoadVector128(double* address) { throw new
PlatformNotSupportedException
(); }
8915
public static unsafe Vector128<short> LoadVector128(short* address) { throw new
PlatformNotSupportedException
(); }
8922
public static unsafe Vector128<int> LoadVector128(int* address) { throw new
PlatformNotSupportedException
(); }
8929
public static unsafe Vector128<long> LoadVector128(long* address) { throw new
PlatformNotSupportedException
(); }
8936
public static unsafe Vector128<sbyte> LoadVector128(sbyte* address) { throw new
PlatformNotSupportedException
(); }
8943
public static unsafe Vector128<float> LoadVector128(float* address) { throw new
PlatformNotSupportedException
(); }
8950
public static unsafe Vector128<ushort> LoadVector128(ushort* address) { throw new
PlatformNotSupportedException
(); }
8957
public static unsafe Vector128<uint> LoadVector128(uint* address) { throw new
PlatformNotSupportedException
(); }
8964
public static unsafe Vector128<ulong> LoadVector128(ulong* address) { throw new
PlatformNotSupportedException
(); }
8967
public static unsafe (Vector64<byte> Value1, Vector64<byte> Value2) Load2xVector64AndUnzip(byte* address) { throw new
PlatformNotSupportedException
(); }
8970
public static unsafe (Vector64<sbyte> Value1, Vector64<sbyte> Value2) Load2xVector64AndUnzip(sbyte* address) { throw new
PlatformNotSupportedException
(); }
8973
public static unsafe (Vector64<short> Value1, Vector64<short> Value2) Load2xVector64AndUnzip(short* address) { throw new
PlatformNotSupportedException
(); }
8976
public static unsafe (Vector64<ushort> Value1, Vector64<ushort> Value2) Load2xVector64AndUnzip(ushort* address) { throw new
PlatformNotSupportedException
(); }
8979
public static unsafe (Vector64<int> Value1, Vector64<int> Value2) Load2xVector64AndUnzip(int* address) { throw new
PlatformNotSupportedException
(); }
8982
public static unsafe (Vector64<uint> Value1, Vector64<uint> Value2) Load2xVector64AndUnzip(uint* address) { throw new
PlatformNotSupportedException
(); }
8985
public static unsafe (Vector64<float> Value1, Vector64<float> Value2) Load2xVector64AndUnzip(float* address) { throw new
PlatformNotSupportedException
(); }
8988
public static unsafe (Vector64<byte> Value1, Vector64<byte> Value2, Vector64<byte> Value3) Load3xVector64AndUnzip(byte* address) { throw new
PlatformNotSupportedException
(); }
8991
public static unsafe (Vector64<sbyte> Value1, Vector64<sbyte> Value2, Vector64<sbyte> Value3) Load3xVector64AndUnzip(sbyte* address) { throw new
PlatformNotSupportedException
(); }
8994
public static unsafe (Vector64<short> Value1, Vector64<short> Value2, Vector64<short> Value3) Load3xVector64AndUnzip(short* address) { throw new
PlatformNotSupportedException
(); }
8997
public static unsafe (Vector64<ushort> Value1, Vector64<ushort> Value2, Vector64<ushort> Value3) Load3xVector64AndUnzip(ushort* address) { throw new
PlatformNotSupportedException
(); }
9000
public static unsafe (Vector64<int> Value1, Vector64<int> Value2, Vector64<int> Value3) Load3xVector64AndUnzip(int* address) { throw new
PlatformNotSupportedException
(); }
9003
public static unsafe (Vector64<uint> Value1, Vector64<uint> Value2, Vector64<uint> Value3) Load3xVector64AndUnzip(uint* address) { throw new
PlatformNotSupportedException
(); }
9006
public static unsafe (Vector64<float> Value1, Vector64<float> Value2, Vector64<float> Value3) Load3xVector64AndUnzip(float* address) { throw new
PlatformNotSupportedException
(); }
9009
public static unsafe (Vector64<byte> Value1, Vector64<byte> Value2, Vector64<byte> Value3, Vector64<byte> Value4) Load4xVector64AndUnzip(byte* address) { throw new
PlatformNotSupportedException
(); }
9012
public static unsafe (Vector64<sbyte> Value1, Vector64<sbyte> Value2, Vector64<sbyte> Value3, Vector64<sbyte> Value4) Load4xVector64AndUnzip(sbyte* address) { throw new
PlatformNotSupportedException
(); }
9015
public static unsafe (Vector64<short> Value1, Vector64<short> Value2, Vector64<short> Value3, Vector64<short> Value4) Load4xVector64AndUnzip(short* address) { throw new
PlatformNotSupportedException
(); }
9018
public static unsafe (Vector64<ushort> Value1, Vector64<ushort> Value2, Vector64<ushort> Value3, Vector64<ushort> Value4) Load4xVector64AndUnzip(ushort* address) { throw new
PlatformNotSupportedException
(); }
9021
public static unsafe (Vector64<int> Value1, Vector64<int> Value2, Vector64<int> Value3, Vector64<int> Value4) Load4xVector64AndUnzip(int* address) { throw new
PlatformNotSupportedException
(); }
9024
public static unsafe (Vector64<uint> Value1, Vector64<uint> Value2, Vector64<uint> Value3, Vector64<uint> Value4) Load4xVector64AndUnzip(uint* address) { throw new
PlatformNotSupportedException
(); }
9027
public static unsafe (Vector64<float> Value1, Vector64<float> Value2, Vector64<float> Value3, Vector64<float> Value4) Load4xVector64AndUnzip(float* address) { throw new
PlatformNotSupportedException
(); }
9030
public static unsafe (Vector64<byte> Value1, Vector64<byte> Value2) Load2xVector64(byte* address) { throw new
PlatformNotSupportedException
(); }
9033
public static unsafe (Vector64<sbyte> Value1, Vector64<sbyte> Value2) Load2xVector64(sbyte* address) { throw new
PlatformNotSupportedException
(); }
9036
public static unsafe (Vector64<short> Value1, Vector64<short> Value2) Load2xVector64(short* address) { throw new
PlatformNotSupportedException
(); }
9039
public static unsafe (Vector64<ushort> Value1, Vector64<ushort> Value2) Load2xVector64(ushort* address) { throw new
PlatformNotSupportedException
(); }
9042
public static unsafe (Vector64<int> Value1, Vector64<int> Value2) Load2xVector64(int* address) { throw new
PlatformNotSupportedException
(); }
9045
public static unsafe (Vector64<uint> Value1, Vector64<uint> Value2) Load2xVector64(uint* address) { throw new
PlatformNotSupportedException
(); }
9048
public static unsafe (Vector64<float> Value1, Vector64<float> Value2) Load2xVector64(float* address) { throw new
PlatformNotSupportedException
(); }
9051
public static unsafe (Vector64<byte> Value1, Vector64<byte> Value2, Vector64<byte> Value3) Load3xVector64(byte* address) { throw new
PlatformNotSupportedException
(); }
9054
public static unsafe (Vector64<sbyte> Value1, Vector64<sbyte> Value2, Vector64<sbyte> Value3) Load3xVector64(sbyte* address) { throw new
PlatformNotSupportedException
(); }
9057
public static unsafe (Vector64<short> Value1, Vector64<short> Value2, Vector64<short> Value3) Load3xVector64(short* address) { throw new
PlatformNotSupportedException
(); }
9060
public static unsafe (Vector64<ushort> Value1, Vector64<ushort> Value2, Vector64<ushort> Value3) Load3xVector64(ushort* address) { throw new
PlatformNotSupportedException
(); }
9063
public static unsafe (Vector64<int> Value1, Vector64<int> Value2, Vector64<int> Value3) Load3xVector64(int* address) { throw new
PlatformNotSupportedException
(); }
9066
public static unsafe (Vector64<uint> Value1, Vector64<uint> Value2, Vector64<uint> Value3) Load3xVector64(uint* address) { throw new
PlatformNotSupportedException
(); }
9069
public static unsafe (Vector64<float> Value1, Vector64<float> Value2, Vector64<float> Value3) Load3xVector64(float* address) { throw new
PlatformNotSupportedException
(); }
9072
public static unsafe (Vector64<byte> Value1, Vector64<byte> Value2, Vector64<byte> Value3, Vector64<byte> Value4) Load4xVector64(byte* address) { throw new
PlatformNotSupportedException
(); }
9075
public static unsafe (Vector64<sbyte> Value1, Vector64<sbyte> Value2, Vector64<sbyte> Value3, Vector64<sbyte> Value4) Load4xVector64(sbyte* address) { throw new
PlatformNotSupportedException
(); }
9078
public static unsafe (Vector64<short> Value1, Vector64<short> Value2, Vector64<short> Value3, Vector64<short> Value4) Load4xVector64(short* address) { throw new
PlatformNotSupportedException
(); }
9081
public static unsafe (Vector64<ushort> Value1, Vector64<ushort> Value2, Vector64<ushort> Value3, Vector64<ushort> Value4) Load4xVector64(ushort* address) { throw new
PlatformNotSupportedException
(); }
9084
public static unsafe (Vector64<int> Value1, Vector64<int> Value2, Vector64<int> Value3, Vector64<int> Value4) Load4xVector64(int* address) { throw new
PlatformNotSupportedException
(); }
9087
public static unsafe (Vector64<uint> Value1, Vector64<uint> Value2, Vector64<uint> Value3, Vector64<uint> Value4) Load4xVector64(uint* address) { throw new
PlatformNotSupportedException
(); }
9090
public static unsafe (Vector64<float> Value1, Vector64<float> Value2, Vector64<float> Value3, Vector64<float> Value4) Load4xVector64(float* address) { throw new
PlatformNotSupportedException
(); }
9097
public static Vector64<byte> Max(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
9104
public static Vector64<short> Max(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
9111
public static Vector64<int> Max(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
9118
public static Vector64<sbyte> Max(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
9125
public static Vector64<float> Max(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
9132
public static Vector64<ushort> Max(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
9139
public static Vector64<uint> Max(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
9146
public static Vector128<byte> Max(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
9153
public static Vector128<short> Max(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
9160
public static Vector128<int> Max(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
9167
public static Vector128<sbyte> Max(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
9174
public static Vector128<float> Max(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
9181
public static Vector128<ushort> Max(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
9188
public static Vector128<uint> Max(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
9195
public static Vector64<float> MaxNumber(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
9202
public static Vector128<float> MaxNumber(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
9209
public static Vector64<double> MaxNumberScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
9216
public static Vector64<float> MaxNumberScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
9223
public static Vector64<byte> MaxPairwise(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
9230
public static Vector64<short> MaxPairwise(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
9237
public static Vector64<int> MaxPairwise(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
9244
public static Vector64<sbyte> MaxPairwise(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
9251
public static Vector64<float> MaxPairwise(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
9258
public static Vector64<ushort> MaxPairwise(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
9265
public static Vector64<uint> MaxPairwise(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
9272
public static Vector64<byte> Min(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
9279
public static Vector64<short> Min(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
9286
public static Vector64<int> Min(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
9293
public static Vector64<sbyte> Min(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
9300
public static Vector64<float> Min(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
9307
public static Vector64<ushort> Min(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
9314
public static Vector64<uint> Min(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
9321
public static Vector128<byte> Min(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
9328
public static Vector128<short> Min(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
9335
public static Vector128<int> Min(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
9342
public static Vector128<sbyte> Min(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
9349
public static Vector128<float> Min(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
9356
public static Vector128<ushort> Min(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
9363
public static Vector128<uint> Min(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
9370
public static Vector64<float> MinNumber(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
9377
public static Vector128<float> MinNumber(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
9384
public static Vector64<double> MinNumberScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
9391
public static Vector64<float> MinNumberScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
9398
public static Vector64<byte> MinPairwise(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
9405
public static Vector64<short> MinPairwise(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
9412
public static Vector64<int> MinPairwise(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
9419
public static Vector64<sbyte> MinPairwise(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
9426
public static Vector64<float> MinPairwise(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
9433
public static Vector64<ushort> MinPairwise(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
9440
public static Vector64<uint> MinPairwise(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
9447
public static Vector64<byte> Multiply(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
9454
public static Vector64<short> Multiply(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
9461
public static Vector64<int> Multiply(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
9468
public static Vector64<sbyte> Multiply(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
9475
public static Vector64<float> Multiply(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
9482
public static Vector64<ushort> Multiply(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
9489
public static Vector64<uint> Multiply(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
9496
public static Vector128<byte> Multiply(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
9503
public static Vector128<short> Multiply(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
9510
public static Vector128<int> Multiply(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
9517
public static Vector128<sbyte> Multiply(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
9524
public static Vector128<float> Multiply(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
9531
public static Vector128<ushort> Multiply(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
9538
public static Vector128<uint> Multiply(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
9545
public static Vector64<byte> MultiplyAdd(Vector64<byte> addend, Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
9552
public static Vector64<short> MultiplyAdd(Vector64<short> addend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
9559
public static Vector64<int> MultiplyAdd(Vector64<int> addend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
9566
public static Vector64<sbyte> MultiplyAdd(Vector64<sbyte> addend, Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
9573
public static Vector64<ushort> MultiplyAdd(Vector64<ushort> addend, Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
9580
public static Vector64<uint> MultiplyAdd(Vector64<uint> addend, Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
9587
public static Vector128<byte> MultiplyAdd(Vector128<byte> addend, Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
9594
public static Vector128<short> MultiplyAdd(Vector128<short> addend, Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
9601
public static Vector128<int> MultiplyAdd(Vector128<int> addend, Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
9608
public static Vector128<sbyte> MultiplyAdd(Vector128<sbyte> addend, Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
9615
public static Vector128<ushort> MultiplyAdd(Vector128<ushort> addend, Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
9622
public static Vector128<uint> MultiplyAdd(Vector128<uint> addend, Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
9629
public static Vector64<short> MultiplyAddByScalar(Vector64<short> addend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
9636
public static Vector64<int> MultiplyAddByScalar(Vector64<int> addend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
9643
public static Vector64<ushort> MultiplyAddByScalar(Vector64<ushort> addend, Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
9650
public static Vector64<uint> MultiplyAddByScalar(Vector64<uint> addend, Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
9657
public static Vector128<short> MultiplyAddByScalar(Vector128<short> addend, Vector128<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
9664
public static Vector128<int> MultiplyAddByScalar(Vector128<int> addend, Vector128<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
9671
public static Vector128<ushort> MultiplyAddByScalar(Vector128<ushort> addend, Vector128<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
9678
public static Vector128<uint> MultiplyAddByScalar(Vector128<uint> addend, Vector128<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
9685
public static Vector64<short> MultiplyAddBySelectedScalar(Vector64<short> addend, Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9692
public static Vector64<short> MultiplyAddBySelectedScalar(Vector64<short> addend, Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9699
public static Vector64<int> MultiplyAddBySelectedScalar(Vector64<int> addend, Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9706
public static Vector64<int> MultiplyAddBySelectedScalar(Vector64<int> addend, Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9713
public static Vector64<ushort> MultiplyAddBySelectedScalar(Vector64<ushort> addend, Vector64<ushort> left, Vector64<ushort> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9720
public static Vector64<ushort> MultiplyAddBySelectedScalar(Vector64<ushort> addend, Vector64<ushort> left, Vector128<ushort> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9727
public static Vector64<uint> MultiplyAddBySelectedScalar(Vector64<uint> addend, Vector64<uint> left, Vector64<uint> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9734
public static Vector64<uint> MultiplyAddBySelectedScalar(Vector64<uint> addend, Vector64<uint> left, Vector128<uint> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9741
public static Vector128<short> MultiplyAddBySelectedScalar(Vector128<short> addend, Vector128<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9748
public static Vector128<short> MultiplyAddBySelectedScalar(Vector128<short> addend, Vector128<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9755
public static Vector128<int> MultiplyAddBySelectedScalar(Vector128<int> addend, Vector128<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9762
public static Vector128<int> MultiplyAddBySelectedScalar(Vector128<int> addend, Vector128<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9769
public static Vector128<ushort> MultiplyAddBySelectedScalar(Vector128<ushort> addend, Vector128<ushort> left, Vector64<ushort> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9776
public static Vector128<ushort> MultiplyAddBySelectedScalar(Vector128<ushort> addend, Vector128<ushort> left, Vector128<ushort> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9783
public static Vector128<uint> MultiplyAddBySelectedScalar(Vector128<uint> addend, Vector128<uint> left, Vector64<uint> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9790
public static Vector128<uint> MultiplyAddBySelectedScalar(Vector128<uint> addend, Vector128<uint> left, Vector128<uint> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9797
public static Vector64<short> MultiplyByScalar(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
9804
public static Vector64<int> MultiplyByScalar(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
9811
public static Vector64<float> MultiplyByScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
9818
public static Vector64<ushort> MultiplyByScalar(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
9825
public static Vector64<uint> MultiplyByScalar(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
9832
public static Vector128<short> MultiplyByScalar(Vector128<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
9839
public static Vector128<int> MultiplyByScalar(Vector128<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
9846
public static Vector128<float> MultiplyByScalar(Vector128<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
9853
public static Vector128<ushort> MultiplyByScalar(Vector128<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
9860
public static Vector128<uint> MultiplyByScalar(Vector128<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
9867
public static Vector64<short> MultiplyBySelectedScalar(Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9874
public static Vector64<short> MultiplyBySelectedScalar(Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9881
public static Vector64<int> MultiplyBySelectedScalar(Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9888
public static Vector64<int> MultiplyBySelectedScalar(Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9895
public static Vector64<float> MultiplyBySelectedScalar(Vector64<float> left, Vector64<float> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9902
public static Vector64<float> MultiplyBySelectedScalar(Vector64<float> left, Vector128<float> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9909
public static Vector64<ushort> MultiplyBySelectedScalar(Vector64<ushort> left, Vector64<ushort> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9916
public static Vector64<ushort> MultiplyBySelectedScalar(Vector64<ushort> left, Vector128<ushort> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9923
public static Vector64<uint> MultiplyBySelectedScalar(Vector64<uint> left, Vector64<uint> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9930
public static Vector64<uint> MultiplyBySelectedScalar(Vector64<uint> left, Vector128<uint> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9937
public static Vector128<short> MultiplyBySelectedScalar(Vector128<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9944
public static Vector128<short> MultiplyBySelectedScalar(Vector128<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9951
public static Vector128<int> MultiplyBySelectedScalar(Vector128<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9958
public static Vector128<int> MultiplyBySelectedScalar(Vector128<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9965
public static Vector128<float> MultiplyBySelectedScalar(Vector128<float> left, Vector64<float> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9972
public static Vector128<float> MultiplyBySelectedScalar(Vector128<float> left, Vector128<float> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9979
public static Vector128<ushort> MultiplyBySelectedScalar(Vector128<ushort> left, Vector64<ushort> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9986
public static Vector128<ushort> MultiplyBySelectedScalar(Vector128<ushort> left, Vector128<ushort> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
9993
public static Vector128<uint> MultiplyBySelectedScalar(Vector128<uint> left, Vector64<uint> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10000
public static Vector128<uint> MultiplyBySelectedScalar(Vector128<uint> left, Vector128<uint> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10007
public static Vector128<int> MultiplyBySelectedScalarWideningLower(Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10014
public static Vector128<int> MultiplyBySelectedScalarWideningLower(Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10021
public static Vector128<long> MultiplyBySelectedScalarWideningLower(Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10028
public static Vector128<long> MultiplyBySelectedScalarWideningLower(Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10035
public static Vector128<uint> MultiplyBySelectedScalarWideningLower(Vector64<ushort> left, Vector64<ushort> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10042
public static Vector128<uint> MultiplyBySelectedScalarWideningLower(Vector64<ushort> left, Vector128<ushort> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10049
public static Vector128<ulong> MultiplyBySelectedScalarWideningLower(Vector64<uint> left, Vector64<uint> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10056
public static Vector128<ulong> MultiplyBySelectedScalarWideningLower(Vector64<uint> left, Vector128<uint> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10063
public static Vector128<int> MultiplyBySelectedScalarWideningLowerAndAdd(Vector128<int> addend, Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10070
public static Vector128<int> MultiplyBySelectedScalarWideningLowerAndAdd(Vector128<int> addend, Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10077
public static Vector128<long> MultiplyBySelectedScalarWideningLowerAndAdd(Vector128<long> addend, Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10084
public static Vector128<long> MultiplyBySelectedScalarWideningLowerAndAdd(Vector128<long> addend, Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10091
public static Vector128<uint> MultiplyBySelectedScalarWideningLowerAndAdd(Vector128<uint> addend, Vector64<ushort> left, Vector64<ushort> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10098
public static Vector128<uint> MultiplyBySelectedScalarWideningLowerAndAdd(Vector128<uint> addend, Vector64<ushort> left, Vector128<ushort> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10105
public static Vector128<ulong> MultiplyBySelectedScalarWideningLowerAndAdd(Vector128<ulong> addend, Vector64<uint> left, Vector64<uint> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10112
public static Vector128<ulong> MultiplyBySelectedScalarWideningLowerAndAdd(Vector128<ulong> addend, Vector64<uint> left, Vector128<uint> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10119
public static Vector128<int> MultiplyBySelectedScalarWideningLowerAndSubtract(Vector128<int> minuend, Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10126
public static Vector128<int> MultiplyBySelectedScalarWideningLowerAndSubtract(Vector128<int> minuend, Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10133
public static Vector128<long> MultiplyBySelectedScalarWideningLowerAndSubtract(Vector128<long> minuend, Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10140
public static Vector128<long> MultiplyBySelectedScalarWideningLowerAndSubtract(Vector128<long> minuend, Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10147
public static Vector128<uint> MultiplyBySelectedScalarWideningLowerAndSubtract(Vector128<uint> minuend, Vector64<ushort> left, Vector64<ushort> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10154
public static Vector128<uint> MultiplyBySelectedScalarWideningLowerAndSubtract(Vector128<uint> minuend, Vector64<ushort> left, Vector128<ushort> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10161
public static Vector128<ulong> MultiplyBySelectedScalarWideningLowerAndSubtract(Vector128<ulong> minuend, Vector64<uint> left, Vector64<uint> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10168
public static Vector128<ulong> MultiplyBySelectedScalarWideningLowerAndSubtract(Vector128<ulong> minuend, Vector64<uint> left, Vector128<uint> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10175
public static Vector128<int> MultiplyBySelectedScalarWideningUpper(Vector128<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10182
public static Vector128<int> MultiplyBySelectedScalarWideningUpper(Vector128<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10189
public static Vector128<long> MultiplyBySelectedScalarWideningUpper(Vector128<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10196
public static Vector128<long> MultiplyBySelectedScalarWideningUpper(Vector128<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10203
public static Vector128<uint> MultiplyBySelectedScalarWideningUpper(Vector128<ushort> left, Vector64<ushort> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10210
public static Vector128<uint> MultiplyBySelectedScalarWideningUpper(Vector128<ushort> left, Vector128<ushort> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10217
public static Vector128<ulong> MultiplyBySelectedScalarWideningUpper(Vector128<uint> left, Vector64<uint> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10224
public static Vector128<ulong> MultiplyBySelectedScalarWideningUpper(Vector128<uint> left, Vector128<uint> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10231
public static Vector128<int> MultiplyBySelectedScalarWideningUpperAndAdd(Vector128<int> addend, Vector128<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10238
public static Vector128<int> MultiplyBySelectedScalarWideningUpperAndAdd(Vector128<int> addend, Vector128<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10245
public static Vector128<long> MultiplyBySelectedScalarWideningUpperAndAdd(Vector128<long> addend, Vector128<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10252
public static Vector128<long> MultiplyBySelectedScalarWideningUpperAndAdd(Vector128<long> addend, Vector128<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10259
public static Vector128<uint> MultiplyBySelectedScalarWideningUpperAndAdd(Vector128<uint> addend, Vector128<ushort> left, Vector64<ushort> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10266
public static Vector128<uint> MultiplyBySelectedScalarWideningUpperAndAdd(Vector128<uint> addend, Vector128<ushort> left, Vector128<ushort> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10273
public static Vector128<ulong> MultiplyBySelectedScalarWideningUpperAndAdd(Vector128<ulong> addend, Vector128<uint> left, Vector64<uint> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10280
public static Vector128<ulong> MultiplyBySelectedScalarWideningUpperAndAdd(Vector128<ulong> addend, Vector128<uint> left, Vector128<uint> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10287
public static Vector128<int> MultiplyBySelectedScalarWideningUpperAndSubtract(Vector128<int> minuend, Vector128<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10294
public static Vector128<int> MultiplyBySelectedScalarWideningUpperAndSubtract(Vector128<int> minuend, Vector128<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10301
public static Vector128<long> MultiplyBySelectedScalarWideningUpperAndSubtract(Vector128<long> minuend, Vector128<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10308
public static Vector128<long> MultiplyBySelectedScalarWideningUpperAndSubtract(Vector128<long> minuend, Vector128<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10315
public static Vector128<uint> MultiplyBySelectedScalarWideningUpperAndSubtract(Vector128<uint> minuend, Vector128<ushort> left, Vector64<ushort> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10322
public static Vector128<uint> MultiplyBySelectedScalarWideningUpperAndSubtract(Vector128<uint> minuend, Vector128<ushort> left, Vector128<ushort> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10329
public static Vector128<ulong> MultiplyBySelectedScalarWideningUpperAndSubtract(Vector128<ulong> minuend, Vector128<uint> left, Vector64<uint> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10336
public static Vector128<ulong> MultiplyBySelectedScalarWideningUpperAndSubtract(Vector128<ulong> minuend, Vector128<uint> left, Vector128<uint> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10343
public static Vector64<short> MultiplyDoublingByScalarSaturateHigh(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
10350
public static Vector64<int> MultiplyDoublingByScalarSaturateHigh(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
10357
public static Vector128<short> MultiplyDoublingByScalarSaturateHigh(Vector128<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
10364
public static Vector128<int> MultiplyDoublingByScalarSaturateHigh(Vector128<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
10371
public static Vector64<short> MultiplyDoublingBySelectedScalarSaturateHigh(Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10378
public static Vector64<short> MultiplyDoublingBySelectedScalarSaturateHigh(Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10385
public static Vector64<int> MultiplyDoublingBySelectedScalarSaturateHigh(Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10392
public static Vector64<int> MultiplyDoublingBySelectedScalarSaturateHigh(Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10399
public static Vector128<short> MultiplyDoublingBySelectedScalarSaturateHigh(Vector128<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10406
public static Vector128<short> MultiplyDoublingBySelectedScalarSaturateHigh(Vector128<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10413
public static Vector128<int> MultiplyDoublingBySelectedScalarSaturateHigh(Vector128<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10420
public static Vector128<int> MultiplyDoublingBySelectedScalarSaturateHigh(Vector128<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10427
public static Vector64<short> MultiplyDoublingSaturateHigh(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
10434
public static Vector64<int> MultiplyDoublingSaturateHigh(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
10441
public static Vector128<short> MultiplyDoublingSaturateHigh(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
10448
public static Vector128<int> MultiplyDoublingSaturateHigh(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
10455
public static Vector128<int> MultiplyDoublingWideningLowerAndAddSaturate(Vector128<int> addend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
10462
public static Vector128<long> MultiplyDoublingWideningLowerAndAddSaturate(Vector128<long> addend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
10469
public static Vector128<int> MultiplyDoublingWideningLowerAndSubtractSaturate(Vector128<int> minuend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
10476
public static Vector128<long> MultiplyDoublingWideningLowerAndSubtractSaturate(Vector128<long> minuend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
10483
public static Vector128<int> MultiplyDoublingWideningLowerByScalarAndAddSaturate(Vector128<int> addend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
10490
public static Vector128<long> MultiplyDoublingWideningLowerByScalarAndAddSaturate(Vector128<long> addend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
10497
public static Vector128<int> MultiplyDoublingWideningLowerByScalarAndSubtractSaturate(Vector128<int> minuend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
10504
public static Vector128<long> MultiplyDoublingWideningLowerByScalarAndSubtractSaturate(Vector128<long> minuend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
10511
public static Vector128<int> MultiplyDoublingWideningLowerBySelectedScalarAndAddSaturate(Vector128<int> addend, Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10518
public static Vector128<int> MultiplyDoublingWideningLowerBySelectedScalarAndAddSaturate(Vector128<int> addend, Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10525
public static Vector128<long> MultiplyDoublingWideningLowerBySelectedScalarAndAddSaturate(Vector128<long> addend, Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10532
public static Vector128<long> MultiplyDoublingWideningLowerBySelectedScalarAndAddSaturate(Vector128<long> addend, Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10539
public static Vector128<int> MultiplyDoublingWideningLowerBySelectedScalarAndSubtractSaturate(Vector128<int> minuend, Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10546
public static Vector128<int> MultiplyDoublingWideningLowerBySelectedScalarAndSubtractSaturate(Vector128<int> minuend, Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10553
public static Vector128<long> MultiplyDoublingWideningLowerBySelectedScalarAndSubtractSaturate(Vector128<long> minuend, Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10560
public static Vector128<long> MultiplyDoublingWideningLowerBySelectedScalarAndSubtractSaturate(Vector128<long> minuend, Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10567
public static Vector128<int> MultiplyDoublingWideningSaturateLower(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
10574
public static Vector128<long> MultiplyDoublingWideningSaturateLower(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
10581
public static Vector128<int> MultiplyDoublingWideningSaturateLowerByScalar(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
10588
public static Vector128<long> MultiplyDoublingWideningSaturateLowerByScalar(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
10595
public static Vector128<int> MultiplyDoublingWideningSaturateLowerBySelectedScalar(Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10602
public static Vector128<int> MultiplyDoublingWideningSaturateLowerBySelectedScalar(Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10609
public static Vector128<long> MultiplyDoublingWideningSaturateLowerBySelectedScalar(Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10616
public static Vector128<long> MultiplyDoublingWideningSaturateLowerBySelectedScalar(Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10623
public static Vector128<int> MultiplyDoublingWideningSaturateUpper(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
10630
public static Vector128<long> MultiplyDoublingWideningSaturateUpper(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
10637
public static Vector128<int> MultiplyDoublingWideningSaturateUpperByScalar(Vector128<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
10644
public static Vector128<long> MultiplyDoublingWideningSaturateUpperByScalar(Vector128<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
10651
public static Vector128<int> MultiplyDoublingWideningSaturateUpperBySelectedScalar(Vector128<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10658
public static Vector128<int> MultiplyDoublingWideningSaturateUpperBySelectedScalar(Vector128<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10665
public static Vector128<long> MultiplyDoublingWideningSaturateUpperBySelectedScalar(Vector128<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10672
public static Vector128<long> MultiplyDoublingWideningSaturateUpperBySelectedScalar(Vector128<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10679
public static Vector128<int> MultiplyDoublingWideningUpperAndAddSaturate(Vector128<int> addend, Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
10686
public static Vector128<long> MultiplyDoublingWideningUpperAndAddSaturate(Vector128<long> addend, Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
10693
public static Vector128<int> MultiplyDoublingWideningUpperAndSubtractSaturate(Vector128<int> minuend, Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
10700
public static Vector128<long> MultiplyDoublingWideningUpperAndSubtractSaturate(Vector128<long> minuend, Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
10707
public static Vector128<int> MultiplyDoublingWideningUpperByScalarAndAddSaturate(Vector128<int> addend, Vector128<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
10714
public static Vector128<long> MultiplyDoublingWideningUpperByScalarAndAddSaturate(Vector128<long> addend, Vector128<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
10721
public static Vector128<int> MultiplyDoublingWideningUpperByScalarAndSubtractSaturate(Vector128<int> minuend, Vector128<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
10728
public static Vector128<long> MultiplyDoublingWideningUpperByScalarAndSubtractSaturate(Vector128<long> minuend, Vector128<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
10735
public static Vector128<int> MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(Vector128<int> addend, Vector128<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10742
public static Vector128<int> MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(Vector128<int> addend, Vector128<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10749
public static Vector128<long> MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(Vector128<long> addend, Vector128<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10756
public static Vector128<long> MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(Vector128<long> addend, Vector128<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10763
public static Vector128<int> MultiplyDoublingWideningUpperBySelectedScalarAndSubtractSaturate(Vector128<int> minuend, Vector128<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10770
public static Vector128<int> MultiplyDoublingWideningUpperBySelectedScalarAndSubtractSaturate(Vector128<int> minuend, Vector128<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10777
public static Vector128<long> MultiplyDoublingWideningUpperBySelectedScalarAndSubtractSaturate(Vector128<long> minuend, Vector128<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10784
public static Vector128<long> MultiplyDoublingWideningUpperBySelectedScalarAndSubtractSaturate(Vector128<long> minuend, Vector128<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10791
public static Vector64<short> MultiplyRoundedDoublingByScalarSaturateHigh(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
10798
public static Vector64<int> MultiplyRoundedDoublingByScalarSaturateHigh(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
10805
public static Vector128<short> MultiplyRoundedDoublingByScalarSaturateHigh(Vector128<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
10812
public static Vector128<int> MultiplyRoundedDoublingByScalarSaturateHigh(Vector128<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
10819
public static Vector64<short> MultiplyRoundedDoublingBySelectedScalarSaturateHigh(Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10826
public static Vector64<short> MultiplyRoundedDoublingBySelectedScalarSaturateHigh(Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10833
public static Vector64<int> MultiplyRoundedDoublingBySelectedScalarSaturateHigh(Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10840
public static Vector64<int> MultiplyRoundedDoublingBySelectedScalarSaturateHigh(Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10847
public static Vector128<short> MultiplyRoundedDoublingBySelectedScalarSaturateHigh(Vector128<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10854
public static Vector128<short> MultiplyRoundedDoublingBySelectedScalarSaturateHigh(Vector128<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10861
public static Vector128<int> MultiplyRoundedDoublingBySelectedScalarSaturateHigh(Vector128<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10868
public static Vector128<int> MultiplyRoundedDoublingBySelectedScalarSaturateHigh(Vector128<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10875
public static Vector64<short> MultiplyRoundedDoublingSaturateHigh(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
10882
public static Vector64<int> MultiplyRoundedDoublingSaturateHigh(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
10889
public static Vector128<short> MultiplyRoundedDoublingSaturateHigh(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
10896
public static Vector128<int> MultiplyRoundedDoublingSaturateHigh(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
10903
public static Vector64<double> MultiplyScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
10911
public static Vector64<float> MultiplyScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
10918
public static Vector64<float> MultiplyScalarBySelectedScalar(Vector64<float> left, Vector64<float> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10925
public static Vector64<float> MultiplyScalarBySelectedScalar(Vector64<float> left, Vector128<float> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
10932
public static Vector64<byte> MultiplySubtract(Vector64<byte> minuend, Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
10939
public static Vector64<short> MultiplySubtract(Vector64<short> minuend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
10946
public static Vector64<int> MultiplySubtract(Vector64<int> minuend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
10953
public static Vector64<sbyte> MultiplySubtract(Vector64<sbyte> minuend, Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
10960
public static Vector64<ushort> MultiplySubtract(Vector64<ushort> minuend, Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
10967
public static Vector64<uint> MultiplySubtract(Vector64<uint> minuend, Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
10974
public static Vector128<byte> MultiplySubtract(Vector128<byte> minuend, Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
10981
public static Vector128<short> MultiplySubtract(Vector128<short> minuend, Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
10988
public static Vector128<int> MultiplySubtract(Vector128<int> minuend, Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
10995
public static Vector128<sbyte> MultiplySubtract(Vector128<sbyte> minuend, Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
11002
public static Vector128<ushort> MultiplySubtract(Vector128<ushort> minuend, Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
11009
public static Vector128<uint> MultiplySubtract(Vector128<uint> minuend, Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
11016
public static Vector64<short> MultiplySubtractByScalar(Vector64<short> minuend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
11023
public static Vector64<int> MultiplySubtractByScalar(Vector64<int> minuend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
11030
public static Vector64<ushort> MultiplySubtractByScalar(Vector64<ushort> minuend, Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
11037
public static Vector64<uint> MultiplySubtractByScalar(Vector64<uint> minuend, Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
11044
public static Vector128<short> MultiplySubtractByScalar(Vector128<short> minuend, Vector128<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
11051
public static Vector128<int> MultiplySubtractByScalar(Vector128<int> minuend, Vector128<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
11058
public static Vector128<ushort> MultiplySubtractByScalar(Vector128<ushort> minuend, Vector128<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
11065
public static Vector128<uint> MultiplySubtractByScalar(Vector128<uint> minuend, Vector128<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
11072
public static Vector64<short> MultiplySubtractBySelectedScalar(Vector64<short> minuend, Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
11079
public static Vector64<short> MultiplySubtractBySelectedScalar(Vector64<short> minuend, Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
11086
public static Vector64<int> MultiplySubtractBySelectedScalar(Vector64<int> minuend, Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
11093
public static Vector64<int> MultiplySubtractBySelectedScalar(Vector64<int> minuend, Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
11100
public static Vector64<ushort> MultiplySubtractBySelectedScalar(Vector64<ushort> minuend, Vector64<ushort> left, Vector64<ushort> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
11107
public static Vector64<ushort> MultiplySubtractBySelectedScalar(Vector64<ushort> minuend, Vector64<ushort> left, Vector128<ushort> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
11114
public static Vector64<uint> MultiplySubtractBySelectedScalar(Vector64<uint> minuend, Vector64<uint> left, Vector64<uint> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
11121
public static Vector64<uint> MultiplySubtractBySelectedScalar(Vector64<uint> minuend, Vector64<uint> left, Vector128<uint> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
11128
public static Vector128<short> MultiplySubtractBySelectedScalar(Vector128<short> minuend, Vector128<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
11135
public static Vector128<short> MultiplySubtractBySelectedScalar(Vector128<short> minuend, Vector128<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
11142
public static Vector128<int> MultiplySubtractBySelectedScalar(Vector128<int> minuend, Vector128<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
11149
public static Vector128<int> MultiplySubtractBySelectedScalar(Vector128<int> minuend, Vector128<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
11156
public static Vector128<ushort> MultiplySubtractBySelectedScalar(Vector128<ushort> minuend, Vector128<ushort> left, Vector64<ushort> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
11163
public static Vector128<ushort> MultiplySubtractBySelectedScalar(Vector128<ushort> minuend, Vector128<ushort> left, Vector128<ushort> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
11170
public static Vector128<uint> MultiplySubtractBySelectedScalar(Vector128<uint> minuend, Vector128<uint> left, Vector64<uint> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
11177
public static Vector128<uint> MultiplySubtractBySelectedScalar(Vector128<uint> minuend, Vector128<uint> left, Vector128<uint> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
11184
public static Vector128<ushort> MultiplyWideningLower(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
11191
public static Vector128<int> MultiplyWideningLower(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
11198
public static Vector128<long> MultiplyWideningLower(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
11205
public static Vector128<short> MultiplyWideningLower(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
11212
public static Vector128<uint> MultiplyWideningLower(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
11219
public static Vector128<ulong> MultiplyWideningLower(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
11226
public static Vector128<ushort> MultiplyWideningLowerAndAdd(Vector128<ushort> addend, Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
11233
public static Vector128<int> MultiplyWideningLowerAndAdd(Vector128<int> addend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
11240
public static Vector128<long> MultiplyWideningLowerAndAdd(Vector128<long> addend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
11247
public static Vector128<short> MultiplyWideningLowerAndAdd(Vector128<short> addend, Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
11254
public static Vector128<uint> MultiplyWideningLowerAndAdd(Vector128<uint> addend, Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
11261
public static Vector128<ulong> MultiplyWideningLowerAndAdd(Vector128<ulong> addend, Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
11268
public static Vector128<ushort> MultiplyWideningLowerAndSubtract(Vector128<ushort> minuend, Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
11275
public static Vector128<int> MultiplyWideningLowerAndSubtract(Vector128<int> minuend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
11282
public static Vector128<long> MultiplyWideningLowerAndSubtract(Vector128<long> minuend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
11289
public static Vector128<short> MultiplyWideningLowerAndSubtract(Vector128<short> minuend, Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
11296
public static Vector128<uint> MultiplyWideningLowerAndSubtract(Vector128<uint> minuend, Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
11303
public static Vector128<ulong> MultiplyWideningLowerAndSubtract(Vector128<ulong> minuend, Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
11310
public static Vector128<ushort> MultiplyWideningUpper(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
11317
public static Vector128<int> MultiplyWideningUpper(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
11324
public static Vector128<long> MultiplyWideningUpper(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
11331
public static Vector128<short> MultiplyWideningUpper(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
11338
public static Vector128<uint> MultiplyWideningUpper(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
11345
public static Vector128<ulong> MultiplyWideningUpper(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
11352
public static Vector128<ushort> MultiplyWideningUpperAndAdd(Vector128<ushort> addend, Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
11359
public static Vector128<int> MultiplyWideningUpperAndAdd(Vector128<int> addend, Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
11366
public static Vector128<long> MultiplyWideningUpperAndAdd(Vector128<long> addend, Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
11373
public static Vector128<short> MultiplyWideningUpperAndAdd(Vector128<short> addend, Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
11380
public static Vector128<uint> MultiplyWideningUpperAndAdd(Vector128<uint> addend, Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
11387
public static Vector128<ulong> MultiplyWideningUpperAndAdd(Vector128<ulong> addend, Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
11394
public static Vector128<ushort> MultiplyWideningUpperAndSubtract(Vector128<ushort> minuend, Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
11401
public static Vector128<int> MultiplyWideningUpperAndSubtract(Vector128<int> minuend, Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
11408
public static Vector128<long> MultiplyWideningUpperAndSubtract(Vector128<long> minuend, Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
11415
public static Vector128<short> MultiplyWideningUpperAndSubtract(Vector128<short> minuend, Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
11422
public static Vector128<uint> MultiplyWideningUpperAndSubtract(Vector128<uint> minuend, Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
11429
public static Vector128<ulong> MultiplyWideningUpperAndSubtract(Vector128<ulong> minuend, Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
11436
public static Vector64<short> Negate(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
11443
public static Vector64<int> Negate(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
11450
public static Vector64<sbyte> Negate(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
11457
public static Vector64<float> Negate(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
11464
public static Vector128<short> Negate(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
11471
public static Vector128<int> Negate(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
11478
public static Vector128<sbyte> Negate(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
11485
public static Vector128<float> Negate(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
11492
public static Vector64<short> NegateSaturate(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
11499
public static Vector64<int> NegateSaturate(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
11506
public static Vector64<sbyte> NegateSaturate(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
11513
public static Vector128<short> NegateSaturate(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
11520
public static Vector128<int> NegateSaturate(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
11527
public static Vector128<sbyte> NegateSaturate(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
11534
public static Vector64<double> NegateScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
11542
public static Vector64<float> NegateScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
11549
public static Vector64<byte> Not(Vector64<byte> value) { throw new
PlatformNotSupportedException
(); }
11557
public static Vector64<double> Not(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
11564
public static Vector64<short> Not(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
11571
public static Vector64<int> Not(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
11578
public static Vector64<long> Not(Vector64<long> value) { throw new
PlatformNotSupportedException
(); }
11585
public static Vector64<sbyte> Not(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
11593
public static Vector64<float> Not(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
11600
public static Vector64<ushort> Not(Vector64<ushort> value) { throw new
PlatformNotSupportedException
(); }
11607
public static Vector64<uint> Not(Vector64<uint> value) { throw new
PlatformNotSupportedException
(); }
11614
public static Vector64<ulong> Not(Vector64<ulong> value) { throw new
PlatformNotSupportedException
(); }
11621
public static Vector128<byte> Not(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
11629
public static Vector128<double> Not(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
11636
public static Vector128<short> Not(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
11643
public static Vector128<int> Not(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
11650
public static Vector128<long> Not(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
11657
public static Vector128<sbyte> Not(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
11665
public static Vector128<float> Not(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
11672
public static Vector128<ushort> Not(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
11679
public static Vector128<uint> Not(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
11686
public static Vector128<ulong> Not(Vector128<ulong> value) { throw new
PlatformNotSupportedException
(); }
11693
public static Vector64<byte> Or(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
11701
public static Vector64<double> Or(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
11708
public static Vector64<short> Or(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
11715
public static Vector64<int> Or(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
11722
public static Vector64<long> Or(Vector64<long> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
11729
public static Vector64<sbyte> Or(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
11737
public static Vector64<float> Or(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
11744
public static Vector64<ushort> Or(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
11751
public static Vector64<uint> Or(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
11758
public static Vector64<ulong> Or(Vector64<ulong> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
11765
public static Vector128<byte> Or(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
11773
public static Vector128<double> Or(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
11780
public static Vector128<short> Or(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
11787
public static Vector128<int> Or(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
11794
public static Vector128<long> Or(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
11801
public static Vector128<sbyte> Or(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
11809
public static Vector128<float> Or(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
11816
public static Vector128<ushort> Or(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
11823
public static Vector128<uint> Or(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
11830
public static Vector128<ulong> Or(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
11837
public static Vector64<byte> OrNot(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
11845
public static Vector64<double> OrNot(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
11852
public static Vector64<short> OrNot(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
11859
public static Vector64<int> OrNot(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
11866
public static Vector64<long> OrNot(Vector64<long> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
11873
public static Vector64<sbyte> OrNot(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
11881
public static Vector64<float> OrNot(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
11888
public static Vector64<ushort> OrNot(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
11895
public static Vector64<uint> OrNot(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
11902
public static Vector64<ulong> OrNot(Vector64<ulong> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
11909
public static Vector128<byte> OrNot(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
11917
public static Vector128<double> OrNot(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
11924
public static Vector128<short> OrNot(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
11931
public static Vector128<int> OrNot(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
11938
public static Vector128<long> OrNot(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
11945
public static Vector128<sbyte> OrNot(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
11953
public static Vector128<float> OrNot(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
11960
public static Vector128<ushort> OrNot(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
11967
public static Vector128<uint> OrNot(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
11974
public static Vector128<ulong> OrNot(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
11981
public static Vector64<byte> PolynomialMultiply(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
11988
public static Vector64<sbyte> PolynomialMultiply(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
11995
public static Vector128<byte> PolynomialMultiply(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
12002
public static Vector128<sbyte> PolynomialMultiply(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
12009
public static Vector128<ushort> PolynomialMultiplyWideningLower(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
12016
public static Vector128<short> PolynomialMultiplyWideningLower(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
12023
public static Vector128<ushort> PolynomialMultiplyWideningUpper(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
12030
public static Vector128<short> PolynomialMultiplyWideningUpper(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
12037
public static Vector64<byte> PopCount(Vector64<byte> value) { throw new
PlatformNotSupportedException
(); }
12044
public static Vector64<sbyte> PopCount(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
12051
public static Vector128<byte> PopCount(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
12058
public static Vector128<sbyte> PopCount(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
12065
public static Vector64<float> ReciprocalEstimate(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
12072
public static Vector64<uint> ReciprocalEstimate(Vector64<uint> value) { throw new
PlatformNotSupportedException
(); }
12079
public static Vector128<float> ReciprocalEstimate(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
12086
public static Vector128<uint> ReciprocalEstimate(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
12093
public static Vector64<float> ReciprocalSquareRootEstimate(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
12100
public static Vector64<uint> ReciprocalSquareRootEstimate(Vector64<uint> value) { throw new
PlatformNotSupportedException
(); }
12107
public static Vector128<float> ReciprocalSquareRootEstimate(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
12114
public static Vector128<uint> ReciprocalSquareRootEstimate(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
12121
public static Vector64<float> ReciprocalSquareRootStep(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
12128
public static Vector128<float> ReciprocalSquareRootStep(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
12135
public static Vector64<float> ReciprocalStep(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
12142
public static Vector128<float> ReciprocalStep(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
12149
public static Vector64<int> ReverseElement16(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
12156
public static Vector64<long> ReverseElement16(Vector64<long> value) { throw new
PlatformNotSupportedException
(); }
12163
public static Vector64<uint> ReverseElement16(Vector64<uint> value) { throw new
PlatformNotSupportedException
(); }
12170
public static Vector64<ulong> ReverseElement16(Vector64<ulong> value) { throw new
PlatformNotSupportedException
(); }
12177
public static Vector128<int> ReverseElement16(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
12184
public static Vector128<long> ReverseElement16(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
12191
public static Vector128<uint> ReverseElement16(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
12198
public static Vector128<ulong> ReverseElement16(Vector128<ulong> value) { throw new
PlatformNotSupportedException
(); }
12205
public static Vector64<long> ReverseElement32(Vector64<long> value) { throw new
PlatformNotSupportedException
(); }
12212
public static Vector64<ulong> ReverseElement32(Vector64<ulong> value) { throw new
PlatformNotSupportedException
(); }
12219
public static Vector128<long> ReverseElement32(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
12226
public static Vector128<ulong> ReverseElement32(Vector128<ulong> value) { throw new
PlatformNotSupportedException
(); }
12233
public static Vector64<short> ReverseElement8(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
12240
public static Vector64<int> ReverseElement8(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
12247
public static Vector64<long> ReverseElement8(Vector64<long> value) { throw new
PlatformNotSupportedException
(); }
12254
public static Vector64<ushort> ReverseElement8(Vector64<ushort> value) { throw new
PlatformNotSupportedException
(); }
12261
public static Vector64<uint> ReverseElement8(Vector64<uint> value) { throw new
PlatformNotSupportedException
(); }
12268
public static Vector64<ulong> ReverseElement8(Vector64<ulong> value) { throw new
PlatformNotSupportedException
(); }
12275
public static Vector128<short> ReverseElement8(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
12282
public static Vector128<int> ReverseElement8(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
12289
public static Vector128<long> ReverseElement8(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
12296
public static Vector128<ushort> ReverseElement8(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
12303
public static Vector128<uint> ReverseElement8(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
12310
public static Vector128<ulong> ReverseElement8(Vector128<ulong> value) { throw new
PlatformNotSupportedException
(); }
12317
public static Vector64<float> RoundAwayFromZero(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
12324
public static Vector128<float> RoundAwayFromZero(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
12331
public static Vector64<double> RoundAwayFromZeroScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
12339
public static Vector64<float> RoundAwayFromZeroScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
12346
public static Vector64<float> RoundToNearest(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
12353
public static Vector128<float> RoundToNearest(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
12360
public static Vector64<double> RoundToNearestScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
12368
public static Vector64<float> RoundToNearestScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
12375
public static Vector64<float> RoundToNegativeInfinity(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
12382
public static Vector128<float> RoundToNegativeInfinity(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
12389
public static Vector64<double> RoundToNegativeInfinityScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
12397
public static Vector64<float> RoundToNegativeInfinityScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
12404
public static Vector64<float> RoundToPositiveInfinity(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
12411
public static Vector128<float> RoundToPositiveInfinity(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
12418
public static Vector64<double> RoundToPositiveInfinityScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
12426
public static Vector64<float> RoundToPositiveInfinityScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
12433
public static Vector64<float> RoundToZero(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
12440
public static Vector128<float> RoundToZero(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
12447
public static Vector64<double> RoundToZeroScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
12455
public static Vector64<float> RoundToZeroScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
12462
public static Vector64<short> ShiftArithmetic(Vector64<short> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
12469
public static Vector64<int> ShiftArithmetic(Vector64<int> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
12476
public static Vector64<sbyte> ShiftArithmetic(Vector64<sbyte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
12483
public static Vector128<short> ShiftArithmetic(Vector128<short> value, Vector128<short> count) { throw new
PlatformNotSupportedException
(); }
12490
public static Vector128<int> ShiftArithmetic(Vector128<int> value, Vector128<int> count) { throw new
PlatformNotSupportedException
(); }
12497
public static Vector128<long> ShiftArithmetic(Vector128<long> value, Vector128<long> count) { throw new
PlatformNotSupportedException
(); }
12504
public static Vector128<sbyte> ShiftArithmetic(Vector128<sbyte> value, Vector128<sbyte> count) { throw new
PlatformNotSupportedException
(); }
12511
public static Vector64<short> ShiftArithmeticRounded(Vector64<short> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
12518
public static Vector64<int> ShiftArithmeticRounded(Vector64<int> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
12525
public static Vector64<sbyte> ShiftArithmeticRounded(Vector64<sbyte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
12532
public static Vector128<short> ShiftArithmeticRounded(Vector128<short> value, Vector128<short> count) { throw new
PlatformNotSupportedException
(); }
12539
public static Vector128<int> ShiftArithmeticRounded(Vector128<int> value, Vector128<int> count) { throw new
PlatformNotSupportedException
(); }
12546
public static Vector128<long> ShiftArithmeticRounded(Vector128<long> value, Vector128<long> count) { throw new
PlatformNotSupportedException
(); }
12553
public static Vector128<sbyte> ShiftArithmeticRounded(Vector128<sbyte> value, Vector128<sbyte> count) { throw new
PlatformNotSupportedException
(); }
12560
public static Vector64<short> ShiftArithmeticRoundedSaturate(Vector64<short> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
12567
public static Vector64<int> ShiftArithmeticRoundedSaturate(Vector64<int> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
12574
public static Vector64<sbyte> ShiftArithmeticRoundedSaturate(Vector64<sbyte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
12581
public static Vector128<short> ShiftArithmeticRoundedSaturate(Vector128<short> value, Vector128<short> count) { throw new
PlatformNotSupportedException
(); }
12588
public static Vector128<int> ShiftArithmeticRoundedSaturate(Vector128<int> value, Vector128<int> count) { throw new
PlatformNotSupportedException
(); }
12595
public static Vector128<long> ShiftArithmeticRoundedSaturate(Vector128<long> value, Vector128<long> count) { throw new
PlatformNotSupportedException
(); }
12602
public static Vector128<sbyte> ShiftArithmeticRoundedSaturate(Vector128<sbyte> value, Vector128<sbyte> count) { throw new
PlatformNotSupportedException
(); }
12609
public static Vector64<long> ShiftArithmeticRoundedSaturateScalar(Vector64<long> value, Vector64<long> count) { throw new
PlatformNotSupportedException
(); }
12616
public static Vector64<long> ShiftArithmeticRoundedScalar(Vector64<long> value, Vector64<long> count) { throw new
PlatformNotSupportedException
(); }
12623
public static Vector64<short> ShiftArithmeticSaturate(Vector64<short> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
12630
public static Vector64<int> ShiftArithmeticSaturate(Vector64<int> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
12637
public static Vector64<sbyte> ShiftArithmeticSaturate(Vector64<sbyte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
12644
public static Vector128<short> ShiftArithmeticSaturate(Vector128<short> value, Vector128<short> count) { throw new
PlatformNotSupportedException
(); }
12651
public static Vector128<int> ShiftArithmeticSaturate(Vector128<int> value, Vector128<int> count) { throw new
PlatformNotSupportedException
(); }
12658
public static Vector128<long> ShiftArithmeticSaturate(Vector128<long> value, Vector128<long> count) { throw new
PlatformNotSupportedException
(); }
12665
public static Vector128<sbyte> ShiftArithmeticSaturate(Vector128<sbyte> value, Vector128<sbyte> count) { throw new
PlatformNotSupportedException
(); }
12672
public static Vector64<long> ShiftArithmeticSaturateScalar(Vector64<long> value, Vector64<long> count) { throw new
PlatformNotSupportedException
(); }
12679
public static Vector64<long> ShiftArithmeticScalar(Vector64<long> value, Vector64<long> count) { throw new
PlatformNotSupportedException
(); }
12686
public static Vector64<byte> ShiftLeftAndInsert(Vector64<byte> left, Vector64<byte> right, [ConstantExpected(Max = (byte)(7))] byte shift) { throw new
PlatformNotSupportedException
(); }
12693
public static Vector64<short> ShiftLeftAndInsert(Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(15))] byte shift) { throw new
PlatformNotSupportedException
(); }
12700
public static Vector64<int> ShiftLeftAndInsert(Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(31))] byte shift) { throw new
PlatformNotSupportedException
(); }
12707
public static Vector64<sbyte> ShiftLeftAndInsert(Vector64<sbyte> left, Vector64<sbyte> right, [ConstantExpected(Max = (byte)(7))] byte shift) { throw new
PlatformNotSupportedException
(); }
12714
public static Vector64<ushort> ShiftLeftAndInsert(Vector64<ushort> left, Vector64<ushort> right, [ConstantExpected(Max = (byte)(15))] byte shift) { throw new
PlatformNotSupportedException
(); }
12721
public static Vector64<uint> ShiftLeftAndInsert(Vector64<uint> left, Vector64<uint> right, [ConstantExpected(Max = (byte)(31))] byte shift) { throw new
PlatformNotSupportedException
(); }
12728
public static Vector128<byte> ShiftLeftAndInsert(Vector128<byte> left, Vector128<byte> right, [ConstantExpected(Max = (byte)(7))] byte shift) { throw new
PlatformNotSupportedException
(); }
12735
public static Vector128<short> ShiftLeftAndInsert(Vector128<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(15))] byte shift) { throw new
PlatformNotSupportedException
(); }
12742
public static Vector128<int> ShiftLeftAndInsert(Vector128<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(31))] byte shift) { throw new
PlatformNotSupportedException
(); }
12749
public static Vector128<long> ShiftLeftAndInsert(Vector128<long> left, Vector128<long> right, [ConstantExpected(Max = (byte)(63))] byte shift) { throw new
PlatformNotSupportedException
(); }
12756
public static Vector128<sbyte> ShiftLeftAndInsert(Vector128<sbyte> left, Vector128<sbyte> right, [ConstantExpected(Max = (byte)(7))] byte shift) { throw new
PlatformNotSupportedException
(); }
12763
public static Vector128<ushort> ShiftLeftAndInsert(Vector128<ushort> left, Vector128<ushort> right, [ConstantExpected(Max = (byte)(15))] byte shift) { throw new
PlatformNotSupportedException
(); }
12770
public static Vector128<uint> ShiftLeftAndInsert(Vector128<uint> left, Vector128<uint> right, [ConstantExpected(Max = (byte)(31))] byte shift) { throw new
PlatformNotSupportedException
(); }
12777
public static Vector128<ulong> ShiftLeftAndInsert(Vector128<ulong> left, Vector128<ulong> right, [ConstantExpected(Max = (byte)(63))] byte shift) { throw new
PlatformNotSupportedException
(); }
12784
public static Vector64<long> ShiftLeftAndInsertScalar(Vector64<long> left, Vector64<long> right, [ConstantExpected(Max = (byte)(63))] byte shift) { throw new
PlatformNotSupportedException
(); }
12791
public static Vector64<ulong> ShiftLeftAndInsertScalar(Vector64<ulong> left, Vector64<ulong> right, [ConstantExpected(Max = (byte)(63))] byte shift) { throw new
PlatformNotSupportedException
(); }
12798
public static Vector64<byte> ShiftLeftLogical(Vector64<byte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
12805
public static Vector64<short> ShiftLeftLogical(Vector64<short> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
12812
public static Vector64<int> ShiftLeftLogical(Vector64<int> value, [ConstantExpected(Max = (byte)(31))] byte count) { throw new
PlatformNotSupportedException
(); }
12819
public static Vector64<sbyte> ShiftLeftLogical(Vector64<sbyte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
12826
public static Vector64<ushort> ShiftLeftLogical(Vector64<ushort> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
12833
public static Vector64<uint> ShiftLeftLogical(Vector64<uint> value, [ConstantExpected(Max = (byte)(31))] byte count) { throw new
PlatformNotSupportedException
(); }
12840
public static Vector128<byte> ShiftLeftLogical(Vector128<byte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
12847
public static Vector128<short> ShiftLeftLogical(Vector128<short> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
12854
public static Vector128<long> ShiftLeftLogical(Vector128<long> value, [ConstantExpected(Max = (byte)(63))] byte count) { throw new
PlatformNotSupportedException
(); }
12861
public static Vector128<sbyte> ShiftLeftLogical(Vector128<sbyte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
12868
public static Vector128<ushort> ShiftLeftLogical(Vector128<ushort> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
12875
public static Vector128<uint> ShiftLeftLogical(Vector128<uint> value, [ConstantExpected(Max = (byte)(31))] byte count) { throw new
PlatformNotSupportedException
(); }
12882
public static Vector128<ulong> ShiftLeftLogical(Vector128<ulong> value, [ConstantExpected(Max = (byte)(63))] byte count) { throw new
PlatformNotSupportedException
(); }
12889
public static Vector64<byte> ShiftLeftLogicalSaturate(Vector64<byte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
12896
public static Vector64<short> ShiftLeftLogicalSaturate(Vector64<short> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
12903
public static Vector64<int> ShiftLeftLogicalSaturate(Vector64<int> value, [ConstantExpected(Max = (byte)(31))] byte count) { throw new
PlatformNotSupportedException
(); }
12910
public static Vector64<sbyte> ShiftLeftLogicalSaturate(Vector64<sbyte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
12917
public static Vector64<ushort> ShiftLeftLogicalSaturate(Vector64<ushort> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
12924
public static Vector64<uint> ShiftLeftLogicalSaturate(Vector64<uint> value, [ConstantExpected(Max = (byte)(31))] byte count) { throw new
PlatformNotSupportedException
(); }
12931
public static Vector128<byte> ShiftLeftLogicalSaturate(Vector128<byte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
12938
public static Vector128<short> ShiftLeftLogicalSaturate(Vector128<short> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
12945
public static Vector128<int> ShiftLeftLogicalSaturate(Vector128<int> value, [ConstantExpected(Max = (byte)(31))] byte count) { throw new
PlatformNotSupportedException
(); }
12952
public static Vector128<long> ShiftLeftLogicalSaturate(Vector128<long> value, [ConstantExpected(Max = (byte)(63))] byte count) { throw new
PlatformNotSupportedException
(); }
12959
public static Vector128<sbyte> ShiftLeftLogicalSaturate(Vector128<sbyte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
12966
public static Vector128<ushort> ShiftLeftLogicalSaturate(Vector128<ushort> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
12973
public static Vector128<uint> ShiftLeftLogicalSaturate(Vector128<uint> value, [ConstantExpected(Max = (byte)(31))] byte count) { throw new
PlatformNotSupportedException
(); }
12980
public static Vector128<ulong> ShiftLeftLogicalSaturate(Vector128<ulong> value, [ConstantExpected(Max = (byte)(63))] byte count) { throw new
PlatformNotSupportedException
(); }
12987
public static Vector64<long> ShiftLeftLogicalSaturateScalar(Vector64<long> value, [ConstantExpected(Max = (byte)(63))] byte count) { throw new
PlatformNotSupportedException
(); }
12994
public static Vector64<ulong> ShiftLeftLogicalSaturateScalar(Vector64<ulong> value, [ConstantExpected(Max = (byte)(63))] byte count) { throw new
PlatformNotSupportedException
(); }
13001
public static Vector64<ushort> ShiftLeftLogicalSaturateUnsigned(Vector64<short> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
13008
public static Vector64<uint> ShiftLeftLogicalSaturateUnsigned(Vector64<int> value, [ConstantExpected(Max = (byte)(31))] byte count) { throw new
PlatformNotSupportedException
(); }
13015
public static Vector64<byte> ShiftLeftLogicalSaturateUnsigned(Vector64<sbyte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
13022
public static Vector128<ushort> ShiftLeftLogicalSaturateUnsigned(Vector128<short> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
13029
public static Vector128<uint> ShiftLeftLogicalSaturateUnsigned(Vector128<int> value, [ConstantExpected(Max = (byte)(31))] byte count) { throw new
PlatformNotSupportedException
(); }
13036
public static Vector128<ulong> ShiftLeftLogicalSaturateUnsigned(Vector128<long> value, [ConstantExpected(Max = (byte)(63))] byte count) { throw new
PlatformNotSupportedException
(); }
13043
public static Vector128<byte> ShiftLeftLogicalSaturateUnsigned(Vector128<sbyte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
13050
public static Vector64<ulong> ShiftLeftLogicalSaturateUnsignedScalar(Vector64<long> value, [ConstantExpected(Max = (byte)(63))] byte count) { throw new
PlatformNotSupportedException
(); }
13057
public static Vector64<long> ShiftLeftLogicalScalar(Vector64<long> value, [ConstantExpected(Max = (byte)(63))] byte count) { throw new
PlatformNotSupportedException
(); }
13064
public static Vector64<ulong> ShiftLeftLogicalScalar(Vector64<ulong> value, [ConstantExpected(Max = (byte)(63))] byte count) { throw new
PlatformNotSupportedException
(); }
13071
public static Vector128<ushort> ShiftLeftLogicalWideningLower(Vector64<byte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
13078
public static Vector128<int> ShiftLeftLogicalWideningLower(Vector64<short> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
13085
public static Vector128<long> ShiftLeftLogicalWideningLower(Vector64<int> value, [ConstantExpected(Max = (byte)(31))] byte count) { throw new
PlatformNotSupportedException
(); }
13092
public static Vector128<short> ShiftLeftLogicalWideningLower(Vector64<sbyte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
13099
public static Vector128<uint> ShiftLeftLogicalWideningLower(Vector64<ushort> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
13106
public static Vector128<ulong> ShiftLeftLogicalWideningLower(Vector64<uint> value, [ConstantExpected(Max = (byte)(31))] byte count) { throw new
PlatformNotSupportedException
(); }
13113
public static Vector128<ushort> ShiftLeftLogicalWideningUpper(Vector128<byte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
13120
public static Vector128<int> ShiftLeftLogicalWideningUpper(Vector128<short> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
13127
public static Vector128<long> ShiftLeftLogicalWideningUpper(Vector128<int> value, [ConstantExpected(Max = (byte)(31))] byte count) { throw new
PlatformNotSupportedException
(); }
13134
public static Vector128<short> ShiftLeftLogicalWideningUpper(Vector128<sbyte> value, [ConstantExpected(Max = (byte)(7))] byte count) { throw new
PlatformNotSupportedException
(); }
13141
public static Vector128<uint> ShiftLeftLogicalWideningUpper(Vector128<ushort> value, [ConstantExpected(Max = (byte)(15))] byte count) { throw new
PlatformNotSupportedException
(); }
13148
public static Vector128<ulong> ShiftLeftLogicalWideningUpper(Vector128<uint> value, [ConstantExpected(Max = (byte)(31))] byte count) { throw new
PlatformNotSupportedException
(); }
13155
public static Vector64<byte> ShiftLogical(Vector64<byte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
13162
public static Vector64<short> ShiftLogical(Vector64<short> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
13169
public static Vector64<int> ShiftLogical(Vector64<int> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
13176
public static Vector64<sbyte> ShiftLogical(Vector64<sbyte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
13183
public static Vector64<ushort> ShiftLogical(Vector64<ushort> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
13190
public static Vector64<uint> ShiftLogical(Vector64<uint> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
13197
public static Vector128<byte> ShiftLogical(Vector128<byte> value, Vector128<sbyte> count) { throw new
PlatformNotSupportedException
(); }
13204
public static Vector128<short> ShiftLogical(Vector128<short> value, Vector128<short> count) { throw new
PlatformNotSupportedException
(); }
13211
public static Vector128<int> ShiftLogical(Vector128<int> value, Vector128<int> count) { throw new
PlatformNotSupportedException
(); }
13218
public static Vector128<long> ShiftLogical(Vector128<long> value, Vector128<long> count) { throw new
PlatformNotSupportedException
(); }
13225
public static Vector128<sbyte> ShiftLogical(Vector128<sbyte> value, Vector128<sbyte> count) { throw new
PlatformNotSupportedException
(); }
13232
public static Vector128<ushort> ShiftLogical(Vector128<ushort> value, Vector128<short> count) { throw new
PlatformNotSupportedException
(); }
13239
public static Vector128<uint> ShiftLogical(Vector128<uint> value, Vector128<int> count) { throw new
PlatformNotSupportedException
(); }
13246
public static Vector128<ulong> ShiftLogical(Vector128<ulong> value, Vector128<long> count) { throw new
PlatformNotSupportedException
(); }
13253
public static Vector64<byte> ShiftLogicalRounded(Vector64<byte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
13260
public static Vector64<short> ShiftLogicalRounded(Vector64<short> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
13267
public static Vector64<int> ShiftLogicalRounded(Vector64<int> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
13274
public static Vector64<sbyte> ShiftLogicalRounded(Vector64<sbyte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
13281
public static Vector64<ushort> ShiftLogicalRounded(Vector64<ushort> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
13288
public static Vector64<uint> ShiftLogicalRounded(Vector64<uint> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
13295
public static Vector128<byte> ShiftLogicalRounded(Vector128<byte> value, Vector128<sbyte> count) { throw new
PlatformNotSupportedException
(); }
13302
public static Vector128<short> ShiftLogicalRounded(Vector128<short> value, Vector128<short> count) { throw new
PlatformNotSupportedException
(); }
13309
public static Vector128<int> ShiftLogicalRounded(Vector128<int> value, Vector128<int> count) { throw new
PlatformNotSupportedException
(); }
13316
public static Vector128<long> ShiftLogicalRounded(Vector128<long> value, Vector128<long> count) { throw new
PlatformNotSupportedException
(); }
13323
public static Vector128<sbyte> ShiftLogicalRounded(Vector128<sbyte> value, Vector128<sbyte> count) { throw new
PlatformNotSupportedException
(); }
13330
public static Vector128<ushort> ShiftLogicalRounded(Vector128<ushort> value, Vector128<short> count) { throw new
PlatformNotSupportedException
(); }
13337
public static Vector128<uint> ShiftLogicalRounded(Vector128<uint> value, Vector128<int> count) { throw new
PlatformNotSupportedException
(); }
13344
public static Vector128<ulong> ShiftLogicalRounded(Vector128<ulong> value, Vector128<long> count) { throw new
PlatformNotSupportedException
(); }
13351
public static Vector64<byte> ShiftLogicalRoundedSaturate(Vector64<byte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
13358
public static Vector64<short> ShiftLogicalRoundedSaturate(Vector64<short> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
13365
public static Vector64<int> ShiftLogicalRoundedSaturate(Vector64<int> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
13372
public static Vector64<sbyte> ShiftLogicalRoundedSaturate(Vector64<sbyte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
13379
public static Vector64<ushort> ShiftLogicalRoundedSaturate(Vector64<ushort> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
13386
public static Vector64<uint> ShiftLogicalRoundedSaturate(Vector64<uint> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
13393
public static Vector128<byte> ShiftLogicalRoundedSaturate(Vector128<byte> value, Vector128<sbyte> count) { throw new
PlatformNotSupportedException
(); }
13400
public static Vector128<short> ShiftLogicalRoundedSaturate(Vector128<short> value, Vector128<short> count) { throw new
PlatformNotSupportedException
(); }
13407
public static Vector128<int> ShiftLogicalRoundedSaturate(Vector128<int> value, Vector128<int> count) { throw new
PlatformNotSupportedException
(); }
13414
public static Vector128<long> ShiftLogicalRoundedSaturate(Vector128<long> value, Vector128<long> count) { throw new
PlatformNotSupportedException
(); }
13421
public static Vector128<sbyte> ShiftLogicalRoundedSaturate(Vector128<sbyte> value, Vector128<sbyte> count) { throw new
PlatformNotSupportedException
(); }
13428
public static Vector128<ushort> ShiftLogicalRoundedSaturate(Vector128<ushort> value, Vector128<short> count) { throw new
PlatformNotSupportedException
(); }
13435
public static Vector128<uint> ShiftLogicalRoundedSaturate(Vector128<uint> value, Vector128<int> count) { throw new
PlatformNotSupportedException
(); }
13442
public static Vector128<ulong> ShiftLogicalRoundedSaturate(Vector128<ulong> value, Vector128<long> count) { throw new
PlatformNotSupportedException
(); }
13449
public static Vector64<long> ShiftLogicalRoundedSaturateScalar(Vector64<long> value, Vector64<long> count) { throw new
PlatformNotSupportedException
(); }
13456
public static Vector64<ulong> ShiftLogicalRoundedSaturateScalar(Vector64<ulong> value, Vector64<long> count) { throw new
PlatformNotSupportedException
(); }
13463
public static Vector64<long> ShiftLogicalRoundedScalar(Vector64<long> value, Vector64<long> count) { throw new
PlatformNotSupportedException
(); }
13470
public static Vector64<ulong> ShiftLogicalRoundedScalar(Vector64<ulong> value, Vector64<long> count) { throw new
PlatformNotSupportedException
(); }
13477
public static Vector64<byte> ShiftLogicalSaturate(Vector64<byte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
13484
public static Vector64<short> ShiftLogicalSaturate(Vector64<short> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
13491
public static Vector64<int> ShiftLogicalSaturate(Vector64<int> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
13498
public static Vector64<sbyte> ShiftLogicalSaturate(Vector64<sbyte> value, Vector64<sbyte> count) { throw new
PlatformNotSupportedException
(); }
13505
public static Vector64<ushort> ShiftLogicalSaturate(Vector64<ushort> value, Vector64<short> count) { throw new
PlatformNotSupportedException
(); }
13512
public static Vector64<uint> ShiftLogicalSaturate(Vector64<uint> value, Vector64<int> count) { throw new
PlatformNotSupportedException
(); }
13519
public static Vector128<byte> ShiftLogicalSaturate(Vector128<byte> value, Vector128<sbyte> count) { throw new
PlatformNotSupportedException
(); }
13526
public static Vector128<short> ShiftLogicalSaturate(Vector128<short> value, Vector128<short> count) { throw new
PlatformNotSupportedException
(); }
13533
public static Vector128<int> ShiftLogicalSaturate(Vector128<int> value, Vector128<int> count) { throw new
PlatformNotSupportedException
(); }
13540
public static Vector128<long> ShiftLogicalSaturate(Vector128<long> value, Vector128<long> count) { throw new
PlatformNotSupportedException
(); }
13547
public static Vector128<sbyte> ShiftLogicalSaturate(Vector128<sbyte> value, Vector128<sbyte> count) { throw new
PlatformNotSupportedException
(); }
13554
public static Vector128<ushort> ShiftLogicalSaturate(Vector128<ushort> value, Vector128<short> count) { throw new
PlatformNotSupportedException
(); }
13561
public static Vector128<uint> ShiftLogicalSaturate(Vector128<uint> value, Vector128<int> count) { throw new
PlatformNotSupportedException
(); }
13568
public static Vector128<ulong> ShiftLogicalSaturate(Vector128<ulong> value, Vector128<long> count) { throw new
PlatformNotSupportedException
(); }
13575
public static Vector64<long> ShiftLogicalSaturateScalar(Vector64<long> value, Vector64<long> count) { throw new
PlatformNotSupportedException
(); }
13582
public static Vector64<ulong> ShiftLogicalSaturateScalar(Vector64<ulong> value, Vector64<long> count) { throw new
PlatformNotSupportedException
(); }
13589
public static Vector64<long> ShiftLogicalScalar(Vector64<long> value, Vector64<long> count) { throw new
PlatformNotSupportedException
(); }
13596
public static Vector64<ulong> ShiftLogicalScalar(Vector64<ulong> value, Vector64<long> count) { throw new
PlatformNotSupportedException
(); }
13603
public static Vector64<byte> ShiftRightAndInsert(Vector64<byte> left, Vector64<byte> right, [ConstantExpected(Min = 1, Max = (byte)(8))] byte shift) { throw new
PlatformNotSupportedException
(); }
13610
public static Vector64<short> ShiftRightAndInsert(Vector64<short> left, Vector64<short> right, [ConstantExpected(Min = 1, Max = (byte)(16))] byte shift) { throw new
PlatformNotSupportedException
(); }
13617
public static Vector64<int> ShiftRightAndInsert(Vector64<int> left, Vector64<int> right, [ConstantExpected(Min = 1, Max = (byte)(32))] byte shift) { throw new
PlatformNotSupportedException
(); }
13624
public static Vector64<sbyte> ShiftRightAndInsert(Vector64<sbyte> left, Vector64<sbyte> right, [ConstantExpected(Min = 1, Max = (byte)(8))] byte shift) { throw new
PlatformNotSupportedException
(); }
13631
public static Vector64<ushort> ShiftRightAndInsert(Vector64<ushort> left, Vector64<ushort> right, [ConstantExpected(Min = 1, Max = (byte)(16))] byte shift) { throw new
PlatformNotSupportedException
(); }
13638
public static Vector64<uint> ShiftRightAndInsert(Vector64<uint> left, Vector64<uint> right, [ConstantExpected(Min = 1, Max = (byte)(32))] byte shift) { throw new
PlatformNotSupportedException
(); }
13645
public static Vector128<byte> ShiftRightAndInsert(Vector128<byte> left, Vector128<byte> right, [ConstantExpected(Min = 1, Max = (byte)(8))] byte shift) { throw new
PlatformNotSupportedException
(); }
13652
public static Vector128<short> ShiftRightAndInsert(Vector128<short> left, Vector128<short> right, [ConstantExpected(Min = 1, Max = (byte)(16))] byte shift) { throw new
PlatformNotSupportedException
(); }
13659
public static Vector128<int> ShiftRightAndInsert(Vector128<int> left, Vector128<int> right, [ConstantExpected(Min = 1, Max = (byte)(32))] byte shift) { throw new
PlatformNotSupportedException
(); }
13666
public static Vector128<long> ShiftRightAndInsert(Vector128<long> left, Vector128<long> right, [ConstantExpected(Min = 1, Max = (byte)(64))] byte shift) { throw new
PlatformNotSupportedException
(); }
13673
public static Vector128<sbyte> ShiftRightAndInsert(Vector128<sbyte> left, Vector128<sbyte> right, [ConstantExpected(Min = 1, Max = (byte)(8))] byte shift) { throw new
PlatformNotSupportedException
(); }
13680
public static Vector128<ushort> ShiftRightAndInsert(Vector128<ushort> left, Vector128<ushort> right, [ConstantExpected(Min = 1, Max = (byte)(16))] byte shift) { throw new
PlatformNotSupportedException
(); }
13687
public static Vector128<uint> ShiftRightAndInsert(Vector128<uint> left, Vector128<uint> right, [ConstantExpected(Min = 1, Max = (byte)(32))] byte shift) { throw new
PlatformNotSupportedException
(); }
13694
public static Vector128<ulong> ShiftRightAndInsert(Vector128<ulong> left, Vector128<ulong> right, [ConstantExpected(Min = 1, Max = (byte)(64))] byte shift) { throw new
PlatformNotSupportedException
(); }
13701
public static Vector64<long> ShiftRightAndInsertScalar(Vector64<long> left, Vector64<long> right, [ConstantExpected(Min = 1, Max = (byte)(64))] byte shift) { throw new
PlatformNotSupportedException
(); }
13708
public static Vector64<ulong> ShiftRightAndInsertScalar(Vector64<ulong> left, Vector64<ulong> right, [ConstantExpected(Min = 1, Max = (byte)(64))] byte shift) { throw new
PlatformNotSupportedException
(); }
13715
public static Vector64<short> ShiftRightArithmetic(Vector64<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
13722
public static Vector64<int> ShiftRightArithmetic(Vector64<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
13729
public static Vector64<sbyte> ShiftRightArithmetic(Vector64<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
13736
public static Vector128<short> ShiftRightArithmetic(Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
13743
public static Vector128<int> ShiftRightArithmetic(Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
13750
public static Vector128<long> ShiftRightArithmetic(Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
13757
public static Vector128<sbyte> ShiftRightArithmetic(Vector128<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
13764
public static Vector64<short> ShiftRightArithmeticAdd(Vector64<short> addend, Vector64<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
13771
public static Vector64<int> ShiftRightArithmeticAdd(Vector64<int> addend, Vector64<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
13778
public static Vector64<sbyte> ShiftRightArithmeticAdd(Vector64<sbyte> addend, Vector64<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
13785
public static Vector128<short> ShiftRightArithmeticAdd(Vector128<short> addend, Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
13792
public static Vector128<int> ShiftRightArithmeticAdd(Vector128<int> addend, Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
13799
public static Vector128<long> ShiftRightArithmeticAdd(Vector128<long> addend, Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
13806
public static Vector128<sbyte> ShiftRightArithmeticAdd(Vector128<sbyte> addend, Vector128<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
13813
public static Vector64<long> ShiftRightArithmeticAddScalar(Vector64<long> addend, Vector64<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
13820
public static Vector64<short> ShiftRightArithmeticNarrowingSaturateLower(Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
13827
public static Vector64<int> ShiftRightArithmeticNarrowingSaturateLower(Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
13834
public static Vector64<sbyte> ShiftRightArithmeticNarrowingSaturateLower(Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
13841
public static Vector64<byte> ShiftRightArithmeticNarrowingSaturateUnsignedLower(Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
13848
public static Vector64<ushort> ShiftRightArithmeticNarrowingSaturateUnsignedLower(Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
13855
public static Vector64<uint> ShiftRightArithmeticNarrowingSaturateUnsignedLower(Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
13862
public static Vector128<byte> ShiftRightArithmeticNarrowingSaturateUnsignedUpper(Vector64<byte> lower, Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
13869
public static Vector128<ushort> ShiftRightArithmeticNarrowingSaturateUnsignedUpper(Vector64<ushort> lower, Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
13876
public static Vector128<uint> ShiftRightArithmeticNarrowingSaturateUnsignedUpper(Vector64<uint> lower, Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
13883
public static Vector128<short> ShiftRightArithmeticNarrowingSaturateUpper(Vector64<short> lower, Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
13890
public static Vector128<int> ShiftRightArithmeticNarrowingSaturateUpper(Vector64<int> lower, Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
13897
public static Vector128<sbyte> ShiftRightArithmeticNarrowingSaturateUpper(Vector64<sbyte> lower, Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
13904
public static Vector64<short> ShiftRightArithmeticRounded(Vector64<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
13911
public static Vector64<int> ShiftRightArithmeticRounded(Vector64<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
13918
public static Vector64<sbyte> ShiftRightArithmeticRounded(Vector64<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
13925
public static Vector128<short> ShiftRightArithmeticRounded(Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
13932
public static Vector128<int> ShiftRightArithmeticRounded(Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
13939
public static Vector128<long> ShiftRightArithmeticRounded(Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
13946
public static Vector128<sbyte> ShiftRightArithmeticRounded(Vector128<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
13953
public static Vector64<short> ShiftRightArithmeticRoundedAdd(Vector64<short> addend, Vector64<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
13960
public static Vector64<int> ShiftRightArithmeticRoundedAdd(Vector64<int> addend, Vector64<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
13967
public static Vector64<sbyte> ShiftRightArithmeticRoundedAdd(Vector64<sbyte> addend, Vector64<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
13974
public static Vector128<short> ShiftRightArithmeticRoundedAdd(Vector128<short> addend, Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
13981
public static Vector128<int> ShiftRightArithmeticRoundedAdd(Vector128<int> addend, Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
13988
public static Vector128<long> ShiftRightArithmeticRoundedAdd(Vector128<long> addend, Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
13995
public static Vector128<sbyte> ShiftRightArithmeticRoundedAdd(Vector128<sbyte> addend, Vector128<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14002
public static Vector64<long> ShiftRightArithmeticRoundedAddScalar(Vector64<long> addend, Vector64<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14009
public static Vector64<short> ShiftRightArithmeticRoundedNarrowingSaturateLower(Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14016
public static Vector64<int> ShiftRightArithmeticRoundedNarrowingSaturateLower(Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14023
public static Vector64<sbyte> ShiftRightArithmeticRoundedNarrowingSaturateLower(Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14030
public static Vector64<byte> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower(Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14037
public static Vector64<ushort> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower(Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14044
public static Vector64<uint> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedLower(Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14051
public static Vector128<byte> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper(Vector64<byte> lower, Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14058
public static Vector128<ushort> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper(Vector64<ushort> lower, Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14065
public static Vector128<uint> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedUpper(Vector64<uint> lower, Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14072
public static Vector128<short> ShiftRightArithmeticRoundedNarrowingSaturateUpper(Vector64<short> lower, Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14079
public static Vector128<int> ShiftRightArithmeticRoundedNarrowingSaturateUpper(Vector64<int> lower, Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14086
public static Vector128<sbyte> ShiftRightArithmeticRoundedNarrowingSaturateUpper(Vector64<sbyte> lower, Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14093
public static Vector64<long> ShiftRightArithmeticRoundedScalar(Vector64<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14100
public static Vector64<long> ShiftRightArithmeticScalar(Vector64<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14107
public static Vector64<byte> ShiftRightLogical(Vector64<byte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14114
public static Vector64<short> ShiftRightLogical(Vector64<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14121
public static Vector64<int> ShiftRightLogical(Vector64<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14128
public static Vector64<sbyte> ShiftRightLogical(Vector64<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14135
public static Vector64<ushort> ShiftRightLogical(Vector64<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14142
public static Vector64<uint> ShiftRightLogical(Vector64<uint> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14149
public static Vector128<byte> ShiftRightLogical(Vector128<byte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14156
public static Vector128<short> ShiftRightLogical(Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14163
public static Vector128<int> ShiftRightLogical(Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14170
public static Vector128<long> ShiftRightLogical(Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14177
public static Vector128<sbyte> ShiftRightLogical(Vector128<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14184
public static Vector128<ushort> ShiftRightLogical(Vector128<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14191
public static Vector128<uint> ShiftRightLogical(Vector128<uint> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14198
public static Vector128<ulong> ShiftRightLogical(Vector128<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14205
public static Vector64<byte> ShiftRightLogicalAdd(Vector64<byte> addend, Vector64<byte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14212
public static Vector64<short> ShiftRightLogicalAdd(Vector64<short> addend, Vector64<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14219
public static Vector64<int> ShiftRightLogicalAdd(Vector64<int> addend, Vector64<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14226
public static Vector64<sbyte> ShiftRightLogicalAdd(Vector64<sbyte> addend, Vector64<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14233
public static Vector64<ushort> ShiftRightLogicalAdd(Vector64<ushort> addend, Vector64<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14240
public static Vector64<uint> ShiftRightLogicalAdd(Vector64<uint> addend, Vector64<uint> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14247
public static Vector128<byte> ShiftRightLogicalAdd(Vector128<byte> addend, Vector128<byte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14254
public static Vector128<short> ShiftRightLogicalAdd(Vector128<short> addend, Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14261
public static Vector128<int> ShiftRightLogicalAdd(Vector128<int> addend, Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14268
public static Vector128<long> ShiftRightLogicalAdd(Vector128<long> addend, Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14275
public static Vector128<sbyte> ShiftRightLogicalAdd(Vector128<sbyte> addend, Vector128<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14282
public static Vector128<ushort> ShiftRightLogicalAdd(Vector128<ushort> addend, Vector128<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14289
public static Vector128<uint> ShiftRightLogicalAdd(Vector128<uint> addend, Vector128<uint> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14296
public static Vector128<ulong> ShiftRightLogicalAdd(Vector128<ulong> addend, Vector128<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14303
public static Vector64<long> ShiftRightLogicalAddScalar(Vector64<long> addend, Vector64<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14310
public static Vector64<ulong> ShiftRightLogicalAddScalar(Vector64<ulong> addend, Vector64<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14317
public static Vector64<byte> ShiftRightLogicalNarrowingLower(Vector128<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14324
public static Vector64<short> ShiftRightLogicalNarrowingLower(Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14331
public static Vector64<int> ShiftRightLogicalNarrowingLower(Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14338
public static Vector64<sbyte> ShiftRightLogicalNarrowingLower(Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14345
public static Vector64<ushort> ShiftRightLogicalNarrowingLower(Vector128<uint> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14352
public static Vector64<uint> ShiftRightLogicalNarrowingLower(Vector128<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14359
public static Vector64<byte> ShiftRightLogicalNarrowingSaturateLower(Vector128<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14366
public static Vector64<short> ShiftRightLogicalNarrowingSaturateLower(Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14373
public static Vector64<int> ShiftRightLogicalNarrowingSaturateLower(Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14380
public static Vector64<sbyte> ShiftRightLogicalNarrowingSaturateLower(Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14387
public static Vector64<ushort> ShiftRightLogicalNarrowingSaturateLower(Vector128<uint> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14394
public static Vector64<uint> ShiftRightLogicalNarrowingSaturateLower(Vector128<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14401
public static Vector128<byte> ShiftRightLogicalNarrowingSaturateUpper(Vector64<byte> lower, Vector128<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14408
public static Vector128<short> ShiftRightLogicalNarrowingSaturateUpper(Vector64<short> lower, Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14415
public static Vector128<int> ShiftRightLogicalNarrowingSaturateUpper(Vector64<int> lower, Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14422
public static Vector128<sbyte> ShiftRightLogicalNarrowingSaturateUpper(Vector64<sbyte> lower, Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14429
public static Vector128<ushort> ShiftRightLogicalNarrowingSaturateUpper(Vector64<ushort> lower, Vector128<uint> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14436
public static Vector128<uint> ShiftRightLogicalNarrowingSaturateUpper(Vector64<uint> lower, Vector128<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14443
public static Vector128<byte> ShiftRightLogicalNarrowingUpper(Vector64<byte> lower, Vector128<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14450
public static Vector128<short> ShiftRightLogicalNarrowingUpper(Vector64<short> lower, Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14457
public static Vector128<int> ShiftRightLogicalNarrowingUpper(Vector64<int> lower, Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14464
public static Vector128<sbyte> ShiftRightLogicalNarrowingUpper(Vector64<sbyte> lower, Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14471
public static Vector128<ushort> ShiftRightLogicalNarrowingUpper(Vector64<ushort> lower, Vector128<uint> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14478
public static Vector128<uint> ShiftRightLogicalNarrowingUpper(Vector64<uint> lower, Vector128<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14485
public static Vector64<byte> ShiftRightLogicalRounded(Vector64<byte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14492
public static Vector64<short> ShiftRightLogicalRounded(Vector64<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14499
public static Vector64<int> ShiftRightLogicalRounded(Vector64<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14506
public static Vector64<sbyte> ShiftRightLogicalRounded(Vector64<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14513
public static Vector64<ushort> ShiftRightLogicalRounded(Vector64<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14520
public static Vector64<uint> ShiftRightLogicalRounded(Vector64<uint> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14527
public static Vector128<byte> ShiftRightLogicalRounded(Vector128<byte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14534
public static Vector128<short> ShiftRightLogicalRounded(Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14541
public static Vector128<int> ShiftRightLogicalRounded(Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14548
public static Vector128<long> ShiftRightLogicalRounded(Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14555
public static Vector128<sbyte> ShiftRightLogicalRounded(Vector128<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14562
public static Vector128<ushort> ShiftRightLogicalRounded(Vector128<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14569
public static Vector128<uint> ShiftRightLogicalRounded(Vector128<uint> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14576
public static Vector128<ulong> ShiftRightLogicalRounded(Vector128<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14583
public static Vector64<byte> ShiftRightLogicalRoundedAdd(Vector64<byte> addend, Vector64<byte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14590
public static Vector64<short> ShiftRightLogicalRoundedAdd(Vector64<short> addend, Vector64<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14597
public static Vector64<int> ShiftRightLogicalRoundedAdd(Vector64<int> addend, Vector64<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14604
public static Vector64<sbyte> ShiftRightLogicalRoundedAdd(Vector64<sbyte> addend, Vector64<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14611
public static Vector64<ushort> ShiftRightLogicalRoundedAdd(Vector64<ushort> addend, Vector64<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14618
public static Vector64<uint> ShiftRightLogicalRoundedAdd(Vector64<uint> addend, Vector64<uint> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14625
public static Vector128<byte> ShiftRightLogicalRoundedAdd(Vector128<byte> addend, Vector128<byte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14632
public static Vector128<short> ShiftRightLogicalRoundedAdd(Vector128<short> addend, Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14639
public static Vector128<int> ShiftRightLogicalRoundedAdd(Vector128<int> addend, Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14646
public static Vector128<long> ShiftRightLogicalRoundedAdd(Vector128<long> addend, Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14653
public static Vector128<sbyte> ShiftRightLogicalRoundedAdd(Vector128<sbyte> addend, Vector128<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14660
public static Vector128<ushort> ShiftRightLogicalRoundedAdd(Vector128<ushort> addend, Vector128<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14667
public static Vector128<uint> ShiftRightLogicalRoundedAdd(Vector128<uint> addend, Vector128<uint> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14674
public static Vector128<ulong> ShiftRightLogicalRoundedAdd(Vector128<ulong> addend, Vector128<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14681
public static Vector64<long> ShiftRightLogicalRoundedAddScalar(Vector64<long> addend, Vector64<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14688
public static Vector64<ulong> ShiftRightLogicalRoundedAddScalar(Vector64<ulong> addend, Vector64<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14695
public static Vector64<byte> ShiftRightLogicalRoundedNarrowingLower(Vector128<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14702
public static Vector64<short> ShiftRightLogicalRoundedNarrowingLower(Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14709
public static Vector64<int> ShiftRightLogicalRoundedNarrowingLower(Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14716
public static Vector64<sbyte> ShiftRightLogicalRoundedNarrowingLower(Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14723
public static Vector64<ushort> ShiftRightLogicalRoundedNarrowingLower(Vector128<uint> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14730
public static Vector64<uint> ShiftRightLogicalRoundedNarrowingLower(Vector128<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14737
public static Vector64<byte> ShiftRightLogicalRoundedNarrowingSaturateLower(Vector128<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14745
public static Vector64<short> ShiftRightLogicalRoundedNarrowingSaturateLower(Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14753
public static Vector64<int> ShiftRightLogicalRoundedNarrowingSaturateLower(Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14761
public static Vector64<sbyte> ShiftRightLogicalRoundedNarrowingSaturateLower(Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14768
public static Vector64<ushort> ShiftRightLogicalRoundedNarrowingSaturateLower(Vector128<uint> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14775
public static Vector64<uint> ShiftRightLogicalRoundedNarrowingSaturateLower(Vector128<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14782
public static Vector128<byte> ShiftRightLogicalRoundedNarrowingSaturateUpper(Vector64<byte> lower, Vector128<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14790
public static Vector128<short> ShiftRightLogicalRoundedNarrowingSaturateUpper(Vector64<short> lower, Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14798
public static Vector128<int> ShiftRightLogicalRoundedNarrowingSaturateUpper(Vector64<int> lower, Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14806
public static Vector128<sbyte> ShiftRightLogicalRoundedNarrowingSaturateUpper(Vector64<sbyte> lower, Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14813
public static Vector128<ushort> ShiftRightLogicalRoundedNarrowingSaturateUpper(Vector64<ushort> lower, Vector128<uint> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14820
public static Vector128<uint> ShiftRightLogicalRoundedNarrowingSaturateUpper(Vector64<uint> lower, Vector128<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14827
public static Vector128<byte> ShiftRightLogicalRoundedNarrowingUpper(Vector64<byte> lower, Vector128<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14834
public static Vector128<short> ShiftRightLogicalRoundedNarrowingUpper(Vector64<short> lower, Vector128<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14841
public static Vector128<int> ShiftRightLogicalRoundedNarrowingUpper(Vector64<int> lower, Vector128<long> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14848
public static Vector128<sbyte> ShiftRightLogicalRoundedNarrowingUpper(Vector64<sbyte> lower, Vector128<short> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte count) { throw new
PlatformNotSupportedException
(); }
14855
public static Vector128<ushort> ShiftRightLogicalRoundedNarrowingUpper(Vector64<ushort> lower, Vector128<uint> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte count) { throw new
PlatformNotSupportedException
(); }
14862
public static Vector128<uint> ShiftRightLogicalRoundedNarrowingUpper(Vector64<uint> lower, Vector128<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte count) { throw new
PlatformNotSupportedException
(); }
14869
public static Vector64<long> ShiftRightLogicalRoundedScalar(Vector64<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14876
public static Vector64<ulong> ShiftRightLogicalRoundedScalar(Vector64<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14883
public static Vector64<long> ShiftRightLogicalScalar(Vector64<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14890
public static Vector64<ulong> ShiftRightLogicalScalar(Vector64<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte count) { throw new
PlatformNotSupportedException
(); }
14897
public static Vector128<int> SignExtendWideningLower(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
14904
public static Vector128<long> SignExtendWideningLower(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
14911
public static Vector128<short> SignExtendWideningLower(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
14918
public static Vector128<int> SignExtendWideningUpper(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
14925
public static Vector128<long> SignExtendWideningUpper(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
14932
public static Vector128<short> SignExtendWideningUpper(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
14939
public static Vector64<double> SqrtScalar(Vector64<double> value) { throw new
PlatformNotSupportedException
(); }
14947
public static Vector64<float> SqrtScalar(Vector64<float> value) { throw new
PlatformNotSupportedException
(); }
14954
public static unsafe void Store(byte* address, Vector64<byte> source) { throw new
PlatformNotSupportedException
(); }
14961
public static unsafe void Store(double* address, Vector64<double> source) { throw new
PlatformNotSupportedException
(); }
14968
public static unsafe void Store(short* address, Vector64<short> source) { throw new
PlatformNotSupportedException
(); }
14975
public static unsafe void Store(int* address, Vector64<int> source) { throw new
PlatformNotSupportedException
(); }
14982
public static unsafe void Store(long* address, Vector64<long> source) { throw new
PlatformNotSupportedException
(); }
14989
public static unsafe void Store(sbyte* address, Vector64<sbyte> source) { throw new
PlatformNotSupportedException
(); }
14996
public static unsafe void Store(float* address, Vector64<float> source) { throw new
PlatformNotSupportedException
(); }
15003
public static unsafe void Store(ushort* address, Vector64<ushort> source) { throw new
PlatformNotSupportedException
(); }
15010
public static unsafe void Store(uint* address, Vector64<uint> source) { throw new
PlatformNotSupportedException
(); }
15017
public static unsafe void Store(ulong* address, Vector64<ulong> source) { throw new
PlatformNotSupportedException
(); }
15024
public static unsafe void Store(byte* address, Vector128<byte> source) { throw new
PlatformNotSupportedException
(); }
15031
public static unsafe void Store(double* address, Vector128<double> source) { throw new
PlatformNotSupportedException
(); }
15038
public static unsafe void Store(short* address, Vector128<short> source) { throw new
PlatformNotSupportedException
(); }
15045
public static unsafe void Store(int* address, Vector128<int> source) { throw new
PlatformNotSupportedException
(); }
15052
public static unsafe void Store(long* address, Vector128<long> source) { throw new
PlatformNotSupportedException
(); }
15059
public static unsafe void Store(sbyte* address, Vector128<sbyte> source) { throw new
PlatformNotSupportedException
(); }
15066
public static unsafe void Store(float* address, Vector128<float> source) { throw new
PlatformNotSupportedException
(); }
15073
public static unsafe void Store(ushort* address, Vector128<ushort> source) { throw new
PlatformNotSupportedException
(); }
15080
public static unsafe void Store(uint* address, Vector128<uint> source) { throw new
PlatformNotSupportedException
(); }
15087
public static unsafe void Store(ulong* address, Vector128<ulong> source) { throw new
PlatformNotSupportedException
(); }
15094
public static unsafe void StoreSelectedScalar(byte* address, Vector64<byte> value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
15101
public static unsafe void StoreSelectedScalar(short* address, Vector64<short> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
15108
public static unsafe void StoreSelectedScalar(int* address, Vector64<int> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
15115
public static unsafe void StoreSelectedScalar(sbyte* address, Vector64<sbyte> value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
15122
public static unsafe void StoreSelectedScalar(float* address, Vector64<float> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
15129
public static unsafe void StoreSelectedScalar(ushort* address, Vector64<ushort> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
15136
public static unsafe void StoreSelectedScalar(uint* address, Vector64<uint> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
15143
public static unsafe void StoreSelectedScalar(byte* address, Vector128<byte> value, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
15150
public static unsafe void StoreSelectedScalar(double* address, Vector128<double> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
15157
public static unsafe void StoreSelectedScalar(short* address, Vector128<short> value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
15164
public static unsafe void StoreSelectedScalar(int* address, Vector128<int> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
15171
public static unsafe void StoreSelectedScalar(long* address, Vector128<long> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
15178
public static unsafe void StoreSelectedScalar(sbyte* address, Vector128<sbyte> value, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
15185
public static unsafe void StoreSelectedScalar(float* address, Vector128<float> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
15192
public static unsafe void StoreSelectedScalar(ushort* address, Vector128<ushort> value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
15199
public static unsafe void StoreSelectedScalar(uint* address, Vector128<uint> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
15206
public static unsafe void StoreSelectedScalar(ulong* address, Vector128<ulong> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
15209
public static unsafe void StoreSelectedScalar(byte* address, (Vector64<byte> value1, Vector64<byte> value2) value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
15212
public static unsafe void StoreSelectedScalar(sbyte* address, (Vector64<sbyte> value1, Vector64<sbyte> value2) value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
15215
public static unsafe void StoreSelectedScalar(short* address, (Vector64<short> value1, Vector64<short> value2) value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
15218
public static unsafe void StoreSelectedScalar(ushort* address, (Vector64<ushort> value1, Vector64<ushort> value2) value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
15221
public static unsafe void StoreSelectedScalar(int* address, (Vector64<int> value1, Vector64<int> value2) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
15224
public static unsafe void StoreSelectedScalar(uint* address, (Vector64<uint> value1, Vector64<uint> value2) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
15227
public static unsafe void StoreSelectedScalar(float* address, (Vector64<float> value1, Vector64<float> value2) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
15230
public static unsafe void StoreSelectedScalar(byte* address, (Vector64<byte> value1, Vector64<byte> value2, Vector64<byte> value3) value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
15233
public static unsafe void StoreSelectedScalar(sbyte* address, (Vector64<sbyte> value1, Vector64<sbyte> value2, Vector64<sbyte> value3) value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
15236
public static unsafe void StoreSelectedScalar(short* address, (Vector64<short> value1, Vector64<short> value2, Vector64<short> value3) value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
15239
public static unsafe void StoreSelectedScalar(ushort* address, (Vector64<ushort> value1, Vector64<ushort> value2, Vector64<ushort> value3) value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
15242
public static unsafe void StoreSelectedScalar(int* address, (Vector64<int> value1, Vector64<int> value2, Vector64<int> value3) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
15245
public static unsafe void StoreSelectedScalar(uint* address, (Vector64<uint> value1, Vector64<uint> value2, Vector64<uint> value3) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
15248
public static unsafe void StoreSelectedScalar(float* address, (Vector64<float> value1, Vector64<float> value2, Vector64<float> value3) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
15251
public static unsafe void StoreSelectedScalar(byte* address, (Vector64<byte> value1, Vector64<byte> value2, Vector64<byte> value3, Vector64<byte> value4) value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
15254
public static unsafe void StoreSelectedScalar(sbyte* address, (Vector64<sbyte> value1, Vector64<sbyte> value2, Vector64<sbyte> value3, Vector64<sbyte> value4) value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
15257
public static unsafe void StoreSelectedScalar(short* address, (Vector64<short> value1, Vector64<short> value2, Vector64<short> value3, Vector64<short> value4) value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
15260
public static unsafe void StoreSelectedScalar(ushort* address, (Vector64<ushort> value1, Vector64<ushort> value2, Vector64<ushort> value3, Vector64<ushort> value4) value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
15263
public static unsafe void StoreSelectedScalar(int* address, (Vector64<int> value1, Vector64<int> value2, Vector64<int> value3, Vector64<int> value4) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
15266
public static unsafe void StoreSelectedScalar(uint* address, (Vector64<uint> value1, Vector64<uint> value2, Vector64<uint> value3, Vector64<uint> value4) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
15269
public static unsafe void StoreSelectedScalar(float* address, (Vector64<float> value1, Vector64<float> value2, Vector64<float> value3, Vector64<float> value4) value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
15272
public static unsafe void StoreVectorAndZip(byte* address, (Vector64<byte> Value1, Vector64<byte> Value2) value) { throw new
PlatformNotSupportedException
(); }
15275
public static unsafe void StoreVectorAndZip(sbyte* address, (Vector64<sbyte> Value1, Vector64<sbyte> Value2) value) { throw new
PlatformNotSupportedException
(); }
15278
public static unsafe void StoreVectorAndZip(short* address, (Vector64<short> Value1, Vector64<short> Value2) value) { throw new
PlatformNotSupportedException
(); }
15281
public static unsafe void StoreVectorAndZip(ushort* address, (Vector64<ushort> Value1, Vector64<ushort> Value2) value) { throw new
PlatformNotSupportedException
(); }
15284
public static unsafe void StoreVectorAndZip(int* address, (Vector64<int> Value1, Vector64<int> Value2) value) { throw new
PlatformNotSupportedException
(); }
15287
public static unsafe void StoreVectorAndZip(uint* address, (Vector64<uint> Value1, Vector64<uint> Value2) value) { throw new
PlatformNotSupportedException
(); }
15290
public static unsafe void StoreVectorAndZip(float* address, (Vector64<float> Value1, Vector64<float> Value2) value) { throw new
PlatformNotSupportedException
(); }
15293
public static unsafe void StoreVectorAndZip(byte* address, (Vector64<byte> Value1, Vector64<byte> Value2, Vector64<byte> Value3) value) { throw new
PlatformNotSupportedException
(); }
15296
public static unsafe void StoreVectorAndZip(sbyte* address, (Vector64<sbyte> Value1, Vector64<sbyte> Value2, Vector64<sbyte> Value3) value) { throw new
PlatformNotSupportedException
(); }
15299
public static unsafe void StoreVectorAndZip(short* address, (Vector64<short> Value1, Vector64<short> Value2, Vector64<short> Value3) value) { throw new
PlatformNotSupportedException
(); }
15302
public static unsafe void StoreVectorAndZip(ushort* address, (Vector64<ushort> Value1, Vector64<ushort> Value2, Vector64<ushort> Value3) value) { throw new
PlatformNotSupportedException
(); }
15305
public static unsafe void StoreVectorAndZip(int* address, (Vector64<int> Value1, Vector64<int> Value2, Vector64<int> Value3) value) { throw new
PlatformNotSupportedException
(); }
15308
public static unsafe void StoreVectorAndZip(uint* address, (Vector64<uint> Value1, Vector64<uint> Value2, Vector64<uint> Value3) value) { throw new
PlatformNotSupportedException
(); }
15311
public static unsafe void StoreVectorAndZip(float* address, (Vector64<float> Value1, Vector64<float> Value2, Vector64<float> Value3) value) { throw new
PlatformNotSupportedException
(); }
15314
public static unsafe void StoreVectorAndZip(byte* address, (Vector64<byte> Value1, Vector64<byte> Value2, Vector64<byte> Value3, Vector64<byte> Value4) value) { throw new
PlatformNotSupportedException
(); }
15317
public static unsafe void StoreVectorAndZip(sbyte* address, (Vector64<sbyte> Value1, Vector64<sbyte> Value2, Vector64<sbyte> Value3, Vector64<sbyte> Value4) value) { throw new
PlatformNotSupportedException
(); }
15320
public static unsafe void StoreVectorAndZip(short* address, (Vector64<short> Value1, Vector64<short> Value2, Vector64<short> Value3, Vector64<short> Value4) value) { throw new
PlatformNotSupportedException
(); }
15323
public static unsafe void StoreVectorAndZip(ushort* address, (Vector64<ushort> Value1, Vector64<ushort> Value2, Vector64<ushort> Value3, Vector64<ushort> Value4) value) { throw new
PlatformNotSupportedException
(); }
15326
public static unsafe void StoreVectorAndZip(int* address, (Vector64<int> Value1, Vector64<int> Value2, Vector64<int> Value3, Vector64<int> Value4) value) { throw new
PlatformNotSupportedException
(); }
15329
public static unsafe void StoreVectorAndZip(uint* address, (Vector64<uint> Value1, Vector64<uint> Value2, Vector64<uint> Value3, Vector64<uint> Value4) value) { throw new
PlatformNotSupportedException
(); }
15332
public static unsafe void StoreVectorAndZip(float* address, (Vector64<float> Value1, Vector64<float> Value2, Vector64<float> Value3, Vector64<float> Value4) value) { throw new
PlatformNotSupportedException
(); }
15335
public static unsafe void Store(byte* address, (Vector64<byte> Value1, Vector64<byte> Value2) value) { throw new
PlatformNotSupportedException
(); }
15338
public static unsafe void Store(sbyte* address, (Vector64<sbyte> Value1, Vector64<sbyte> Value2) value) { throw new
PlatformNotSupportedException
(); }
15341
public static unsafe void Store(short* address, (Vector64<short> Value1, Vector64<short> Value2) value) { throw new
PlatformNotSupportedException
(); }
15344
public static unsafe void Store(ushort* address, (Vector64<ushort> Value1, Vector64<ushort> Value2) value) { throw new
PlatformNotSupportedException
(); }
15347
public static unsafe void Store(int* address, (Vector64<int> Value1, Vector64<int> Value2) value) { throw new
PlatformNotSupportedException
(); }
15350
public static unsafe void Store(uint* address, (Vector64<uint> Value1, Vector64<uint> Value2) value) { throw new
PlatformNotSupportedException
(); }
15353
public static unsafe void Store(float* address, (Vector64<float> Value1, Vector64<float> Value2) value) { throw new
PlatformNotSupportedException
(); }
15356
public static unsafe void Store(byte* address, (Vector64<byte> Value1, Vector64<byte> Value2, Vector64<byte> Value3) value) { throw new
PlatformNotSupportedException
(); }
15359
public static unsafe void Store(sbyte* address, (Vector64<sbyte> Value1, Vector64<sbyte> Value2, Vector64<sbyte> Value3) value) { throw new
PlatformNotSupportedException
(); }
15362
public static unsafe void Store(short* address, (Vector64<short> Value1, Vector64<short> Value2, Vector64<short> Value3) value) { throw new
PlatformNotSupportedException
(); }
15365
public static unsafe void Store(ushort* address, (Vector64<ushort> Value1, Vector64<ushort> Value2, Vector64<ushort> Value3) value) { throw new
PlatformNotSupportedException
(); }
15368
public static unsafe void Store(int* address, (Vector64<int> Value1, Vector64<int> Value2, Vector64<int> Value3) value) { throw new
PlatformNotSupportedException
(); }
15371
public static unsafe void Store(uint* address, (Vector64<uint> Value1, Vector64<uint> Value2, Vector64<uint> Value3) value) { throw new
PlatformNotSupportedException
(); }
15374
public static unsafe void Store(float* address, (Vector64<float> Value1, Vector64<float> Value2, Vector64<float> Value3) value) { throw new
PlatformNotSupportedException
(); }
15377
public static unsafe void Store(byte* address, (Vector64<byte> Value1, Vector64<byte> Value2, Vector64<byte> Value3, Vector64<byte> Value4) value) { throw new
PlatformNotSupportedException
(); }
15380
public static unsafe void Store(sbyte* address, (Vector64<sbyte> Value1, Vector64<sbyte> Value2, Vector64<sbyte> Value3, Vector64<sbyte> Value4) value) { throw new
PlatformNotSupportedException
(); }
15383
public static unsafe void Store(short* address, (Vector64<short> Value1, Vector64<short> Value2, Vector64<short> Value3, Vector64<short> Value4) value) { throw new
PlatformNotSupportedException
(); }
15386
public static unsafe void Store(ushort* address, (Vector64<ushort> Value1, Vector64<ushort> Value2, Vector64<ushort> Value3, Vector64<ushort> Value4) value) { throw new
PlatformNotSupportedException
(); }
15389
public static unsafe void Store(int* address, (Vector64<int> Value1, Vector64<int> Value2, Vector64<int> Value3, Vector64<int> Value4) value) { throw new
PlatformNotSupportedException
(); }
15392
public static unsafe void Store(uint* address, (Vector64<uint> Value1, Vector64<uint> Value2, Vector64<uint> Value3, Vector64<uint> Value4) value) { throw new
PlatformNotSupportedException
(); }
15395
public static unsafe void Store(float* address, (Vector64<float> Value1, Vector64<float> Value2, Vector64<float> Value3, Vector64<float> Value4) value) { throw new
PlatformNotSupportedException
(); }
15402
public static Vector64<byte> Subtract(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
15409
public static Vector64<short> Subtract(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
15416
public static Vector64<int> Subtract(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
15423
public static Vector64<sbyte> Subtract(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
15430
public static Vector64<float> Subtract(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
15437
public static Vector64<ushort> Subtract(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
15444
public static Vector64<uint> Subtract(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
15451
public static Vector128<byte> Subtract(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
15458
public static Vector128<short> Subtract(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
15465
public static Vector128<int> Subtract(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
15472
public static Vector128<long> Subtract(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
15479
public static Vector128<sbyte> Subtract(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
15486
public static Vector128<float> Subtract(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
15493
public static Vector128<ushort> Subtract(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
15500
public static Vector128<uint> Subtract(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
15507
public static Vector128<ulong> Subtract(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
15514
public static Vector64<byte> SubtractHighNarrowingLower(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
15521
public static Vector64<short> SubtractHighNarrowingLower(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
15528
public static Vector64<int> SubtractHighNarrowingLower(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
15535
public static Vector64<sbyte> SubtractHighNarrowingLower(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
15542
public static Vector64<ushort> SubtractHighNarrowingLower(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
15549
public static Vector64<uint> SubtractHighNarrowingLower(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
15556
public static Vector128<byte> SubtractHighNarrowingUpper(Vector64<byte> lower, Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
15563
public static Vector128<short> SubtractHighNarrowingUpper(Vector64<short> lower, Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
15570
public static Vector128<int> SubtractHighNarrowingUpper(Vector64<int> lower, Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
15577
public static Vector128<sbyte> SubtractHighNarrowingUpper(Vector64<sbyte> lower, Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
15584
public static Vector128<ushort> SubtractHighNarrowingUpper(Vector64<ushort> lower, Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
15591
public static Vector128<uint> SubtractHighNarrowingUpper(Vector64<uint> lower, Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
15598
public static Vector64<byte> SubtractRoundedHighNarrowingLower(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
15605
public static Vector64<short> SubtractRoundedHighNarrowingLower(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
15612
public static Vector64<int> SubtractRoundedHighNarrowingLower(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
15619
public static Vector64<sbyte> SubtractRoundedHighNarrowingLower(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
15626
public static Vector64<ushort> SubtractRoundedHighNarrowingLower(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
15633
public static Vector64<uint> SubtractRoundedHighNarrowingLower(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
15640
public static Vector128<byte> SubtractRoundedHighNarrowingUpper(Vector64<byte> lower, Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
15647
public static Vector128<short> SubtractRoundedHighNarrowingUpper(Vector64<short> lower, Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
15654
public static Vector128<int> SubtractRoundedHighNarrowingUpper(Vector64<int> lower, Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
15661
public static Vector128<sbyte> SubtractRoundedHighNarrowingUpper(Vector64<sbyte> lower, Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
15668
public static Vector128<ushort> SubtractRoundedHighNarrowingUpper(Vector64<ushort> lower, Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
15675
public static Vector128<uint> SubtractRoundedHighNarrowingUpper(Vector64<uint> lower, Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
15682
public static Vector64<byte> SubtractSaturate(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
15689
public static Vector64<short> SubtractSaturate(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
15696
public static Vector64<int> SubtractSaturate(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
15703
public static Vector64<sbyte> SubtractSaturate(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
15710
public static Vector64<ushort> SubtractSaturate(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
15717
public static Vector64<uint> SubtractSaturate(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
15724
public static Vector128<byte> SubtractSaturate(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
15731
public static Vector128<short> SubtractSaturate(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
15738
public static Vector128<int> SubtractSaturate(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
15745
public static Vector128<long> SubtractSaturate(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
15752
public static Vector128<sbyte> SubtractSaturate(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
15759
public static Vector128<ushort> SubtractSaturate(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
15766
public static Vector128<uint> SubtractSaturate(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
15773
public static Vector128<ulong> SubtractSaturate(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
15780
public static Vector64<long> SubtractSaturateScalar(Vector64<long> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
15787
public static Vector64<ulong> SubtractSaturateScalar(Vector64<ulong> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
15794
public static Vector64<double> SubtractScalar(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
15801
public static Vector64<long> SubtractScalar(Vector64<long> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
15809
public static Vector64<float> SubtractScalar(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
15816
public static Vector64<ulong> SubtractScalar(Vector64<ulong> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
15823
public static Vector128<ushort> SubtractWideningLower(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
15830
public static Vector128<int> SubtractWideningLower(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
15837
public static Vector128<long> SubtractWideningLower(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
15844
public static Vector128<short> SubtractWideningLower(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
15851
public static Vector128<uint> SubtractWideningLower(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
15858
public static Vector128<ulong> SubtractWideningLower(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
15865
public static Vector128<short> SubtractWideningLower(Vector128<short> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
15872
public static Vector128<int> SubtractWideningLower(Vector128<int> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
15879
public static Vector128<long> SubtractWideningLower(Vector128<long> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
15886
public static Vector128<ushort> SubtractWideningLower(Vector128<ushort> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
15893
public static Vector128<uint> SubtractWideningLower(Vector128<uint> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
15900
public static Vector128<ulong> SubtractWideningLower(Vector128<ulong> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
15907
public static Vector128<ushort> SubtractWideningUpper(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
15914
public static Vector128<int> SubtractWideningUpper(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
15921
public static Vector128<short> SubtractWideningUpper(Vector128<short> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
15928
public static Vector128<int> SubtractWideningUpper(Vector128<int> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
15935
public static Vector128<long> SubtractWideningUpper(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
15942
public static Vector128<long> SubtractWideningUpper(Vector128<long> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
15949
public static Vector128<short> SubtractWideningUpper(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
15956
public static Vector128<ushort> SubtractWideningUpper(Vector128<ushort> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
15963
public static Vector128<uint> SubtractWideningUpper(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
15970
public static Vector128<uint> SubtractWideningUpper(Vector128<uint> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
15977
public static Vector128<ulong> SubtractWideningUpper(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
15984
public static Vector128<ulong> SubtractWideningUpper(Vector128<ulong> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
15991
public static Vector64<byte> VectorTableLookup(Vector128<byte> table, Vector64<byte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
15998
public static Vector64<sbyte> VectorTableLookup(Vector128<sbyte> table, Vector64<sbyte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
16004
public static Vector64<byte> VectorTableLookup((Vector128<byte>, Vector128<byte>) table, Vector64<byte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
16010
public static Vector64<sbyte> VectorTableLookup((Vector128<sbyte>, Vector128<sbyte>) table, Vector64<sbyte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
16016
public static Vector64<byte> VectorTableLookup((Vector128<byte>, Vector128<byte>, Vector128<byte>) table, Vector64<byte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
16022
public static Vector64<sbyte> VectorTableLookup((Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>) table, Vector64<sbyte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
16028
public static Vector64<byte> VectorTableLookup((Vector128<byte>, Vector128<byte>, Vector128<byte>, Vector128<byte>) table, Vector64<byte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
16034
public static Vector64<sbyte> VectorTableLookup((Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>) table, Vector64<sbyte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
16041
public static Vector64<byte> VectorTableLookupExtension(Vector64<byte> defaultValues, Vector128<byte> table, Vector64<byte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
16048
public static Vector64<sbyte> VectorTableLookupExtension(Vector64<sbyte> defaultValues, Vector128<sbyte> table, Vector64<sbyte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
16054
public static Vector64<byte> VectorTableLookupExtension(Vector64<byte> defaultValues, (Vector128<byte>, Vector128<byte>) table, Vector64<byte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
16060
public static Vector64<sbyte> VectorTableLookupExtension(Vector64<sbyte> defaultValues, (Vector128<sbyte>, Vector128<sbyte>) table, Vector64<sbyte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
16066
public static Vector64<byte> VectorTableLookupExtension(Vector64<byte> defaultValues, (Vector128<byte>, Vector128<byte>, Vector128<byte>) table, Vector64<byte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
16072
public static Vector64<sbyte> VectorTableLookupExtension(Vector64<sbyte> defaultValues, (Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>) table, Vector64<sbyte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
16078
public static Vector64<byte> VectorTableLookupExtension(Vector64<byte> defaultValues, (Vector128<byte>, Vector128<byte>, Vector128<byte>, Vector128<byte>) table, Vector64<byte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
16084
public static Vector64<sbyte> VectorTableLookupExtension(Vector64<sbyte> defaultValues, (Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>, Vector128<sbyte>) table, Vector64<sbyte> byteIndexes) { throw new
PlatformNotSupportedException
(); }
16091
public static Vector64<byte> Xor(Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
16099
public static Vector64<double> Xor(Vector64<double> left, Vector64<double> right) { throw new
PlatformNotSupportedException
(); }
16106
public static Vector64<short> Xor(Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
16113
public static Vector64<int> Xor(Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
16120
public static Vector64<long> Xor(Vector64<long> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
16127
public static Vector64<sbyte> Xor(Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
16135
public static Vector64<float> Xor(Vector64<float> left, Vector64<float> right) { throw new
PlatformNotSupportedException
(); }
16142
public static Vector64<ushort> Xor(Vector64<ushort> left, Vector64<ushort> right) { throw new
PlatformNotSupportedException
(); }
16149
public static Vector64<uint> Xor(Vector64<uint> left, Vector64<uint> right) { throw new
PlatformNotSupportedException
(); }
16156
public static Vector64<ulong> Xor(Vector64<ulong> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
16163
public static Vector128<byte> Xor(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
16171
public static Vector128<double> Xor(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
16178
public static Vector128<short> Xor(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
16185
public static Vector128<int> Xor(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
16192
public static Vector128<long> Xor(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
16199
public static Vector128<sbyte> Xor(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
16207
public static Vector128<float> Xor(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
16214
public static Vector128<ushort> Xor(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
16221
public static Vector128<uint> Xor(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
16228
public static Vector128<ulong> Xor(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
16235
public static Vector128<ushort> ZeroExtendWideningLower(Vector64<byte> value) { throw new
PlatformNotSupportedException
(); }
16242
public static Vector128<int> ZeroExtendWideningLower(Vector64<short> value) { throw new
PlatformNotSupportedException
(); }
16249
public static Vector128<long> ZeroExtendWideningLower(Vector64<int> value) { throw new
PlatformNotSupportedException
(); }
16256
public static Vector128<short> ZeroExtendWideningLower(Vector64<sbyte> value) { throw new
PlatformNotSupportedException
(); }
16263
public static Vector128<uint> ZeroExtendWideningLower(Vector64<ushort> value) { throw new
PlatformNotSupportedException
(); }
16270
public static Vector128<ulong> ZeroExtendWideningLower(Vector64<uint> value) { throw new
PlatformNotSupportedException
(); }
16277
public static Vector128<ushort> ZeroExtendWideningUpper(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
16284
public static Vector128<int> ZeroExtendWideningUpper(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
16291
public static Vector128<long> ZeroExtendWideningUpper(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
16298
public static Vector128<short> ZeroExtendWideningUpper(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
16305
public static Vector128<uint> ZeroExtendWideningUpper(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
16312
public static Vector128<ulong> ZeroExtendWideningUpper(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Aes.PlatformNotSupported.cs (8)
35
public static Vector128<byte> Decrypt(Vector128<byte> value, Vector128<byte> roundKey) { throw new
PlatformNotSupportedException
(); }
42
public static Vector128<byte> Encrypt(Vector128<byte> value, Vector128<byte> roundKey) { throw new
PlatformNotSupportedException
(); }
49
public static Vector128<byte> InverseMixColumns(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
56
public static Vector128<byte> MixColumns(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
63
public static Vector128<long> PolynomialMultiplyWideningLower(Vector64<long> left, Vector64<long> right) { throw new
PlatformNotSupportedException
(); }
70
public static Vector128<ulong> PolynomialMultiplyWideningLower(Vector64<ulong> left, Vector64<ulong> right) { throw new
PlatformNotSupportedException
(); }
77
public static Vector128<long> PolynomialMultiplyWideningUpper(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
84
public static Vector128<ulong> PolynomialMultiplyWideningUpper(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\ArmBase.PlatformNotSupported.cs (13)
35
public static int LeadingSignCount(int value) { throw new
PlatformNotSupportedException
(); }
38
public static int LeadingSignCount(long value) { throw new
PlatformNotSupportedException
(); }
41
public static int LeadingZeroCount(long value) { throw new
PlatformNotSupportedException
(); }
44
public static int LeadingZeroCount(ulong value) { throw new
PlatformNotSupportedException
(); }
47
public static long MultiplyHigh(long left, long right) { throw new
PlatformNotSupportedException
(); }
50
public static ulong MultiplyHigh(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
53
public static long ReverseElementBits(long value) { throw new
PlatformNotSupportedException
(); }
56
public static ulong ReverseElementBits(ulong value) { throw new
PlatformNotSupportedException
(); }
63
public static int LeadingZeroCount(int value) { throw new
PlatformNotSupportedException
(); }
69
public static int LeadingZeroCount(uint value) { throw new
PlatformNotSupportedException
(); }
75
public static int ReverseElementBits(int value) { throw new
PlatformNotSupportedException
(); }
81
public static uint ReverseElementBits(uint value) { throw new
PlatformNotSupportedException
(); }
87
public static void Yield() { throw new
PlatformNotSupportedException
(); }
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Crc32.PlatformNotSupported.cs (8)
33
public static uint ComputeCrc32(uint crc, ulong data) { throw new
PlatformNotSupportedException
(); }
39
public static uint ComputeCrc32C(uint crc, ulong data) { throw new
PlatformNotSupportedException
(); }
47
public static uint ComputeCrc32(uint crc, byte data) { throw new
PlatformNotSupportedException
(); }
54
public static uint ComputeCrc32(uint crc, ushort data) { throw new
PlatformNotSupportedException
(); }
61
public static uint ComputeCrc32(uint crc, uint data) { throw new
PlatformNotSupportedException
(); }
68
public static uint ComputeCrc32C(uint crc, byte data) { throw new
PlatformNotSupportedException
(); }
75
public static uint ComputeCrc32C(uint crc, ushort data) { throw new
PlatformNotSupportedException
(); }
82
public static uint ComputeCrc32C(uint crc, uint data) { throw new
PlatformNotSupportedException
(); }
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Dp.PlatformNotSupported.cs (12)
36
public static Vector64<int> DotProduct(Vector64<int> addend, Vector64<sbyte> left, Vector64<sbyte> right) { throw new
PlatformNotSupportedException
(); }
43
public static Vector64<uint> DotProduct(Vector64<uint> addend, Vector64<byte> left, Vector64<byte> right) { throw new
PlatformNotSupportedException
(); }
50
public static Vector128<int> DotProduct(Vector128<int> addend, Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
57
public static Vector128<uint> DotProduct(Vector128<uint> addend, Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
64
public static Vector64<int> DotProductBySelectedQuadruplet(Vector64<int> addend, Vector64<sbyte> left, Vector64<sbyte> right, [ConstantExpected(Max = (byte)(7))] byte rightScaledIndex) { throw new
PlatformNotSupportedException
(); }
71
public static Vector64<int> DotProductBySelectedQuadruplet(Vector64<int> addend, Vector64<sbyte> left, Vector128<sbyte> right, [ConstantExpected(Max = (byte)(15))] byte rightScaledIndex) { throw new
PlatformNotSupportedException
(); }
78
public static Vector64<uint> DotProductBySelectedQuadruplet(Vector64<uint> addend, Vector64<byte> left, Vector64<byte> right, [ConstantExpected(Max = (byte)(7))] byte rightScaledIndex) { throw new
PlatformNotSupportedException
(); }
85
public static Vector64<uint> DotProductBySelectedQuadruplet(Vector64<uint> addend, Vector64<byte> left, Vector128<byte> right, [ConstantExpected(Max = (byte)(15))] byte rightScaledIndex) { throw new
PlatformNotSupportedException
(); }
92
public static Vector128<int> DotProductBySelectedQuadruplet(Vector128<int> addend, Vector128<sbyte> left, Vector128<sbyte> right, [ConstantExpected(Max = (byte)(15))] byte rightScaledIndex) { throw new
PlatformNotSupportedException
(); }
99
public static Vector128<int> DotProductBySelectedQuadruplet(Vector128<int> addend, Vector128<sbyte> left, Vector64<sbyte> right, [ConstantExpected(Max = (byte)(7))] byte rightScaledIndex) { throw new
PlatformNotSupportedException
(); }
106
public static Vector128<uint> DotProductBySelectedQuadruplet(Vector128<uint> addend, Vector128<byte> left, Vector128<byte> right, [ConstantExpected(Max = (byte)(15))] byte rightScaledIndex) { throw new
PlatformNotSupportedException
(); }
113
public static Vector128<uint> DotProductBySelectedQuadruplet(Vector128<uint> addend, Vector128<byte> left, Vector64<byte> right, [ConstantExpected(Max = (byte)(7))] byte rightScaledIndex) { throw new
PlatformNotSupportedException
(); }
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Rdm.PlatformNotSupported.cs (36)
34
public static Vector64<short> MultiplyRoundedDoublingAndAddSaturateHighScalar(Vector64<short> addend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
40
public static Vector64<int> MultiplyRoundedDoublingAndAddSaturateHighScalar(Vector64<int> addend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
46
public static Vector64<short> MultiplyRoundedDoublingAndSubtractSaturateHighScalar(Vector64<short> addend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
52
public static Vector64<int> MultiplyRoundedDoublingAndSubtractSaturateHighScalar(Vector64<int> addend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
58
public static Vector64<short> MultiplyRoundedDoublingScalarBySelectedScalarAndAddSaturateHigh(Vector64<short> addend, Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
64
public static Vector64<short> MultiplyRoundedDoublingScalarBySelectedScalarAndAddSaturateHigh(Vector64<short> addend, Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
70
public static Vector64<int> MultiplyRoundedDoublingScalarBySelectedScalarAndAddSaturateHigh(Vector64<int> addend, Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
76
public static Vector64<int> MultiplyRoundedDoublingScalarBySelectedScalarAndAddSaturateHigh(Vector64<int> addend, Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
82
public static Vector64<short> MultiplyRoundedDoublingScalarBySelectedScalarAndSubtractSaturateHigh(Vector64<short> minuend, Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
88
public static Vector64<short> MultiplyRoundedDoublingScalarBySelectedScalarAndSubtractSaturateHigh(Vector64<short> minuend, Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
94
public static Vector64<int> MultiplyRoundedDoublingScalarBySelectedScalarAndSubtractSaturateHigh(Vector64<int> minuend, Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
100
public static Vector64<int> MultiplyRoundedDoublingScalarBySelectedScalarAndSubtractSaturateHigh(Vector64<int> minuend, Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
108
public static Vector64<short> MultiplyRoundedDoublingAndAddSaturateHigh(Vector64<short> addend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
115
public static Vector64<int> MultiplyRoundedDoublingAndAddSaturateHigh(Vector64<int> addend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
122
public static Vector128<short> MultiplyRoundedDoublingAndAddSaturateHigh(Vector128<short> addend, Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
129
public static Vector128<int> MultiplyRoundedDoublingAndAddSaturateHigh(Vector128<int> addend, Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
136
public static Vector64<short> MultiplyRoundedDoublingAndSubtractSaturateHigh(Vector64<short> minuend, Vector64<short> left, Vector64<short> right) { throw new
PlatformNotSupportedException
(); }
143
public static Vector64<int> MultiplyRoundedDoublingAndSubtractSaturateHigh(Vector64<int> minuend, Vector64<int> left, Vector64<int> right) { throw new
PlatformNotSupportedException
(); }
150
public static Vector128<short> MultiplyRoundedDoublingAndSubtractSaturateHigh(Vector128<short> minuend, Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
157
public static Vector128<int> MultiplyRoundedDoublingAndSubtractSaturateHigh(Vector128<int> minuend, Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
164
public static Vector64<short> MultiplyRoundedDoublingBySelectedScalarAndAddSaturateHigh(Vector64<short> addend, Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
171
public static Vector64<short> MultiplyRoundedDoublingBySelectedScalarAndAddSaturateHigh(Vector64<short> addend, Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
178
public static Vector64<int> MultiplyRoundedDoublingBySelectedScalarAndAddSaturateHigh(Vector64<int> addend, Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
185
public static Vector64<int> MultiplyRoundedDoublingBySelectedScalarAndAddSaturateHigh(Vector64<int> addend, Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
192
public static Vector128<short> MultiplyRoundedDoublingBySelectedScalarAndAddSaturateHigh(Vector128<short> addend, Vector128<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
199
public static Vector128<short> MultiplyRoundedDoublingBySelectedScalarAndAddSaturateHigh(Vector128<short> addend, Vector128<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
206
public static Vector128<int> MultiplyRoundedDoublingBySelectedScalarAndAddSaturateHigh(Vector128<int> addend, Vector128<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
213
public static Vector128<int> MultiplyRoundedDoublingBySelectedScalarAndAddSaturateHigh(Vector128<int> addend, Vector128<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
220
public static Vector64<short> MultiplyRoundedDoublingBySelectedScalarAndSubtractSaturateHigh(Vector64<short> minuend, Vector64<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
227
public static Vector64<short> MultiplyRoundedDoublingBySelectedScalarAndSubtractSaturateHigh(Vector64<short> minuend, Vector64<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
234
public static Vector64<int> MultiplyRoundedDoublingBySelectedScalarAndSubtractSaturateHigh(Vector64<int> minuend, Vector64<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
241
public static Vector64<int> MultiplyRoundedDoublingBySelectedScalarAndSubtractSaturateHigh(Vector64<int> minuend, Vector64<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
248
public static Vector128<short> MultiplyRoundedDoublingBySelectedScalarAndSubtractSaturateHigh(Vector128<short> minuend, Vector128<short> left, Vector64<short> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
255
public static Vector128<short> MultiplyRoundedDoublingBySelectedScalarAndSubtractSaturateHigh(Vector128<short> minuend, Vector128<short> left, Vector128<short> right, [ConstantExpected(Max = (byte)(7))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
262
public static Vector128<int> MultiplyRoundedDoublingBySelectedScalarAndSubtractSaturateHigh(Vector128<int> minuend, Vector128<int> left, Vector64<int> right, [ConstantExpected(Max = (byte)(1))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
269
public static Vector128<int> MultiplyRoundedDoublingBySelectedScalarAndSubtractSaturateHigh(Vector128<int> minuend, Vector128<int> left, Vector128<int> right, [ConstantExpected(Max = (byte)(3))] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Sha1.PlatformNotSupported.cs (6)
35
public static Vector64<uint> FixedRotate(Vector64<uint> hash_e) { throw new
PlatformNotSupportedException
(); }
42
public static Vector128<uint> HashUpdateChoose(Vector128<uint> hash_abcd, Vector64<uint> hash_e, Vector128<uint> wk) { throw new
PlatformNotSupportedException
(); }
49
public static Vector128<uint> HashUpdateMajority(Vector128<uint> hash_abcd, Vector64<uint> hash_e, Vector128<uint> wk) { throw new
PlatformNotSupportedException
(); }
56
public static Vector128<uint> HashUpdateParity(Vector128<uint> hash_abcd, Vector64<uint> hash_e, Vector128<uint> wk) { throw new
PlatformNotSupportedException
(); }
63
public static Vector128<uint> ScheduleUpdate0(Vector128<uint> w0_3, Vector128<uint> w4_7, Vector128<uint> w8_11) { throw new
PlatformNotSupportedException
(); }
70
public static Vector128<uint> ScheduleUpdate1(Vector128<uint> tw0_3, Vector128<uint> w12_15) { throw new
PlatformNotSupportedException
(); }
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Sha256.PlatformNotSupported.cs (4)
35
public static Vector128<uint> HashUpdate1(Vector128<uint> hash_abcd, Vector128<uint> hash_efgh, Vector128<uint> wk) { throw new
PlatformNotSupportedException
(); }
42
public static Vector128<uint> HashUpdate2(Vector128<uint> hash_efgh, Vector128<uint> hash_abcd, Vector128<uint> wk) { throw new
PlatformNotSupportedException
(); }
49
public static Vector128<uint> ScheduleUpdate0(Vector128<uint> w0_3, Vector128<uint> w4_7) { throw new
PlatformNotSupportedException
(); }
56
public static Vector128<uint> ScheduleUpdate1(Vector128<uint> w0_3, Vector128<uint> w8_11, Vector128<uint> w12_15) { throw new
PlatformNotSupportedException
(); }
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Sve.PlatformNotSupported.cs (1538)
49
public static Vector<double> Abs(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
57
public static Vector<short> Abs(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
65
public static Vector<int> Abs(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
73
public static Vector<long> Abs(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
81
public static Vector<sbyte> Abs(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
89
public static Vector<float> Abs(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
98
public static Vector<double> AbsoluteCompareGreaterThan(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
104
public static Vector<float> AbsoluteCompareGreaterThan(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
113
public static Vector<double> AbsoluteCompareGreaterThanOrEqual(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
119
public static Vector<float> AbsoluteCompareGreaterThanOrEqual(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
128
public static Vector<double> AbsoluteCompareLessThan(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
134
public static Vector<float> AbsoluteCompareLessThan(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
143
public static Vector<double> AbsoluteCompareLessThanOrEqual(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
149
public static Vector<float> AbsoluteCompareLessThanOrEqual(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
159
public static Vector<byte> AbsoluteDifference(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
167
public static Vector<double> AbsoluteDifference(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
175
public static Vector<short> AbsoluteDifference(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
183
public static Vector<int> AbsoluteDifference(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
191
public static Vector<long> AbsoluteDifference(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
199
public static Vector<sbyte> AbsoluteDifference(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
207
public static Vector<float> AbsoluteDifference(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
215
public static Vector<ushort> AbsoluteDifference(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
223
public static Vector<uint> AbsoluteDifference(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
231
public static Vector<ulong> AbsoluteDifference(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
242
public static Vector<byte> Add(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
250
public static Vector<double> Add(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
258
public static Vector<short> Add(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
266
public static Vector<int> Add(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
274
public static Vector<long> Add(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
282
public static Vector<sbyte> Add(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
290
public static Vector<float> Add(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
298
public static Vector<ushort> Add(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
306
public static Vector<uint> Add(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
314
public static Vector<ulong> Add(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
323
public static Vector<double> AddAcross(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
329
public static Vector<long> AddAcross(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
335
public static Vector<long> AddAcross(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
341
public static Vector<long> AddAcross(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
347
public static Vector<long> AddAcross(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
353
public static Vector<float> AddAcross(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
359
public static Vector<ulong> AddAcross(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
365
public static Vector<ulong> AddAcross(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
371
public static Vector<ulong> AddAcross(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
377
public static Vector<ulong> AddAcross(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
388
public static Vector<double> AddRotateComplex(Vector<double> left, Vector<double> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rotation) { throw new
PlatformNotSupportedException
(); }
397
public static Vector<float> AddRotateComplex(Vector<float> left, Vector<float> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rotation) { throw new
PlatformNotSupportedException
(); }
406
public static Vector<byte> AddSaturate(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
412
public static Vector<short> AddSaturate(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
418
public static Vector<int> AddSaturate(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
424
public static Vector<long> AddSaturate(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
430
public static Vector<sbyte> AddSaturate(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
436
public static Vector<ushort> AddSaturate(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
442
public static Vector<uint> AddSaturate(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
448
public static Vector<ulong> AddSaturate(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
457
public static Vector<double> AddSequentialAcross(Vector<double> initial, Vector<double> value) { throw new
PlatformNotSupportedException
(); }
463
public static Vector<float> AddSequentialAcross(Vector<float> initial, Vector<float> value) { throw new
PlatformNotSupportedException
(); }
474
public static Vector<byte> And(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
482
public static Vector<short> And(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
490
public static Vector<int> And(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
498
public static Vector<long> And(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
506
public static Vector<sbyte> And(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
514
public static Vector<ushort> And(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
522
public static Vector<uint> And(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
530
public static Vector<ulong> And(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
539
public static Vector<byte> AndAcross(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
545
public static Vector<short> AndAcross(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
551
public static Vector<int> AndAcross(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
557
public static Vector<long> AndAcross(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
563
public static Vector<sbyte> AndAcross(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
569
public static Vector<ushort> AndAcross(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
575
public static Vector<uint> AndAcross(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
581
public static Vector<ulong> AndAcross(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
593
public static Vector<byte> BitwiseClear(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
602
public static Vector<short> BitwiseClear(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
611
public static Vector<int> BitwiseClear(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
620
public static Vector<long> BitwiseClear(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
629
public static Vector<sbyte> BitwiseClear(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
638
public static Vector<ushort> BitwiseClear(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
647
public static Vector<uint> BitwiseClear(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
656
public static Vector<ulong> BitwiseClear(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
667
public static Vector<byte> BooleanNot(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
675
public static Vector<short> BooleanNot(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
683
public static Vector<int> BooleanNot(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
691
public static Vector<long> BooleanNot(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
699
public static Vector<sbyte> BooleanNot(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
707
public static Vector<ushort> BooleanNot(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
715
public static Vector<uint> BooleanNot(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
723
public static Vector<ulong> BooleanNot(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
732
public static Vector<double> Compact(Vector<double> mask, Vector<double> value) { throw new
PlatformNotSupportedException
(); }
738
public static Vector<int> Compact(Vector<int> mask, Vector<int> value) { throw new
PlatformNotSupportedException
(); }
744
public static Vector<long> Compact(Vector<long> mask, Vector<long> value) { throw new
PlatformNotSupportedException
(); }
750
public static Vector<float> Compact(Vector<float> mask, Vector<float> value) { throw new
PlatformNotSupportedException
(); }
756
public static Vector<uint> Compact(Vector<uint> mask, Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
762
public static Vector<ulong> Compact(Vector<ulong> mask, Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
771
public static Vector<byte> CompareEqual(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
777
public static Vector<double> CompareEqual(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
783
public static Vector<short> CompareEqual(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
789
public static Vector<short> CompareEqual(Vector<short> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
795
public static Vector<int> CompareEqual(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
801
public static Vector<int> CompareEqual(Vector<int> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
807
public static Vector<long> CompareEqual(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
813
public static Vector<sbyte> CompareEqual(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
819
public static Vector<sbyte> CompareEqual(Vector<sbyte> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
825
public static Vector<float> CompareEqual(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
831
public static Vector<ushort> CompareEqual(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
837
public static Vector<uint> CompareEqual(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
843
public static Vector<ulong> CompareEqual(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
852
public static Vector<byte> CompareGreaterThan(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
858
public static Vector<byte> CompareGreaterThan(Vector<byte> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
864
public static Vector<double> CompareGreaterThan(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
870
public static Vector<short> CompareGreaterThan(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
876
public static Vector<short> CompareGreaterThan(Vector<short> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
882
public static Vector<int> CompareGreaterThan(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
888
public static Vector<int> CompareGreaterThan(Vector<int> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
894
public static Vector<long> CompareGreaterThan(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
900
public static Vector<sbyte> CompareGreaterThan(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
906
public static Vector<sbyte> CompareGreaterThan(Vector<sbyte> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
912
public static Vector<float> CompareGreaterThan(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
918
public static Vector<ushort> CompareGreaterThan(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
924
public static Vector<ushort> CompareGreaterThan(Vector<ushort> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
930
public static Vector<uint> CompareGreaterThan(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
936
public static Vector<uint> CompareGreaterThan(Vector<uint> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
942
public static Vector<ulong> CompareGreaterThan(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
951
public static Vector<byte> CompareGreaterThanOrEqual(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
957
public static Vector<byte> CompareGreaterThanOrEqual(Vector<byte> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
963
public static Vector<double> CompareGreaterThanOrEqual(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
969
public static Vector<short> CompareGreaterThanOrEqual(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
975
public static Vector<short> CompareGreaterThanOrEqual(Vector<short> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
981
public static Vector<int> CompareGreaterThanOrEqual(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
987
public static Vector<int> CompareGreaterThanOrEqual(Vector<int> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
993
public static Vector<long> CompareGreaterThanOrEqual(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
999
public static Vector<sbyte> CompareGreaterThanOrEqual(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
1005
public static Vector<sbyte> CompareGreaterThanOrEqual(Vector<sbyte> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1011
public static Vector<float> CompareGreaterThanOrEqual(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
1017
public static Vector<ushort> CompareGreaterThanOrEqual(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
1023
public static Vector<ushort> CompareGreaterThanOrEqual(Vector<ushort> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1029
public static Vector<uint> CompareGreaterThanOrEqual(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
1035
public static Vector<uint> CompareGreaterThanOrEqual(Vector<uint> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1041
public static Vector<ulong> CompareGreaterThanOrEqual(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1050
public static Vector<byte> CompareLessThan(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
1056
public static Vector<byte> CompareLessThan(Vector<byte> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1062
public static Vector<double> CompareLessThan(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
1068
public static Vector<short> CompareLessThan(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
1074
public static Vector<short> CompareLessThan(Vector<short> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1080
public static Vector<int> CompareLessThan(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
1086
public static Vector<int> CompareLessThan(Vector<int> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1092
public static Vector<long> CompareLessThan(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1098
public static Vector<sbyte> CompareLessThan(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
1104
public static Vector<sbyte> CompareLessThan(Vector<sbyte> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1110
public static Vector<float> CompareLessThan(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
1116
public static Vector<ushort> CompareLessThan(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
1122
public static Vector<ushort> CompareLessThan(Vector<ushort> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1128
public static Vector<uint> CompareLessThan(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
1134
public static Vector<uint> CompareLessThan(Vector<uint> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1140
public static Vector<ulong> CompareLessThan(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1149
public static Vector<byte> CompareLessThanOrEqual(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
1155
public static Vector<byte> CompareLessThanOrEqual(Vector<byte> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1161
public static Vector<double> CompareLessThanOrEqual(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
1167
public static Vector<short> CompareLessThanOrEqual(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
1173
public static Vector<short> CompareLessThanOrEqual(Vector<short> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1179
public static Vector<int> CompareLessThanOrEqual(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
1185
public static Vector<int> CompareLessThanOrEqual(Vector<int> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1191
public static Vector<long> CompareLessThanOrEqual(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1197
public static Vector<sbyte> CompareLessThanOrEqual(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
1203
public static Vector<sbyte> CompareLessThanOrEqual(Vector<sbyte> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1209
public static Vector<float> CompareLessThanOrEqual(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
1215
public static Vector<ushort> CompareLessThanOrEqual(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
1221
public static Vector<ushort> CompareLessThanOrEqual(Vector<ushort> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1227
public static Vector<uint> CompareLessThanOrEqual(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
1233
public static Vector<uint> CompareLessThanOrEqual(Vector<uint> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1239
public static Vector<ulong> CompareLessThanOrEqual(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1248
public static Vector<byte> CompareNotEqualTo(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
1254
public static Vector<double> CompareNotEqualTo(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
1260
public static Vector<short> CompareNotEqualTo(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
1266
public static Vector<short> CompareNotEqualTo(Vector<short> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1272
public static Vector<int> CompareNotEqualTo(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
1278
public static Vector<int> CompareNotEqualTo(Vector<int> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1284
public static Vector<long> CompareNotEqualTo(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1290
public static Vector<sbyte> CompareNotEqualTo(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
1296
public static Vector<sbyte> CompareNotEqualTo(Vector<sbyte> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1302
public static Vector<float> CompareNotEqualTo(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
1308
public static Vector<ushort> CompareNotEqualTo(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
1314
public static Vector<uint> CompareNotEqualTo(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
1320
public static Vector<ulong> CompareNotEqualTo(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1329
public static Vector<double> CompareUnordered(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
1335
public static Vector<float> CompareUnordered(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
1344
public static Vector<uint> Compute16BitAddresses(Vector<uint> bases, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
1350
public static Vector<uint> Compute16BitAddresses(Vector<uint> bases, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
1356
public static Vector<ulong> Compute16BitAddresses(Vector<ulong> bases, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
1362
public static Vector<ulong> Compute16BitAddresses(Vector<ulong> bases, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
1371
public static Vector<uint> Compute32BitAddresses(Vector<uint> bases, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
1377
public static Vector<uint> Compute32BitAddresses(Vector<uint> bases, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
1383
public static Vector<ulong> Compute32BitAddresses(Vector<ulong> bases, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
1389
public static Vector<ulong> Compute32BitAddresses(Vector<ulong> bases, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
1398
public static Vector<uint> Compute64BitAddresses(Vector<uint> bases, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
1404
public static Vector<uint> Compute64BitAddresses(Vector<uint> bases, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
1410
public static Vector<ulong> Compute64BitAddresses(Vector<ulong> bases, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
1416
public static Vector<ulong> Compute64BitAddresses(Vector<ulong> bases, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
1425
public static Vector<uint> Compute8BitAddresses(Vector<uint> bases, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
1431
public static Vector<uint> Compute8BitAddresses(Vector<uint> bases, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
1437
public static Vector<ulong> Compute8BitAddresses(Vector<ulong> bases, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
1443
public static Vector<ulong> Compute8BitAddresses(Vector<ulong> bases, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
1452
public static Vector<byte> ConditionalExtractAfterLastActiveElement(Vector<byte> mask, Vector<byte> defaultScalar, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
1458
public static byte ConditionalExtractAfterLastActiveElement(Vector<byte> mask, byte defaultValue, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
1464
public static Vector<double> ConditionalExtractAfterLastActiveElement(Vector<double> mask, Vector<double> defaultScalar, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
1470
public static double ConditionalExtractAfterLastActiveElement(Vector<double> mask, double defaultValue, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
1476
public static Vector<short> ConditionalExtractAfterLastActiveElement(Vector<short> mask, Vector<short> defaultScalar, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
1482
public static short ConditionalExtractAfterLastActiveElement(Vector<short> mask, short defaultValue, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
1488
public static Vector<int> ConditionalExtractAfterLastActiveElement(Vector<int> mask, Vector<int> defaultScalar, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
1494
public static int ConditionalExtractAfterLastActiveElement(Vector<int> mask, int defaultValue, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
1500
public static Vector<long> ConditionalExtractAfterLastActiveElement(Vector<long> mask, Vector<long> defaultScalar, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
1506
public static long ConditionalExtractAfterLastActiveElement(Vector<long> mask, long defaultValue, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
1512
public static Vector<sbyte> ConditionalExtractAfterLastActiveElement(Vector<sbyte> mask, Vector<sbyte> defaultScalar, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
1518
public static sbyte ConditionalExtractAfterLastActiveElement(Vector<sbyte> mask, sbyte defaultValue, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
1524
public static Vector<float> ConditionalExtractAfterLastActiveElement(Vector<float> mask, Vector<float> defaultScalar, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
1530
public static float ConditionalExtractAfterLastActiveElement(Vector<float> mask, float defaultValue, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
1536
public static Vector<ushort> ConditionalExtractAfterLastActiveElement(Vector<ushort> mask, Vector<ushort> defaultScalar, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
1542
public static ushort ConditionalExtractAfterLastActiveElement(Vector<ushort> mask, ushort defaultValue, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
1548
public static Vector<uint> ConditionalExtractAfterLastActiveElement(Vector<uint> mask, Vector<uint> defaultScalar, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
1554
public static uint ConditionalExtractAfterLastActiveElement(Vector<uint> mask, uint defaultValue, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
1560
public static Vector<ulong> ConditionalExtractAfterLastActiveElement(Vector<ulong> mask, Vector<ulong> defaultScalar, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
1566
public static ulong ConditionalExtractAfterLastActiveElement(Vector<ulong> mask, ulong defaultValue, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
1575
public static Vector<byte> ConditionalExtractAfterLastActiveElementAndReplicate(Vector<byte> mask, Vector<byte> defaultValues, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
1581
public static Vector<double> ConditionalExtractAfterLastActiveElementAndReplicate(Vector<double> mask, Vector<double> defaultValues, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
1587
public static Vector<short> ConditionalExtractAfterLastActiveElementAndReplicate(Vector<short> mask, Vector<short> defaultValues, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
1593
public static Vector<int> ConditionalExtractAfterLastActiveElementAndReplicate(Vector<int> mask, Vector<int> defaultValues, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
1599
public static Vector<long> ConditionalExtractAfterLastActiveElementAndReplicate(Vector<long> mask, Vector<long> defaultValues, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
1605
public static Vector<sbyte> ConditionalExtractAfterLastActiveElementAndReplicate(Vector<sbyte> mask, Vector<sbyte> defaultValues, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
1611
public static Vector<float> ConditionalExtractAfterLastActiveElementAndReplicate(Vector<float> mask, Vector<float> defaultValues, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
1617
public static Vector<ushort> ConditionalExtractAfterLastActiveElementAndReplicate(Vector<ushort> mask, Vector<ushort> defaultValues, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
1623
public static Vector<uint> ConditionalExtractAfterLastActiveElementAndReplicate(Vector<uint> mask, Vector<uint> defaultValues, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
1629
public static Vector<ulong> ConditionalExtractAfterLastActiveElementAndReplicate(Vector<ulong> mask, Vector<ulong> defaultValues, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
1638
public static Vector<byte> ConditionalExtractLastActiveElement(Vector<byte> mask, Vector<byte> defaultScalar, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
1644
public static byte ConditionalExtractLastActiveElement(Vector<byte> mask, byte defaultValue, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
1650
public static Vector<double> ConditionalExtractLastActiveElement(Vector<double> mask, Vector<double> defaultScalar, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
1656
public static double ConditionalExtractLastActiveElement(Vector<double> mask, double defaultValue, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
1662
public static Vector<short> ConditionalExtractLastActiveElement(Vector<short> mask, Vector<short> defaultScalar, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
1668
public static short ConditionalExtractLastActiveElement(Vector<short> mask, short defaultValue, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
1674
public static Vector<int> ConditionalExtractLastActiveElement(Vector<int> mask, Vector<int> defaultScalar, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
1680
public static int ConditionalExtractLastActiveElement(Vector<int> mask, int defaultValue, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
1686
public static Vector<long> ConditionalExtractLastActiveElement(Vector<long> mask, Vector<long> defaultScalar, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
1692
public static long ConditionalExtractLastActiveElement(Vector<long> mask, long defaultValue, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
1698
public static Vector<sbyte> ConditionalExtractLastActiveElement(Vector<sbyte> mask, Vector<sbyte> defaultScalar, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
1704
public static sbyte ConditionalExtractLastActiveElement(Vector<sbyte> mask, sbyte defaultValue, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
1710
public static Vector<float> ConditionalExtractLastActiveElement(Vector<float> mask, Vector<float> defaultScalar, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
1716
public static float ConditionalExtractLastActiveElement(Vector<float> mask, float defaultValue, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
1722
public static Vector<ushort> ConditionalExtractLastActiveElement(Vector<ushort> mask, Vector<ushort> defaultScalar, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
1728
public static ushort ConditionalExtractLastActiveElement(Vector<ushort> mask, ushort defaultValue, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
1734
public static Vector<uint> ConditionalExtractLastActiveElement(Vector<uint> mask, Vector<uint> defaultScalar, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
1740
public static uint ConditionalExtractLastActiveElement(Vector<uint> mask, uint defaultValue, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
1746
public static Vector<ulong> ConditionalExtractLastActiveElement(Vector<ulong> mask, Vector<ulong> defaultScalar, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
1752
public static ulong ConditionalExtractLastActiveElement(Vector<ulong> mask, ulong defaultValue, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
1761
public static Vector<byte> ConditionalExtractLastActiveElementAndReplicate(Vector<byte> mask, Vector<byte> defaultValues, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
1767
public static Vector<double> ConditionalExtractLastActiveElementAndReplicate(Vector<double> mask, Vector<double> defaultValues, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
1773
public static Vector<short> ConditionalExtractLastActiveElementAndReplicate(Vector<short> mask, Vector<short> defaultValues, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
1779
public static Vector<int> ConditionalExtractLastActiveElementAndReplicate(Vector<int> mask, Vector<int> defaultValues, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
1785
public static Vector<long> ConditionalExtractLastActiveElementAndReplicate(Vector<long> mask, Vector<long> defaultValues, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
1791
public static Vector<sbyte> ConditionalExtractLastActiveElementAndReplicate(Vector<sbyte> mask, Vector<sbyte> defaultValues, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
1797
public static Vector<float> ConditionalExtractLastActiveElementAndReplicate(Vector<float> mask, Vector<float> defaultValues, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
1803
public static Vector<ushort> ConditionalExtractLastActiveElementAndReplicate(Vector<ushort> mask, Vector<ushort> defaultValues, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
1809
public static Vector<uint> ConditionalExtractLastActiveElementAndReplicate(Vector<uint> mask, Vector<uint> defaultValues, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
1815
public static Vector<ulong> ConditionalExtractLastActiveElementAndReplicate(Vector<ulong> mask, Vector<ulong> defaultValues, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
1825
public static Vector<byte> ConditionalSelect(Vector<byte> mask, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
1831
public static Vector<double> ConditionalSelect(Vector<double> mask, Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
1838
public static Vector<short> ConditionalSelect(Vector<short> mask, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
1845
public static Vector<int> ConditionalSelect(Vector<int> mask, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
1852
public static Vector<long> ConditionalSelect(Vector<long> mask, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1859
public static Vector<sbyte> ConditionalSelect(Vector<sbyte> mask, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
1865
public static Vector<float> ConditionalSelect(Vector<float> mask, Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
1872
public static Vector<ushort> ConditionalSelect(Vector<ushort> mask, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
1879
public static Vector<uint> ConditionalSelect(Vector<uint> mask, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
1886
public static Vector<ulong> ConditionalSelect(Vector<ulong> mask, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1897
public static Vector<double> ConvertToDouble(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
1905
public static Vector<double> ConvertToDouble(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
1913
public static Vector<double> ConvertToDouble(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
1921
public static Vector<double> ConvertToDouble(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
1929
public static Vector<double> ConvertToDouble(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
1940
public static Vector<int> ConvertToInt32(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
1948
public static Vector<int> ConvertToInt32(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
1959
public static Vector<long> ConvertToInt64(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
1967
public static Vector<long> ConvertToInt64(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
1978
public static Vector<float> ConvertToSingle(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
1986
public static Vector<float> ConvertToSingle(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
1994
public static Vector<float> ConvertToSingle(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
2002
public static Vector<float> ConvertToSingle(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
2010
public static Vector<float> ConvertToSingle(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
2021
public static Vector<uint> ConvertToUInt32(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
2029
public static Vector<uint> ConvertToUInt32(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
2040
public static Vector<ulong> ConvertToUInt64(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
2048
public static Vector<ulong> ConvertToUInt64(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
2057
public static ulong Count16BitElements([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2066
public static ulong Count32BitElements([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2075
public static ulong Count64BitElements([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2084
public static ulong Count8BitElements([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2093
public static Vector<byte> CreateBreakAfterMask(Vector<byte> totalMask, Vector<byte> fromMask) { throw new
PlatformNotSupportedException
(); }
2099
public static Vector<short> CreateBreakAfterMask(Vector<short> totalMask, Vector<short> fromMask) { throw new
PlatformNotSupportedException
(); }
2105
public static Vector<int> CreateBreakAfterMask(Vector<int> totalMask, Vector<int> fromMask) { throw new
PlatformNotSupportedException
(); }
2111
public static Vector<long> CreateBreakAfterMask(Vector<long> totalMask, Vector<long> fromMask) { throw new
PlatformNotSupportedException
(); }
2117
public static Vector<sbyte> CreateBreakAfterMask(Vector<sbyte> totalMask, Vector<sbyte> fromMask) { throw new
PlatformNotSupportedException
(); }
2123
public static Vector<ushort> CreateBreakAfterMask(Vector<ushort> totalMask, Vector<ushort> fromMask) { throw new
PlatformNotSupportedException
(); }
2129
public static Vector<uint> CreateBreakAfterMask(Vector<uint> totalMask, Vector<uint> fromMask) { throw new
PlatformNotSupportedException
(); }
2135
public static Vector<ulong> CreateBreakAfterMask(Vector<ulong> totalMask, Vector<ulong> fromMask) { throw new
PlatformNotSupportedException
(); }
2144
public static Vector<byte> CreateBreakAfterPropagateMask(Vector<byte> mask, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
2150
public static Vector<short> CreateBreakAfterPropagateMask(Vector<short> mask, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2156
public static Vector<int> CreateBreakAfterPropagateMask(Vector<int> mask, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2162
public static Vector<long> CreateBreakAfterPropagateMask(Vector<long> mask, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
2168
public static Vector<sbyte> CreateBreakAfterPropagateMask(Vector<sbyte> mask, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2174
public static Vector<ushort> CreateBreakAfterPropagateMask(Vector<ushort> mask, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2180
public static Vector<uint> CreateBreakAfterPropagateMask(Vector<uint> mask, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
2186
public static Vector<ulong> CreateBreakAfterPropagateMask(Vector<ulong> mask, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
2195
public static Vector<byte> CreateBreakBeforeMask(Vector<byte> totalMask, Vector<byte> fromMask) { throw new
PlatformNotSupportedException
(); }
2201
public static Vector<short> CreateBreakBeforeMask(Vector<short> totalMask, Vector<short> fromMask) { throw new
PlatformNotSupportedException
(); }
2207
public static Vector<int> CreateBreakBeforeMask(Vector<int> totalMask, Vector<int> fromMask) { throw new
PlatformNotSupportedException
(); }
2213
public static Vector<long> CreateBreakBeforeMask(Vector<long> totalMask, Vector<long> fromMask) { throw new
PlatformNotSupportedException
(); }
2219
public static Vector<sbyte> CreateBreakBeforeMask(Vector<sbyte> totalMask, Vector<sbyte> fromMask) { throw new
PlatformNotSupportedException
(); }
2225
public static Vector<ushort> CreateBreakBeforeMask(Vector<ushort> totalMask, Vector<ushort> fromMask) { throw new
PlatformNotSupportedException
(); }
2231
public static Vector<uint> CreateBreakBeforeMask(Vector<uint> totalMask, Vector<uint> fromMask) { throw new
PlatformNotSupportedException
(); }
2237
public static Vector<ulong> CreateBreakBeforeMask(Vector<ulong> totalMask, Vector<ulong> fromMask) { throw new
PlatformNotSupportedException
(); }
2246
public static Vector<byte> CreateBreakBeforePropagateMask(Vector<byte> mask, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
2252
public static Vector<short> CreateBreakBeforePropagateMask(Vector<short> mask, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2258
public static Vector<int> CreateBreakBeforePropagateMask(Vector<int> mask, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2264
public static Vector<long> CreateBreakBeforePropagateMask(Vector<long> mask, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
2270
public static Vector<sbyte> CreateBreakBeforePropagateMask(Vector<sbyte> mask, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2276
public static Vector<ushort> CreateBreakBeforePropagateMask(Vector<ushort> mask, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2282
public static Vector<uint> CreateBreakBeforePropagateMask(Vector<uint> mask, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
2288
public static Vector<ulong> CreateBreakBeforePropagateMask(Vector<ulong> mask, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
2297
public static Vector<byte> CreateBreakPropagateMask(Vector<byte> totalMask, Vector<byte> fromMask) { throw new
PlatformNotSupportedException
(); }
2303
public static Vector<short> CreateBreakPropagateMask(Vector<short> totalMask, Vector<short> fromMask) { throw new
PlatformNotSupportedException
(); }
2309
public static Vector<int> CreateBreakPropagateMask(Vector<int> totalMask, Vector<int> fromMask) { throw new
PlatformNotSupportedException
(); }
2315
public static Vector<long> CreateBreakPropagateMask(Vector<long> totalMask, Vector<long> fromMask) { throw new
PlatformNotSupportedException
(); }
2321
public static Vector<sbyte> CreateBreakPropagateMask(Vector<sbyte> totalMask, Vector<sbyte> fromMask) { throw new
PlatformNotSupportedException
(); }
2327
public static Vector<ushort> CreateBreakPropagateMask(Vector<ushort> totalMask, Vector<ushort> fromMask) { throw new
PlatformNotSupportedException
(); }
2333
public static Vector<uint> CreateBreakPropagateMask(Vector<uint> totalMask, Vector<uint> fromMask) { throw new
PlatformNotSupportedException
(); }
2339
public static Vector<ulong> CreateBreakPropagateMask(Vector<ulong> totalMask, Vector<ulong> fromMask) { throw new
PlatformNotSupportedException
(); }
2348
public static Vector<byte> CreateFalseMaskByte() { throw new
PlatformNotSupportedException
(); }
2357
public static Vector<double> CreateFalseMaskDouble() { throw new
PlatformNotSupportedException
(); }
2366
public static Vector<short> CreateFalseMaskInt16() { throw new
PlatformNotSupportedException
(); }
2375
public static Vector<int> CreateFalseMaskInt32() { throw new
PlatformNotSupportedException
(); }
2384
public static Vector<long> CreateFalseMaskInt64() { throw new
PlatformNotSupportedException
(); }
2393
public static Vector<sbyte> CreateFalseMaskSByte() { throw new
PlatformNotSupportedException
(); }
2402
public static Vector<float> CreateFalseMaskSingle() { throw new
PlatformNotSupportedException
(); }
2411
public static Vector<ushort> CreateFalseMaskUInt16() { throw new
PlatformNotSupportedException
(); }
2420
public static Vector<uint> CreateFalseMaskUInt32() { throw new
PlatformNotSupportedException
(); }
2429
public static Vector<ulong> CreateFalseMaskUInt64() { throw new
PlatformNotSupportedException
(); }
2438
public static Vector<byte> CreateMaskForFirstActiveElement(Vector<byte> totalMask, Vector<byte> fromMask) { throw new
PlatformNotSupportedException
(); }
2444
public static Vector<short> CreateMaskForFirstActiveElement(Vector<short> totalMask, Vector<short> fromMask) { throw new
PlatformNotSupportedException
(); }
2450
public static Vector<int> CreateMaskForFirstActiveElement(Vector<int> totalMask, Vector<int> fromMask) { throw new
PlatformNotSupportedException
(); }
2456
public static Vector<long> CreateMaskForFirstActiveElement(Vector<long> totalMask, Vector<long> fromMask) { throw new
PlatformNotSupportedException
(); }
2462
public static Vector<sbyte> CreateMaskForFirstActiveElement(Vector<sbyte> totalMask, Vector<sbyte> fromMask) { throw new
PlatformNotSupportedException
(); }
2468
public static Vector<ushort> CreateMaskForFirstActiveElement(Vector<ushort> totalMask, Vector<ushort> fromMask) { throw new
PlatformNotSupportedException
(); }
2474
public static Vector<uint> CreateMaskForFirstActiveElement(Vector<uint> totalMask, Vector<uint> fromMask) { throw new
PlatformNotSupportedException
(); }
2480
public static Vector<ulong> CreateMaskForFirstActiveElement(Vector<ulong> totalMask, Vector<ulong> fromMask) { throw new
PlatformNotSupportedException
(); }
2489
public static Vector<byte> CreateMaskForNextActiveElement(Vector<byte> totalMask, Vector<byte> fromMask) { throw new
PlatformNotSupportedException
(); }
2495
public static Vector<ushort> CreateMaskForNextActiveElement(Vector<ushort> totalMask, Vector<ushort> fromMask) { throw new
PlatformNotSupportedException
(); }
2501
public static Vector<uint> CreateMaskForNextActiveElement(Vector<uint> totalMask, Vector<uint> fromMask) { throw new
PlatformNotSupportedException
(); }
2507
public static Vector<ulong> CreateMaskForNextActiveElement(Vector<ulong> totalMask, Vector<ulong> fromMask) { throw new
PlatformNotSupportedException
(); }
2516
public static Vector<byte> CreateTrueMaskByte([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2525
public static Vector<double> CreateTrueMaskDouble([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2534
public static Vector<short> CreateTrueMaskInt16([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2543
public static Vector<int> CreateTrueMaskInt32([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2552
public static Vector<long> CreateTrueMaskInt64([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2561
public static Vector<sbyte> CreateTrueMaskSByte([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2570
public static Vector<float> CreateTrueMaskSingle([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2579
public static Vector<ushort> CreateTrueMaskUInt16([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2588
public static Vector<uint> CreateTrueMaskUInt32([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2597
public static Vector<ulong> CreateTrueMaskUInt64([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2606
public static Vector<ushort> CreateWhileLessThanMask16Bit(int left, int right) { throw new
PlatformNotSupportedException
(); }
2612
public static Vector<ushort> CreateWhileLessThanMask16Bit(long left, long right) { throw new
PlatformNotSupportedException
(); }
2618
public static Vector<ushort> CreateWhileLessThanMask16Bit(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2624
public static Vector<ushort> CreateWhileLessThanMask16Bit(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2633
public static Vector<uint> CreateWhileLessThanMask32Bit(int left, int right) { throw new
PlatformNotSupportedException
(); }
2639
public static Vector<uint> CreateWhileLessThanMask32Bit(long left, long right) { throw new
PlatformNotSupportedException
(); }
2645
public static Vector<uint> CreateWhileLessThanMask32Bit(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2651
public static Vector<uint> CreateWhileLessThanMask32Bit(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2660
public static Vector<ulong> CreateWhileLessThanMask64Bit(int left, int right) { throw new
PlatformNotSupportedException
(); }
2666
public static Vector<ulong> CreateWhileLessThanMask64Bit(long left, long right) { throw new
PlatformNotSupportedException
(); }
2672
public static Vector<ulong> CreateWhileLessThanMask64Bit(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2678
public static Vector<ulong> CreateWhileLessThanMask64Bit(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2687
public static Vector<byte> CreateWhileLessThanMask8Bit(int left, int right) { throw new
PlatformNotSupportedException
(); }
2693
public static Vector<byte> CreateWhileLessThanMask8Bit(long left, long right) { throw new
PlatformNotSupportedException
(); }
2699
public static Vector<byte> CreateWhileLessThanMask8Bit(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2705
public static Vector<byte> CreateWhileLessThanMask8Bit(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2714
public static Vector<ushort> CreateWhileLessThanOrEqualMask16Bit(int left, int right) { throw new
PlatformNotSupportedException
(); }
2720
public static Vector<ushort> CreateWhileLessThanOrEqualMask16Bit(long left, long right) { throw new
PlatformNotSupportedException
(); }
2726
public static Vector<ushort> CreateWhileLessThanOrEqualMask16Bit(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2732
public static Vector<ushort> CreateWhileLessThanOrEqualMask16Bit(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2741
public static Vector<uint> CreateWhileLessThanOrEqualMask32Bit(int left, int right) { throw new
PlatformNotSupportedException
(); }
2747
public static Vector<uint> CreateWhileLessThanOrEqualMask32Bit(long left, long right) { throw new
PlatformNotSupportedException
(); }
2753
public static Vector<uint> CreateWhileLessThanOrEqualMask32Bit(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2759
public static Vector<uint> CreateWhileLessThanOrEqualMask32Bit(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2768
public static Vector<ulong> CreateWhileLessThanOrEqualMask64Bit(int left, int right) { throw new
PlatformNotSupportedException
(); }
2774
public static Vector<ulong> CreateWhileLessThanOrEqualMask64Bit(long left, long right) { throw new
PlatformNotSupportedException
(); }
2780
public static Vector<ulong> CreateWhileLessThanOrEqualMask64Bit(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2786
public static Vector<ulong> CreateWhileLessThanOrEqualMask64Bit(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2795
public static Vector<byte> CreateWhileLessThanOrEqualMask8Bit(int left, int right) { throw new
PlatformNotSupportedException
(); }
2801
public static Vector<byte> CreateWhileLessThanOrEqualMask8Bit(long left, long right) { throw new
PlatformNotSupportedException
(); }
2807
public static Vector<byte> CreateWhileLessThanOrEqualMask8Bit(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2813
public static Vector<byte> CreateWhileLessThanOrEqualMask8Bit(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2824
public static Vector<double> Divide(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
2832
public static Vector<float> Divide(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
2841
public static Vector<int> DotProduct(Vector<int> addend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2847
public static Vector<long> DotProduct(Vector<long> addend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2853
public static Vector<uint> DotProduct(Vector<uint> addend, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
2859
public static Vector<ulong> DotProduct(Vector<ulong> addend, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2868
public static Vector<int> DotProductBySelectedScalar(Vector<int> addend, Vector<sbyte> left, Vector<sbyte> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2874
public static Vector<long> DotProductBySelectedScalar(Vector<long> addend, Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2880
public static Vector<uint> DotProductBySelectedScalar(Vector<uint> addend, Vector<byte> left, Vector<byte> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2886
public static Vector<ulong> DotProductBySelectedScalar(Vector<ulong> addend, Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
2895
public static Vector<byte> DuplicateSelectedScalarToVector(Vector<byte> data, [ConstantExpected(Min = 0, Max = (byte)(63))] byte index) { throw new
PlatformNotSupportedException
(); }
2901
public static Vector<double> DuplicateSelectedScalarToVector(Vector<double> data, [ConstantExpected(Min = 0, Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
2907
public static Vector<short> DuplicateSelectedScalarToVector(Vector<short> data, [ConstantExpected(Min = 0, Max = (byte)(31))] byte index) { throw new
PlatformNotSupportedException
(); }
2913
public static Vector<int> DuplicateSelectedScalarToVector(Vector<int> data, [ConstantExpected(Min = 0, Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
2919
public static Vector<long> DuplicateSelectedScalarToVector(Vector<long> data, [ConstantExpected(Min = 0, Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
2925
public static Vector<sbyte> DuplicateSelectedScalarToVector(Vector<sbyte> data, [ConstantExpected(Min = 0, Max = (byte)(63))] byte index) { throw new
PlatformNotSupportedException
(); }
2931
public static Vector<float> DuplicateSelectedScalarToVector(Vector<float> data, [ConstantExpected(Min = 0, Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
2937
public static Vector<ushort> DuplicateSelectedScalarToVector(Vector<ushort> data, [ConstantExpected(Min = 0, Max = (byte)(31))] byte index) { throw new
PlatformNotSupportedException
(); }
2943
public static Vector<uint> DuplicateSelectedScalarToVector(Vector<uint> data, [ConstantExpected(Min = 0, Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
2949
public static Vector<ulong> DuplicateSelectedScalarToVector(Vector<ulong> data, [ConstantExpected(Min = 0, Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
2958
public static Vector<byte> ExtractAfterLastActiveElement(Vector<byte> mask, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
2964
public static byte ExtractAfterLastActiveElementScalar(Vector<byte> mask, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
2970
public static Vector<double> ExtractAfterLastActiveElement(Vector<double> mask, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
2976
public static double ExtractAfterLastActiveElementScalar(Vector<double> mask, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
2982
public static Vector<short> ExtractAfterLastActiveElement(Vector<short> mask, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
2988
public static short ExtractAfterLastActiveElementScalar(Vector<short> mask, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
2994
public static Vector<int> ExtractAfterLastActiveElement(Vector<int> mask, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
3000
public static int ExtractAfterLastActiveElementScalar(Vector<int> mask, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
3006
public static Vector<long> ExtractAfterLastActiveElement(Vector<long> mask, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
3012
public static long ExtractAfterLastActiveElementScalar(Vector<long> mask, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
3018
public static Vector<sbyte> ExtractAfterLastActiveElement(Vector<sbyte> mask, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
3024
public static sbyte ExtractAfterLastActiveElementScalar(Vector<sbyte> mask, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
3030
public static Vector<float> ExtractAfterLastActiveElement(Vector<float> mask, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
3036
public static float ExtractAfterLastActiveElementScalar(Vector<float> mask, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
3042
public static Vector<ushort> ExtractAfterLastActiveElement(Vector<ushort> mask, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
3048
public static ushort ExtractAfterLastActiveElementScalar(Vector<ushort> mask, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
3054
public static Vector<uint> ExtractAfterLastActiveElement(Vector<uint> mask, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
3060
public static uint ExtractAfterLastActiveElementScalar(Vector<uint> mask, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
3066
public static Vector<ulong> ExtractAfterLastActiveElement(Vector<ulong> mask, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
3072
public static ulong ExtractAfterLastActiveElementScalar(Vector<ulong> mask, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
3081
public static Vector<byte> ExtractLastActiveElement(Vector<byte> mask, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
3087
public static byte ExtractLastActiveElementScalar(Vector<byte> mask, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
3093
public static Vector<double> ExtractLastActiveElement(Vector<double> mask, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
3099
public static double ExtractLastActiveElementScalar(Vector<double> mask, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
3105
public static Vector<short> ExtractLastActiveElement(Vector<short> mask, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
3111
public static short ExtractLastActiveElementScalar(Vector<short> mask, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
3117
public static Vector<int> ExtractLastActiveElement(Vector<int> mask, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
3123
public static int ExtractLastActiveElementScalar(Vector<int> mask, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
3129
public static Vector<long> ExtractLastActiveElement(Vector<long> mask, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
3135
public static long ExtractLastActiveElementScalar(Vector<long> mask, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
3141
public static Vector<sbyte> ExtractLastActiveElement(Vector<sbyte> mask, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
3147
public static sbyte ExtractLastActiveElementScalar(Vector<sbyte> mask, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
3153
public static Vector<float> ExtractLastActiveElement(Vector<float> mask, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
3159
public static float ExtractLastActiveElementScalar(Vector<float> mask, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
3165
public static Vector<ushort> ExtractLastActiveElement(Vector<ushort> mask, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
3171
public static ushort ExtractLastActiveElementScalar(Vector<ushort> mask, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
3177
public static Vector<uint> ExtractLastActiveElement(Vector<uint> mask, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
3183
public static uint ExtractLastActiveElementScalar(Vector<uint> mask, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
3189
public static Vector<ulong> ExtractLastActiveElement(Vector<ulong> mask, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
3195
public static ulong ExtractLastActiveElementScalar(Vector<ulong> mask, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
3201
public static Vector<byte> ExtractVector(Vector<byte> upper, Vector<byte> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3207
public static Vector<double> ExtractVector(Vector<double> upper, Vector<double> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3213
public static Vector<short> ExtractVector(Vector<short> upper, Vector<short> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3219
public static Vector<int> ExtractVector(Vector<int> upper, Vector<int> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3225
public static Vector<long> ExtractVector(Vector<long> upper, Vector<long> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3231
public static Vector<sbyte> ExtractVector(Vector<sbyte> upper, Vector<sbyte> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3237
public static Vector<float> ExtractVector(Vector<float> upper, Vector<float> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3243
public static Vector<ushort> ExtractVector(Vector<ushort> upper, Vector<ushort> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3249
public static Vector<uint> ExtractVector(Vector<uint> upper, Vector<uint> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3255
public static Vector<ulong> ExtractVector(Vector<ulong> upper, Vector<ulong> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3264
public static Vector<double> FloatingPointExponentialAccelerator(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
3270
public static Vector<float> FloatingPointExponentialAccelerator(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
3281
public static Vector<double> FusedMultiplyAdd(Vector<double> addend, Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
3289
public static Vector<float> FusedMultiplyAdd(Vector<float> addend, Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
3298
public static Vector<double> FusedMultiplyAddBySelectedScalar(Vector<double> addend, Vector<double> left, Vector<double> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3304
public static Vector<float> FusedMultiplyAddBySelectedScalar(Vector<float> addend, Vector<float> left, Vector<float> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3315
public static Vector<double> FusedMultiplyAddNegated(Vector<double> addend, Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
3323
public static Vector<float> FusedMultiplyAddNegated(Vector<float> addend, Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
3334
public static Vector<double> FusedMultiplySubtract(Vector<double> minuend, Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
3342
public static Vector<float> FusedMultiplySubtract(Vector<float> minuend, Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
3351
public static Vector<double> FusedMultiplySubtractBySelectedScalar(Vector<double> minuend, Vector<double> left, Vector<double> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3357
public static Vector<float> FusedMultiplySubtractBySelectedScalar(Vector<float> minuend, Vector<float> left, Vector<float> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3368
public static Vector<double> FusedMultiplySubtractNegated(Vector<double> minuend, Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
3376
public static Vector<float> FusedMultiplySubtractNegated(Vector<float> minuend, Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
3385
public static unsafe void GatherPrefetch16Bit(Vector<short> mask, void* address, Vector<int> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3391
public static unsafe void GatherPrefetch16Bit(Vector<short> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3404
public static unsafe void GatherPrefetch16Bit(Vector<short> mask, void* address, Vector<uint> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3410
public static void GatherPrefetch16Bit(Vector<short> mask, Vector<ulong> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3416
public static unsafe void GatherPrefetch16Bit(Vector<short> mask, void* address, Vector<ulong> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3422
public static unsafe void GatherPrefetch16Bit(Vector<ushort> mask, void* address, Vector<int> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3428
public static unsafe void GatherPrefetch16Bit(Vector<ushort> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3441
public static unsafe void GatherPrefetch16Bit(Vector<ushort> mask, void* address, Vector<uint> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3447
public static void GatherPrefetch16Bit(Vector<ushort> mask, Vector<ulong> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3453
public static unsafe void GatherPrefetch16Bit(Vector<ushort> mask, void* address, Vector<ulong> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3462
public static unsafe void GatherPrefetch32Bit(Vector<int> mask, void* address, Vector<int> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3468
public static unsafe void GatherPrefetch32Bit(Vector<int> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3481
public static unsafe void GatherPrefetch32Bit(Vector<int> mask, void* address, Vector<uint> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3487
public static void GatherPrefetch32Bit(Vector<int> mask, Vector<ulong> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3493
public static unsafe void GatherPrefetch32Bit(Vector<int> mask, void* address, Vector<ulong> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3499
public static unsafe void GatherPrefetch32Bit(Vector<uint> mask, void* address, Vector<int> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3505
public static unsafe void GatherPrefetch32Bit(Vector<uint> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3518
public static unsafe void GatherPrefetch32Bit(Vector<uint> mask, void* address, Vector<uint> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3524
public static void GatherPrefetch32Bit(Vector<uint> mask, Vector<ulong> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3530
public static unsafe void GatherPrefetch32Bit(Vector<uint> mask, void* address, Vector<ulong> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3539
public static unsafe void GatherPrefetch64Bit(Vector<long> mask, void* address, Vector<int> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3545
public static unsafe void GatherPrefetch64Bit(Vector<long> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3558
public static unsafe void GatherPrefetch64Bit(Vector<long> mask, void* address, Vector<uint> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3564
public static void GatherPrefetch64Bit(Vector<long> mask, Vector<ulong> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3570
public static unsafe void GatherPrefetch64Bit(Vector<long> mask, void* address, Vector<ulong> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3576
public static unsafe void GatherPrefetch64Bit(Vector<ulong> mask, void* address, Vector<int> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3582
public static unsafe void GatherPrefetch64Bit(Vector<ulong> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3595
public static unsafe void GatherPrefetch64Bit(Vector<ulong> mask, void* address, Vector<uint> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3601
public static void GatherPrefetch64Bit(Vector<ulong> mask, Vector<ulong> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3607
public static unsafe void GatherPrefetch64Bit(Vector<ulong> mask, void* address, Vector<ulong> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3616
public static unsafe void GatherPrefetch8Bit(Vector<byte> mask, void* address, Vector<int> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3622
public static unsafe void GatherPrefetch8Bit(Vector<byte> mask, void* address, Vector<long> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3635
public static unsafe void GatherPrefetch8Bit(Vector<byte> mask, void* address, Vector<uint> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3641
public static void GatherPrefetch8Bit(Vector<byte> mask, Vector<ulong> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3647
public static unsafe void GatherPrefetch8Bit(Vector<byte> mask, void* address, Vector<ulong> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3653
public static unsafe void GatherPrefetch8Bit(Vector<sbyte> mask, void* address, Vector<int> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3659
public static unsafe void GatherPrefetch8Bit(Vector<sbyte> mask, void* address, Vector<long> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3672
public static unsafe void GatherPrefetch8Bit(Vector<sbyte> mask, void* address, Vector<uint> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3678
public static void GatherPrefetch8Bit(Vector<sbyte> mask, Vector<ulong> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3684
public static unsafe void GatherPrefetch8Bit(Vector<sbyte> mask, void* address, Vector<ulong> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3693
public static unsafe Vector<double> GatherVector(Vector<double> mask, double* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
3699
public static Vector<double> GatherVector(Vector<double> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
3705
public static unsafe Vector<double> GatherVector(Vector<double> mask, double* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
3711
public static unsafe Vector<int> GatherVector(Vector<int> mask, int* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
3724
public static unsafe Vector<int> GatherVector(Vector<int> mask, int* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
3730
public static unsafe Vector<long> GatherVector(Vector<long> mask, long* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
3736
public static Vector<long> GatherVector(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
3742
public static unsafe Vector<long> GatherVector(Vector<long> mask, long* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
3748
public static unsafe Vector<float> GatherVector(Vector<float> mask, float* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
3761
public static unsafe Vector<float> GatherVector(Vector<float> mask, float* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
3767
public static unsafe Vector<uint> GatherVector(Vector<uint> mask, uint* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
3780
public static unsafe Vector<uint> GatherVector(Vector<uint> mask, uint* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
3786
public static unsafe Vector<ulong> GatherVector(Vector<ulong> mask, ulong* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
3792
public static Vector<ulong> GatherVector(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
3798
public static unsafe Vector<ulong> GatherVector(Vector<ulong> mask, ulong* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
3807
public static unsafe Vector<int> GatherVectorByteZeroExtend(Vector<int> mask, byte* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
3820
public static unsafe Vector<int> GatherVectorByteZeroExtend(Vector<int> mask, byte* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
3826
public static unsafe Vector<long> GatherVectorByteZeroExtend(Vector<long> mask, byte* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
3832
public static Vector<long> GatherVectorByteZeroExtend(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
3838
public static unsafe Vector<long> GatherVectorByteZeroExtend(Vector<long> mask, byte* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
3844
public static unsafe Vector<uint> GatherVectorByteZeroExtend(Vector<uint> mask, byte* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
3857
public static unsafe Vector<uint> GatherVectorByteZeroExtend(Vector<uint> mask, byte* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
3863
public static unsafe Vector<ulong> GatherVectorByteZeroExtend(Vector<ulong> mask, byte* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
3869
public static Vector<ulong> GatherVectorByteZeroExtend(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
3875
public static unsafe Vector<ulong> GatherVectorByteZeroExtend(Vector<ulong> mask, byte* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
3884
public static unsafe Vector<int> GatherVectorByteZeroExtendFirstFaulting(Vector<int> mask, byte* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
3897
public static unsafe Vector<int> GatherVectorByteZeroExtendFirstFaulting(Vector<int> mask, byte* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
3903
public static unsafe Vector<long> GatherVectorByteZeroExtendFirstFaulting(Vector<long> mask, byte* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
3909
public static Vector<long> GatherVectorByteZeroExtendFirstFaulting(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
3915
public static unsafe Vector<long> GatherVectorByteZeroExtendFirstFaulting(Vector<long> mask, byte* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
3921
public static unsafe Vector<uint> GatherVectorByteZeroExtendFirstFaulting(Vector<uint> mask, byte* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
3934
public static unsafe Vector<uint> GatherVectorByteZeroExtendFirstFaulting(Vector<uint> mask, byte* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
3940
public static unsafe Vector<ulong> GatherVectorByteZeroExtendFirstFaulting(Vector<ulong> mask, byte* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
3946
public static Vector<ulong> GatherVectorByteZeroExtendFirstFaulting(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
3952
public static unsafe Vector<ulong> GatherVectorByteZeroExtendFirstFaulting(Vector<ulong> mask, byte* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
3961
public static unsafe Vector<double> GatherVectorFirstFaulting(Vector<double> mask, double* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
3967
public static Vector<double> GatherVectorFirstFaulting(Vector<double> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
3973
public static unsafe Vector<double> GatherVectorFirstFaulting(Vector<double> mask, double* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
3986
public static unsafe Vector<int> GatherVectorFirstFaulting(Vector<int> mask, int* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
3992
public static unsafe Vector<int> GatherVectorFirstFaulting(Vector<int> mask, int* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
3998
public static Vector<long> GatherVectorFirstFaulting(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4004
public static unsafe Vector<long> GatherVectorFirstFaulting(Vector<long> mask, long* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4010
public static unsafe Vector<long> GatherVectorFirstFaulting(Vector<long> mask, long* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4016
public static unsafe Vector<float> GatherVectorFirstFaulting(Vector<float> mask, float* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4029
public static unsafe Vector<float> GatherVectorFirstFaulting(Vector<float> mask, float* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4042
public static unsafe Vector<uint> GatherVectorFirstFaulting(Vector<uint> mask, uint* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4048
public static unsafe Vector<uint> GatherVectorFirstFaulting(Vector<uint> mask, uint* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4054
public static Vector<ulong> GatherVectorFirstFaulting(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4060
public static unsafe Vector<ulong> GatherVectorFirstFaulting(Vector<ulong> mask, ulong* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4066
public static unsafe Vector<ulong> GatherVectorFirstFaulting(Vector<ulong> mask, ulong* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4075
public static unsafe Vector<int> GatherVectorInt16SignExtend(Vector<int> mask, short* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4088
public static unsafe Vector<int> GatherVectorInt16SignExtend(Vector<int> mask, short* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4094
public static unsafe Vector<long> GatherVectorInt16SignExtend(Vector<long> mask, short* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4100
public static Vector<long> GatherVectorInt16SignExtend(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4106
public static unsafe Vector<long> GatherVectorInt16SignExtend(Vector<long> mask, short* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4112
public static unsafe Vector<uint> GatherVectorInt16SignExtend(Vector<uint> mask, short* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4125
public static unsafe Vector<uint> GatherVectorInt16SignExtend(Vector<uint> mask, short* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4131
public static unsafe Vector<ulong> GatherVectorInt16SignExtend(Vector<ulong> mask, short* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4137
public static Vector<ulong> GatherVectorInt16SignExtend(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4143
public static unsafe Vector<ulong> GatherVectorInt16SignExtend(Vector<ulong> mask, short* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4152
public static unsafe Vector<int> GatherVectorInt16SignExtendFirstFaulting(Vector<int> mask, short* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4165
public static unsafe Vector<int> GatherVectorInt16SignExtendFirstFaulting(Vector<int> mask, short* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4171
public static unsafe Vector<long> GatherVectorInt16SignExtendFirstFaulting(Vector<long> mask, short* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4177
public static Vector<long> GatherVectorInt16SignExtendFirstFaulting(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4183
public static unsafe Vector<long> GatherVectorInt16SignExtendFirstFaulting(Vector<long> mask, short* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4189
public static unsafe Vector<uint> GatherVectorInt16SignExtendFirstFaulting(Vector<uint> mask, short* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4202
public static unsafe Vector<uint> GatherVectorInt16SignExtendFirstFaulting(Vector<uint> mask, short* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4208
public static unsafe Vector<ulong> GatherVectorInt16SignExtendFirstFaulting(Vector<ulong> mask, short* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4214
public static Vector<ulong> GatherVectorInt16SignExtendFirstFaulting(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4220
public static unsafe Vector<ulong> GatherVectorInt16SignExtendFirstFaulting(Vector<ulong> mask, short* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4229
public static unsafe Vector<int> GatherVectorInt16WithByteOffsetsSignExtend(Vector<int> mask, short* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4235
public static unsafe Vector<int> GatherVectorInt16WithByteOffsetsSignExtend(Vector<int> mask, short* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4241
public static unsafe Vector<long> GatherVectorInt16WithByteOffsetsSignExtend(Vector<long> mask, short* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4247
public static unsafe Vector<long> GatherVectorInt16WithByteOffsetsSignExtend(Vector<long> mask, short* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4253
public static unsafe Vector<uint> GatherVectorInt16WithByteOffsetsSignExtend(Vector<uint> mask, short* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4259
public static unsafe Vector<uint> GatherVectorInt16WithByteOffsetsSignExtend(Vector<uint> mask, short* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4265
public static unsafe Vector<ulong> GatherVectorInt16WithByteOffsetsSignExtend(Vector<ulong> mask, short* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4271
public static unsafe Vector<ulong> GatherVectorInt16WithByteOffsetsSignExtend(Vector<ulong> mask, short* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4280
public static unsafe Vector<int> GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(Vector<int> mask, short* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4286
public static unsafe Vector<int> GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(Vector<int> mask, short* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4292
public static unsafe Vector<long> GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(Vector<long> mask, short* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4298
public static unsafe Vector<long> GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(Vector<long> mask, short* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4304
public static unsafe Vector<uint> GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(Vector<uint> mask, short* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4310
public static unsafe Vector<uint> GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(Vector<uint> mask, short* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4316
public static unsafe Vector<ulong> GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(Vector<ulong> mask, short* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4322
public static unsafe Vector<ulong> GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(Vector<ulong> mask, short* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4331
public static unsafe Vector<long> GatherVectorInt32SignExtend(Vector<long> mask, int* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4337
public static Vector<long> GatherVectorInt32SignExtend(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4343
public static unsafe Vector<long> GatherVectorInt32SignExtend(Vector<long> mask, int* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4349
public static unsafe Vector<ulong> GatherVectorInt32SignExtend(Vector<ulong> mask, int* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4355
public static Vector<ulong> GatherVectorInt32SignExtend(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4361
public static unsafe Vector<ulong> GatherVectorInt32SignExtend(Vector<ulong> mask, int* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4370
public static unsafe Vector<long> GatherVectorInt32SignExtendFirstFaulting(Vector<long> mask, int* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4376
public static Vector<long> GatherVectorInt32SignExtendFirstFaulting(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4382
public static unsafe Vector<long> GatherVectorInt32SignExtendFirstFaulting(Vector<long> mask, int* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4388
public static unsafe Vector<ulong> GatherVectorInt32SignExtendFirstFaulting(Vector<ulong> mask, int* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4394
public static Vector<ulong> GatherVectorInt32SignExtendFirstFaulting(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4400
public static unsafe Vector<ulong> GatherVectorInt32SignExtendFirstFaulting(Vector<ulong> mask, int* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4409
public static unsafe Vector<long> GatherVectorInt32WithByteOffsetsSignExtend(Vector<long> mask, int* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4415
public static unsafe Vector<long> GatherVectorInt32WithByteOffsetsSignExtend(Vector<long> mask, int* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4421
public static unsafe Vector<ulong> GatherVectorInt32WithByteOffsetsSignExtend(Vector<ulong> mask, int* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4427
public static unsafe Vector<ulong> GatherVectorInt32WithByteOffsetsSignExtend(Vector<ulong> mask, int* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4436
public static unsafe Vector<long> GatherVectorInt32WithByteOffsetsSignExtendFirstFaulting(Vector<long> mask, int* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4442
public static unsafe Vector<long> GatherVectorInt32WithByteOffsetsSignExtendFirstFaulting(Vector<long> mask, int* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4448
public static unsafe Vector<ulong> GatherVectorInt32WithByteOffsetsSignExtendFirstFaulting(Vector<ulong> mask, int* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4454
public static unsafe Vector<ulong> GatherVectorInt32WithByteOffsetsSignExtendFirstFaulting(Vector<ulong> mask, int* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4463
public static unsafe Vector<int> GatherVectorSByteSignExtend(Vector<int> mask, sbyte* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4476
public static unsafe Vector<int> GatherVectorSByteSignExtend(Vector<int> mask, sbyte* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4482
public static unsafe Vector<long> GatherVectorSByteSignExtend(Vector<long> mask, sbyte* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4488
public static Vector<long> GatherVectorSByteSignExtend(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4494
public static unsafe Vector<long> GatherVectorSByteSignExtend(Vector<long> mask, sbyte* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4500
public static unsafe Vector<uint> GatherVectorSByteSignExtend(Vector<uint> mask, sbyte* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4513
public static unsafe Vector<uint> GatherVectorSByteSignExtend(Vector<uint> mask, sbyte* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4519
public static unsafe Vector<ulong> GatherVectorSByteSignExtend(Vector<ulong> mask, sbyte* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4525
public static Vector<ulong> GatherVectorSByteSignExtend(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4531
public static unsafe Vector<ulong> GatherVectorSByteSignExtend(Vector<ulong> mask, sbyte* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4540
public static unsafe Vector<int> GatherVectorSByteSignExtendFirstFaulting(Vector<int> mask, sbyte* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4553
public static unsafe Vector<int> GatherVectorSByteSignExtendFirstFaulting(Vector<int> mask, sbyte* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4559
public static unsafe Vector<long> GatherVectorSByteSignExtendFirstFaulting(Vector<long> mask, sbyte* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4565
public static Vector<long> GatherVectorSByteSignExtendFirstFaulting(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4571
public static unsafe Vector<long> GatherVectorSByteSignExtendFirstFaulting(Vector<long> mask, sbyte* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4577
public static unsafe Vector<uint> GatherVectorSByteSignExtendFirstFaulting(Vector<uint> mask, sbyte* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4590
public static unsafe Vector<uint> GatherVectorSByteSignExtendFirstFaulting(Vector<uint> mask, sbyte* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4596
public static unsafe Vector<ulong> GatherVectorSByteSignExtendFirstFaulting(Vector<ulong> mask, sbyte* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4602
public static Vector<ulong> GatherVectorSByteSignExtendFirstFaulting(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4608
public static unsafe Vector<ulong> GatherVectorSByteSignExtendFirstFaulting(Vector<ulong> mask, sbyte* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4617
public static unsafe Vector<int> GatherVectorUInt16WithByteOffsetsZeroExtend(Vector<int> mask, ushort* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4623
public static unsafe Vector<int> GatherVectorUInt16WithByteOffsetsZeroExtend(Vector<int> mask, ushort* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4629
public static unsafe Vector<long> GatherVectorUInt16WithByteOffsetsZeroExtend(Vector<long> mask, ushort* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4635
public static unsafe Vector<long> GatherVectorUInt16WithByteOffsetsZeroExtend(Vector<long> mask, ushort* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4641
public static unsafe Vector<uint> GatherVectorUInt16WithByteOffsetsZeroExtend(Vector<uint> mask, ushort* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4647
public static unsafe Vector<uint> GatherVectorUInt16WithByteOffsetsZeroExtend(Vector<uint> mask, ushort* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4653
public static unsafe Vector<ulong> GatherVectorUInt16WithByteOffsetsZeroExtend(Vector<ulong> mask, ushort* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4659
public static unsafe Vector<ulong> GatherVectorUInt16WithByteOffsetsZeroExtend(Vector<ulong> mask, ushort* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4668
public static unsafe Vector<int> GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(Vector<int> mask, ushort* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4674
public static unsafe Vector<int> GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(Vector<int> mask, ushort* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4680
public static unsafe Vector<long> GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(Vector<long> mask, ushort* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4686
public static unsafe Vector<long> GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(Vector<long> mask, ushort* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4692
public static unsafe Vector<uint> GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(Vector<uint> mask, ushort* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4698
public static unsafe Vector<uint> GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(Vector<uint> mask, ushort* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4704
public static unsafe Vector<ulong> GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(Vector<ulong> mask, ushort* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4710
public static unsafe Vector<ulong> GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(Vector<ulong> mask, ushort* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4719
public static unsafe Vector<int> GatherVectorUInt16ZeroExtend(Vector<int> mask, ushort* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4732
public static unsafe Vector<int> GatherVectorUInt16ZeroExtend(Vector<int> mask, ushort* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4738
public static unsafe Vector<long> GatherVectorUInt16ZeroExtend(Vector<long> mask, ushort* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4744
public static Vector<long> GatherVectorUInt16ZeroExtend(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4750
public static unsafe Vector<long> GatherVectorUInt16ZeroExtend(Vector<long> mask, ushort* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4756
public static unsafe Vector<uint> GatherVectorUInt16ZeroExtend(Vector<uint> mask, ushort* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4769
public static unsafe Vector<uint> GatherVectorUInt16ZeroExtend(Vector<uint> mask, ushort* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4775
public static unsafe Vector<ulong> GatherVectorUInt16ZeroExtend(Vector<ulong> mask, ushort* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4781
public static Vector<ulong> GatherVectorUInt16ZeroExtend(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4787
public static unsafe Vector<ulong> GatherVectorUInt16ZeroExtend(Vector<ulong> mask, ushort* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4796
public static unsafe Vector<int> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<int> mask, ushort* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4809
public static unsafe Vector<int> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<int> mask, ushort* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4815
public static unsafe Vector<long> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<long> mask, ushort* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4821
public static Vector<long> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4827
public static unsafe Vector<long> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<long> mask, ushort* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4833
public static unsafe Vector<uint> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<uint> mask, ushort* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4846
public static unsafe Vector<uint> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<uint> mask, ushort* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4852
public static unsafe Vector<ulong> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<ulong> mask, ushort* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4858
public static Vector<ulong> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4864
public static unsafe Vector<ulong> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<ulong> mask, ushort* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4873
public static unsafe Vector<int> GatherVectorUInt32WithByteOffsetsZeroExtend(Vector<int> mask, uint* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4879
public static unsafe Vector<int> GatherVectorUInt32WithByteOffsetsZeroExtend(Vector<int> mask, uint* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4885
public static unsafe Vector<long> GatherVectorUInt32WithByteOffsetsZeroExtend(Vector<long> mask, uint* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4891
public static unsafe Vector<long> GatherVectorUInt32WithByteOffsetsZeroExtend(Vector<long> mask, uint* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4897
public static unsafe Vector<uint> GatherVectorUInt32WithByteOffsetsZeroExtend(Vector<uint> mask, uint* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4903
public static unsafe Vector<uint> GatherVectorUInt32WithByteOffsetsZeroExtend(Vector<uint> mask, uint* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4909
public static unsafe Vector<ulong> GatherVectorUInt32WithByteOffsetsZeroExtend(Vector<ulong> mask, uint* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4915
public static unsafe Vector<ulong> GatherVectorUInt32WithByteOffsetsZeroExtend(Vector<ulong> mask, uint* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4924
public static unsafe Vector<int> GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(Vector<int> mask, uint* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4930
public static unsafe Vector<int> GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(Vector<int> mask, uint* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4936
public static unsafe Vector<long> GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(Vector<long> mask, uint* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4942
public static unsafe Vector<long> GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(Vector<long> mask, uint* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4948
public static unsafe Vector<uint> GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(Vector<uint> mask, uint* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4954
public static unsafe Vector<uint> GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(Vector<uint> mask, uint* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4960
public static unsafe Vector<ulong> GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(Vector<ulong> mask, uint* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4966
public static unsafe Vector<ulong> GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(Vector<ulong> mask, uint* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4975
public static unsafe Vector<int> GatherVectorUInt32ZeroExtend(Vector<int> mask, uint* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4988
public static unsafe Vector<int> GatherVectorUInt32ZeroExtend(Vector<int> mask, uint* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4994
public static unsafe Vector<long> GatherVectorUInt32ZeroExtend(Vector<long> mask, uint* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
5000
public static Vector<long> GatherVectorUInt32ZeroExtend(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
5006
public static unsafe Vector<long> GatherVectorUInt32ZeroExtend(Vector<long> mask, uint* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
5012
public static unsafe Vector<uint> GatherVectorUInt32ZeroExtend(Vector<uint> mask, uint* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
5025
public static unsafe Vector<uint> GatherVectorUInt32ZeroExtend(Vector<uint> mask, uint* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
5031
public static unsafe Vector<ulong> GatherVectorUInt32ZeroExtend(Vector<ulong> mask, uint* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
5037
public static Vector<ulong> GatherVectorUInt32ZeroExtend(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
5043
public static unsafe Vector<ulong> GatherVectorUInt32ZeroExtend(Vector<ulong> mask, uint* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
5052
public static unsafe Vector<int> GatherVectorUInt32ZeroExtendFirstFaulting(Vector<int> mask, uint* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
5065
public static unsafe Vector<int> GatherVectorUInt32ZeroExtendFirstFaulting(Vector<int> mask, uint* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
5071
public static unsafe Vector<long> GatherVectorUInt32ZeroExtendFirstFaulting(Vector<long> mask, uint* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
5077
public static Vector<long> GatherVectorUInt32ZeroExtendFirstFaulting(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
5083
public static unsafe Vector<long> GatherVectorUInt32ZeroExtendFirstFaulting(Vector<long> mask, uint* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
5089
public static unsafe Vector<uint> GatherVectorUInt32ZeroExtendFirstFaulting(Vector<uint> mask, uint* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
5102
public static unsafe Vector<uint> GatherVectorUInt32ZeroExtendFirstFaulting(Vector<uint> mask, uint* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
5108
public static unsafe Vector<ulong> GatherVectorUInt32ZeroExtendFirstFaulting(Vector<ulong> mask, uint* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
5114
public static Vector<ulong> GatherVectorUInt32ZeroExtendFirstFaulting(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
5120
public static unsafe Vector<ulong> GatherVectorUInt32ZeroExtendFirstFaulting(Vector<ulong> mask, uint* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
5129
public static unsafe Vector<double> GatherVectorWithByteOffsetFirstFaulting(Vector<double> mask, double* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5135
public static unsafe Vector<double> GatherVectorWithByteOffsetFirstFaulting(Vector<double> mask, double* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5141
public static unsafe Vector<int> GatherVectorWithByteOffsetFirstFaulting(Vector<int> mask, int* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
5147
public static unsafe Vector<int> GatherVectorWithByteOffsetFirstFaulting(Vector<int> mask, int* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
5153
public static unsafe Vector<long> GatherVectorWithByteOffsetFirstFaulting(Vector<long> mask, long* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5159
public static unsafe Vector<long> GatherVectorWithByteOffsetFirstFaulting(Vector<long> mask, long* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5165
public static unsafe Vector<float> GatherVectorWithByteOffsetFirstFaulting(Vector<float> mask, float* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
5171
public static unsafe Vector<float> GatherVectorWithByteOffsetFirstFaulting(Vector<float> mask, float* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
5177
public static unsafe Vector<uint> GatherVectorWithByteOffsetFirstFaulting(Vector<uint> mask, uint* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
5183
public static unsafe Vector<uint> GatherVectorWithByteOffsetFirstFaulting(Vector<uint> mask, uint* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
5189
public static unsafe Vector<ulong> GatherVectorWithByteOffsetFirstFaulting(Vector<ulong> mask, ulong* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5195
public static unsafe Vector<ulong> GatherVectorWithByteOffsetFirstFaulting(Vector<ulong> mask, ulong* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5204
public static unsafe Vector<double> GatherVectorWithByteOffsets(Vector<double> mask, double* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5210
public static unsafe Vector<double> GatherVectorWithByteOffsets(Vector<double> mask, double* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5216
public static unsafe Vector<int> GatherVectorWithByteOffsets(Vector<int> mask, int* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
5222
public static unsafe Vector<int> GatherVectorWithByteOffsets(Vector<int> mask, int* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
5228
public static unsafe Vector<long> GatherVectorWithByteOffsets(Vector<long> mask, long* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5234
public static unsafe Vector<long> GatherVectorWithByteOffsets(Vector<long> mask, long* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5240
public static unsafe Vector<float> GatherVectorWithByteOffsets(Vector<float> mask, float* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
5246
public static unsafe Vector<float> GatherVectorWithByteOffsets(Vector<float> mask, float* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
5252
public static unsafe Vector<uint> GatherVectorWithByteOffsets(Vector<uint> mask, uint* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
5258
public static unsafe Vector<uint> GatherVectorWithByteOffsets(Vector<uint> mask, uint* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
5264
public static unsafe Vector<ulong> GatherVectorWithByteOffsets(Vector<ulong> mask, ulong* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5270
public static unsafe Vector<ulong> GatherVectorWithByteOffsets(Vector<ulong> mask, ulong* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5279
public static ulong GetActiveElementCount(Vector<byte> mask, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
5285
public static ulong GetActiveElementCount(Vector<double> mask, Vector<double> from) { throw new
PlatformNotSupportedException
(); }
5291
public static ulong GetActiveElementCount(Vector<short> mask, Vector<short> from) { throw new
PlatformNotSupportedException
(); }
5297
public static ulong GetActiveElementCount(Vector<int> mask, Vector<int> from) { throw new
PlatformNotSupportedException
(); }
5303
public static ulong GetActiveElementCount(Vector<long> mask, Vector<long> from) { throw new
PlatformNotSupportedException
(); }
5309
public static ulong GetActiveElementCount(Vector<sbyte> mask, Vector<sbyte> from) { throw new
PlatformNotSupportedException
(); }
5315
public static ulong GetActiveElementCount(Vector<float> mask, Vector<float> from) { throw new
PlatformNotSupportedException
(); }
5321
public static ulong GetActiveElementCount(Vector<ushort> mask, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
5327
public static ulong GetActiveElementCount(Vector<uint> mask, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
5333
public static ulong GetActiveElementCount(Vector<ulong> mask, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
5342
public static Vector<byte> GetFfrByte() { throw new
PlatformNotSupportedException
(); }
5348
public static Vector<short> GetFfrInt16() { throw new
PlatformNotSupportedException
(); }
5354
public static Vector<int> GetFfrInt32() { throw new
PlatformNotSupportedException
(); }
5360
public static Vector<long> GetFfrInt64() { throw new
PlatformNotSupportedException
(); }
5366
public static Vector<sbyte> GetFfrSByte() { throw new
PlatformNotSupportedException
(); }
5372
public static Vector<ushort> GetFfrUInt16() { throw new
PlatformNotSupportedException
(); }
5378
public static Vector<uint> GetFfrUInt32() { throw new
PlatformNotSupportedException
(); }
5384
public static Vector<ulong> GetFfrUInt64() { throw new
PlatformNotSupportedException
(); }
5394
public static Vector<byte> InsertIntoShiftedVector(Vector<byte> left, byte right) { throw new
PlatformNotSupportedException
(); }
5401
public static Vector<double> InsertIntoShiftedVector(Vector<double> left, double right) { throw new
PlatformNotSupportedException
(); }
5408
public static Vector<short> InsertIntoShiftedVector(Vector<short> left, short right) { throw new
PlatformNotSupportedException
(); }
5415
public static Vector<int> InsertIntoShiftedVector(Vector<int> left, int right) { throw new
PlatformNotSupportedException
(); }
5422
public static Vector<long> InsertIntoShiftedVector(Vector<long> left, long right) { throw new
PlatformNotSupportedException
(); }
5429
public static Vector<sbyte> InsertIntoShiftedVector(Vector<sbyte> left, sbyte right) { throw new
PlatformNotSupportedException
(); }
5436
public static Vector<float> InsertIntoShiftedVector(Vector<float> left, float right) { throw new
PlatformNotSupportedException
(); }
5443
public static Vector<ushort> InsertIntoShiftedVector(Vector<ushort> left, ushort right) { throw new
PlatformNotSupportedException
(); }
5450
public static Vector<uint> InsertIntoShiftedVector(Vector<uint> left, uint right) { throw new
PlatformNotSupportedException
(); }
5457
public static Vector<ulong> InsertIntoShiftedVector(Vector<ulong> left, ulong right) { throw new
PlatformNotSupportedException
(); }
5468
public static Vector<byte> LeadingSignCount(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
5476
public static Vector<ushort> LeadingSignCount(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
5484
public static Vector<uint> LeadingSignCount(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
5492
public static Vector<ulong> LeadingSignCount(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
5503
public static Vector<byte> LeadingZeroCount(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
5511
public static Vector<byte> LeadingZeroCount(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
5519
public static Vector<ushort> LeadingZeroCount(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
5527
public static Vector<ushort> LeadingZeroCount(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
5535
public static Vector<uint> LeadingZeroCount(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
5543
public static Vector<uint> LeadingZeroCount(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
5551
public static Vector<ulong> LeadingZeroCount(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
5559
public static Vector<ulong> LeadingZeroCount(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
5569
public static unsafe Vector<byte> LoadVector(Vector<byte> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5576
public static unsafe Vector<double> LoadVector(Vector<double> mask, double* address) { throw new
PlatformNotSupportedException
(); }
5583
public static unsafe Vector<short> LoadVector(Vector<short> mask, short* address) { throw new
PlatformNotSupportedException
(); }
5590
public static unsafe Vector<int> LoadVector(Vector<int> mask, int* address) { throw new
PlatformNotSupportedException
(); }
5597
public static unsafe Vector<long> LoadVector(Vector<long> mask, long* address) { throw new
PlatformNotSupportedException
(); }
5604
public static unsafe Vector<sbyte> LoadVector(Vector<sbyte> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
5611
public static unsafe Vector<float> LoadVector(Vector<float> mask, float* address) { throw new
PlatformNotSupportedException
(); }
5618
public static unsafe Vector<ushort> LoadVector(Vector<ushort> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
5625
public static unsafe Vector<uint> LoadVector(Vector<uint> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
5632
public static unsafe Vector<ulong> LoadVector(Vector<ulong> mask, ulong* address) { throw new
PlatformNotSupportedException
(); }
5641
public static unsafe Vector<byte> LoadVector128AndReplicateToVector(Vector<byte> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5647
public static unsafe Vector<double> LoadVector128AndReplicateToVector(Vector<double> mask, double* address) { throw new
PlatformNotSupportedException
(); }
5653
public static unsafe Vector<short> LoadVector128AndReplicateToVector(Vector<short> mask, short* address) { throw new
PlatformNotSupportedException
(); }
5659
public static unsafe Vector<int> LoadVector128AndReplicateToVector(Vector<int> mask, int* address) { throw new
PlatformNotSupportedException
(); }
5665
public static unsafe Vector<long> LoadVector128AndReplicateToVector(Vector<long> mask, long* address) { throw new
PlatformNotSupportedException
(); }
5671
public static unsafe Vector<sbyte> LoadVector128AndReplicateToVector(Vector<sbyte> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
5677
public static unsafe Vector<float> LoadVector128AndReplicateToVector(Vector<float> mask, float* address) { throw new
PlatformNotSupportedException
(); }
5683
public static unsafe Vector<ushort> LoadVector128AndReplicateToVector(Vector<ushort> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
5689
public static unsafe Vector<uint> LoadVector128AndReplicateToVector(Vector<uint> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
5695
public static unsafe Vector<ulong> LoadVector128AndReplicateToVector(Vector<ulong> mask, ulong* address) { throw new
PlatformNotSupportedException
(); }
5704
public static unsafe Vector<short> LoadVectorByteNonFaultingZeroExtendToInt16(byte* address) { throw new
PlatformNotSupportedException
(); }
5713
public static unsafe Vector<int> LoadVectorByteNonFaultingZeroExtendToInt32(byte* address) { throw new
PlatformNotSupportedException
(); }
5722
public static unsafe Vector<long> LoadVectorByteNonFaultingZeroExtendToInt64(byte* address) { throw new
PlatformNotSupportedException
(); }
5731
public static unsafe Vector<ushort> LoadVectorByteNonFaultingZeroExtendToUInt16(byte* address) { throw new
PlatformNotSupportedException
(); }
5740
public static unsafe Vector<uint> LoadVectorByteNonFaultingZeroExtendToUInt32(byte* address) { throw new
PlatformNotSupportedException
(); }
5749
public static unsafe Vector<ulong> LoadVectorByteNonFaultingZeroExtendToUInt64(byte* address) { throw new
PlatformNotSupportedException
(); }
5756
public static unsafe Vector<short> LoadVectorByteZeroExtendFirstFaulting(Vector<short> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5762
public static unsafe Vector<int> LoadVectorByteZeroExtendFirstFaulting(Vector<int> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5768
public static unsafe Vector<long> LoadVectorByteZeroExtendFirstFaulting(Vector<long> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5774
public static unsafe Vector<ushort> LoadVectorByteZeroExtendFirstFaulting(Vector<ushort> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5780
public static unsafe Vector<uint> LoadVectorByteZeroExtendFirstFaulting(Vector<uint> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5786
public static unsafe Vector<ulong> LoadVectorByteZeroExtendFirstFaulting(Vector<ulong> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5795
public static unsafe Vector<short> LoadVectorByteZeroExtendToInt16(Vector<short> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5804
public static unsafe Vector<int> LoadVectorByteZeroExtendToInt32(Vector<int> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5813
public static unsafe Vector<long> LoadVectorByteZeroExtendToInt64(Vector<long> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5822
public static unsafe Vector<ushort> LoadVectorByteZeroExtendToUInt16(Vector<ushort> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5831
public static unsafe Vector<uint> LoadVectorByteZeroExtendToUInt32(Vector<uint> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5840
public static unsafe Vector<ulong> LoadVectorByteZeroExtendToUInt64(Vector<ulong> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5849
public static unsafe Vector<byte> LoadVectorFirstFaulting(Vector<byte> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5855
public static unsafe Vector<double> LoadVectorFirstFaulting(Vector<double> mask, double* address) { throw new
PlatformNotSupportedException
(); }
5861
public static unsafe Vector<short> LoadVectorFirstFaulting(Vector<short> mask, short* address) { throw new
PlatformNotSupportedException
(); }
5867
public static unsafe Vector<int> LoadVectorFirstFaulting(Vector<int> mask, int* address) { throw new
PlatformNotSupportedException
(); }
5873
public static unsafe Vector<long> LoadVectorFirstFaulting(Vector<long> mask, long* address) { throw new
PlatformNotSupportedException
(); }
5879
public static unsafe Vector<sbyte> LoadVectorFirstFaulting(Vector<sbyte> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
5885
public static unsafe Vector<float> LoadVectorFirstFaulting(Vector<float> mask, float* address) { throw new
PlatformNotSupportedException
(); }
5891
public static unsafe Vector<ushort> LoadVectorFirstFaulting(Vector<ushort> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
5897
public static unsafe Vector<uint> LoadVectorFirstFaulting(Vector<uint> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
5903
public static unsafe Vector<ulong> LoadVectorFirstFaulting(Vector<ulong> mask, ulong* address) { throw new
PlatformNotSupportedException
(); }
5912
public static unsafe Vector<int> LoadVectorInt16NonFaultingSignExtendToInt32(short* address) { throw new
PlatformNotSupportedException
(); }
5921
public static unsafe Vector<long> LoadVectorInt16NonFaultingSignExtendToInt64(short* address) { throw new
PlatformNotSupportedException
(); }
5930
public static unsafe Vector<uint> LoadVectorInt16NonFaultingSignExtendToUInt32(short* address) { throw new
PlatformNotSupportedException
(); }
5939
public static unsafe Vector<ulong> LoadVectorInt16NonFaultingSignExtendToUInt64(short* address) { throw new
PlatformNotSupportedException
(); }
5948
public static unsafe Vector<int> LoadVectorInt16SignExtendFirstFaulting(Vector<int> mask, short* address) { throw new
PlatformNotSupportedException
(); }
5954
public static unsafe Vector<long> LoadVectorInt16SignExtendFirstFaulting(Vector<long> mask, short* address) { throw new
PlatformNotSupportedException
(); }
5960
public static unsafe Vector<uint> LoadVectorInt16SignExtendFirstFaulting(Vector<uint> mask, short* address) { throw new
PlatformNotSupportedException
(); }
5966
public static unsafe Vector<ulong> LoadVectorInt16SignExtendFirstFaulting(Vector<ulong> mask, short* address) { throw new
PlatformNotSupportedException
(); }
5975
public static unsafe Vector<int> LoadVectorInt16SignExtendToInt32(Vector<int> mask, short* address) { throw new
PlatformNotSupportedException
(); }
5984
public static unsafe Vector<long> LoadVectorInt16SignExtendToInt64(Vector<long> mask, short* address) { throw new
PlatformNotSupportedException
(); }
5993
public static unsafe Vector<uint> LoadVectorInt16SignExtendToUInt32(Vector<uint> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6002
public static unsafe Vector<ulong> LoadVectorInt16SignExtendToUInt64(Vector<ulong> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6011
public static unsafe Vector<long> LoadVectorInt32NonFaultingSignExtendToInt64(int* address) { throw new
PlatformNotSupportedException
(); }
6020
public static unsafe Vector<ulong> LoadVectorInt32NonFaultingSignExtendToUInt64(int* address) { throw new
PlatformNotSupportedException
(); }
6029
public static unsafe Vector<long> LoadVectorInt32SignExtendFirstFaulting(Vector<long> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6035
public static unsafe Vector<ulong> LoadVectorInt32SignExtendFirstFaulting(Vector<ulong> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6044
public static unsafe Vector<long> LoadVectorInt32SignExtendToInt64(Vector<long> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6053
public static unsafe Vector<ulong> LoadVectorInt32SignExtendToUInt64(Vector<ulong> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6062
public static unsafe Vector<byte> LoadVectorNonFaulting(byte* address) { throw new
PlatformNotSupportedException
(); }
6068
public static unsafe Vector<double> LoadVectorNonFaulting(double* address) { throw new
PlatformNotSupportedException
(); }
6074
public static unsafe Vector<short> LoadVectorNonFaulting(short* address) { throw new
PlatformNotSupportedException
(); }
6080
public static unsafe Vector<int> LoadVectorNonFaulting(int* address) { throw new
PlatformNotSupportedException
(); }
6086
public static unsafe Vector<long> LoadVectorNonFaulting(long* address) { throw new
PlatformNotSupportedException
(); }
6092
public static unsafe Vector<sbyte> LoadVectorNonFaulting(sbyte* address) { throw new
PlatformNotSupportedException
(); }
6098
public static unsafe Vector<float> LoadVectorNonFaulting(float* address) { throw new
PlatformNotSupportedException
(); }
6104
public static unsafe Vector<ushort> LoadVectorNonFaulting(ushort* address) { throw new
PlatformNotSupportedException
(); }
6110
public static unsafe Vector<uint> LoadVectorNonFaulting(uint* address) { throw new
PlatformNotSupportedException
(); }
6116
public static unsafe Vector<ulong> LoadVectorNonFaulting(ulong* address) { throw new
PlatformNotSupportedException
(); }
6125
public static unsafe Vector<byte> LoadVectorNonTemporal(Vector<byte> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6131
public static unsafe Vector<double> LoadVectorNonTemporal(Vector<double> mask, double* address) { throw new
PlatformNotSupportedException
(); }
6137
public static unsafe Vector<short> LoadVectorNonTemporal(Vector<short> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6143
public static unsafe Vector<int> LoadVectorNonTemporal(Vector<int> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6149
public static unsafe Vector<long> LoadVectorNonTemporal(Vector<long> mask, long* address) { throw new
PlatformNotSupportedException
(); }
6155
public static unsafe Vector<sbyte> LoadVectorNonTemporal(Vector<sbyte> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6161
public static unsafe Vector<float> LoadVectorNonTemporal(Vector<float> mask, float* address) { throw new
PlatformNotSupportedException
(); }
6167
public static unsafe Vector<ushort> LoadVectorNonTemporal(Vector<ushort> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6173
public static unsafe Vector<uint> LoadVectorNonTemporal(Vector<uint> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6179
public static unsafe Vector<ulong> LoadVectorNonTemporal(Vector<ulong> mask, ulong* address) { throw new
PlatformNotSupportedException
(); }
6188
public static unsafe Vector<short> LoadVectorSByteNonFaultingSignExtendToInt16(sbyte* address) { throw new
PlatformNotSupportedException
(); }
6197
public static unsafe Vector<int> LoadVectorSByteNonFaultingSignExtendToInt32(sbyte* address) { throw new
PlatformNotSupportedException
(); }
6206
public static unsafe Vector<long> LoadVectorSByteNonFaultingSignExtendToInt64(sbyte* address) { throw new
PlatformNotSupportedException
(); }
6215
public static unsafe Vector<ushort> LoadVectorSByteNonFaultingSignExtendToUInt16(sbyte* address) { throw new
PlatformNotSupportedException
(); }
6224
public static unsafe Vector<uint> LoadVectorSByteNonFaultingSignExtendToUInt32(sbyte* address) { throw new
PlatformNotSupportedException
(); }
6233
public static unsafe Vector<ulong> LoadVectorSByteNonFaultingSignExtendToUInt64(sbyte* address) { throw new
PlatformNotSupportedException
(); }
6242
public static unsafe Vector<short> LoadVectorSByteSignExtendFirstFaulting(Vector<short> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6248
public static unsafe Vector<int> LoadVectorSByteSignExtendFirstFaulting(Vector<int> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6254
public static unsafe Vector<long> LoadVectorSByteSignExtendFirstFaulting(Vector<long> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6260
public static unsafe Vector<ushort> LoadVectorSByteSignExtendFirstFaulting(Vector<ushort> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6266
public static unsafe Vector<uint> LoadVectorSByteSignExtendFirstFaulting(Vector<uint> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6272
public static unsafe Vector<ulong> LoadVectorSByteSignExtendFirstFaulting(Vector<ulong> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6281
public static unsafe Vector<short> LoadVectorSByteSignExtendToInt16(Vector<short> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6290
public static unsafe Vector<int> LoadVectorSByteSignExtendToInt32(Vector<int> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6299
public static unsafe Vector<long> LoadVectorSByteSignExtendToInt64(Vector<long> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6308
public static unsafe Vector<ushort> LoadVectorSByteSignExtendToUInt16(Vector<ushort> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6317
public static unsafe Vector<uint> LoadVectorSByteSignExtendToUInt32(Vector<uint> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6326
public static unsafe Vector<ulong> LoadVectorSByteSignExtendToUInt64(Vector<ulong> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6335
public static unsafe Vector<int> LoadVectorUInt16NonFaultingZeroExtendToInt32(ushort* address) { throw new
PlatformNotSupportedException
(); }
6344
public static unsafe Vector<long> LoadVectorUInt16NonFaultingZeroExtendToInt64(ushort* address) { throw new
PlatformNotSupportedException
(); }
6353
public static unsafe Vector<uint> LoadVectorUInt16NonFaultingZeroExtendToUInt32(ushort* address) { throw new
PlatformNotSupportedException
(); }
6362
public static unsafe Vector<ulong> LoadVectorUInt16NonFaultingZeroExtendToUInt64(ushort* address) { throw new
PlatformNotSupportedException
(); }
6371
public static unsafe Vector<int> LoadVectorUInt16ZeroExtendFirstFaulting(Vector<int> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6377
public static unsafe Vector<long> LoadVectorUInt16ZeroExtendFirstFaulting(Vector<long> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6383
public static unsafe Vector<uint> LoadVectorUInt16ZeroExtendFirstFaulting(Vector<uint> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6389
public static unsafe Vector<ulong> LoadVectorUInt16ZeroExtendFirstFaulting(Vector<ulong> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6398
public static unsafe Vector<int> LoadVectorUInt16ZeroExtendToInt32(Vector<int> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6407
public static unsafe Vector<long> LoadVectorUInt16ZeroExtendToInt64(Vector<long> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6416
public static unsafe Vector<uint> LoadVectorUInt16ZeroExtendToUInt32(Vector<uint> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6425
public static unsafe Vector<ulong> LoadVectorUInt16ZeroExtendToUInt64(Vector<ulong> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6434
public static unsafe Vector<long> LoadVectorUInt32NonFaultingZeroExtendToInt64(uint* address) { throw new
PlatformNotSupportedException
(); }
6443
public static unsafe Vector<ulong> LoadVectorUInt32NonFaultingZeroExtendToUInt64(uint* address) { throw new
PlatformNotSupportedException
(); }
6452
public static unsafe Vector<long> LoadVectorUInt32ZeroExtendFirstFaulting(Vector<long> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6458
public static unsafe Vector<ulong> LoadVectorUInt32ZeroExtendFirstFaulting(Vector<ulong> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6467
public static unsafe Vector<long> LoadVectorUInt32ZeroExtendToInt64(Vector<long> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6476
public static unsafe Vector<ulong> LoadVectorUInt32ZeroExtendToUInt64(Vector<ulong> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6485
public static unsafe (Vector<byte>, Vector<byte>) Load2xVectorAndUnzip(Vector<byte> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6491
public static unsafe (Vector<double>, Vector<double>) Load2xVectorAndUnzip(Vector<double> mask, double* address) { throw new
PlatformNotSupportedException
(); }
6497
public static unsafe (Vector<short>, Vector<short>) Load2xVectorAndUnzip(Vector<short> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6503
public static unsafe (Vector<int>, Vector<int>) Load2xVectorAndUnzip(Vector<int> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6509
public static unsafe (Vector<long>, Vector<long>) Load2xVectorAndUnzip(Vector<long> mask, long* address) { throw new
PlatformNotSupportedException
(); }
6515
public static unsafe (Vector<sbyte>, Vector<sbyte>) Load2xVectorAndUnzip(Vector<sbyte> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6521
public static unsafe (Vector<float>, Vector<float>) Load2xVectorAndUnzip(Vector<float> mask, float* address) { throw new
PlatformNotSupportedException
(); }
6527
public static unsafe (Vector<ushort>, Vector<ushort>) Load2xVectorAndUnzip(Vector<ushort> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6533
public static unsafe (Vector<uint>, Vector<uint>) Load2xVectorAndUnzip(Vector<uint> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6539
public static unsafe (Vector<ulong>, Vector<ulong>) Load2xVectorAndUnzip(Vector<ulong> mask, ulong* address) { throw new
PlatformNotSupportedException
(); }
6548
public static unsafe (Vector<byte>, Vector<byte>, Vector<byte>) Load3xVectorAndUnzip(Vector<byte> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6554
public static unsafe (Vector<double>, Vector<double>, Vector<double>) Load3xVectorAndUnzip(Vector<double> mask, double* address) { throw new
PlatformNotSupportedException
(); }
6560
public static unsafe (Vector<short>, Vector<short>, Vector<short>) Load3xVectorAndUnzip(Vector<short> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6566
public static unsafe (Vector<int>, Vector<int>, Vector<int>) Load3xVectorAndUnzip(Vector<int> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6572
public static unsafe (Vector<long>, Vector<long>, Vector<long>) Load3xVectorAndUnzip(Vector<long> mask, long* address) { throw new
PlatformNotSupportedException
(); }
6578
public static unsafe (Vector<sbyte>, Vector<sbyte>, Vector<sbyte>) Load3xVectorAndUnzip(Vector<sbyte> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6584
public static unsafe (Vector<float>, Vector<float>, Vector<float>) Load3xVectorAndUnzip(Vector<float> mask, float* address) { throw new
PlatformNotSupportedException
(); }
6590
public static unsafe (Vector<ushort>, Vector<ushort>, Vector<ushort>) Load3xVectorAndUnzip(Vector<ushort> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6596
public static unsafe (Vector<uint>, Vector<uint>, Vector<uint>) Load3xVectorAndUnzip(Vector<uint> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6602
public static unsafe (Vector<ulong>, Vector<ulong>, Vector<ulong>) Load3xVectorAndUnzip(Vector<ulong> mask, ulong* address) { throw new
PlatformNotSupportedException
(); }
6611
public static unsafe (Vector<byte>, Vector<byte>, Vector<byte>, Vector<byte>) Load4xVectorAndUnzip(Vector<byte> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6617
public static unsafe (Vector<double>, Vector<double>, Vector<double>, Vector<double>) Load4xVectorAndUnzip(Vector<double> mask, double* address) { throw new
PlatformNotSupportedException
(); }
6623
public static unsafe (Vector<short>, Vector<short>, Vector<short>, Vector<short>) Load4xVectorAndUnzip(Vector<short> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6629
public static unsafe (Vector<int>, Vector<int>, Vector<int>, Vector<int>) Load4xVectorAndUnzip(Vector<int> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6635
public static unsafe (Vector<long>, Vector<long>, Vector<long>, Vector<long>) Load4xVectorAndUnzip(Vector<long> mask, long* address) { throw new
PlatformNotSupportedException
(); }
6641
public static unsafe (Vector<sbyte>, Vector<sbyte>, Vector<sbyte>, Vector<sbyte>) Load4xVectorAndUnzip(Vector<sbyte> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6647
public static unsafe (Vector<float>, Vector<float>, Vector<float>, Vector<float>) Load4xVectorAndUnzip(Vector<float> mask, float* address) { throw new
PlatformNotSupportedException
(); }
6653
public static unsafe (Vector<ushort>, Vector<ushort>, Vector<ushort>, Vector<ushort>) Load4xVectorAndUnzip(Vector<ushort> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6659
public static unsafe (Vector<uint>, Vector<uint>, Vector<uint>, Vector<uint>) Load4xVectorAndUnzip(Vector<uint> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6665
public static unsafe (Vector<ulong>, Vector<ulong>, Vector<ulong>, Vector<ulong>) Load4xVectorAndUnzip(Vector<ulong> mask, ulong* address) { throw new
PlatformNotSupportedException
(); }
6677
public static Vector<byte> Max(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
6686
public static Vector<double> Max(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
6695
public static Vector<short> Max(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
6704
public static Vector<int> Max(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
6713
public static Vector<long> Max(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
6722
public static Vector<sbyte> Max(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6731
public static Vector<float> Max(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
6740
public static Vector<ushort> Max(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
6749
public static Vector<uint> Max(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
6758
public static Vector<ulong> Max(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
6767
public static Vector<byte> MaxAcross(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
6773
public static Vector<double> MaxAcross(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
6779
public static Vector<short> MaxAcross(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
6785
public static Vector<int> MaxAcross(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
6791
public static Vector<long> MaxAcross(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
6797
public static Vector<sbyte> MaxAcross(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
6803
public static Vector<float> MaxAcross(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
6809
public static Vector<ushort> MaxAcross(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
6815
public static Vector<uint> MaxAcross(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
6821
public static Vector<ulong> MaxAcross(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
6833
public static Vector<double> MaxNumber(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
6842
public static Vector<float> MaxNumber(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
6851
public static Vector<double> MaxNumberAcross(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
6857
public static Vector<float> MaxNumberAcross(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
6869
public static Vector<byte> Min(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
6878
public static Vector<double> Min(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
6887
public static Vector<short> Min(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
6896
public static Vector<int> Min(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
6905
public static Vector<long> Min(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
6914
public static Vector<sbyte> Min(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6923
public static Vector<float> Min(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
6932
public static Vector<ushort> Min(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
6941
public static Vector<uint> Min(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
6950
public static Vector<ulong> Min(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
6959
public static Vector<byte> MinAcross(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
6965
public static Vector<double> MinAcross(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
6971
public static Vector<short> MinAcross(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
6977
public static Vector<int> MinAcross(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
6983
public static Vector<long> MinAcross(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
6989
public static Vector<sbyte> MinAcross(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
6995
public static Vector<float> MinAcross(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
7001
public static Vector<ushort> MinAcross(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
7007
public static Vector<uint> MinAcross(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
7013
public static Vector<ulong> MinAcross(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
7025
public static Vector<double> MinNumber(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
7034
public static Vector<float> MinNumber(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
7043
public static Vector<double> MinNumberAcross(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
7049
public static Vector<float> MinNumberAcross(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
7062
public static Vector<byte> Multiply(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
7072
public static Vector<double> Multiply(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
7081
public static Vector<short> Multiply(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
7090
public static Vector<int> Multiply(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
7099
public static Vector<long> Multiply(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
7108
public static Vector<sbyte> Multiply(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
7117
public static Vector<float> Multiply(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
7126
public static Vector<ushort> Multiply(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
7135
public static Vector<uint> Multiply(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
7144
public static Vector<ulong> Multiply(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
7155
public static Vector<byte> MultiplyAdd(Vector<byte> addend, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
7163
public static Vector<short> MultiplyAdd(Vector<short> addend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
7171
public static Vector<int> MultiplyAdd(Vector<int> addend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
7179
public static Vector<long> MultiplyAdd(Vector<long> addend, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
7187
public static Vector<sbyte> MultiplyAdd(Vector<sbyte> addend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
7195
public static Vector<ushort> MultiplyAdd(Vector<ushort> addend, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
7203
public static Vector<uint> MultiplyAdd(Vector<uint> addend, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
7211
public static Vector<ulong> MultiplyAdd(Vector<ulong> addend, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
7222
public static Vector<double> MultiplyAddRotateComplex(Vector<double> addend, Vector<double> left, Vector<double> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
7230
public static Vector<float> MultiplyAddRotateComplex(Vector<float> addend, Vector<float> left, Vector<float> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
7239
public static Vector<float> MultiplyAddRotateComplexBySelectedScalar(Vector<float> addend, Vector<float> left, Vector<float> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rightIndex, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
7248
public static Vector<double> MultiplyBySelectedScalar(Vector<double> left, Vector<double> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
7254
public static Vector<float> MultiplyBySelectedScalar(Vector<float> left, Vector<float> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
7265
public static Vector<double> MultiplyExtended(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
7273
public static Vector<float> MultiplyExtended(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
7284
public static Vector<byte> MultiplySubtract(Vector<byte> minuend, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
7292
public static Vector<short> MultiplySubtract(Vector<short> minuend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
7300
public static Vector<int> MultiplySubtract(Vector<int> minuend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
7308
public static Vector<long> MultiplySubtract(Vector<long> minuend, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
7316
public static Vector<sbyte> MultiplySubtract(Vector<sbyte> minuend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
7324
public static Vector<ushort> MultiplySubtract(Vector<ushort> minuend, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
7332
public static Vector<uint> MultiplySubtract(Vector<uint> minuend, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
7340
public static Vector<ulong> MultiplySubtract(Vector<ulong> minuend, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
7351
public static Vector<double> Negate(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
7359
public static Vector<short> Negate(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
7367
public static Vector<int> Negate(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
7375
public static Vector<long> Negate(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
7383
public static Vector<sbyte> Negate(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
7391
public static Vector<float> Negate(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
7403
public static Vector<byte> Not(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
7412
public static Vector<short> Not(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
7421
public static Vector<int> Not(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
7430
public static Vector<long> Not(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
7439
public static Vector<sbyte> Not(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
7448
public static Vector<ushort> Not(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
7457
public static Vector<uint> Not(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
7466
public static Vector<ulong> Not(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
7477
public static Vector<byte> Or(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
7485
public static Vector<short> Or(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
7493
public static Vector<int> Or(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
7501
public static Vector<long> Or(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
7509
public static Vector<sbyte> Or(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
7517
public static Vector<ushort> Or(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
7525
public static Vector<uint> Or(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
7533
public static Vector<ulong> Or(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
7542
public static Vector<byte> OrAcross(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
7548
public static Vector<short> OrAcross(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
7554
public static Vector<int> OrAcross(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
7560
public static Vector<long> OrAcross(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
7566
public static Vector<sbyte> OrAcross(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
7572
public static Vector<ushort> OrAcross(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
7578
public static Vector<uint> OrAcross(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
7584
public static Vector<ulong> OrAcross(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
7595
public static Vector<byte> PopCount(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
7603
public static Vector<byte> PopCount(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
7611
public static Vector<ushort> PopCount(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
7619
public static Vector<ushort> PopCount(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
7627
public static Vector<uint> PopCount(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
7635
public static Vector<uint> PopCount(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
7643
public static Vector<uint> PopCount(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
7651
public static Vector<ulong> PopCount(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
7659
public static Vector<ulong> PopCount(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
7667
public static Vector<ulong> PopCount(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
7676
public static unsafe void Prefetch16Bit(Vector<ushort> mask, void* address, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
7685
public static unsafe void Prefetch32Bit(Vector<uint> mask, void* address, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
7694
public static unsafe void Prefetch64Bit(Vector<ulong> mask, void* address, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
7703
public static unsafe void Prefetch8Bit(Vector<byte> mask, void* address, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
7712
public static Vector<double> ReciprocalEstimate(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
7718
public static Vector<float> ReciprocalEstimate(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
7729
public static Vector<double> ReciprocalExponent(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
7737
public static Vector<float> ReciprocalExponent(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
7746
public static Vector<double> ReciprocalSqrtEstimate(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
7752
public static Vector<float> ReciprocalSqrtEstimate(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
7761
public static Vector<double> ReciprocalSqrtStep(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
7767
public static Vector<float> ReciprocalSqrtStep(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
7776
public static Vector<double> ReciprocalStep(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
7782
public static Vector<float> ReciprocalStep(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
7793
public static Vector<byte> ReverseBits(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
7801
public static Vector<short> ReverseBits(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
7809
public static Vector<int> ReverseBits(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
7817
public static Vector<long> ReverseBits(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
7825
public static Vector<sbyte> ReverseBits(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
7833
public static Vector<ushort> ReverseBits(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
7841
public static Vector<uint> ReverseBits(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
7849
public static Vector<ulong> ReverseBits(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
7858
public static Vector<byte> ReverseElement(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
7864
public static Vector<double> ReverseElement(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
7870
public static Vector<short> ReverseElement(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
7876
public static Vector<int> ReverseElement(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
7882
public static Vector<long> ReverseElement(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
7888
public static Vector<sbyte> ReverseElement(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
7894
public static Vector<float> ReverseElement(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
7900
public static Vector<ushort> ReverseElement(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
7906
public static Vector<uint> ReverseElement(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
7912
public static Vector<ulong> ReverseElement(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
7923
public static Vector<int> ReverseElement16(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
7931
public static Vector<long> ReverseElement16(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
7939
public static Vector<uint> ReverseElement16(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
7947
public static Vector<ulong> ReverseElement16(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
7958
public static Vector<long> ReverseElement32(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
7966
public static Vector<ulong> ReverseElement32(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
7977
public static Vector<short> ReverseElement8(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
7985
public static Vector<int> ReverseElement8(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
7993
public static Vector<long> ReverseElement8(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
8001
public static Vector<ushort> ReverseElement8(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
8009
public static Vector<uint> ReverseElement8(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
8017
public static Vector<ulong> ReverseElement8(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
8028
public static Vector<double> RoundAwayFromZero(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
8036
public static Vector<float> RoundAwayFromZero(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
8047
public static Vector<double> RoundToNearest(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
8055
public static Vector<float> RoundToNearest(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
8066
public static Vector<double> RoundToNegativeInfinity(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
8074
public static Vector<float> RoundToNegativeInfinity(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
8085
public static Vector<double> RoundToPositiveInfinity(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
8093
public static Vector<float> RoundToPositiveInfinity(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
8104
public static Vector<double> RoundToZero(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
8112
public static Vector<float> RoundToZero(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
8121
public static int SaturatingDecrementBy16BitElementCount(int value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8127
public static long SaturatingDecrementBy16BitElementCount(long value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8133
public static uint SaturatingDecrementBy16BitElementCount(uint value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8139
public static ulong SaturatingDecrementBy16BitElementCount(ulong value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8145
public static Vector<short> SaturatingDecrementBy16BitElementCount(Vector<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8151
public static Vector<ushort> SaturatingDecrementBy16BitElementCount(Vector<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8160
public static int SaturatingDecrementBy32BitElementCount(int value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8166
public static long SaturatingDecrementBy32BitElementCount(long value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8172
public static uint SaturatingDecrementBy32BitElementCount(uint value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8178
public static ulong SaturatingDecrementBy32BitElementCount(ulong value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8184
public static Vector<int> SaturatingDecrementBy32BitElementCount(Vector<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8190
public static Vector<uint> SaturatingDecrementBy32BitElementCount(Vector<uint> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8199
public static int SaturatingDecrementBy64BitElementCount(int value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8205
public static long SaturatingDecrementBy64BitElementCount(long value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8211
public static uint SaturatingDecrementBy64BitElementCount(uint value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8217
public static ulong SaturatingDecrementBy64BitElementCount(ulong value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8223
public static Vector<long> SaturatingDecrementBy64BitElementCount(Vector<long> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8229
public static Vector<ulong> SaturatingDecrementBy64BitElementCount(Vector<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8238
public static int SaturatingDecrementBy8BitElementCount(int value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8244
public static long SaturatingDecrementBy8BitElementCount(long value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8250
public static uint SaturatingDecrementBy8BitElementCount(uint value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8256
public static ulong SaturatingDecrementBy8BitElementCount(ulong value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8265
public static long SaturatingDecrementByActiveElementCount(int value, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
8271
public static long SaturatingDecrementByActiveElementCount(long value, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
8277
public static ulong SaturatingDecrementByActiveElementCount(uint value, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
8283
public static ulong SaturatingDecrementByActiveElementCount(ulong value, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
8289
public static Vector<short> SaturatingDecrementByActiveElementCount(Vector<short> value, Vector<short> from) { throw new
PlatformNotSupportedException
(); }
8295
public static Vector<int> SaturatingDecrementByActiveElementCount(Vector<int> value, Vector<int> from) { throw new
PlatformNotSupportedException
(); }
8301
public static Vector<long> SaturatingDecrementByActiveElementCount(Vector<long> value, Vector<long> from) { throw new
PlatformNotSupportedException
(); }
8307
public static long SaturatingDecrementByActiveElementCount(int value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8313
public static long SaturatingDecrementByActiveElementCount(long value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8319
public static ulong SaturatingDecrementByActiveElementCount(uint value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8325
public static ulong SaturatingDecrementByActiveElementCount(ulong value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8331
public static Vector<ushort> SaturatingDecrementByActiveElementCount(Vector<ushort> value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8337
public static long SaturatingDecrementByActiveElementCount(int value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8343
public static long SaturatingDecrementByActiveElementCount(long value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8349
public static ulong SaturatingDecrementByActiveElementCount(uint value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8355
public static ulong SaturatingDecrementByActiveElementCount(ulong value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8361
public static Vector<uint> SaturatingDecrementByActiveElementCount(Vector<uint> value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8367
public static long SaturatingDecrementByActiveElementCount(int value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8373
public static long SaturatingDecrementByActiveElementCount(long value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8379
public static ulong SaturatingDecrementByActiveElementCount(uint value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8385
public static ulong SaturatingDecrementByActiveElementCount(ulong value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8391
public static Vector<ulong> SaturatingDecrementByActiveElementCount(Vector<ulong> value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8400
public static int SaturatingIncrementBy16BitElementCount(int value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8406
public static long SaturatingIncrementBy16BitElementCount(long value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8412
public static uint SaturatingIncrementBy16BitElementCount(uint value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8418
public static ulong SaturatingIncrementBy16BitElementCount(ulong value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8424
public static Vector<short> SaturatingIncrementBy16BitElementCount(Vector<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8430
public static Vector<ushort> SaturatingIncrementBy16BitElementCount(Vector<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8439
public static int SaturatingIncrementBy32BitElementCount(int value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8445
public static long SaturatingIncrementBy32BitElementCount(long value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8451
public static uint SaturatingIncrementBy32BitElementCount(uint value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8457
public static ulong SaturatingIncrementBy32BitElementCount(ulong value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8463
public static Vector<int> SaturatingIncrementBy32BitElementCount(Vector<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8469
public static Vector<uint> SaturatingIncrementBy32BitElementCount(Vector<uint> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8478
public static int SaturatingIncrementBy64BitElementCount(int value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8484
public static long SaturatingIncrementBy64BitElementCount(long value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8490
public static uint SaturatingIncrementBy64BitElementCount(uint value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8496
public static ulong SaturatingIncrementBy64BitElementCount(ulong value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8502
public static Vector<long> SaturatingIncrementBy64BitElementCount(Vector<long> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8508
public static Vector<ulong> SaturatingIncrementBy64BitElementCount(Vector<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8517
public static int SaturatingIncrementBy8BitElementCount(int value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8523
public static long SaturatingIncrementBy8BitElementCount(long value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8529
public static uint SaturatingIncrementBy8BitElementCount(uint value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8535
public static ulong SaturatingIncrementBy8BitElementCount(ulong value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8544
public static long SaturatingIncrementByActiveElementCount(int value, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
8550
public static long SaturatingIncrementByActiveElementCount(long value, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
8556
public static ulong SaturatingIncrementByActiveElementCount(uint value, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
8562
public static ulong SaturatingIncrementByActiveElementCount(ulong value, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
8568
public static Vector<short> SaturatingIncrementByActiveElementCount(Vector<short> value, Vector<short> from) { throw new
PlatformNotSupportedException
(); }
8574
public static Vector<int> SaturatingIncrementByActiveElementCount(Vector<int> value, Vector<int> from) { throw new
PlatformNotSupportedException
(); }
8580
public static Vector<long> SaturatingIncrementByActiveElementCount(Vector<long> value, Vector<long> from) { throw new
PlatformNotSupportedException
(); }
8586
public static long SaturatingIncrementByActiveElementCount(int value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8592
public static long SaturatingIncrementByActiveElementCount(long value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8598
public static ulong SaturatingIncrementByActiveElementCount(uint value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8604
public static ulong SaturatingIncrementByActiveElementCount(ulong value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8610
public static Vector<ushort> SaturatingIncrementByActiveElementCount(Vector<ushort> value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8616
public static long SaturatingIncrementByActiveElementCount(int value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8622
public static long SaturatingIncrementByActiveElementCount(long value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8628
public static ulong SaturatingIncrementByActiveElementCount(uint value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8634
public static ulong SaturatingIncrementByActiveElementCount(ulong value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8640
public static Vector<uint> SaturatingIncrementByActiveElementCount(Vector<uint> value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8646
public static long SaturatingIncrementByActiveElementCount(int value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8652
public static long SaturatingIncrementByActiveElementCount(long value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8658
public static ulong SaturatingIncrementByActiveElementCount(uint value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8664
public static ulong SaturatingIncrementByActiveElementCount(ulong value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8670
public static Vector<ulong> SaturatingIncrementByActiveElementCount(Vector<ulong> value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8681
public static Vector<double> Scale(Vector<double> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
8689
public static Vector<float> Scale(Vector<float> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
8698
public static unsafe void Scatter(Vector<double> mask, double* address, Vector<long> indicies, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
8704
public static void Scatter(Vector<double> mask, Vector<ulong> addresses, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
8710
public static unsafe void Scatter(Vector<double> mask, double* address, Vector<ulong> indicies, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
8716
public static unsafe void Scatter(Vector<int> mask, int* address, Vector<int> indicies, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
8729
public static unsafe void Scatter(Vector<int> mask, int* address, Vector<uint> indicies, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
8735
public static unsafe void Scatter(Vector<long> mask, long* address, Vector<long> indicies, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
8741
public static void Scatter(Vector<long> mask, Vector<ulong> addresses, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
8747
public static unsafe void Scatter(Vector<long> mask, long* address, Vector<ulong> indicies, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
8753
public static unsafe void Scatter(Vector<float> mask, float* address, Vector<int> indicies, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
8766
public static unsafe void Scatter(Vector<float> mask, float* address, Vector<uint> indicies, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
8772
public static unsafe void Scatter(Vector<uint> mask, uint* address, Vector<int> indicies, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
8785
public static unsafe void Scatter(Vector<uint> mask, uint* address, Vector<uint> indicies, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
8791
public static unsafe void Scatter(Vector<ulong> mask, ulong* address, Vector<long> indicies, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
8797
public static void Scatter(Vector<ulong> mask, Vector<ulong> addresses, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
8803
public static unsafe void Scatter(Vector<ulong> mask, ulong* address, Vector<ulong> indicies, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
8819
public static void Scatter16BitNarrowing(Vector<long> mask, Vector<ulong> addresses, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
8832
public static void Scatter16BitNarrowing(Vector<ulong> mask, Vector<ulong> addresses, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
8838
public static unsafe void Scatter16BitNarrowing(Vector<int> mask, short* address, Vector<int> indices, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
8844
public static unsafe void Scatter16BitNarrowing(Vector<int> mask, short* address, Vector<uint> indices, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
8850
public static unsafe void Scatter16BitNarrowing(Vector<long> mask, short* address, Vector<long> indices, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
8856
public static unsafe void Scatter16BitNarrowing(Vector<long> mask, short* address, Vector<ulong> indices, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
8862
public static unsafe void Scatter16BitNarrowing(Vector<uint> mask, ushort* address, Vector<int> indices, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
8868
public static unsafe void Scatter16BitNarrowing(Vector<uint> mask, ushort* address, Vector<uint> indices, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
8874
public static unsafe void Scatter16BitNarrowing(Vector<ulong> mask, ushort* address, Vector<long> indices, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
8880
public static unsafe void Scatter16BitNarrowing(Vector<ulong> mask, ushort* address, Vector<ulong> indices, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
8889
public static unsafe void Scatter16BitWithByteOffsetsNarrowing(Vector<int> mask, short* address, Vector<int> offsets, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
8895
public static unsafe void Scatter16BitWithByteOffsetsNarrowing(Vector<int> mask, short* address, Vector<uint> offsets, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
8901
public static unsafe void Scatter16BitWithByteOffsetsNarrowing(Vector<long> mask, short* address, Vector<long> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
8907
public static unsafe void Scatter16BitWithByteOffsetsNarrowing(Vector<long> mask, short* address, Vector<ulong> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
8913
public static unsafe void Scatter16BitWithByteOffsetsNarrowing(Vector<uint> mask, ushort* address, Vector<int> offsets, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
8919
public static unsafe void Scatter16BitWithByteOffsetsNarrowing(Vector<uint> mask, ushort* address, Vector<uint> offsets, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
8925
public static unsafe void Scatter16BitWithByteOffsetsNarrowing(Vector<ulong> mask, ushort* address, Vector<long> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
8931
public static unsafe void Scatter16BitWithByteOffsetsNarrowing(Vector<ulong> mask, ushort* address, Vector<ulong> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
8940
public static void Scatter32BitNarrowing(Vector<long> mask, Vector<ulong> addresses, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
8946
public static void Scatter32BitNarrowing(Vector<ulong> mask, Vector<ulong> addresses, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
8952
public static unsafe void Scatter32BitNarrowing(Vector<long> mask, int* address, Vector<long> indices, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
8958
public static unsafe void Scatter32BitNarrowing(Vector<long> mask, int* address, Vector<ulong> indices, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
8964
public static unsafe void Scatter32BitNarrowing(Vector<ulong> mask, uint* address, Vector<long> indices, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
8970
public static unsafe void Scatter32BitNarrowing(Vector<ulong> mask, uint* address, Vector<ulong> indices, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
8979
public static unsafe void Scatter32BitWithByteOffsetsNarrowing(Vector<long> mask, int* address, Vector<long> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
8985
public static unsafe void Scatter32BitWithByteOffsetsNarrowing(Vector<long> mask, int* address, Vector<ulong> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
8991
public static unsafe void Scatter32BitWithByteOffsetsNarrowing(Vector<ulong> mask, uint* address, Vector<long> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
8997
public static unsafe void Scatter32BitWithByteOffsetsNarrowing(Vector<ulong> mask, uint* address, Vector<ulong> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9013
public static void Scatter8BitNarrowing(Vector<long> mask, Vector<ulong> addresses, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9026
public static void Scatter8BitNarrowing(Vector<ulong> mask, Vector<ulong> addresses, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9035
public static unsafe void Scatter8BitWithByteOffsetsNarrowing(Vector<int> mask, sbyte* address, Vector<int> offsets, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9041
public static unsafe void Scatter8BitWithByteOffsetsNarrowing(Vector<int> mask, sbyte* address, Vector<uint> offsets, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9047
public static unsafe void Scatter8BitWithByteOffsetsNarrowing(Vector<long> mask, sbyte* address, Vector<long> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9053
public static unsafe void Scatter8BitWithByteOffsetsNarrowing(Vector<long> mask, sbyte* address, Vector<ulong> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9059
public static unsafe void Scatter8BitWithByteOffsetsNarrowing(Vector<uint> mask, byte* address, Vector<int> offsets, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9065
public static unsafe void Scatter8BitWithByteOffsetsNarrowing(Vector<uint> mask, byte* address, Vector<uint> offsets, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9071
public static unsafe void Scatter8BitWithByteOffsetsNarrowing(Vector<ulong> mask, byte* address, Vector<long> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9077
public static unsafe void Scatter8BitWithByteOffsetsNarrowing(Vector<ulong> mask, byte* address, Vector<ulong> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9086
public static unsafe void ScatterWithByteOffsets(Vector<double> mask, double* address, Vector<long> offsets, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
9092
public static unsafe void ScatterWithByteOffsets(Vector<double> mask, double* address, Vector<ulong> offsets, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
9098
public static unsafe void ScatterWithByteOffsets(Vector<int> mask, int* address, Vector<int> offsets, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9104
public static unsafe void ScatterWithByteOffsets(Vector<int> mask, int* address, Vector<uint> offsets, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9110
public static unsafe void ScatterWithByteOffsets(Vector<long> mask, long* address, Vector<long> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9116
public static unsafe void ScatterWithByteOffsets(Vector<long> mask, long* address, Vector<ulong> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9122
public static unsafe void ScatterWithByteOffsets(Vector<float> mask, float* address, Vector<int> offsets, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
9128
public static unsafe void ScatterWithByteOffsets(Vector<float> mask, float* address, Vector<uint> offsets, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
9134
public static unsafe void ScatterWithByteOffsets(Vector<uint> mask, uint* address, Vector<int> offsets, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9140
public static unsafe void ScatterWithByteOffsets(Vector<uint> mask, uint* address, Vector<uint> offsets, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9146
public static unsafe void ScatterWithByteOffsets(Vector<ulong> mask, ulong* address, Vector<long> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9152
public static unsafe void ScatterWithByteOffsets(Vector<ulong> mask, ulong* address, Vector<ulong> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9161
public static void SetFfr(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
9167
public static void SetFfr(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
9173
public static void SetFfr(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
9179
public static void SetFfr(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
9185
public static void SetFfr(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
9191
public static void SetFfr(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
9197
public static void SetFfr(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
9203
public static void SetFfr(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
9214
public static Vector<byte> ShiftLeftLogical(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
9222
public static Vector<byte> ShiftLeftLogical(Vector<byte> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9230
public static Vector<short> ShiftLeftLogical(Vector<short> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
9238
public static Vector<short> ShiftLeftLogical(Vector<short> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9246
public static Vector<int> ShiftLeftLogical(Vector<int> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
9254
public static Vector<int> ShiftLeftLogical(Vector<int> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9262
public static Vector<long> ShiftLeftLogical(Vector<long> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9270
public static Vector<sbyte> ShiftLeftLogical(Vector<sbyte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
9278
public static Vector<sbyte> ShiftLeftLogical(Vector<sbyte> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9286
public static Vector<ushort> ShiftLeftLogical(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
9294
public static Vector<ushort> ShiftLeftLogical(Vector<ushort> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9302
public static Vector<uint> ShiftLeftLogical(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
9310
public static Vector<uint> ShiftLeftLogical(Vector<uint> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9318
public static Vector<ulong> ShiftLeftLogical(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9329
public static Vector<short> ShiftRightArithmetic(Vector<short> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
9337
public static Vector<short> ShiftRightArithmetic(Vector<short> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9345
public static Vector<int> ShiftRightArithmetic(Vector<int> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
9353
public static Vector<int> ShiftRightArithmetic(Vector<int> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9361
public static Vector<long> ShiftRightArithmetic(Vector<long> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9369
public static Vector<sbyte> ShiftRightArithmetic(Vector<sbyte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
9377
public static Vector<sbyte> ShiftRightArithmetic(Vector<sbyte> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9388
public static Vector<short> ShiftRightArithmeticForDivide(Vector<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte control) { throw new
PlatformNotSupportedException
(); }
9396
public static Vector<int> ShiftRightArithmeticForDivide(Vector<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte control) { throw new
PlatformNotSupportedException
(); }
9404
public static Vector<long> ShiftRightArithmeticForDivide(Vector<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte control) { throw new
PlatformNotSupportedException
(); }
9412
public static Vector<sbyte> ShiftRightArithmeticForDivide(Vector<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte control) { throw new
PlatformNotSupportedException
(); }
9423
public static Vector<byte> ShiftRightLogical(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
9431
public static Vector<byte> ShiftRightLogical(Vector<byte> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9439
public static Vector<ushort> ShiftRightLogical(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
9447
public static Vector<ushort> ShiftRightLogical(Vector<ushort> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9455
public static Vector<uint> ShiftRightLogical(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
9463
public static Vector<uint> ShiftRightLogical(Vector<uint> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9471
public static Vector<ulong> ShiftRightLogical(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9482
public static Vector<int> SignExtend16(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
9490
public static Vector<long> SignExtend16(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
9501
public static Vector<long> SignExtend32(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
9512
public static Vector<short> SignExtend8(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
9520
public static Vector<int> SignExtend8(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
9528
public static Vector<long> SignExtend8(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
9537
public static Vector<short> SignExtendWideningLower(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
9543
public static Vector<int> SignExtendWideningLower(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
9549
public static Vector<long> SignExtendWideningLower(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
9558
public static Vector<short> SignExtendWideningUpper(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
9564
public static Vector<int> SignExtendWideningUpper(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
9570
public static Vector<long> SignExtendWideningUpper(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
9579
public static Vector<byte> Splice(Vector<byte> mask, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
9585
public static Vector<double> Splice(Vector<double> mask, Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
9591
public static Vector<short> Splice(Vector<short> mask, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
9597
public static Vector<int> Splice(Vector<int> mask, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
9603
public static Vector<long> Splice(Vector<long> mask, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
9609
public static Vector<sbyte> Splice(Vector<sbyte> mask, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
9615
public static Vector<float> Splice(Vector<float> mask, Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
9621
public static Vector<ushort> Splice(Vector<ushort> mask, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
9627
public static Vector<uint> Splice(Vector<uint> mask, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
9633
public static Vector<ulong> Splice(Vector<ulong> mask, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9644
public static Vector<double> Sqrt(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
9652
public static Vector<float> Sqrt(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
9661
public static unsafe void StoreAndZip(Vector<byte> mask, byte* address, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
9667
public static unsafe void StoreAndZip(Vector<byte> mask, byte* address, (Vector<byte> Value1, Vector<byte> Value2) data) { throw new
PlatformNotSupportedException
(); }
9673
public static unsafe void StoreAndZip(Vector<byte> mask, byte* address, (Vector<byte> Value1, Vector<byte> Value2, Vector<byte> Value3) data) { throw new
PlatformNotSupportedException
(); }
9679
public static unsafe void StoreAndZip(Vector<byte> mask, byte* address, (Vector<byte> Value1, Vector<byte> Value2, Vector<byte> Value3, Vector<byte> Value4) data) { throw new
PlatformNotSupportedException
(); }
9685
public static unsafe void StoreAndZip(Vector<double> mask, double* address, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
9691
public static unsafe void StoreAndZip(Vector<double> mask, double* address, (Vector<double> Value1, Vector<double> Value2) data) { throw new
PlatformNotSupportedException
(); }
9697
public static unsafe void StoreAndZip(Vector<double> mask, double* address, (Vector<double> Value1, Vector<double> Value2, Vector<double> Value3) data) { throw new
PlatformNotSupportedException
(); }
9703
public static unsafe void StoreAndZip(Vector<double> mask, double* address, (Vector<double> Value1, Vector<double> Value2, Vector<double> Value3, Vector<double> Value4) data) { throw new
PlatformNotSupportedException
(); }
9709
public static unsafe void StoreAndZip(Vector<short> mask, short* address, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
9715
public static unsafe void StoreAndZip(Vector<short> mask, short* address, (Vector<short> Value1, Vector<short> Value2) data) { throw new
PlatformNotSupportedException
(); }
9721
public static unsafe void StoreAndZip(Vector<short> mask, short* address, (Vector<short> Value1, Vector<short> Value2, Vector<short> Value3) data) { throw new
PlatformNotSupportedException
(); }
9727
public static unsafe void StoreAndZip(Vector<short> mask, short* address, (Vector<short> Value1, Vector<short> Value2, Vector<short> Value3, Vector<short> Value4) data) { throw new
PlatformNotSupportedException
(); }
9733
public static unsafe void StoreAndZip(Vector<int> mask, int* address, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9739
public static unsafe void StoreAndZip(Vector<int> mask, int* address, (Vector<int> Value1, Vector<int> Value2) data) { throw new
PlatformNotSupportedException
(); }
9745
public static unsafe void StoreAndZip(Vector<int> mask, int* address, (Vector<int> Value1, Vector<int> Value2, Vector<int> Value3) data) { throw new
PlatformNotSupportedException
(); }
9751
public static unsafe void StoreAndZip(Vector<int> mask, int* address, (Vector<int> Value1, Vector<int> Value2, Vector<int> Value3, Vector<int> Value4) data) { throw new
PlatformNotSupportedException
(); }
9757
public static unsafe void StoreAndZip(Vector<long> mask, long* address, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9763
public static unsafe void StoreAndZip(Vector<long> mask, long* address, (Vector<long> Value1, Vector<long> Value2) data) { throw new
PlatformNotSupportedException
(); }
9769
public static unsafe void StoreAndZip(Vector<long> mask, long* address, (Vector<long> Value1, Vector<long> Value2, Vector<long> Value3) data) { throw new
PlatformNotSupportedException
(); }
9775
public static unsafe void StoreAndZip(Vector<long> mask, long* address, (Vector<long> Value1, Vector<long> Value2, Vector<long> Value3, Vector<long> Value4) data) { throw new
PlatformNotSupportedException
(); }
9781
public static unsafe void StoreAndZip(Vector<sbyte> mask, sbyte* address, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
9787
public static unsafe void StoreAndZip(Vector<sbyte> mask, sbyte* address, (Vector<sbyte> Value1, Vector<sbyte> Value2) data) { throw new
PlatformNotSupportedException
(); }
9793
public static unsafe void StoreAndZip(Vector<sbyte> mask, sbyte* address, (Vector<sbyte> Value1, Vector<sbyte> Value2, Vector<sbyte> Value3) data) { throw new
PlatformNotSupportedException
(); }
9799
public static unsafe void StoreAndZip(Vector<sbyte> mask, sbyte* address, (Vector<sbyte> Value1, Vector<sbyte> Value2, Vector<sbyte> Value3, Vector<sbyte> Value4) data) { throw new
PlatformNotSupportedException
(); }
9805
public static unsafe void StoreAndZip(Vector<float> mask, float* address, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
9811
public static unsafe void StoreAndZip(Vector<float> mask, float* address, (Vector<float> Value1, Vector<float> Value2) data) { throw new
PlatformNotSupportedException
(); }
9817
public static unsafe void StoreAndZip(Vector<float> mask, float* address, (Vector<float> Value1, Vector<float> Value2, Vector<float> Value3) data) { throw new
PlatformNotSupportedException
(); }
9823
public static unsafe void StoreAndZip(Vector<float> mask, float* address, (Vector<float> Value1, Vector<float> Value2, Vector<float> Value3, Vector<float> Value4) data) { throw new
PlatformNotSupportedException
(); }
9829
public static unsafe void StoreAndZip(Vector<ushort> mask, ushort* address, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
9835
public static unsafe void StoreAndZip(Vector<ushort> mask, ushort* address, (Vector<ushort> Value1, Vector<ushort> Value2) data) { throw new
PlatformNotSupportedException
(); }
9841
public static unsafe void StoreAndZip(Vector<ushort> mask, ushort* address, (Vector<ushort> Value1, Vector<ushort> Value2, Vector<ushort> Value3) data) { throw new
PlatformNotSupportedException
(); }
9847
public static unsafe void StoreAndZip(Vector<ushort> mask, ushort* address, (Vector<ushort> Value1, Vector<ushort> Value2, Vector<ushort> Value3, Vector<ushort> Value4) data) { throw new
PlatformNotSupportedException
(); }
9853
public static unsafe void StoreAndZip(Vector<uint> mask, uint* address, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9859
public static unsafe void StoreAndZip(Vector<uint> mask, uint* address, (Vector<uint> Value1, Vector<uint> Value2) data) { throw new
PlatformNotSupportedException
(); }
9865
public static unsafe void StoreAndZip(Vector<uint> mask, uint* address, (Vector<uint> Value1, Vector<uint> Value2, Vector<uint> Value3) data) { throw new
PlatformNotSupportedException
(); }
9871
public static unsafe void StoreAndZip(Vector<uint> mask, uint* address, (Vector<uint> Value1, Vector<uint> Value2, Vector<uint> Value3, Vector<uint> Value4) data) { throw new
PlatformNotSupportedException
(); }
9877
public static unsafe void StoreAndZip(Vector<ulong> mask, ulong* address, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9883
public static unsafe void StoreAndZip(Vector<ulong> mask, ulong* address, (Vector<ulong> Value1, Vector<ulong> Value2) data) { throw new
PlatformNotSupportedException
(); }
9889
public static unsafe void StoreAndZip(Vector<ulong> mask, ulong* address, (Vector<ulong> Value1, Vector<ulong> Value2, Vector<ulong> Value3) data) { throw new
PlatformNotSupportedException
(); }
9895
public static unsafe void StoreAndZip(Vector<ulong> mask, ulong* address, (Vector<ulong> Value1, Vector<ulong> Value2, Vector<ulong> Value3, Vector<ulong> Value4) data) { throw new
PlatformNotSupportedException
(); }
9904
public static unsafe void StoreNarrowing(Vector<short> mask, sbyte* address, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
9910
public static unsafe void StoreNarrowing(Vector<int> mask, sbyte* address, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9916
public static unsafe void StoreNarrowing(Vector<int> mask, short* address, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9922
public static unsafe void StoreNarrowing(Vector<long> mask, sbyte* address, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9928
public static unsafe void StoreNarrowing(Vector<long> mask, short* address, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9934
public static unsafe void StoreNarrowing(Vector<long> mask, int* address, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9940
public static unsafe void StoreNarrowing(Vector<ushort> mask, byte* address, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
9946
public static unsafe void StoreNarrowing(Vector<uint> mask, byte* address, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9952
public static unsafe void StoreNarrowing(Vector<uint> mask, ushort* address, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9958
public static unsafe void StoreNarrowing(Vector<ulong> mask, byte* address, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9964
public static unsafe void StoreNarrowing(Vector<ulong> mask, ushort* address, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9970
public static unsafe void StoreNarrowing(Vector<ulong> mask, uint* address, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9979
public static unsafe void StoreNonTemporal(Vector<byte> mask, byte* address, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
9985
public static unsafe void StoreNonTemporal(Vector<double> mask, double* address, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
9991
public static unsafe void StoreNonTemporal(Vector<short> mask, short* address, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
9997
public static unsafe void StoreNonTemporal(Vector<int> mask, int* address, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
10003
public static unsafe void StoreNonTemporal(Vector<long> mask, long* address, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
10009
public static unsafe void StoreNonTemporal(Vector<sbyte> mask, sbyte* address, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
10015
public static unsafe void StoreNonTemporal(Vector<float> mask, float* address, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
10021
public static unsafe void StoreNonTemporal(Vector<ushort> mask, ushort* address, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
10027
public static unsafe void StoreNonTemporal(Vector<uint> mask, uint* address, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
10033
public static unsafe void StoreNonTemporal(Vector<ulong> mask, ulong* address, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
10044
public static Vector<byte> Subtract(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
10052
public static Vector<double> Subtract(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
10060
public static Vector<short> Subtract(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
10068
public static Vector<int> Subtract(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
10076
public static Vector<long> Subtract(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
10084
public static Vector<sbyte> Subtract(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
10092
public static Vector<float> Subtract(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
10100
public static Vector<ushort> Subtract(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
10108
public static Vector<uint> Subtract(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
10116
public static Vector<ulong> Subtract(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
10125
public static Vector<byte> SubtractSaturate(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
10131
public static Vector<short> SubtractSaturate(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
10137
public static Vector<int> SubtractSaturate(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
10143
public static Vector<long> SubtractSaturate(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
10149
public static Vector<sbyte> SubtractSaturate(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
10155
public static Vector<ushort> SubtractSaturate(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
10161
public static Vector<uint> SubtractSaturate(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
10167
public static Vector<ulong> SubtractSaturate(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
10176
public static bool TestAnyTrue(Vector<byte> mask, Vector<byte> rightMask) { throw new
PlatformNotSupportedException
(); }
10182
public static bool TestAnyTrue(Vector<short> mask, Vector<short> rightMask) { throw new
PlatformNotSupportedException
(); }
10188
public static bool TestAnyTrue(Vector<int> mask, Vector<int> rightMask) { throw new
PlatformNotSupportedException
(); }
10194
public static bool TestAnyTrue(Vector<long> mask, Vector<long> rightMask) { throw new
PlatformNotSupportedException
(); }
10200
public static bool TestAnyTrue(Vector<sbyte> mask, Vector<sbyte> rightMask) { throw new
PlatformNotSupportedException
(); }
10206
public static bool TestAnyTrue(Vector<ushort> mask, Vector<ushort> rightMask) { throw new
PlatformNotSupportedException
(); }
10212
public static bool TestAnyTrue(Vector<uint> mask, Vector<uint> rightMask) { throw new
PlatformNotSupportedException
(); }
10218
public static bool TestAnyTrue(Vector<ulong> mask, Vector<ulong> rightMask) { throw new
PlatformNotSupportedException
(); }
10227
public static bool TestFirstTrue(Vector<byte> leftMask, Vector<byte> rightMask) { throw new
PlatformNotSupportedException
(); }
10233
public static bool TestFirstTrue(Vector<short> leftMask, Vector<short> rightMask) { throw new
PlatformNotSupportedException
(); }
10239
public static bool TestFirstTrue(Vector<int> leftMask, Vector<int> rightMask) { throw new
PlatformNotSupportedException
(); }
10245
public static bool TestFirstTrue(Vector<long> leftMask, Vector<long> rightMask) { throw new
PlatformNotSupportedException
(); }
10251
public static bool TestFirstTrue(Vector<sbyte> leftMask, Vector<sbyte> rightMask) { throw new
PlatformNotSupportedException
(); }
10257
public static bool TestFirstTrue(Vector<ushort> leftMask, Vector<ushort> rightMask) { throw new
PlatformNotSupportedException
(); }
10263
public static bool TestFirstTrue(Vector<uint> leftMask, Vector<uint> rightMask) { throw new
PlatformNotSupportedException
(); }
10269
public static bool TestFirstTrue(Vector<ulong> leftMask, Vector<ulong> rightMask) { throw new
PlatformNotSupportedException
(); }
10278
public static bool TestLastTrue(Vector<byte> leftMask, Vector<byte> rightMask) { throw new
PlatformNotSupportedException
(); }
10284
public static bool TestLastTrue(Vector<short> leftMask, Vector<short> rightMask) { throw new
PlatformNotSupportedException
(); }
10290
public static bool TestLastTrue(Vector<int> leftMask, Vector<int> rightMask) { throw new
PlatformNotSupportedException
(); }
10296
public static bool TestLastTrue(Vector<long> leftMask, Vector<long> rightMask) { throw new
PlatformNotSupportedException
(); }
10302
public static bool TestLastTrue(Vector<sbyte> leftMask, Vector<sbyte> rightMask) { throw new
PlatformNotSupportedException
(); }
10308
public static bool TestLastTrue(Vector<ushort> leftMask, Vector<ushort> rightMask) { throw new
PlatformNotSupportedException
(); }
10314
public static bool TestLastTrue(Vector<uint> leftMask, Vector<uint> rightMask) { throw new
PlatformNotSupportedException
(); }
10320
public static bool TestLastTrue(Vector<ulong> leftMask, Vector<ulong> rightMask) { throw new
PlatformNotSupportedException
(); }
10329
public static Vector<byte> TransposeEven(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
10335
public static Vector<double> TransposeEven(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
10341
public static Vector<short> TransposeEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
10347
public static Vector<int> TransposeEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
10353
public static Vector<long> TransposeEven(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
10359
public static Vector<sbyte> TransposeEven(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
10365
public static Vector<float> TransposeEven(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
10371
public static Vector<ushort> TransposeEven(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
10377
public static Vector<uint> TransposeEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
10383
public static Vector<ulong> TransposeEven(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
10392
public static Vector<byte> TransposeOdd(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
10398
public static Vector<double> TransposeOdd(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
10404
public static Vector<short> TransposeOdd(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
10410
public static Vector<int> TransposeOdd(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
10416
public static Vector<long> TransposeOdd(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
10422
public static Vector<sbyte> TransposeOdd(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
10428
public static Vector<float> TransposeOdd(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
10434
public static Vector<ushort> TransposeOdd(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
10440
public static Vector<uint> TransposeOdd(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
10446
public static Vector<ulong> TransposeOdd(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
10455
public static Vector<double> TrigonometricMultiplyAddCoefficient(Vector<double> left, Vector<double> right, [ConstantExpected(Min = 0, Max = (byte)(7))] byte control) { throw new
PlatformNotSupportedException
(); }
10461
public static Vector<float> TrigonometricMultiplyAddCoefficient(Vector<float> left, Vector<float> right, [ConstantExpected(Min = 0, Max = (byte)(7))] byte control) { throw new
PlatformNotSupportedException
(); }
10470
public static Vector<double> TrigonometricSelectCoefficient(Vector<double> value, Vector<ulong> selector) { throw new
PlatformNotSupportedException
(); }
10476
public static Vector<float> TrigonometricSelectCoefficient(Vector<float> value, Vector<uint> selector) { throw new
PlatformNotSupportedException
(); }
10485
public static Vector<double> TrigonometricStartingValue(Vector<double> value, Vector<ulong> sign) { throw new
PlatformNotSupportedException
(); }
10491
public static Vector<float> TrigonometricStartingValue(Vector<float> value, Vector<uint> sign) { throw new
PlatformNotSupportedException
(); }
10500
public static Vector<byte> UnzipEven(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
10506
public static Vector<double> UnzipEven(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
10512
public static Vector<short> UnzipEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
10518
public static Vector<int> UnzipEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
10524
public static Vector<long> UnzipEven(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
10530
public static Vector<sbyte> UnzipEven(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
10536
public static Vector<float> UnzipEven(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
10542
public static Vector<ushort> UnzipEven(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
10548
public static Vector<uint> UnzipEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
10554
public static Vector<ulong> UnzipEven(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
10563
public static Vector<byte> UnzipOdd(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
10569
public static Vector<double> UnzipOdd(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
10575
public static Vector<short> UnzipOdd(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
10581
public static Vector<int> UnzipOdd(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
10587
public static Vector<long> UnzipOdd(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
10593
public static Vector<sbyte> UnzipOdd(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
10599
public static Vector<float> UnzipOdd(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
10605
public static Vector<ushort> UnzipOdd(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
10611
public static Vector<uint> UnzipOdd(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
10617
public static Vector<ulong> UnzipOdd(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
10626
public static Vector<byte> VectorTableLookup(Vector<byte> data, Vector<byte> indices) { throw new
PlatformNotSupportedException
(); }
10632
public static Vector<double> VectorTableLookup(Vector<double> data, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
10638
public static Vector<short> VectorTableLookup(Vector<short> data, Vector<ushort> indices) { throw new
PlatformNotSupportedException
(); }
10644
public static Vector<int> VectorTableLookup(Vector<int> data, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
10650
public static Vector<long> VectorTableLookup(Vector<long> data, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
10656
public static Vector<sbyte> VectorTableLookup(Vector<sbyte> data, Vector<byte> indices) { throw new
PlatformNotSupportedException
(); }
10662
public static Vector<float> VectorTableLookup(Vector<float> data, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
10668
public static Vector<ushort> VectorTableLookup(Vector<ushort> data, Vector<ushort> indices) { throw new
PlatformNotSupportedException
(); }
10674
public static Vector<uint> VectorTableLookup(Vector<uint> data, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
10680
public static Vector<ulong> VectorTableLookup(Vector<ulong> data, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
10691
public static Vector<byte> Xor(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
10699
public static Vector<short> Xor(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
10707
public static Vector<int> Xor(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
10715
public static Vector<long> Xor(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
10723
public static Vector<sbyte> Xor(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
10731
public static Vector<ushort> Xor(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
10739
public static Vector<uint> Xor(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
10747
public static Vector<ulong> Xor(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
10756
public static Vector<byte> XorAcross(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
10762
public static Vector<short> XorAcross(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
10768
public static Vector<int> XorAcross(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
10774
public static Vector<long> XorAcross(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
10780
public static Vector<sbyte> XorAcross(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
10786
public static Vector<ushort> XorAcross(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
10792
public static Vector<uint> XorAcross(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
10798
public static Vector<ulong> XorAcross(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
10809
public static Vector<uint> ZeroExtend16(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
10817
public static Vector<ulong> ZeroExtend16(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
10828
public static Vector<ulong> ZeroExtend32(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
10839
public static Vector<ushort> ZeroExtend8(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
10847
public static Vector<uint> ZeroExtend8(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
10855
public static Vector<ulong> ZeroExtend8(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
10864
public static Vector<ushort> ZeroExtendWideningLower(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
10870
public static Vector<uint> ZeroExtendWideningLower(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
10876
public static Vector<ulong> ZeroExtendWideningLower(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
10885
public static Vector<ushort> ZeroExtendWideningUpper(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
10891
public static Vector<uint> ZeroExtendWideningUpper(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
10897
public static Vector<ulong> ZeroExtendWideningUpper(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
10906
public static Vector<byte> ZipHigh(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
10912
public static Vector<double> ZipHigh(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
10918
public static Vector<short> ZipHigh(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
10924
public static Vector<int> ZipHigh(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
10930
public static Vector<long> ZipHigh(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
10936
public static Vector<sbyte> ZipHigh(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
10942
public static Vector<float> ZipHigh(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
10948
public static Vector<ushort> ZipHigh(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
10954
public static Vector<uint> ZipHigh(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
10960
public static Vector<ulong> ZipHigh(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
10969
public static Vector<byte> ZipLow(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
10975
public static Vector<double> ZipLow(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
10981
public static Vector<short> ZipLow(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
10987
public static Vector<int> ZipLow(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
10993
public static Vector<long> ZipLow(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
10999
public static Vector<sbyte> ZipLow(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
11005
public static Vector<float> ZipLow(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
11011
public static Vector<ushort> ZipLow(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
11017
public static Vector<uint> ZipLow(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
11023
public static Vector<ulong> ZipLow(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Sve2.PlatformNotSupported.cs (393)
37
public static Vector<byte> AbsoluteDifferenceAdd(Vector<byte> addend, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
43
public static Vector<short> AbsoluteDifferenceAdd(Vector<short> addend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
49
public static Vector<int> AbsoluteDifferenceAdd(Vector<int> addend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
55
public static Vector<long> AbsoluteDifferenceAdd(Vector<long> addend, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
61
public static Vector<sbyte> AbsoluteDifferenceAdd(Vector<sbyte> addend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
67
public static Vector<ushort> AbsoluteDifferenceAdd(Vector<ushort> addend, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
73
public static Vector<uint> AbsoluteDifferenceAdd(Vector<uint> addend, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
79
public static Vector<ulong> AbsoluteDifferenceAdd(Vector<ulong> addend, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
87
public static Vector<short> AbsoluteDifferenceWideningLowerAndAddEven(Vector<short> addend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
93
public static Vector<int> AbsoluteDifferenceWideningLowerAndAddEven(Vector<int> addend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
99
public static Vector<long> AbsoluteDifferenceWideningLowerAndAddEven(Vector<long> addend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
105
public static Vector<ushort> AbsoluteDifferenceWideningLowerAndAddEven(Vector<ushort> addend, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
111
public static Vector<uint> AbsoluteDifferenceWideningLowerAndAddEven(Vector<uint> addend, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
117
public static Vector<ulong> AbsoluteDifferenceWideningLowerAndAddEven(Vector<ulong> addend, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
125
public static Vector<short> AbsoluteDifferenceWideningLowerAndAddOdd(Vector<short> addend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
131
public static Vector<int> AbsoluteDifferenceWideningLowerAndAddOdd(Vector<int> addend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
137
public static Vector<long> AbsoluteDifferenceWideningLowerAndAddOdd(Vector<long> addend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
143
public static Vector<ushort> AbsoluteDifferenceWideningLowerAndAddOdd(Vector<ushort> addend, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
149
public static Vector<uint> AbsoluteDifferenceWideningLowerAndAddOdd(Vector<uint> addend, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
155
public static Vector<ulong> AbsoluteDifferenceWideningLowerAndAddOdd(Vector<ulong> addend, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
163
public static Vector<short> AbsoluteDifferenceWideningEven(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
169
public static Vector<int> AbsoluteDifferenceWideningEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
175
public static Vector<long> AbsoluteDifferenceWideningEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
181
public static Vector<ushort> AbsoluteDifferenceWideningEven(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
187
public static Vector<uint> AbsoluteDifferenceWideningEven(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
193
public static Vector<ulong> AbsoluteDifferenceWideningEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
201
public static Vector<short> AbsoluteDifferenceWideningOdd(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
207
public static Vector<int> AbsoluteDifferenceWideningOdd(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
213
public static Vector<long> AbsoluteDifferenceWideningOdd(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
219
public static Vector<ushort> AbsoluteDifferenceWideningOdd(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
225
public static Vector<uint> AbsoluteDifferenceWideningOdd(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
231
public static Vector<ulong> AbsoluteDifferenceWideningOdd(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
239
public static unsafe Vector<uint> AddCarryWideningEven(Vector<uint> op1, Vector<uint> op2, Vector<uint> op3) { throw new
PlatformNotSupportedException
(); }
245
public static unsafe Vector<ulong> AddCarryWideningEven(Vector<ulong> op1, Vector<ulong> op2, Vector<ulong> op3) { throw new
PlatformNotSupportedException
(); }
253
public static unsafe Vector<uint> AddCarryWideningOdd(Vector<uint> op1, Vector<uint> op2, Vector<uint> op3) { throw new
PlatformNotSupportedException
(); }
259
public static unsafe Vector<ulong> AddCarryWideningOdd(Vector<ulong> op1, Vector<ulong> op2, Vector<ulong> op3) { throw new
PlatformNotSupportedException
(); }
267
public static Vector<byte> AddHighNarrowingEven(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
273
public static Vector<short> AddHighNarrowingEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
279
public static Vector<int> AddHighNarrowingEven(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
285
public static Vector<sbyte> AddHighNarrowingEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
291
public static Vector<ushort> AddHighNarrowingEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
297
public static Vector<uint> AddHighNarrowingEven(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
305
public static unsafe Vector<byte> AddHighNarrowingOdd(Vector<byte> even, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
311
public static unsafe Vector<short> AddHighNarrowingOdd(Vector<short> even, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
317
public static unsafe Vector<int> AddHighNarrowingOdd(Vector<int> even, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
323
public static unsafe Vector<sbyte> AddHighNarrowingOdd(Vector<sbyte> even, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
329
public static unsafe Vector<ushort> AddHighNarrowingOdd(Vector<ushort> even, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
335
public static unsafe Vector<uint> AddHighNarrowingOdd(Vector<uint> even, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
346
public static Vector<byte> AddPairwise(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
354
public static Vector<double> AddPairwise(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
362
public static Vector<short> AddPairwise(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
370
public static Vector<int> AddPairwise(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
378
public static Vector<long> AddPairwise(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
386
public static Vector<sbyte> AddPairwise(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
394
public static Vector<float> AddPairwise(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
402
public static Vector<ushort> AddPairwise(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
410
public static Vector<uint> AddPairwise(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
418
public static Vector<ulong> AddPairwise(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
429
public static Vector<short> AddPairwiseWidening(Vector<short> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
438
public static Vector<int> AddPairwiseWidening(Vector<int> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
447
public static Vector<long> AddPairwiseWidening(Vector<long> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
456
public static Vector<ushort> AddPairwiseWidening(Vector<ushort> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
465
public static Vector<uint> AddPairwiseWidening(Vector<uint> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
474
public static Vector<ulong> AddPairwiseWidening(Vector<ulong> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
486
public static new Vector<byte> AddSaturate(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
496
public static new Vector<short> AddSaturate(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
506
public static new Vector<int> AddSaturate(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
516
public static new Vector<long> AddSaturate(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
526
public static new Vector<sbyte> AddSaturate(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
536
public static new Vector<ushort> AddSaturate(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
546
public static new Vector<uint> AddSaturate(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
556
public static new Vector<ulong> AddSaturate(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
567
public static Vector<byte> AddSaturateWithSignedAddend(Vector<byte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
576
public static Vector<ushort> AddSaturateWithSignedAddend(Vector<ushort> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
585
public static Vector<uint> AddSaturateWithSignedAddend(Vector<uint> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
594
public static Vector<ulong> AddSaturateWithSignedAddend(Vector<ulong> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
605
public static Vector<sbyte> AddSaturateWithUnsignedAddend(Vector<sbyte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
614
public static Vector<short> AddSaturateWithUnsignedAddend(Vector<short> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
623
public static Vector<int> AddSaturateWithUnsignedAddend(Vector<int> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
632
public static Vector<long> AddSaturateWithUnsignedAddend(Vector<long> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
640
public static Vector<short> AddWideLower(Vector<short> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
646
public static Vector<int> AddWideLower(Vector<int> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
652
public static Vector<long> AddWideLower(Vector<long> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
658
public static Vector<ushort> AddWideLower(Vector<ushort> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
664
public static Vector<uint> AddWideLower(Vector<uint> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
670
public static Vector<ulong> AddWideLower(Vector<ulong> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
678
public static Vector<short> AddWideUpper(Vector<short> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
684
public static Vector<int> AddWideUpper(Vector<int> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
690
public static Vector<long> AddWideUpper(Vector<long> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
696
public static Vector<ushort> AddWideUpper(Vector<ushort> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
702
public static Vector<uint> AddWideUpper(Vector<uint> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
708
public static Vector<ulong> AddWideUpper(Vector<ulong> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
716
public static Vector<short> AddWideningLower(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
722
public static Vector<int> AddWideningLower(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
728
public static Vector<long> AddWideningLower(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
734
public static Vector<ushort> AddWideningLower(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
740
public static Vector<uint> AddWideningLower(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
746
public static Vector<ulong> AddWideningLower(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
754
public static Vector<short> AddWideningLowerUpper(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
760
public static Vector<int> AddWideningLowerUpper(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
766
public static Vector<long> AddWideningLowerUpper(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
774
public static Vector<short> AddWideningUpper(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
780
public static Vector<int> AddWideningUpper(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
786
public static Vector<long> AddWideningUpper(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
792
public static Vector<ushort> AddWideningUpper(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
798
public static Vector<uint> AddWideningUpper(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
804
public static Vector<ulong> AddWideningUpper(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
812
public static Vector<byte> BitwiseClearXor(Vector<byte> xor, Vector<byte> value, Vector<byte> mask) { throw new
PlatformNotSupportedException
(); }
818
public static Vector<short> BitwiseClearXor(Vector<short> xor, Vector<short> value, Vector<short> mask) { throw new
PlatformNotSupportedException
(); }
824
public static Vector<int> BitwiseClearXor(Vector<int> xor, Vector<int> value, Vector<int> mask) { throw new
PlatformNotSupportedException
(); }
830
public static Vector<long> BitwiseClearXor(Vector<long> xor, Vector<long> value, Vector<long> mask) { throw new
PlatformNotSupportedException
(); }
836
public static Vector<sbyte> BitwiseClearXor(Vector<sbyte> xor, Vector<sbyte> value, Vector<sbyte> mask) { throw new
PlatformNotSupportedException
(); }
842
public static Vector<ushort> BitwiseClearXor(Vector<ushort> xor, Vector<ushort> value, Vector<ushort> mask) { throw new
PlatformNotSupportedException
(); }
848
public static Vector<uint> BitwiseClearXor(Vector<uint> xor, Vector<uint> value, Vector<uint> mask) { throw new
PlatformNotSupportedException
(); }
854
public static Vector<ulong> BitwiseClearXor(Vector<ulong> xor, Vector<ulong> value, Vector<ulong> mask) { throw new
PlatformNotSupportedException
(); }
863
public static Vector<byte> BitwiseSelect(Vector<byte> select, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
869
public static Vector<short> BitwiseSelect(Vector<short> select, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
875
public static Vector<int> BitwiseSelect(Vector<int> select, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
881
public static Vector<long> BitwiseSelect(Vector<long> select, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
887
public static Vector<sbyte> BitwiseSelect(Vector<sbyte> select, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
893
public static Vector<ushort> BitwiseSelect(Vector<ushort> select, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
899
public static Vector<uint> BitwiseSelect(Vector<uint> select, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
905
public static Vector<ulong> BitwiseSelect(Vector<ulong> select, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
914
public static Vector<byte> BitwiseSelectLeftInverted(Vector<byte> select, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
920
public static Vector<short> BitwiseSelectLeftInverted(Vector<short> select, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
926
public static Vector<int> BitwiseSelectLeftInverted(Vector<int> select, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
932
public static Vector<long> BitwiseSelectLeftInverted(Vector<long> select, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
938
public static Vector<sbyte> BitwiseSelectLeftInverted(Vector<sbyte> select, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
944
public static Vector<ushort> BitwiseSelectLeftInverted(Vector<ushort> select, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
950
public static Vector<uint> BitwiseSelectLeftInverted(Vector<uint> select, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
956
public static Vector<ulong> BitwiseSelectLeftInverted(Vector<ulong> select, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
965
public static Vector<byte> BitwiseSelectRightInverted(Vector<byte> select, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
971
public static Vector<short> BitwiseSelectRightInverted(Vector<short> select, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
977
public static Vector<int> BitwiseSelectRightInverted(Vector<int> select, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
983
public static Vector<long> BitwiseSelectRightInverted(Vector<long> select, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
989
public static Vector<sbyte> BitwiseSelectRightInverted(Vector<sbyte> select, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
995
public static Vector<ushort> BitwiseSelectRightInverted(Vector<ushort> select, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
1001
public static Vector<uint> BitwiseSelectRightInverted(Vector<uint> select, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
1007
public static Vector<ulong> BitwiseSelectRightInverted(Vector<ulong> select, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1015
public static Vector<byte> InterleavingXorEvenOdd(Vector<byte> odd, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
1021
public static Vector<short> InterleavingXorEvenOdd(Vector<short> odd, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
1027
public static Vector<int> InterleavingXorEvenOdd(Vector<int> odd, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
1033
public static Vector<long> InterleavingXorEvenOdd(Vector<long> odd, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1039
public static Vector<sbyte> InterleavingXorEvenOdd(Vector<sbyte> odd, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
1045
public static Vector<ushort> InterleavingXorEvenOdd(Vector<ushort> odd, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
1051
public static Vector<uint> InterleavingXorEvenOdd(Vector<uint> odd, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
1057
public static Vector<ulong> InterleavingXorEvenOdd(Vector<ulong> odd, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1063
public static Vector<byte> InterleavingXorOddEven(Vector<byte> even, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
1069
public static Vector<short> InterleavingXorOddEven(Vector<short> even, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
1075
public static Vector<int> InterleavingXorOddEven(Vector<int> even, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
1081
public static Vector<long> InterleavingXorOddEven(Vector<long> even, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1087
public static Vector<sbyte> InterleavingXorOddEven(Vector<sbyte> even, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
1093
public static Vector<ushort> InterleavingXorOddEven(Vector<ushort> even, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
1099
public static Vector<uint> InterleavingXorOddEven(Vector<uint> even, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
1105
public static Vector<ulong> InterleavingXorOddEven(Vector<ulong> even, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1114
public static Vector<short> ShiftArithmeticRounded(Vector<short> value, Vector<short> count) { throw new
PlatformNotSupportedException
(); }
1120
public static Vector<int> ShiftArithmeticRounded(Vector<int> value, Vector<int> count) { throw new
PlatformNotSupportedException
(); }
1126
public static Vector<long> ShiftArithmeticRounded(Vector<long> value, Vector<long> count) { throw new
PlatformNotSupportedException
(); }
1132
public static Vector<sbyte> ShiftArithmeticRounded(Vector<sbyte> value, Vector<sbyte> count) { throw new
PlatformNotSupportedException
(); }
1141
public static Vector<short> ShiftArithmeticRoundedSaturate(Vector<short> value, Vector<short> count) { throw new
PlatformNotSupportedException
(); }
1147
public static Vector<int> ShiftArithmeticRoundedSaturate(Vector<int> value, Vector<int> count) { throw new
PlatformNotSupportedException
(); }
1153
public static Vector<long> ShiftArithmeticRoundedSaturate(Vector<long> value, Vector<long> count) { throw new
PlatformNotSupportedException
(); }
1159
public static Vector<sbyte> ShiftArithmeticRoundedSaturate(Vector<sbyte> value, Vector<sbyte> count) { throw new
PlatformNotSupportedException
(); }
1168
public static Vector<short> ShiftArithmeticSaturate(Vector<short> value, Vector<short> count) { throw new
PlatformNotSupportedException
(); }
1174
public static Vector<int> ShiftArithmeticSaturate(Vector<int> value, Vector<int> count) { throw new
PlatformNotSupportedException
(); }
1180
public static Vector<long> ShiftArithmeticSaturate(Vector<long> value, Vector<long> count) { throw new
PlatformNotSupportedException
(); }
1186
public static Vector<sbyte> ShiftArithmeticSaturate(Vector<sbyte> value, Vector<sbyte> count) { throw new
PlatformNotSupportedException
(); }
1195
public static Vector<byte> ShiftLeftAndInsert(Vector<byte> left, Vector<byte> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
1201
public static Vector<short> ShiftLeftAndInsert(Vector<short> left, Vector<short> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
1207
public static Vector<int> ShiftLeftAndInsert(Vector<int> left, Vector<int> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
1213
public static Vector<long> ShiftLeftAndInsert(Vector<long> left, Vector<long> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
1219
public static Vector<sbyte> ShiftLeftAndInsert(Vector<sbyte> left, Vector<sbyte> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
1225
public static Vector<ushort> ShiftLeftAndInsert(Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
1231
public static Vector<uint> ShiftLeftAndInsert(Vector<uint> left, Vector<uint> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
1237
public static Vector<ulong> ShiftLeftAndInsert(Vector<ulong> left, Vector<ulong> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
1246
public static Vector<byte> ShiftLeftLogicalSaturate(Vector<byte> value, Vector<sbyte> count) { throw new
PlatformNotSupportedException
(); }
1252
public static Vector<ushort> ShiftLeftLogicalSaturate(Vector<ushort> value, Vector<short> count) { throw new
PlatformNotSupportedException
(); }
1258
public static Vector<uint> ShiftLeftLogicalSaturate(Vector<uint> value, Vector<int> count) { throw new
PlatformNotSupportedException
(); }
1264
public static Vector<ulong> ShiftLeftLogicalSaturate(Vector<ulong> value, Vector<long> count) { throw new
PlatformNotSupportedException
(); }
1273
public static Vector<byte> ShiftLeftLogicalSaturateUnsigned(Vector<sbyte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1279
public static Vector<ushort> ShiftLeftLogicalSaturateUnsigned(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1285
public static Vector<uint> ShiftLeftLogicalSaturateUnsigned(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1291
public static Vector<ulong> ShiftLeftLogicalSaturateUnsigned(Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1300
public static Vector<short> ShiftLeftLogicalWideningEven(Vector<sbyte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1306
public static Vector<int> ShiftLeftLogicalWideningEven(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1312
public static Vector<long> ShiftLeftLogicalWideningEven(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1318
public static Vector<ushort> ShiftLeftLogicalWideningEven(Vector<byte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1324
public static Vector<uint> ShiftLeftLogicalWideningEven(Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1330
public static Vector<ulong> ShiftLeftLogicalWideningEven(Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1339
public static Vector<short> ShiftLeftLogicalWideningOdd(Vector<sbyte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1345
public static Vector<int> ShiftLeftLogicalWideningOdd(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1351
public static Vector<long> ShiftLeftLogicalWideningOdd(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1357
public static Vector<ushort> ShiftLeftLogicalWideningOdd(Vector<byte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1363
public static Vector<uint> ShiftLeftLogicalWideningOdd(Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1369
public static Vector<ulong> ShiftLeftLogicalWideningOdd(Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1378
public static Vector<byte> ShiftLogicalRounded(Vector<byte> value, Vector<sbyte> count) { throw new
PlatformNotSupportedException
(); }
1384
public static Vector<ushort> ShiftLogicalRounded(Vector<ushort> value, Vector<short> count) { throw new
PlatformNotSupportedException
(); }
1390
public static Vector<uint> ShiftLogicalRounded(Vector<uint> value, Vector<int> count) { throw new
PlatformNotSupportedException
(); }
1396
public static Vector<ulong> ShiftLogicalRounded(Vector<ulong> value, Vector<long> count) { throw new
PlatformNotSupportedException
(); }
1405
public static Vector<byte> ShiftLogicalRoundedSaturate(Vector<byte> value, Vector<sbyte> count) { throw new
PlatformNotSupportedException
(); }
1411
public static Vector<ushort> ShiftLogicalRoundedSaturate(Vector<ushort> value, Vector<short> count) { throw new
PlatformNotSupportedException
(); }
1417
public static Vector<uint> ShiftLogicalRoundedSaturate(Vector<uint> value, Vector<int> count) { throw new
PlatformNotSupportedException
(); }
1423
public static Vector<ulong> ShiftLogicalRoundedSaturate(Vector<ulong> value, Vector<long> count) { throw new
PlatformNotSupportedException
(); }
1432
public static Vector<byte> ShiftRightAndInsert(Vector<byte> left, Vector<byte> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
1438
public static Vector<short> ShiftRightAndInsert(Vector<short> left, Vector<short> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
1444
public static Vector<int> ShiftRightAndInsert(Vector<int> left, Vector<int> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
1450
public static Vector<long> ShiftRightAndInsert(Vector<long> left, Vector<long> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
1456
public static Vector<sbyte> ShiftRightAndInsert(Vector<sbyte> left, Vector<sbyte> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
1462
public static Vector<ushort> ShiftRightAndInsert(Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
1468
public static Vector<uint> ShiftRightAndInsert(Vector<uint> left, Vector<uint> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
1474
public static Vector<ulong> ShiftRightAndInsert(Vector<ulong> left, Vector<ulong> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
1483
public static Vector<short> ShiftRightArithmeticAdd(Vector<short> addend, Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1489
public static Vector<int> ShiftRightArithmeticAdd(Vector<int> addend, Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1495
public static Vector<long> ShiftRightArithmeticAdd(Vector<long> addend, Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1501
public static Vector<sbyte> ShiftRightArithmeticAdd(Vector<sbyte> addend, Vector<sbyte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1510
public static Vector<byte> ShiftRightArithmeticNarrowingSaturateEven(Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1516
public static Vector<short> ShiftRightArithmeticNarrowingSaturateEven(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1522
public static Vector<int> ShiftRightArithmeticNarrowingSaturateEven(Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1528
public static Vector<sbyte> ShiftRightArithmeticNarrowingSaturateEven(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1534
public static Vector<ushort> ShiftRightArithmeticNarrowingSaturateEven(Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1540
public static Vector<uint> ShiftRightArithmeticNarrowingSaturateEven(Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1549
public static Vector<byte> ShiftRightArithmeticNarrowingSaturateOdd(Vector<byte> even, Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1555
public static Vector<short> ShiftRightArithmeticNarrowingSaturateOdd(Vector<short> even, Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1561
public static Vector<int> ShiftRightArithmeticNarrowingSaturateOdd(Vector<int> even, Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1567
public static Vector<sbyte> ShiftRightArithmeticNarrowingSaturateOdd(Vector<sbyte> even, Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1573
public static Vector<ushort> ShiftRightArithmeticNarrowingSaturateOdd(Vector<ushort> even, Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1579
public static Vector<uint> ShiftRightArithmeticNarrowingSaturateOdd(Vector<uint> even, Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1588
public static Vector<byte> ShiftRightArithmeticNarrowingSaturateUnsignedEven(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1594
public static Vector<ushort> ShiftRightArithmeticNarrowingSaturateUnsignedEven(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1600
public static Vector<uint> ShiftRightArithmeticNarrowingSaturateUnsignedEven(Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1609
public static Vector<byte> ShiftRightArithmeticNarrowingSaturateUnsignedOdd(Vector<byte> even, Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1615
public static Vector<ushort> ShiftRightArithmeticNarrowingSaturateUnsignedOdd(Vector<ushort> even, Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1621
public static Vector<uint> ShiftRightArithmeticNarrowingSaturateUnsignedOdd(Vector<uint> even, Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1630
public static Vector<short> ShiftRightArithmeticRounded(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1636
public static Vector<int> ShiftRightArithmeticRounded(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1642
public static Vector<long> ShiftRightArithmeticRounded(Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1648
public static Vector<sbyte> ShiftRightArithmeticRounded(Vector<sbyte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1657
public static Vector<short> ShiftRightArithmeticRoundedAdd(Vector<short> addend, Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1663
public static Vector<int> ShiftRightArithmeticRoundedAdd(Vector<int> addend, Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1669
public static Vector<long> ShiftRightArithmeticRoundedAdd(Vector<long> addend, Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1675
public static Vector<sbyte> ShiftRightArithmeticRoundedAdd(Vector<sbyte> addend, Vector<sbyte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1684
public static Vector<short> ShiftRightArithmeticRoundedNarrowingSaturateEven(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1690
public static Vector<int> ShiftRightArithmeticRoundedNarrowingSaturateEven(Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1696
public static Vector<sbyte> ShiftRightArithmeticRoundedNarrowingSaturateEven(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1705
public static Vector<short> ShiftRightArithmeticRoundedNarrowingSaturateOdd(Vector<short> even, Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1711
public static Vector<int> ShiftRightArithmeticRoundedNarrowingSaturateOdd(Vector<int> even, Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1717
public static Vector<sbyte> ShiftRightArithmeticRoundedNarrowingSaturateOdd(Vector<sbyte> even, Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1726
public static Vector<byte> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedEven(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1732
public static Vector<ushort> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedEven(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1738
public static Vector<uint> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedEven(Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1747
public static Vector<byte> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedOdd(Vector<byte> even, Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1753
public static Vector<ushort> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedOdd(Vector<ushort> even, Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1759
public static Vector<uint> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedOdd(Vector<uint> even, Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1768
public static Vector<byte> ShiftRightLogicalAdd(Vector<byte> addend, Vector<byte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1774
public static Vector<ushort> ShiftRightLogicalAdd(Vector<ushort> addend, Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1780
public static Vector<uint> ShiftRightLogicalAdd(Vector<uint> addend, Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1786
public static Vector<ulong> ShiftRightLogicalAdd(Vector<ulong> addend, Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1795
public static Vector<byte> ShiftRightLogicalNarrowingEven(Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1801
public static Vector<short> ShiftRightLogicalNarrowingEven(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1807
public static Vector<int> ShiftRightLogicalNarrowingEven(Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1813
public static Vector<sbyte> ShiftRightLogicalNarrowingEven(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1819
public static Vector<ushort> ShiftRightLogicalNarrowingEven(Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1825
public static Vector<uint> ShiftRightLogicalNarrowingEven(Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1834
public static Vector<byte> ShiftRightLogicalNarrowingOdd(Vector<byte> even, Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1840
public static Vector<short> ShiftRightLogicalNarrowingOdd(Vector<short> even, Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1846
public static Vector<int> ShiftRightLogicalNarrowingOdd(Vector<int> even, Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1852
public static Vector<sbyte> ShiftRightLogicalNarrowingOdd(Vector<sbyte> even, Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1858
public static Vector<ushort> ShiftRightLogicalNarrowingOdd(Vector<ushort> even, Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1864
public static Vector<uint> ShiftRightLogicalNarrowingOdd(Vector<uint> even, Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1873
public static Vector<byte> ShiftRightLogicalRounded(Vector<byte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1879
public static Vector<ushort> ShiftRightLogicalRounded(Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1885
public static Vector<uint> ShiftRightLogicalRounded(Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1891
public static Vector<ulong> ShiftRightLogicalRounded(Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1900
public static Vector<byte> ShiftRightLogicalRoundedAdd(Vector<byte> addend, Vector<byte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1906
public static Vector<ushort> ShiftRightLogicalRoundedAdd(Vector<ushort> addend, Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1912
public static Vector<uint> ShiftRightLogicalRoundedAdd(Vector<uint> addend, Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1918
public static Vector<ulong> ShiftRightLogicalRoundedAdd(Vector<ulong> addend, Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1927
public static Vector<byte> ShiftRightLogicalRoundedNarrowingEven(Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1933
public static Vector<short> ShiftRightLogicalRoundedNarrowingEven(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1939
public static Vector<int> ShiftRightLogicalRoundedNarrowingEven(Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1945
public static Vector<sbyte> ShiftRightLogicalRoundedNarrowingEven(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1951
public static Vector<ushort> ShiftRightLogicalRoundedNarrowingEven(Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1957
public static Vector<uint> ShiftRightLogicalRoundedNarrowingEven(Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1966
public static Vector<byte> ShiftRightLogicalRoundedNarrowingOdd(Vector<byte> even, Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1972
public static Vector<short> ShiftRightLogicalRoundedNarrowingOdd(Vector<short> even, Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1978
public static Vector<int> ShiftRightLogicalRoundedNarrowingOdd(Vector<int> even, Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1984
public static Vector<sbyte> ShiftRightLogicalRoundedNarrowingOdd(Vector<sbyte> even, Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1990
public static Vector<ushort> ShiftRightLogicalRoundedNarrowingOdd(Vector<ushort> even, Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
1996
public static Vector<uint> ShiftRightLogicalRoundedNarrowingOdd(Vector<uint> even, Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
2005
public static Vector<byte> ShiftRightLogicalRoundedNarrowingSaturateEven(Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
2011
public static Vector<ushort> ShiftRightLogicalRoundedNarrowingSaturateEven(Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
2017
public static Vector<uint> ShiftRightLogicalRoundedNarrowingSaturateEven(Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
2026
public static Vector<byte> ShiftRightLogicalRoundedNarrowingSaturateOdd(Vector<byte> even, Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
2032
public static Vector<ushort> ShiftRightLogicalRoundedNarrowingSaturateOdd(Vector<ushort> even, Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
2038
public static Vector<uint> ShiftRightLogicalRoundedNarrowingSaturateOdd(Vector<uint> even, Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
2047
public static Vector<byte> SubtractHighNarrowingEven(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2053
public static Vector<short> SubtractHighNarrowingEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2059
public static Vector<int> SubtractHighNarrowingEven(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
2065
public static Vector<sbyte> SubtractHighNarrowingEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2071
public static Vector<ushort> SubtractHighNarrowingEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
2077
public static Vector<uint> SubtractHighNarrowingEven(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
2086
public static Vector<byte> SubtractHighNarrowingOdd(Vector<byte> even, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2092
public static Vector<short> SubtractHighNarrowingOdd(Vector<short> even, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2098
public static Vector<int> SubtractHighNarrowingOdd(Vector<int> even, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
2104
public static Vector<sbyte> SubtractHighNarrowingOdd(Vector<sbyte> even, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2110
public static Vector<ushort> SubtractHighNarrowingOdd(Vector<ushort> even, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
2116
public static Vector<uint> SubtractHighNarrowingOdd(Vector<uint> even, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
2130
public static new Vector<byte> SubtractSaturate(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
2141
public static new Vector<short> SubtractSaturate(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2152
public static new Vector<int> SubtractSaturate(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2163
public static new Vector<long> SubtractSaturate(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
2174
public static new Vector<sbyte> SubtractSaturate(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2185
public static new Vector<ushort> SubtractSaturate(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2196
public static new Vector<uint> SubtractSaturate(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
2207
public static new Vector<ulong> SubtractSaturate(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
2221
public static Vector<byte> SubtractSaturateReversed(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
2232
public static Vector<short> SubtractSaturateReversed(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2243
public static Vector<int> SubtractSaturateReversed(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2254
public static Vector<long> SubtractSaturateReversed(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
2265
public static Vector<sbyte> SubtractSaturateReversed(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2276
public static Vector<ushort> SubtractSaturateReversed(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2287
public static Vector<uint> SubtractSaturateReversed(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
2298
public static Vector<ulong> SubtractSaturateReversed(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
2307
public static Vector<short> SubtractWideningEven(Vector<short> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2313
public static Vector<int> SubtractWideningEven(Vector<int> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2319
public static Vector<long> SubtractWideningEven(Vector<long> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2325
public static Vector<ushort> SubtractWideningEven(Vector<ushort> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
2331
public static Vector<uint> SubtractWideningEven(Vector<uint> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2337
public static Vector<ulong> SubtractWideningEven(Vector<ulong> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
2346
public static Vector<short> SubtractWideningEven(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2352
public static Vector<int> SubtractWideningEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2358
public static Vector<long> SubtractWideningEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2364
public static Vector<ushort> SubtractWideningEven(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
2370
public static Vector<uint> SubtractWideningEven(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2376
public static Vector<ulong> SubtractWideningEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
2385
public static Vector<short> SubtractWideningEvenOdd(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2391
public static Vector<int> SubtractWideningEvenOdd(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2397
public static Vector<long> SubtractWideningEvenOdd(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2406
public static Vector<short> SubtractWideningOdd(Vector<short> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2412
public static Vector<int> SubtractWideningOdd(Vector<int> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2418
public static Vector<long> SubtractWideningOdd(Vector<long> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2424
public static Vector<ushort> SubtractWideningOdd(Vector<ushort> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
2430
public static Vector<uint> SubtractWideningOdd(Vector<uint> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2436
public static Vector<ulong> SubtractWideningOdd(Vector<ulong> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
2445
public static Vector<short> SubtractWideningOdd(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2451
public static Vector<int> SubtractWideningOdd(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2457
public static Vector<long> SubtractWideningOdd(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2463
public static Vector<ushort> SubtractWideningOdd(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
2469
public static Vector<uint> SubtractWideningOdd(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2475
public static Vector<ulong> SubtractWideningOdd(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
2484
public static Vector<short> SubtractWideningOddEven(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2490
public static Vector<int> SubtractWideningOddEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2496
public static Vector<long> SubtractWideningOddEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2505
public static Vector<uint> SubtractWithBorrowWideningLower(Vector<uint> op1, Vector<uint> op2, Vector<uint> op3) { throw new
PlatformNotSupportedException
(); }
2511
public static Vector<ulong> SubtractWithBorrowWideningLower(Vector<ulong> op1, Vector<ulong> op2, Vector<ulong> op3) { throw new
PlatformNotSupportedException
(); }
2520
public static Vector<uint> SubtractWithBorrowWideningUpper(Vector<uint> op1, Vector<uint> op2, Vector<uint> op3) { throw new
PlatformNotSupportedException
(); }
2526
public static Vector<ulong> SubtractWithBorrowWideningUpper(Vector<ulong> op1, Vector<ulong> op2, Vector<ulong> op3) { throw new
PlatformNotSupportedException
(); }
2535
public static unsafe Vector<byte> VectorTableLookup((Vector<byte> data1, Vector<byte> data2) table, Vector<byte> indices) { throw new
PlatformNotSupportedException
(); }
2541
public static unsafe Vector<ushort> VectorTableLookup((Vector<ushort> data1, Vector<ushort> data2) table, Vector<ushort> indices) { throw new
PlatformNotSupportedException
(); }
2547
public static unsafe Vector<uint> VectorTableLookup((Vector<uint> data1, Vector<uint> data2) table, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
2553
public static unsafe Vector<ulong> VectorTableLookup((Vector<ulong> data1, Vector<ulong> data2) table, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2559
public static unsafe Vector<float> VectorTableLookup((Vector<float> data1, Vector<float> data2) table, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
2565
public static unsafe Vector<double> VectorTableLookup((Vector<double> data1, Vector<double> data2) table, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2571
public static unsafe Vector<sbyte> VectorTableLookup((Vector<sbyte> data1, Vector<sbyte> data2) table, Vector<byte> indices) { throw new
PlatformNotSupportedException
(); }
2577
public static unsafe Vector<short> VectorTableLookup((Vector<short> data1, Vector<short> data2) table, Vector<ushort> indices) { throw new
PlatformNotSupportedException
(); }
2583
public static unsafe Vector<int> VectorTableLookup((Vector<int> data1, Vector<int> data2) table, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
2589
public static unsafe Vector<long> VectorTableLookup((Vector<long> data1, Vector<long> data2) table, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2598
public static unsafe Vector<byte> VectorTableLookupExtension(Vector<byte> defaultValues, Vector<byte> data, Vector<byte> indices) { throw new
PlatformNotSupportedException
(); }
2604
public static unsafe Vector<ushort> VectorTableLookupExtension(Vector<ushort> defaultValues, Vector<ushort> data, Vector<ushort> indices) { throw new
PlatformNotSupportedException
(); }
2610
public static unsafe Vector<uint> VectorTableLookupExtension(Vector<uint> defaultValues, Vector<uint> data, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
2616
public static unsafe Vector<ulong> VectorTableLookupExtension(Vector<ulong> defaultValues, Vector<ulong> data, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2622
public static unsafe Vector<float> VectorTableLookupExtension(Vector<float> defaultValues, Vector<float> data, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
2628
public static unsafe Vector<double> VectorTableLookupExtension(Vector<double> defaultValues, Vector<double> data, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2634
public static unsafe Vector<sbyte> VectorTableLookupExtension(Vector<sbyte> defaultValues, Vector<sbyte> data, Vector<byte> indices) { throw new
PlatformNotSupportedException
(); }
2640
public static unsafe Vector<short> VectorTableLookupExtension(Vector<short> defaultValues, Vector<short> data, Vector<ushort> indices) { throw new
PlatformNotSupportedException
(); }
2646
public static unsafe Vector<int> VectorTableLookupExtension(Vector<int> defaultValues, Vector<int> data, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
2652
public static unsafe Vector<long> VectorTableLookupExtension(Vector<long> defaultValues, Vector<long> data, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2661
public static Vector<byte> Xor(Vector<byte> value1, Vector<byte> value2, Vector<byte> value3) { throw new
PlatformNotSupportedException
(); }
2667
public static Vector<short> Xor(Vector<short> value1, Vector<short> value2, Vector<short> value3) { throw new
PlatformNotSupportedException
(); }
2673
public static Vector<int> Xor(Vector<int> value1, Vector<int> value2, Vector<int> value3) { throw new
PlatformNotSupportedException
(); }
2679
public static Vector<long> Xor(Vector<long> value1, Vector<long> value2, Vector<long> value3) { throw new
PlatformNotSupportedException
(); }
2685
public static Vector<sbyte> Xor(Vector<sbyte> value1, Vector<sbyte> value2, Vector<sbyte> value3) { throw new
PlatformNotSupportedException
(); }
2691
public static Vector<ushort> Xor(Vector<ushort> value1, Vector<ushort> value2, Vector<ushort> value3) { throw new
PlatformNotSupportedException
(); }
2697
public static Vector<uint> Xor(Vector<uint> value1, Vector<uint> value2, Vector<uint> value3) { throw new
PlatformNotSupportedException
(); }
2703
public static Vector<ulong> Xor(Vector<ulong> value1, Vector<ulong> value2, Vector<ulong> value3) { throw new
PlatformNotSupportedException
(); }
2712
public static Vector<byte> XorRotateRight(Vector<byte> left, Vector<byte> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
2718
public static Vector<short> XorRotateRight(Vector<short> left, Vector<short> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
2724
public static Vector<int> XorRotateRight(Vector<int> left, Vector<int> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
2730
public static Vector<long> XorRotateRight(Vector<long> left, Vector<long> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
2736
public static Vector<sbyte> XorRotateRight(Vector<sbyte> left, Vector<sbyte> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
2742
public static Vector<ushort> XorRotateRight(Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
2748
public static Vector<uint> XorRotateRight(Vector<uint> left, Vector<uint> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
2754
public static Vector<ulong> XorRotateRight(Vector<ulong> left, Vector<ulong> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Wasm\PackedSimd.PlatformNotSupported.cs (472)
17
public static Vector128<sbyte> Splat(sbyte value) { throw new
PlatformNotSupportedException
(); }
18
public static Vector128<byte> Splat(byte value) { throw new
PlatformNotSupportedException
(); }
19
public static Vector128<short> Splat(short value) { throw new
PlatformNotSupportedException
(); }
20
public static Vector128<ushort> Splat(ushort value) { throw new
PlatformNotSupportedException
(); }
21
public static Vector128<int> Splat(int value) { throw new
PlatformNotSupportedException
(); }
22
public static Vector128<uint> Splat(uint value) { throw new
PlatformNotSupportedException
(); }
23
public static Vector128<long> Splat(long value) { throw new
PlatformNotSupportedException
(); }
24
public static Vector128<ulong> Splat(ulong value) { throw new
PlatformNotSupportedException
(); }
25
public static Vector128<float> Splat(float value) { throw new
PlatformNotSupportedException
(); }
26
public static Vector128<double> Splat(double value) { throw new
PlatformNotSupportedException
(); }
27
public static Vector128<nint> Splat(nint value) { throw new
PlatformNotSupportedException
(); }
28
public static Vector128<nuint> Splat(nuint value) { throw new
PlatformNotSupportedException
(); }
30
public static int ExtractScalar(Vector128<sbyte> value, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
31
public static uint ExtractScalar(Vector128<byte> value, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
32
public static int ExtractScalar(Vector128<short> value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
33
public static uint ExtractScalar(Vector128<ushort> value, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
34
public static int ExtractScalar(Vector128<int> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
35
public static uint ExtractScalar(Vector128<uint> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
36
public static long ExtractScalar(Vector128<long> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
37
public static ulong ExtractScalar(Vector128<ulong> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
38
public static float ExtractScalar(Vector128<float> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
39
public static double ExtractScalar(Vector128<double> value, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
40
public static nint ExtractScalar(Vector128<nint> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
41
public static nuint ExtractScalar(Vector128<nuint> value, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
43
public static Vector128<sbyte> ReplaceScalar(Vector128<sbyte> vector, [ConstantExpected(Max = (byte)(15))] byte imm, int value) { throw new
PlatformNotSupportedException
(); }
44
public static Vector128<byte> ReplaceScalar(Vector128<byte> vector, [ConstantExpected(Max = (byte)(15))] byte imm, uint value) { throw new
PlatformNotSupportedException
(); }
45
public static Vector128<short> ReplaceScalar(Vector128<short> vector, [ConstantExpected(Max = (byte)(7))] byte imm, int value) { throw new
PlatformNotSupportedException
(); }
46
public static Vector128<ushort> ReplaceScalar(Vector128<ushort> vector, [ConstantExpected(Max = (byte)(7))] byte imm, uint value) { throw new
PlatformNotSupportedException
(); }
47
public static Vector128<int> ReplaceScalar(Vector128<int> vector, [ConstantExpected(Max = (byte)(3))] byte imm, int value) { throw new
PlatformNotSupportedException
(); }
48
public static Vector128<int> ReplaceScalar(Vector128<uint> vector, [ConstantExpected(Max = (byte)(3))] byte imm, uint value) { throw new
PlatformNotSupportedException
(); }
49
public static Vector128<long> ReplaceScalar(Vector128<long> vector, [ConstantExpected(Max = (byte)(1))] byte imm, long value) { throw new
PlatformNotSupportedException
(); }
50
public static Vector128<ulong> ReplaceScalar(Vector128<ulong> vector, [ConstantExpected(Max = (byte)(1))] byte imm, ulong value) { throw new
PlatformNotSupportedException
(); }
51
public static Vector128<float> ReplaceScalar(Vector128<float> vector, [ConstantExpected(Max = (byte)(3))] byte imm, float value) { throw new
PlatformNotSupportedException
(); }
52
public static Vector128<double> ReplaceScalar(Vector128<double> vector, [ConstantExpected(Max = (byte)(1))] byte imm, double value) { throw new
PlatformNotSupportedException
(); }
53
public static Vector128<nint> ReplaceScalar(Vector128<nint> vector, [ConstantExpected(Max = (byte)(3))] byte imm, nint value) { throw new
PlatformNotSupportedException
(); }
54
public static Vector128<nuint> ReplaceScalar(Vector128<nuint> vector, [ConstantExpected(Max = (byte)(3))] byte imm, nuint value) { throw new
PlatformNotSupportedException
(); }
56
internal static Vector128<sbyte> Shuffle(Vector128<sbyte> lower, Vector128<sbyte> upper, Vector128<sbyte> indices) { throw new
PlatformNotSupportedException
(); }
57
internal static Vector128<byte> Shuffle(Vector128<byte> lower, Vector128<byte> upper, Vector128<byte> indices) { throw new
PlatformNotSupportedException
(); }
59
public static Vector128<sbyte> Swizzle(Vector128<sbyte> vector, Vector128<sbyte> indices) { throw new
PlatformNotSupportedException
(); }
60
public static Vector128<byte> Swizzle(Vector128<byte> vector, Vector128<byte> indices) { throw new
PlatformNotSupportedException
(); }
62
public static Vector128<sbyte> Add(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
63
public static Vector128<byte> Add(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
64
public static Vector128<short> Add(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
65
public static Vector128<ushort> Add(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
66
public static Vector128<int> Add(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
67
public static Vector128<uint> Add(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
68
public static Vector128<long> Add(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
69
public static Vector128<ulong> Add(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
70
public static Vector128<nint> Add(Vector128<nint> left, Vector128<nint> right) { throw new
PlatformNotSupportedException
(); }
71
public static Vector128<nuint> Add(Vector128<nuint> left, Vector128<nuint> right) { throw new
PlatformNotSupportedException
(); }
73
public static Vector128<sbyte> Subtract(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
74
public static Vector128<byte> Subtract(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
75
public static Vector128<short> Subtract(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
76
public static Vector128<ushort> Subtract(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
77
public static Vector128<int> Subtract(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
78
public static Vector128<uint> Subtract(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
79
public static Vector128<long> Subtract(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
80
public static Vector128<ulong> Subtract(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
81
public static Vector128<nint> Subtract(Vector128<nint> left, Vector128<nint> right) { throw new
PlatformNotSupportedException
(); }
82
public static Vector128<nuint> Subtract(Vector128<nuint> left, Vector128<nuint> right) { throw new
PlatformNotSupportedException
(); }
84
public static Vector128<short> Multiply(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
85
public static Vector128<ushort> Multiply(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
86
public static Vector128<int> Multiply(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
87
public static Vector128<uint> Multiply(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
88
public static Vector128<long> Multiply(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
89
public static Vector128<ulong> Multiply(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
90
public static Vector128<nint> Multiply(Vector128<nint> left, Vector128<nint> right) { throw new
PlatformNotSupportedException
(); }
91
public static Vector128<nuint> Multiply(Vector128<nuint> left, Vector128<nuint> right) { throw new
PlatformNotSupportedException
(); }
93
public static Vector128<int> Dot(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
95
public static Vector128<sbyte> Negate(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
96
public static Vector128<byte> Negate(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
97
public static Vector128<short> Negate(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
98
public static Vector128<ushort> Negate(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
99
public static Vector128<int> Negate(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
100
public static Vector128<uint> Negate(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
101
public static Vector128<long> Negate(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
102
public static Vector128<ulong> Negate(Vector128<ulong> value) { throw new
PlatformNotSupportedException
(); }
103
public static Vector128<nint> Negate(Vector128<nint> value) { throw new
PlatformNotSupportedException
(); }
104
public static Vector128<nuint> Negate(Vector128<nuint> value) { throw new
PlatformNotSupportedException
(); }
108
public static Vector128<short> MultiplyWideningLower(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
109
public static Vector128<ushort> MultiplyWideningLower(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
110
public static Vector128<int> MultiplyWideningLower(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
111
public static Vector128<uint> MultiplyWideningLower(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
112
public static Vector128<long> MultiplyWideningLower(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
113
public static Vector128<ulong> MultiplyWideningLower(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
115
public static Vector128<short> MultiplyWideningUpper(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
116
public static Vector128<ushort> MultiplyWideningUpper(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
117
public static Vector128<int> MultiplyWideningUpper(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
118
public static Vector128<uint> MultiplyWideningUpper(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
119
public static Vector128<long> MultiplyWideningUpper(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
120
public static Vector128<ulong> MultiplyWideningUpper(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
122
public static Vector128<short> AddPairwiseWidening(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
123
public static Vector128<ushort> AddPairwiseWidening(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
124
public static Vector128<int> AddPairwiseWidening(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
125
public static Vector128<uint> AddPairwiseWidening(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
129
public static Vector128<sbyte> AddSaturate(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
130
public static Vector128<byte> AddSaturate(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
131
public static Vector128<short> AddSaturate(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
132
public static Vector128<ushort> AddSaturate(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
134
public static Vector128<sbyte> SubtractSaturate(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
135
public static Vector128<byte> SubtractSaturate(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
136
public static Vector128<short> SubtractSaturate(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
137
public static Vector128<ushort> SubtractSaturate(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
139
public static Vector128<short> MultiplyRoundedSaturateQ15(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
141
public static Vector128<sbyte> Min(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
142
public static Vector128<byte> Min(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
143
public static Vector128<short> Min(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
144
public static Vector128<ushort> Min(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
145
public static Vector128<int> Min(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
146
public static Vector128<uint> Min(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
148
public static Vector128<sbyte> Max(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
149
public static Vector128<byte> Max(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
150
public static Vector128<short> Max(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
151
public static Vector128<ushort> Max(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
152
public static Vector128<int> Max(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
153
public static Vector128<uint> Max(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
155
public static Vector128<byte> AverageRounded(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
156
public static Vector128<ushort> AverageRounded(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
158
public static Vector128<sbyte> Abs(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
159
public static Vector128<short> Abs(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
160
public static Vector128<int> Abs(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
161
public static Vector128<long> Abs(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
162
public static Vector128<nint> Abs(Vector128<nint> value) { throw new
PlatformNotSupportedException
(); }
166
public static Vector128<sbyte> ShiftLeft(Vector128<sbyte> value, int count) { throw new
PlatformNotSupportedException
(); }
167
public static Vector128<byte> ShiftLeft(Vector128<byte> value, int count) { throw new
PlatformNotSupportedException
(); }
168
public static Vector128<short> ShiftLeft(Vector128<short> value, int count) { throw new
PlatformNotSupportedException
(); }
169
public static Vector128<ushort> ShiftLeft(Vector128<ushort> value, int count) { throw new
PlatformNotSupportedException
(); }
170
public static Vector128<int> ShiftLeft(Vector128<int> value, int count) { throw new
PlatformNotSupportedException
(); }
171
public static Vector128<uint> ShiftLeft(Vector128<uint> value, int count) { throw new
PlatformNotSupportedException
(); }
172
public static Vector128<long> ShiftLeft(Vector128<long> value, int count) { throw new
PlatformNotSupportedException
(); }
173
public static Vector128<ulong> ShiftLeft(Vector128<ulong> value, int count) { throw new
PlatformNotSupportedException
(); }
174
public static Vector128<nint> ShiftLeft(Vector128<nint> value, int count) { throw new
PlatformNotSupportedException
(); }
175
public static Vector128<nuint> ShiftLeft(Vector128<nuint> value, int count) { throw new
PlatformNotSupportedException
(); }
177
public static Vector128<sbyte> ShiftRightArithmetic(Vector128<sbyte> value, int count) { throw new
PlatformNotSupportedException
(); }
178
public static Vector128<byte> ShiftRightArithmetic(Vector128<byte> value, int count) { throw new
PlatformNotSupportedException
(); }
179
public static Vector128<short> ShiftRightArithmetic(Vector128<short> value, int count) { throw new
PlatformNotSupportedException
(); }
180
public static Vector128<ushort> ShiftRightArithmetic(Vector128<ushort> value, int count) { throw new
PlatformNotSupportedException
(); }
181
public static Vector128<int> ShiftRightArithmetic(Vector128<int> value, int count) { throw new
PlatformNotSupportedException
(); }
182
public static Vector128<uint> ShiftRightArithmetic(Vector128<uint> value, int count) { throw new
PlatformNotSupportedException
(); }
183
public static Vector128<long> ShiftRightArithmetic(Vector128<long> value, int count) { throw new
PlatformNotSupportedException
(); }
184
public static Vector128<ulong> ShiftRightArithmetic(Vector128<ulong> value, int count) { throw new
PlatformNotSupportedException
(); }
185
public static Vector128<nint> ShiftRightArithmetic(Vector128<nint> value, int count) { throw new
PlatformNotSupportedException
(); }
186
public static Vector128<nuint> ShiftRightArithmetic(Vector128<nuint> value, int count) { throw new
PlatformNotSupportedException
(); }
188
public static Vector128<sbyte> ShiftRightLogical(Vector128<sbyte> value, int count) { throw new
PlatformNotSupportedException
(); }
189
public static Vector128<byte> ShiftRightLogical(Vector128<byte> value, int count) { throw new
PlatformNotSupportedException
(); }
190
public static Vector128<short> ShiftRightLogical(Vector128<short> value, int count) { throw new
PlatformNotSupportedException
(); }
191
public static Vector128<ushort> ShiftRightLogical(Vector128<ushort> value, int count) { throw new
PlatformNotSupportedException
(); }
192
public static Vector128<int> ShiftRightLogical(Vector128<int> value, int count) { throw new
PlatformNotSupportedException
(); }
193
public static Vector128<uint> ShiftRightLogical(Vector128<uint> value, int count) { throw new
PlatformNotSupportedException
(); }
194
public static Vector128<long> ShiftRightLogical(Vector128<long> value, int count) { throw new
PlatformNotSupportedException
(); }
195
public static Vector128<ulong> ShiftRightLogical(Vector128<ulong> value, int count) { throw new
PlatformNotSupportedException
(); }
196
public static Vector128<nint> ShiftRightLogical(Vector128<nint> value, int count) { throw new
PlatformNotSupportedException
(); }
197
public static Vector128<nuint> ShiftRightLogical(Vector128<nuint> value, int count) { throw new
PlatformNotSupportedException
(); }
199
public static Vector128<sbyte> And(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
200
public static Vector128<byte> And(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
201
public static Vector128<short> And(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
202
public static Vector128<ushort> And(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
203
public static Vector128<int> And(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
204
public static Vector128<uint> And(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
205
public static Vector128<long> And(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
206
public static Vector128<ulong> And(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
207
public static Vector128<float> And(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
208
public static Vector128<double> And(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
209
public static Vector128<nint> And(Vector128<nint> left, Vector128<nint> right) { throw new
PlatformNotSupportedException
(); }
210
public static Vector128<nuint> And(Vector128<nuint> left, Vector128<nuint> right) { throw new
PlatformNotSupportedException
(); }
212
public static Vector128<sbyte> Or(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
213
public static Vector128<byte> Or(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
214
public static Vector128<short> Or(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
215
public static Vector128<ushort> Or(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
216
public static Vector128<int> Or(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
217
public static Vector128<uint> Or(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
218
public static Vector128<long> Or(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
219
public static Vector128<ulong> Or(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
220
public static Vector128<float> Or(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
221
public static Vector128<double> Or(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
222
public static Vector128<nint> Or(Vector128<nint> left, Vector128<nint> right) { throw new
PlatformNotSupportedException
(); }
223
public static Vector128<nuint> Or(Vector128<nuint> left, Vector128<nuint> right) { throw new
PlatformNotSupportedException
(); }
225
public static Vector128<sbyte> Xor(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
226
public static Vector128<byte> Xor(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
227
public static Vector128<short> Xor(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
228
public static Vector128<ushort> Xor(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
229
public static Vector128<int> Xor(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
230
public static Vector128<uint> Xor(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
231
public static Vector128<long> Xor(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
232
public static Vector128<ulong> Xor(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
233
public static Vector128<float> Xor(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
234
public static Vector128<double> Xor(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
235
public static Vector128<nint> Xor(Vector128<nint> left, Vector128<nint> right) { throw new
PlatformNotSupportedException
(); }
236
public static Vector128<nuint> Xor(Vector128<nuint> left, Vector128<nuint> right) { throw new
PlatformNotSupportedException
(); }
238
public static Vector128<sbyte> Not(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
239
public static Vector128<byte> Not(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
240
public static Vector128<short> Not(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
241
public static Vector128<ushort> Not(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
242
public static Vector128<int> Not(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
243
public static Vector128<uint> Not(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
244
public static Vector128<long> Not(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
245
public static Vector128<ulong> Not(Vector128<ulong> value) { throw new
PlatformNotSupportedException
(); }
246
public static Vector128<float> Not(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
247
public static Vector128<double> Not(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
248
public static Vector128<nint> Not(Vector128<nint> value) { throw new
PlatformNotSupportedException
(); }
249
public static Vector128<nuint> Not(Vector128<nuint> value) { throw new
PlatformNotSupportedException
(); }
251
public static Vector128<sbyte> AndNot(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
252
public static Vector128<byte> AndNot(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
253
public static Vector128<short> AndNot(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
254
public static Vector128<ushort> AndNot(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
255
public static Vector128<int> AndNot(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
256
public static Vector128<uint> AndNot(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
257
public static Vector128<long> AndNot(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
258
public static Vector128<ulong> AndNot(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
259
public static Vector128<float> AndNot(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
260
public static Vector128<double> AndNot(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
261
public static Vector128<nint> AndNot(Vector128<nint> left, Vector128<nint> right) { throw new
PlatformNotSupportedException
(); }
262
public static Vector128<nuint> AndNot(Vector128<nuint> left, Vector128<nuint> right) { throw new
PlatformNotSupportedException
(); }
264
public static Vector128<sbyte> BitwiseSelect(Vector128<sbyte> left, Vector128<sbyte> right, Vector128<sbyte> select) { throw new
PlatformNotSupportedException
(); }
265
public static Vector128<byte> BitwiseSelect(Vector128<byte> left, Vector128<byte> right, Vector128<byte> select) { throw new
PlatformNotSupportedException
(); }
266
public static Vector128<short> BitwiseSelect(Vector128<short> left, Vector128<short> right, Vector128<short> select) { throw new
PlatformNotSupportedException
(); }
267
public static Vector128<ushort> BitwiseSelect(Vector128<ushort> left, Vector128<ushort> right, Vector128<ushort> select) { throw new
PlatformNotSupportedException
(); }
268
public static Vector128<int> BitwiseSelect(Vector128<int> left, Vector128<int> right, Vector128<int> select) { throw new
PlatformNotSupportedException
(); }
269
public static Vector128<uint> BitwiseSelect(Vector128<uint> left, Vector128<uint> right, Vector128<uint> select) { throw new
PlatformNotSupportedException
(); }
270
public static Vector128<long> BitwiseSelect(Vector128<long> left, Vector128<long> right, Vector128<long> select) { throw new
PlatformNotSupportedException
(); }
271
public static Vector128<ulong> BitwiseSelect(Vector128<ulong> left, Vector128<ulong> right, Vector128<ulong> select) { throw new
PlatformNotSupportedException
(); }
272
public static Vector128<float> BitwiseSelect(Vector128<float> left, Vector128<float> right, Vector128<float> select) { throw new
PlatformNotSupportedException
(); }
273
public static Vector128<double> BitwiseSelect(Vector128<double> left, Vector128<double> right, Vector128<double> select) { throw new
PlatformNotSupportedException
(); }
274
public static Vector128<nint> BitwiseSelect(Vector128<nint> left, Vector128<nint> right, Vector128<nint> select) { throw new
PlatformNotSupportedException
(); }
275
public static Vector128<nuint> BitwiseSelect(Vector128<nuint> left, Vector128<nuint> right, Vector128<nuint> select) { throw new
PlatformNotSupportedException
(); }
277
public static Vector128<byte> PopCount(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
281
public static bool AnyTrue(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
282
public static bool AnyTrue(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
283
public static bool AnyTrue(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
284
public static bool AnyTrue(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
285
public static bool AnyTrue(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
286
public static bool AnyTrue(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
287
public static bool AnyTrue(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
288
public static bool AnyTrue(Vector128<ulong> value) { throw new
PlatformNotSupportedException
(); }
289
public static bool AnyTrue(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
290
public static bool AnyTrue(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
291
public static bool AnyTrue(Vector128<nint> value) { throw new
PlatformNotSupportedException
(); }
292
public static bool AnyTrue(Vector128<nuint> value) { throw new
PlatformNotSupportedException
(); }
294
public static bool AllTrue(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
295
public static bool AllTrue(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
296
public static bool AllTrue(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
297
public static bool AllTrue(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
298
public static bool AllTrue(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
299
public static bool AllTrue(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
300
public static bool AllTrue(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
301
public static bool AllTrue(Vector128<ulong> value) { throw new
PlatformNotSupportedException
(); }
302
public static bool AllTrue(Vector128<nint> value) { throw new
PlatformNotSupportedException
(); }
303
public static bool AllTrue(Vector128<nuint> value) { throw new
PlatformNotSupportedException
(); }
305
public static int Bitmask(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
306
public static int Bitmask(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
307
public static int Bitmask(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
308
public static int Bitmask(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
309
public static int Bitmask(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
310
public static int Bitmask(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
311
public static int Bitmask(Vector128<long> value) { throw new
PlatformNotSupportedException
(); }
312
public static int Bitmask(Vector128<ulong> value) { throw new
PlatformNotSupportedException
(); }
313
public static int Bitmask(Vector128<nint> value) { throw new
PlatformNotSupportedException
(); }
314
public static int Bitmask(Vector128<nuint> value) { throw new
PlatformNotSupportedException
(); }
318
public static Vector128<sbyte> CompareEqual(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
319
public static Vector128<byte> CompareEqual(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
320
public static Vector128<short> CompareEqual(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
321
public static Vector128<ushort> CompareEqual(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
322
public static Vector128<int> CompareEqual(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
323
public static Vector128<uint> CompareEqual(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
324
public static Vector128<long> CompareEqual(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
325
public static Vector128<ulong> CompareEqual(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
326
public static Vector128<float> CompareEqual(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
327
public static Vector128<double> CompareEqual(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
328
public static Vector128<nint> CompareEqual(Vector128<nint> left, Vector128<nint> right) { throw new
PlatformNotSupportedException
(); }
329
public static Vector128<nuint> CompareEqual(Vector128<nuint> left, Vector128<nuint> right) { throw new
PlatformNotSupportedException
(); }
331
public static Vector128<sbyte> CompareNotEqual(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
332
public static Vector128<byte> CompareNotEqual(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
333
public static Vector128<short> CompareNotEqual(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
334
public static Vector128<ushort> CompareNotEqual(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
335
public static Vector128<int> CompareNotEqual(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
336
public static Vector128<uint> CompareNotEqual(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
337
public static Vector128<long> CompareNotEqual(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
338
public static Vector128<ulong> CompareNotEqual(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
339
public static Vector128<float> CompareNotEqual(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
340
public static Vector128<double> CompareNotEqual(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
341
public static Vector128<nint> CompareNotEqual(Vector128<nint> left, Vector128<nint> right) { throw new
PlatformNotSupportedException
(); }
342
public static Vector128<nuint> CompareNotEqual(Vector128<nuint> left, Vector128<nuint> right) { throw new
PlatformNotSupportedException
(); }
344
public static Vector128<sbyte> CompareLessThan(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
345
public static Vector128<byte> CompareLessThan(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
346
public static Vector128<short> CompareLessThan(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
347
public static Vector128<ushort> CompareLessThan(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
348
public static Vector128<int> CompareLessThan(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
349
public static Vector128<uint> CompareLessThan(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
350
public static Vector128<long> CompareLessThan(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
351
public static Vector128<ulong> CompareLessThan(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
352
public static Vector128<float> CompareLessThan(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
353
public static Vector128<double> CompareLessThan(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
354
public static Vector128<nint> CompareLessThan(Vector128<nint> left, Vector128<nint> right) { throw new
PlatformNotSupportedException
(); }
355
public static Vector128<nuint> CompareLessThan(Vector128<nuint> left, Vector128<nuint> right) { throw new
PlatformNotSupportedException
(); }
357
public static Vector128<sbyte> CompareLessThanOrEqual(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
358
public static Vector128<byte> CompareLessThanOrEqual(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
359
public static Vector128<short> CompareLessThanOrEqual(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
360
public static Vector128<ushort> CompareLessThanOrEqual(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
361
public static Vector128<int> CompareLessThanOrEqual(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
362
public static Vector128<uint> CompareLessThanOrEqual(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
363
public static Vector128<long> CompareLessThanOrEqual(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
364
public static Vector128<ulong> CompareLessThanOrEqual(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
365
public static Vector128<float> CompareLessThanOrEqual(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
366
public static Vector128<double> CompareLessThanOrEqual(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
367
public static Vector128<nint> CompareLessThanOrEqual(Vector128<nint> left, Vector128<nint> right) { throw new
PlatformNotSupportedException
(); }
368
public static Vector128<nuint> CompareLessThanOrEqual(Vector128<nuint> left, Vector128<nuint> right) { throw new
PlatformNotSupportedException
(); }
370
public static Vector128<sbyte> CompareGreaterThan(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
371
public static Vector128<byte> CompareGreaterThan(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
372
public static Vector128<short> CompareGreaterThan(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
373
public static Vector128<ushort> CompareGreaterThan(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
374
public static Vector128<int> CompareGreaterThan(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
375
public static Vector128<uint> CompareGreaterThan(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
376
public static Vector128<long> CompareGreaterThan(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
377
public static Vector128<ulong> CompareGreaterThan(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
378
public static Vector128<float> CompareGreaterThan(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
379
public static Vector128<double> CompareGreaterThan(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
380
public static Vector128<nint> CompareGreaterThan(Vector128<nint> left, Vector128<nint> right) { throw new
PlatformNotSupportedException
(); }
381
public static Vector128<nuint> CompareGreaterThan(Vector128<nuint> left, Vector128<nuint> right) { throw new
PlatformNotSupportedException
(); }
383
public static Vector128<sbyte> CompareGreaterThanOrEqual(Vector128<sbyte> left, Vector128<sbyte> right) { throw new
PlatformNotSupportedException
(); }
384
public static Vector128<byte> CompareGreaterThanOrEqual(Vector128<byte> left, Vector128<byte> right) { throw new
PlatformNotSupportedException
(); }
385
public static Vector128<short> CompareGreaterThanOrEqual(Vector128<short> left, Vector128<short> right) { throw new
PlatformNotSupportedException
(); }
386
public static Vector128<ushort> CompareGreaterThanOrEqual(Vector128<ushort> left, Vector128<ushort> right) { throw new
PlatformNotSupportedException
(); }
387
public static Vector128<int> CompareGreaterThanOrEqual(Vector128<int> left, Vector128<int> right) { throw new
PlatformNotSupportedException
(); }
388
public static Vector128<uint> CompareGreaterThanOrEqual(Vector128<uint> left, Vector128<uint> right) { throw new
PlatformNotSupportedException
(); }
389
public static Vector128<long> CompareGreaterThanOrEqual(Vector128<long> left, Vector128<long> right) { throw new
PlatformNotSupportedException
(); }
390
public static Vector128<ulong> CompareGreaterThanOrEqual(Vector128<ulong> left, Vector128<ulong> right) { throw new
PlatformNotSupportedException
(); }
391
public static Vector128<float> CompareGreaterThanOrEqual(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
392
public static Vector128<double> CompareGreaterThanOrEqual(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
393
public static Vector128<nint> CompareGreaterThanOrEqual(Vector128<nint> left, Vector128<nint> right) { throw new
PlatformNotSupportedException
(); }
394
public static Vector128<nuint> CompareGreaterThanOrEqual(Vector128<nuint> left, Vector128<nuint> right) { throw new
PlatformNotSupportedException
(); }
398
public static unsafe Vector128<sbyte> LoadVector128(sbyte* address) { throw new
PlatformNotSupportedException
(); }
399
public static unsafe Vector128<byte> LoadVector128(byte* address) { throw new
PlatformNotSupportedException
(); }
400
public static unsafe Vector128<short> LoadVector128(short* address) { throw new
PlatformNotSupportedException
(); }
401
public static unsafe Vector128<ushort> LoadVector128(ushort* address) { throw new
PlatformNotSupportedException
(); }
402
public static unsafe Vector128<int> LoadVector128(int* address) { throw new
PlatformNotSupportedException
(); }
403
public static unsafe Vector128<uint> LoadVector128(uint* address) { throw new
PlatformNotSupportedException
(); }
404
public static unsafe Vector128<long> LoadVector128(long* address) { throw new
PlatformNotSupportedException
(); }
405
public static unsafe Vector128<ulong> LoadVector128(ulong* address) { throw new
PlatformNotSupportedException
(); }
406
public static unsafe Vector128<float> LoadVector128(float* address) { throw new
PlatformNotSupportedException
(); }
407
public static unsafe Vector128<double> LoadVector128(double* address) { throw new
PlatformNotSupportedException
(); }
408
public static unsafe Vector128<nint> LoadVector128(nint* address) { throw new
PlatformNotSupportedException
(); }
409
public static unsafe Vector128<nuint> LoadVector128(nuint* address) { throw new
PlatformNotSupportedException
(); }
411
public static unsafe Vector128<int> LoadScalarVector128(int* address) { throw new
PlatformNotSupportedException
(); }
412
public static unsafe Vector128<uint> LoadScalarVector128(uint* address) { throw new
PlatformNotSupportedException
(); }
413
public static unsafe Vector128<long> LoadScalarVector128(long* address) { throw new
PlatformNotSupportedException
(); }
414
public static unsafe Vector128<ulong> LoadScalarVector128(ulong* address) { throw new
PlatformNotSupportedException
(); }
415
public static unsafe Vector128<float> LoadScalarVector128(float* address) { throw new
PlatformNotSupportedException
(); }
416
public static unsafe Vector128<double> LoadScalarVector128(double* address) { throw new
PlatformNotSupportedException
(); }
417
public static unsafe Vector128<nint> LoadScalarVector128(nint* address) { throw new
PlatformNotSupportedException
(); }
418
public static unsafe Vector128<nuint> LoadScalarVector128(nuint* address) { throw new
PlatformNotSupportedException
(); }
420
public static unsafe Vector128<sbyte> LoadScalarAndSplatVector128(sbyte* address) { throw new
PlatformNotSupportedException
(); }
421
public static unsafe Vector128<byte> LoadScalarAndSplatVector128(byte* address) { throw new
PlatformNotSupportedException
(); }
422
public static unsafe Vector128<short> LoadScalarAndSplatVector128(short* address) { throw new
PlatformNotSupportedException
(); }
423
public static unsafe Vector128<ushort> LoadScalarAndSplatVector128(ushort* address) { throw new
PlatformNotSupportedException
(); }
424
public static unsafe Vector128<int> LoadScalarAndSplatVector128(int* address) { throw new
PlatformNotSupportedException
(); }
425
public static unsafe Vector128<uint> LoadScalarAndSplatVector128(uint* address) { throw new
PlatformNotSupportedException
(); }
426
public static unsafe Vector128<long> LoadScalarAndSplatVector128(long* address) { throw new
PlatformNotSupportedException
(); }
427
public static unsafe Vector128<ulong> LoadScalarAndSplatVector128(ulong* address) { throw new
PlatformNotSupportedException
(); }
428
public static unsafe Vector128<float> LoadScalarAndSplatVector128(float* address) { throw new
PlatformNotSupportedException
(); }
429
public static unsafe Vector128<double> LoadScalarAndSplatVector128(double* address) { throw new
PlatformNotSupportedException
(); }
430
public static unsafe Vector128<nint> LoadScalarAndSplatVector128(nint* address) { throw new
PlatformNotSupportedException
(); }
431
public static unsafe Vector128<nuint> LoadScalarAndSplatVector128(nuint* address) { throw new
PlatformNotSupportedException
(); }
433
public static unsafe Vector128<sbyte> LoadScalarAndInsert(sbyte* address, Vector128<sbyte> vector, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
434
public static unsafe Vector128<byte> LoadScalarAndInsert(byte* address, Vector128<byte> vector, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
435
public static unsafe Vector128<short> LoadScalarAndInsert(short* address, Vector128<short> vector, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
436
public static unsafe Vector128<ushort> LoadScalarAndInsert(ushort* address, Vector128<ushort> vector, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
437
public static unsafe Vector128<int> LoadScalarAndInsert(int* address, Vector128<int> vector, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
438
public static unsafe Vector128<uint> LoadScalarAndInsert(uint* address, Vector128<uint> vector, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
439
public static unsafe Vector128<long> LoadScalarAndInsert(long* address, Vector128<long> vector, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
440
public static unsafe Vector128<ulong> LoadScalarAndInsert(ulong* address, Vector128<ulong> vector, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
441
public static unsafe Vector128<float> LoadScalarAndInsert(float* address, Vector128<float> vector, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
442
public static unsafe Vector128<double> LoadScalarAndInsert(double* address, Vector128<double> vector, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
443
public static unsafe Vector128<nint> LoadScalarAndInsert(nint* address, Vector128<nint> vector, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
444
public static unsafe Vector128<nuint> LoadScalarAndInsert(nuint* address, Vector128<nuint> vector, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
446
public static unsafe Vector128<short> LoadWideningVector128(sbyte* address) { throw new
PlatformNotSupportedException
(); }
447
public static unsafe Vector128<ushort> LoadWideningVector128(byte* address) { throw new
PlatformNotSupportedException
(); }
448
public static unsafe Vector128<int> LoadWideningVector128(short* address) { throw new
PlatformNotSupportedException
(); }
449
public static unsafe Vector128<uint> LoadWideningVector128(ushort* address) { throw new
PlatformNotSupportedException
(); }
450
public static unsafe Vector128<long> LoadWideningVector128(int* address) { throw new
PlatformNotSupportedException
(); }
451
public static unsafe Vector128<ulong> LoadWideningVector128(uint* address) { throw new
PlatformNotSupportedException
(); }
455
public static unsafe void Store(sbyte* address, Vector128<sbyte> source) { throw new
PlatformNotSupportedException
(); }
456
public static unsafe void Store(byte* address, Vector128<byte> source) { throw new
PlatformNotSupportedException
(); }
457
public static unsafe void Store(short* address, Vector128<short> source) { throw new
PlatformNotSupportedException
(); }
458
public static unsafe void Store(ushort* address, Vector128<ushort> source) { throw new
PlatformNotSupportedException
(); }
459
public static unsafe void Store(int* address, Vector128<int> source) { throw new
PlatformNotSupportedException
(); }
460
public static unsafe void Store(uint* address, Vector128<uint> source) { throw new
PlatformNotSupportedException
(); }
461
public static unsafe void Store(long* address, Vector128<long> source) { throw new
PlatformNotSupportedException
(); }
462
public static unsafe void Store(ulong* address, Vector128<ulong> source) { throw new
PlatformNotSupportedException
(); }
463
public static unsafe void Store(float* address, Vector128<float> source) { throw new
PlatformNotSupportedException
(); }
464
public static unsafe void Store(double* address, Vector128<double> source) { throw new
PlatformNotSupportedException
(); }
465
public static unsafe void Store(nint* address, Vector128<nint> source) { throw new
PlatformNotSupportedException
(); }
466
public static unsafe void Store(nuint* address, Vector128<nuint> source) { throw new
PlatformNotSupportedException
(); }
468
public static unsafe void StoreSelectedScalar(sbyte* address, Vector128<sbyte> source, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx16
469
public static unsafe void StoreSelectedScalar(byte* address, Vector128<byte> source, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx16
470
public static unsafe void StoreSelectedScalar(short* address, Vector128<short> source, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx8
471
public static unsafe void StoreSelectedScalar(ushort* address, Vector128<ushort> source, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx8
472
public static unsafe void StoreSelectedScalar(int* address, Vector128<int> source, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx4
473
public static unsafe void StoreSelectedScalar(uint* address, Vector128<uint> source, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx4
474
public static unsafe void StoreSelectedScalar(long* address, Vector128<long> source, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx2
475
public static unsafe void StoreSelectedScalar(ulong* address, Vector128<ulong> source, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx2
476
public static unsafe void StoreSelectedScalar(float* address, Vector128<float> source, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx4
477
public static unsafe void StoreSelectedScalar(double* address, Vector128<double> source, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx2
478
public static unsafe void StoreSelectedScalar(nint* address, Vector128<nint> source, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
479
public static unsafe void StoreSelectedScalar(nuint* address, Vector128<nuint> source, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
483
public static Vector128<float> Negate(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
484
public static Vector128<double> Negate(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
486
public static Vector128<float> Abs(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
487
public static Vector128<double> Abs(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
491
public static Vector128<float> Min(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
492
public static Vector128<double> Min(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
494
public static Vector128<float> Max(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
495
public static Vector128<double> Max(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
497
public static Vector128<float> PseudoMin(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
498
public static Vector128<double> PseudoMin(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
500
public static Vector128<float> PseudoMax(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
501
public static Vector128<double> PseudoMax(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
505
public static Vector128<float> Add(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
506
public static Vector128<double> Add(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
508
public static Vector128<float> Subtract(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
509
public static Vector128<double> Subtract(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
511
public static Vector128<float> Divide(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
512
public static Vector128<double> Divide(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
514
public static Vector128<float> Multiply(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
515
public static Vector128<double> Multiply(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
517
public static Vector128<float> Sqrt(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
518
public static Vector128<double> Sqrt(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
520
public static Vector128<float> Ceiling(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
521
public static Vector128<double> Ceiling(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
523
public static Vector128<float> Floor(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
524
public static Vector128<double> Floor(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
526
public static Vector128<float> Truncate(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
527
public static Vector128<double> Truncate(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
529
public static Vector128<float> RoundToNearest(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
530
public static Vector128<double> RoundToNearest(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
534
public static Vector128<float> ConvertToSingle(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
535
public static Vector128<float> ConvertToSingle(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
536
public static Vector128<float> ConvertToSingle(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
538
public static Vector128<double> ConvertToDoubleLower(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
539
public static Vector128<double> ConvertToDoubleLower(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
540
public static Vector128<double> ConvertToDoubleLower(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
542
public static Vector128<int> ConvertToInt32Saturate(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
543
public static Vector128<uint> ConvertToUInt32Saturate(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
545
public static Vector128<int> ConvertToInt32Saturate(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
546
public static Vector128<uint> ConvertToUInt32Saturate(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
548
public static Vector128<sbyte> ConvertNarrowingSaturateSigned(Vector128<short> lower, Vector128<short> upper) { throw new
PlatformNotSupportedException
(); }
549
public static Vector128<short> ConvertNarrowingSaturateSigned(Vector128<int> lower, Vector128<int> upper) { throw new
PlatformNotSupportedException
(); }
551
public static Vector128<byte> ConvertNarrowingSaturateUnsigned(Vector128<short> lower, Vector128<short> upper) { throw new
PlatformNotSupportedException
(); }
552
public static Vector128<ushort> ConvertNarrowingSaturateUnsigned(Vector128<int> lower, Vector128<int> upper) { throw new
PlatformNotSupportedException
(); }
554
public static Vector128<short> SignExtendWideningLower(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
555
public static Vector128<ushort> SignExtendWideningLower(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
556
public static Vector128<int> SignExtendWideningLower(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
557
public static Vector128<uint> SignExtendWideningLower(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
558
public static Vector128<long> SignExtendWideningLower(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
559
public static Vector128<ulong> SignExtendWideningLower(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
561
public static Vector128<short> SignExtendWideningUpper(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
562
public static Vector128<ushort> SignExtendWideningUpper(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
563
public static Vector128<int> SignExtendWideningUpper(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
564
public static Vector128<uint> SignExtendWideningUpper(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
565
public static Vector128<long> SignExtendWideningUpper(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
566
public static Vector128<ulong> SignExtendWideningUpper(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
568
public static Vector128<short> ZeroExtendWideningLower(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
569
public static Vector128<ushort> ZeroExtendWideningLower(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
570
public static Vector128<int> ZeroExtendWideningLower(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
571
public static Vector128<uint> ZeroExtendWideningLower(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
572
public static Vector128<long> ZeroExtendWideningLower(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
573
public static Vector128<ulong> ZeroExtendWideningLower(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
575
public static Vector128<short> ZeroExtendWideningUpper(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
576
public static Vector128<ushort> ZeroExtendWideningUpper(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
577
public static Vector128<int> ZeroExtendWideningUpper(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
578
public static Vector128<uint> ZeroExtendWideningUpper(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
579
public static Vector128<long> ZeroExtendWideningUpper(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
580
public static Vector128<ulong> ZeroExtendWideningUpper(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Wasm\WasmBase.PlatformNotSupported.cs (8)
14
public static int LeadingZeroCount(int value) { throw new
PlatformNotSupportedException
(); }
17
public static int LeadingZeroCount(uint value) { throw new
PlatformNotSupportedException
(); }
20
public static int LeadingZeroCount(long value) { throw new
PlatformNotSupportedException
(); }
23
public static int LeadingZeroCount(ulong value) { throw new
PlatformNotSupportedException
(); }
26
public static int TrailingZeroCount(int value) { throw new
PlatformNotSupportedException
(); }
29
public static int TrailingZeroCount(uint value) { throw new
PlatformNotSupportedException
(); }
32
public static int TrailingZeroCount(long value) { throw new
PlatformNotSupportedException
(); }
35
public static int TrailingZeroCount(ulong value) { throw new
PlatformNotSupportedException
(); }
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (1)
2036
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (8)
70
throw new
PlatformNotSupportedException
();
413
throw new
PlatformNotSupportedException
();
476
throw new
PlatformNotSupportedException
();
518
throw new
PlatformNotSupportedException
();
554
throw new
PlatformNotSupportedException
();
587
throw new
PlatformNotSupportedException
();
607
throw new
PlatformNotSupportedException
();
1157
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Validation.cs (1)
757
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Threading\CompressedStack.cs (1)
19
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
49
throw new
PlatformNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (1)
185
throw new
PlatformNotSupportedException
();
src\System\Reflection\RuntimeAssembly.cs (1)
316
throw new
PlatformNotSupportedException
();
src\System\Reflection\RuntimeModule.cs (1)
389
throw new
PlatformNotSupportedException
();
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
116
throw new
PlatformNotSupportedException
();
src\System\RuntimeHandles.cs (3)
880
throw new
PlatformNotSupportedException
();
993
throw new
PlatformNotSupportedException
();
1694
throw new
PlatformNotSupportedException
();
System.Private.Xml.Linq (1)
System\Xml\Linq\XName.cs (1)
193
throw new
PlatformNotSupportedException
();
System.Runtime.Caching (1)
System\Runtime\Caching\HostFileChangeMonitor.cs (1)
104
throw new
PlatformNotSupportedException
();
System.Runtime.InteropServices (3)
System\Runtime\InteropServices\RuntimeEnvironment.cs (3)
13
public static string SystemConfigurationFile => throw new
PlatformNotSupportedException
();
32
public static IntPtr GetRuntimeInterfaceAsIntPtr(Guid clsid, Guid riid) => throw new
PlatformNotSupportedException
();
35
public static object GetRuntimeInterfaceAsObject(Guid clsid, Guid riid) => throw new
PlatformNotSupportedException
();
System.Security.Claims (5)
System\Security\Claims\ClaimsIdentity.cs (3)
293
throw new
PlatformNotSupportedException
();
308
throw new
PlatformNotSupportedException
();
1007
throw new
PlatformNotSupportedException
();
System\Security\Claims\ClaimsPrincipal.cs (2)
54
throw new
PlatformNotSupportedException
();
558
throw new
PlatformNotSupportedException
();
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
97
public CmsSigner(CspParameters parameters) => throw new
PlatformNotSupportedException
();
System.Security.Cryptography.ProtectedData (1)
System\Security\Cryptography\ProtectedData.cs (1)
425
throw new
PlatformNotSupportedException
();
System.Security.Permissions (3)
System\ApplicationIdentity.cs (1)
18
throw new
PlatformNotSupportedException
();
System\Security\Policy\Hash.cs (1)
26
throw new
PlatformNotSupportedException
();
System\Security\Policy\HashMembershipCondition.cs (1)
23
throw new
PlatformNotSupportedException
();
System.Text.Encoding.CodePages (4)
System\Text\BaseCodePageEncoding.cs (1)
83
throw new
PlatformNotSupportedException
();
System\Text\DecoderNLS.cs (1)
42
throw new
PlatformNotSupportedException
();
System\Text\EncoderNLS.cs (1)
44
throw new
PlatformNotSupportedException
();
System\Text\ISCIIEncoding.cs (1)
70
throw new
PlatformNotSupportedException
();
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Regex.cs (2)
176
throw new
PlatformNotSupportedException
();
179
throw new
PlatformNotSupportedException
();
System\Text\RegularExpressions\RegexAssemblyCompiler.cs (1)
36
throw new
PlatformNotSupportedException
();
System.Transactions.Local (3)
System\Transactions\NonWindowsUnsupported.cs (2)
69
throw new
PlatformNotSupportedException
();
113
throw new
PlatformNotSupportedException
();
System\Transactions\Transaction.cs (1)
852
throw new
PlatformNotSupportedException
();
System.Windows.Forms (49)
System\Resources\ResXDataNode.cs (1)
690
=> throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\ContextMenu\ContextMenu.cs (2)
23
public ContextMenu() : base(items: default) => throw new
PlatformNotSupportedException
();
25
public ContextMenu(MenuItem[] menuItems) : base(items: menuItems) => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\ContextMenu\Menu.cs (1)
27
protected Menu(MenuItem[] items) => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\ContextMenu\Menu.MenuItemCollection.cs (1)
26
public MenuItemCollection(Menu owner) => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\ContextMenu\MenuItem.cs (6)
34
items: null) => throw new
PlatformNotSupportedException
();
44
items: null) => throw new
PlatformNotSupportedException
();
54
items: null) => throw new
PlatformNotSupportedException
();
64
items: null) => throw new
PlatformNotSupportedException
();
74
items: items) => throw new
PlatformNotSupportedException
();
84
MenuItem[] items) : base(items: items) => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGrid.cs (1)
32
public DataGrid() => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGrid.HitTestInfo.cs (1)
24
internal HitTestInfo() => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridBoolColumn.cs (3)
23
public DataGridBoolColumn() => throw new
PlatformNotSupportedException
();
25
public DataGridBoolColumn(PropertyDescriptor prop) => throw new
PlatformNotSupportedException
();
27
public DataGridBoolColumn(PropertyDescriptor prop, bool isDefault) => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridCell.cs (1)
24
public DataGridCell(int r, int c) => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridColumnStyle.CompModSwitches.cs (2)
24
public CompModSwitches() => throw new
PlatformNotSupportedException
();
26
public static TraceSwitch DGEditColumnEditing => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridColumnStyle.cs (2)
27
public DataGridColumnStyle() => throw new
PlatformNotSupportedException
();
29
public DataGridColumnStyle(PropertyDescriptor prop) => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridColumnStyle.DataGridColumnHeaderAccessibleObject.cs (2)
26
public DataGridColumnHeaderAccessibleObject(DataGridColumnStyle owner) => throw new
PlatformNotSupportedException
();
28
public DataGridColumnHeaderAccessibleObject() => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridPreferredColumnWidthTypeConverter.cs (1)
23
public DataGridPreferredColumnWidthTypeConverter() => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridTableStyle.cs (3)
26
public DataGridTableStyle() : this(isDefaultTableStyle: false) => throw new
PlatformNotSupportedException
();
28
public DataGridTableStyle(bool isDefaultTableStyle) => throw new
PlatformNotSupportedException
();
30
public DataGridTableStyle(CurrencyManager listManager) : this() => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridTextBox.cs (1)
28
public DataGridTextBox() => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\DataGrid\DataGridTextBoxColumn.cs (5)
24
public DataGridTextBoxColumn() => throw new
PlatformNotSupportedException
();
26
public DataGridTextBoxColumn(PropertyDescriptor prop) => throw new
PlatformNotSupportedException
();
28
public DataGridTextBoxColumn(PropertyDescriptor prop, string format) => throw new
PlatformNotSupportedException
();
30
public DataGridTextBoxColumn(PropertyDescriptor prop, string format, bool isDefault) => throw new
PlatformNotSupportedException
();
32
public DataGridTextBoxColumn(PropertyDescriptor prop, bool isDefault) => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\DataGrid\GridTablesFactory.cs (1)
28
BindingContext bindingManager) => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\MainMenu\MainMenu.cs (3)
23
public MainMenu() : base(items: default) => throw new
PlatformNotSupportedException
();
25
public MainMenu(IContainer container) : this() => throw new
PlatformNotSupportedException
();
27
public MainMenu(MenuItem[] items) : base(items: items) => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBar.cs (1)
29
public StatusBar() => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBar.StatusBarPanelCollection.cs (1)
26
public StatusBarPanelCollection(StatusBar owner) => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBarDrawItemEventArgs.cs (2)
34
state: itemState) => throw new
PlatformNotSupportedException
();
51
backColor: backColor) => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBarPanel.cs (1)
27
public StatusBarPanel() => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBarPanelClickEventArgs.cs (1)
27
int y) : base(button: button, clicks: clicks, x: x, y: y, delta: 0) => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBar.cs (1)
30
public ToolBar() => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBar.ToolBarButtonCollection.cs (1)
25
public ToolBarButtonCollection(ToolBar owner) => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBarButton.cs (2)
28
public ToolBarButton() => throw new
PlatformNotSupportedException
();
30
public ToolBarButton(string text) => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBarButtonClickEventArgs.cs (1)
22
public ToolBarButtonClickEventArgs(ToolBarButton button) => throw new
PlatformNotSupportedException
();
System\Windows\Forms\Input\Cursor.cs (1)
367
throw new
PlatformNotSupportedException
();
System.Windows.Forms.Design (5)
System\ComponentModel\Design\ExceptionCollection.cs (1)
38
throw new
PlatformNotSupportedException
();
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.cs (1)
318
public override void Save(Stream stream) => throw new
PlatformNotSupportedException
();
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.cs (1)
52
public override SerializationStore LoadStore(Stream stream) => throw new
PlatformNotSupportedException
();
System\ComponentModel\Design\Serialization\CodeDomSerializerException.cs (1)
42
throw new
PlatformNotSupportedException
();
System\Drawing\Design\ToolboxItem.cs (1)
802
throw new
PlatformNotSupportedException
();
System.Windows.Forms.Primitives.TestUtilities (3)
PlatformDetection.Windows.cs (3)
13
public static Version OSXVersion => throw new
PlatformNotSupportedException
();
14
public static Version OpenSslVersion => throw new
PlatformNotSupportedException
();
15
public static bool IsSuperUser => throw new
PlatformNotSupportedException
();