6860 instantiations of PlatformNotSupportedException
aspire (2)
Utils\CliDownloader.cs (2)
178
throw new
PlatformNotSupportedException
($"Unsupported operating system: {RuntimeInformation.OSDescription}");
190
_ => throw new
PlatformNotSupportedException
($"Unsupported architecture: {arch}")
Aspire.Cli.Tests (5)
Acquisition\PeerInstallProbeTests.cs (1)
684
throw new
PlatformNotSupportedException
("POSIX pid-file sleeper is not supported on Windows.");
Certificates\UnixCertificateManagerTests.cs (2)
246
throw new
PlatformNotSupportedException
();
270
throw new
PlatformNotSupportedException
();
Commands\StopCommandTests.cs (1)
1034
EnsureExtractedException = new
PlatformNotSupportedException
("Platform denied cleanup.")
Commands\UpdateCommandTests.cs (1)
3327
throw new
PlatformNotSupportedException
();
dotnet (2)
Commands\DotNetCommandFactory.cs (1)
82
throw new
PlatformNotSupportedException
("Dynamic code generation is not supported on this platform.");
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
109
: throw new
PlatformNotSupportedException
("Dynamic code is not supported on this platform.");
dotnet-svcutil-lib (15)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
139
throw new
PlatformNotSupportedException
();
FrameworkFork\System.ServiceModel\ExceptionHelper.cs (2)
21
return new
PlatformNotSupportedException
();
26
return new
PlatformNotSupportedException
(message);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (4)
27
throw new
PlatformNotSupportedException
(SRServiceModel.ConfigurationFilesNotSupported);
32
throw new
PlatformNotSupportedException
(SRServiceModel.ConfigurationFilesNotSupported);
37
throw new
PlatformNotSupportedException
(SRServiceModel.ConfigurationFilesNotSupported);
42
throw new
PlatformNotSupportedException
(SRServiceModel.ConfigurationFilesNotSupported);
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
();
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexClientBase.cs (4)
14
throw new
PlatformNotSupportedException
(SRServiceModel.ConfigurationFilesNotSupported);
18
throw new
PlatformNotSupportedException
(SRServiceModel.ConfigurationFilesNotSupported);
22
throw new
PlatformNotSupportedException
(SRServiceModel.ConfigurationFilesNotSupported);
26
throw new
PlatformNotSupportedException
(SRServiceModel.ConfigurationFilesNotSupported);
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpTransportSecurity.cs (1)
63
new
PlatformNotSupportedException
(SRServiceModel.ExtendedProtectionNotSupported));
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\InputModule.cs (1)
127
throw new
PlatformNotSupportedException
();
Microsoft.AspNetCore.Components.Server (1)
ProtectedBrowserStorage\ProtectedBrowserStorage.cs (1)
43
throw new
PlatformNotSupportedException
($"{GetType()} cannot be used when running in a browser.");
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyCultureProvider.cs (1)
58
throw new
PlatformNotSupportedException
("This method is only supported in the browser.");
Microsoft.AspNetCore.Cryptography.Internal (2)
CryptoUtil.cs (2)
40
throw new
PlatformNotSupportedException
(Resources.Platform_Windows7Required);
49
throw new
PlatformNotSupportedException
(Resources.Platform_Windows8Required);
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)
264
return new
PlatformNotSupportedException
();
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
58
throw new
PlatformNotSupportedException
("Named pipes transport requires a Windows operating system.");
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
DirectTlsTransportFactory.cs (1)
61
throw new
PlatformNotSupportedException
("The DirectTls transport requires a Linux operating system.");
WebHostBuilderDirectTlsExtensions.cs (1)
41
throw new
PlatformNotSupportedException
("The DirectTls transport requires a Linux operating system.");
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
WebHostBuilderNamedPipeExtensions.cs (1)
29
throw new
PlatformNotSupportedException
("Named pipes transport requires a Windows operating system.");
Microsoft.Build (3)
BackEnd\Components\Communications\NodeLauncher.cs (1)
79
: throw new
PlatformNotSupportedException
();
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
472
throw new
PlatformNotSupportedException
(TaskRequirements.RequireSTAThread.ToString());
Instance\RunningObjectTable.cs (1)
91
throw new
PlatformNotSupportedException
();
Microsoft.Build.Tasks.Core (3)
NativeMethods.cs (1)
277
throw new
PlatformNotSupportedException
();
system.design\stronglytypedresourcebuilder.cs (1)
325
throw new
PlatformNotSupportedException
("Creating strongly-typed resources directly from a resx file is not currently supported on .NET Core");
XslTransformation.cs (1)
590
throw new
PlatformNotSupportedException
("Precompiled XSLTs are not supported in .NET Core");
Microsoft.CodeAnalysis.Scripting (1)
src\roslyn\src\Compilers\Shared\GlobalAssemblyCacheHelpers\GacFileResolver.cs (1)
61
throw new
PlatformNotSupportedException
();
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\FrameHandling\WasmFrameHandler.cs (1)
47
=> throw new
PlatformNotSupportedException
("HijackFrame handling is not supported on WASM.");
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsIpc\IpcEndpointConfig.cs (2)
56
throw new
PlatformNotSupportedException
($"{NamedPipeSchema} is only supported on Windows.");
65
throw new
PlatformNotSupportedException
($"{UnixDomainSocketSchema} is not supported on Windows, use {NamedPipeSchema}.");
Microsoft.DotNet.Cli.Utils (1)
MSBuildForwardingAppWithoutLogging.cs (1)
197
throw new
PlatformNotSupportedException
("Can't invoke MSBuild in-process because this runtime doesn't support dynamic code generation.");
Microsoft.Extensions.Configuration.Xml (1)
XmlDocumentDecryptor.cs (1)
106
if (OperatingSystem.IsWasi() || OperatingSystem.IsBrowser()) throw new
PlatformNotSupportedException
();
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
116
throw new
PlatformNotSupportedException
(SR.Format(SR.FileSystemWatcher_PlatformNotSupported, typeof(FileSystemWatcher)));
Microsoft.Extensions.Hosting.Systemd (1)
SystemdNotifier.cs (1)
43
if (OperatingSystem.IsWasi() || OperatingSystem.IsBrowser()) 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.Essentials (4)
AppActions\AppActions.shared.cs (1)
135
throw new
PlatformNotSupportedException
("This implementation of IAppActions does not implement IPlatformAppActions.");
FilePicker\FilePicker.shared.cs (1)
169
throw new
PlatformNotSupportedException
("This platform does not support this file type.");
Screenshot\Screenshot.shared.cs (1)
176
throw new
PlatformNotSupportedException
("This implementation of IScreenshot does not implement IPlatformScreenshot.");
WebAuthenticator\WebAuthenticator.shared.cs (1)
115
throw new
PlatformNotSupportedException
("This implementation of IWebAuthenticator does not implement IPlatformWebAuthenticatorCallback.");
Microsoft.Maui.Graphics (4)
PlatformImage.cs (4)
34
throw new
PlatformNotSupportedException
();
39
throw new
PlatformNotSupportedException
();
44
throw new
PlatformNotSupportedException
();
174
throw new
PlatformNotSupportedException
();
Microsoft.Maui.Graphics.Skia (1)
SkiaImage.cs (1)
132
ImageFormat.Bmp or ImageFormat.Gif or ImageFormat.Tiff => throw new
PlatformNotSupportedException
($"Skia does not support {format} format."),
Microsoft.ML.TestFrameworkCommon (1)
Utility\LibraryLoader.cs (1)
180
throw new
PlatformNotSupportedException
("This platform cannot load native libraries.");
Microsoft.TestPlatform.Extensions.BlameDataCollector (3)
CrashDumperFactory.cs (1)
61
throw new
PlatformNotSupportedException
($"Unsupported operating system: {RuntimeInformation.OSDescription}, and framework: {targetFramework}.");
HangDumperFactory.cs (1)
64
throw new
PlatformNotSupportedException
($"Unsupported operating system: {RuntimeInformation.OSDescription}");
ProcessCodeMethods.cs (1)
87
: 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 (2)
MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (1)
41
throw new
PlatformNotSupportedException
();
System\Windows\Documents\WinRTSpellerInterop.cs (1)
48
throw new
PlatformNotSupportedException
(string.Empty, ex);
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)
1860
throw new
PlatformNotSupportedException
();
1865
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.Console (15)
System\ConsolePal.Unix.cs (15)
191
public static bool NumberLock { get { throw new
PlatformNotSupportedException
(); } }
193
public static bool CapsLock { get { throw new
PlatformNotSupportedException
(); } }
198
set { throw new
PlatformNotSupportedException
(); }
203
get { throw new
PlatformNotSupportedException
(); }
310
set { throw new
PlatformNotSupportedException
(); }
316
set { throw new
PlatformNotSupportedException
(); }
332
set { throw new
PlatformNotSupportedException
(); }
338
set { throw new
PlatformNotSupportedException
(); }
395
throw new
PlatformNotSupportedException
();
400
get { throw new
PlatformNotSupportedException
(); }
716
throw new
PlatformNotSupportedException
();
721
throw new
PlatformNotSupportedException
();
726
throw new
PlatformNotSupportedException
();
731
throw new
PlatformNotSupportedException
();
748
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.Data.OleDb (1)
System\Data\ProviderBase\DbConnectionPoolIdentity.cs (1)
56
throw new
PlatformNotSupportedException
();
System.Diagnostics.EventLog (1)
System\Diagnostics\EventLogEntry.cs (1)
455
throw new
PlatformNotSupportedException
();
System.Diagnostics.Process (36)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (5)
137
throw new
PlatformNotSupportedException
();
182
throw new
PlatformNotSupportedException
();
224
throw new
PlatformNotSupportedException
();
332
throw new
PlatformNotSupportedException
();
428
throw new
PlatformNotSupportedException
();
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (3)
111
throw new
PlatformNotSupportedException
();
117
throw new
PlatformNotSupportedException
();
185
throw new
PlatformNotSupportedException
(SR.NotSupportedForNonChildProcess);
System\Diagnostics\Process.cs (5)
1277
throw new
PlatformNotSupportedException
();
1792
throw new
PlatformNotSupportedException
();
1809
throw new
PlatformNotSupportedException
();
1844
throw new
PlatformNotSupportedException
();
1879
throw new
PlatformNotSupportedException
();
System\Diagnostics\Process.Linux.cs (1)
200
throw new
PlatformNotSupportedException
(SR.MinimumWorkingSetNotSupported);
System\Diagnostics\Process.Unix.cs (4)
42
throw new
PlatformNotSupportedException
(SR.ProcessStartWithPasswordAndDomainNotSupported);
49
throw new
PlatformNotSupportedException
(SR.ProcessStartWithPasswordAndDomainNotSupported);
60
throw new
PlatformNotSupportedException
();
81
throw new
PlatformNotSupportedException
();
System\Diagnostics\ProcessManager.Unix.cs (1)
57
throw new
PlatformNotSupportedException
(SR.RemoteMachinesNotSupported);
System\Diagnostics\ProcessStartInfo.cs (1)
479
throw new
PlatformNotSupportedException
();
System\Diagnostics\ProcessStartInfo.Unix.cs (12)
18
get { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(PasswordInClearText))); }
19
set { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(PasswordInClearText))); }
26
get { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(Domain))); }
27
set { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(Domain))); }
33
get { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(LoadUserProfile))); }
34
set { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(LoadUserProfile))); }
40
get { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(UseCredentialsForNetworkingOnly))); }
41
set { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(UseCredentialsForNetworkingOnly))); }
50
get { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(Password))); }
51
set { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(Password))); }
57
get { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(CreateNewProcessGroup))); }
58
set { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(CreateNewProcessGroup))); }
System\Diagnostics\ProcessThread.Linux.cs (1)
28
throw new
PlatformNotSupportedException
(); // We can find no API to set this on Linux
System\Diagnostics\ProcessThread.Unix.cs (1)
47
set { throw new
PlatformNotSupportedException
(); } // No ability to change the affinity of a thread in an arbitrary process
System\Runtime\InteropServices\UnixProcessStartArguments.cs (1)
116
throw new
PlatformNotSupportedException
();
System\Runtime\InteropServices\WindowsProcessStartArguments.cs (1)
89
throw new
PlatformNotSupportedException
();
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\ReplicationCursor.cs (2)
75
throw new
PlatformNotSupportedException
(SR.DSNotSupportOnClient);
77
throw new
PlatformNotSupportedException
(SR.DSNotSupportOnDC);
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\exceptions.cs (1)
76
throw new
PlatformNotSupportedException
();
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\common\QuotaControl.Linux.cs (2)
12
get => _sid == null ? null : throw new System.
PlatformNotSupportedException
(SR.QuotaControlNotSupported);
21
throw new System.
PlatformNotSupportedException
(SR.QuotaControlNotSupported);
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.Linux.cs (1)
76
throw new
PlatformNotSupportedException
(SR.ReferralChasingOptionsNotSupported);
System.IO.Compression (12)
System\IO\Compression\WinZipAesKeyMaterial.cs (2)
29
throw new
PlatformNotSupportedException
(SR.WinZipEncryptionNotSupportedOnPlatform);
46
throw new
PlatformNotSupportedException
(SR.WinZipEncryptionNotSupportedOnPlatform);
System\IO\Compression\WinZipAesStream.cs (6)
46
throw new
PlatformNotSupportedException
(SR.WinZipEncryptionNotSupportedOnPlatform);
59
throw new
PlatformNotSupportedException
(SR.WinZipEncryptionNotSupportedOnPlatform);
71
throw new
PlatformNotSupportedException
(SR.WinZipEncryptionNotSupportedOnPlatform);
91
throw new
PlatformNotSupportedException
(SR.WinZipEncryptionNotSupportedOnPlatform);
111
throw new
PlatformNotSupportedException
(SR.WinZipEncryptionNotSupportedOnPlatform);
160
throw new
PlatformNotSupportedException
(SR.WinZipEncryptionNotSupportedOnPlatform);
System\IO\Compression\ZipArchiveEntry.Async.cs (4)
243
throw new
PlatformNotSupportedException
(SR.WinZipEncryptionNotSupportedOnPlatform);
542
throw new
PlatformNotSupportedException
(SR.WinZipEncryptionNotSupportedOnPlatform);
586
throw new
PlatformNotSupportedException
(SR.WinZipEncryptionNotSupportedOnPlatform);
796
throw new
PlatformNotSupportedException
(SR.WinZipEncryptionNotSupportedOnPlatform);
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.IO.IsolatedStorage (4)
System\IO\IsolatedStorage\IsolatedStorageFile.cs (4)
518
return (applicationEvidenceType == null) ? GetStore(scope) : throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); // https://github.com/dotnet/runtime/issues/18208
524
return (applicationIdentity == null) ? GetStore(scope) : throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); // https://github.com/dotnet/runtime/issues/18208
530
return (domainEvidenceType == null && assemblyEvidenceType == null) ? GetStore(scope) : throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); // https://github.com/dotnet/runtime/issues/18208
536
return (domainIdentity == null && assemblyIdentity == null) ? GetStore(scope) : throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); // https://github.com/dotnet/runtime/issues/18208
System.IO.MemoryMappedFiles (1)
System\IO\MemoryMappedFiles\MemoryMappedFile.Unix.cs (1)
146
return new
PlatformNotSupportedException
(SR.PlatformNotSupported_NamedMaps);
System.IO.Pipes (10)
System\IO\Pipes\NamedPipeClientStream.Unix.cs (2)
27
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_PipeAccessRights);
100
throw new
PlatformNotSupportedException
(); // no way to determine this accurately
System\IO\Pipes\NamedPipeServerStream.Unix.cs (1)
37
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_MessageTransmissionMode);
System\IO\Pipes\PipeStream.Unix.cs (7)
190
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_RemotePipes);
206
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_InvalidPipeNameChars);
214
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_InvalidPipeNameChars);
355
throw new
PlatformNotSupportedException
(); // not fully implementable on unix
418
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_MessageTransmissionMode);
478
throw new
PlatformNotSupportedException
(); // OS does not support getting pipe size
524
new
PlatformNotSupportedException
(SR.Format(SR.PlatformNotSupported_OperatingSystemError, nameof(Interop.Error.ENOTSUP))) :
System.IO.Ports (1)
System\IO\Ports\SerialPort.Unix.cs (1)
29
: throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_SerialPort_GetPortNames);
System.Linq.Expressions (4)
System\Linq\Expressions\Compiler\DelegateHelpers.cs (1)
132
throw new
PlatformNotSupportedException
();
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
957
throw new
PlatformNotSupportedException
(SR.Format(SR.UnsupportedExpressionType, node.NodeType));
1272
throw new
PlatformNotSupportedException
(SR.Format(SR.UnsupportedExpressionType, node.NodeType));
System\Runtime\CompilerServices\DebugInfoGenerator.cs (1)
24
throw new
PlatformNotSupportedException
();
System.Management (58)
System\Management\ManagementBaseObject.cs (3)
232
throw new
PlatformNotSupportedException
();
269
throw new
PlatformNotSupportedException
();
274
throw new
PlatformNotSupportedException
();
System\Management\ManagementClass.cs (2)
55
throw new
PlatformNotSupportedException
();
276
throw new
PlatformNotSupportedException
();
System\Management\ManagementNamedValueCollection.cs (1)
55
throw new
PlatformNotSupportedException
();
System\Management\ManagementObject.cs (1)
100
throw new
PlatformNotSupportedException
();
System\Management\ManagementScope.cs (51)
388
ResetSecurity_f = (_) => throw new
PlatformNotSupportedException
(exceptionMessage);
389
SetSecurity_f = (ref bool _, ref IntPtr __) => throw new
PlatformNotSupportedException
(exceptionMessage);
390
BlessIWbemServices_f = (_, __, ___, ____, _____, ______) => throw new
PlatformNotSupportedException
(exceptionMessage);
391
BlessIWbemServicesObject_f = (_, __, ___, ____, _____, ______) => throw new
PlatformNotSupportedException
(exceptionMessage);
392
GetPropertyHandle_f27 = (int _, IntPtr __, string ___, out int ____, out int _____) => throw new
PlatformNotSupportedException
(exceptionMessage);
393
WritePropertyValue_f28 = (_, __, ___, ____, _____) => throw new
PlatformNotSupportedException
(exceptionMessage);
394
Clone_f12 = (int _, IntPtr __, out IntPtr ___) => throw new
PlatformNotSupportedException
(exceptionMessage);
395
VerifyClientKey_f = () => throw new
PlatformNotSupportedException
(exceptionMessage);
396
GetQualifierSet_f = (int _, IntPtr __, out IntPtr ___) => throw new
PlatformNotSupportedException
(exceptionMessage);
397
Get_f = (int _, IntPtr __, string ___, int ____, ref object _____, ref int ______, ref int _______) => throw new
PlatformNotSupportedException
(exceptionMessage);
398
Put_f = (int _, IntPtr __, string ___, int ____, ref object _____, int ______) => throw new
PlatformNotSupportedException
(exceptionMessage);
399
Delete_f = (_, __, ___) => throw new
PlatformNotSupportedException
(exceptionMessage);
400
GetNames_f = (int _, IntPtr __, string ___, int ____, ref object _____, out string[] ______) => throw new
PlatformNotSupportedException
(exceptionMessage);
401
BeginEnumeration_f = (_, __, ___) => throw new
PlatformNotSupportedException
(exceptionMessage);
402
Next_f = (int _, IntPtr __, int ___, ref string ____, ref object _____, ref int ______, ref int _______) => throw new
PlatformNotSupportedException
(exceptionMessage);
403
EndEnumeration_f = (_, __) => throw new
PlatformNotSupportedException
(exceptionMessage);
404
GetPropertyQualifierSet_f = (int _, IntPtr __, string ___, out IntPtr ____) => throw new
PlatformNotSupportedException
(exceptionMessage);
405
Clone_f = (int _, IntPtr __, out IntPtr ___) => throw new
PlatformNotSupportedException
(exceptionMessage);
406
GetObjectText_f = (int _, IntPtr __, int ___, out string ____) => throw new
PlatformNotSupportedException
(exceptionMessage);
407
SpawnDerivedClass_f = (int _, IntPtr __, int ___, out IntPtr ____) => throw new
PlatformNotSupportedException
(exceptionMessage);
408
SpawnInstance_f = (int _, IntPtr __, int ___, out IntPtr ____) => throw new
PlatformNotSupportedException
(exceptionMessage);
409
CompareTo_f = (_, __, ___, ____) => throw new
PlatformNotSupportedException
(exceptionMessage);
410
GetPropertyOrigin_f = (int _, IntPtr __, string ___, out string ____) => throw new
PlatformNotSupportedException
(exceptionMessage);
411
InheritsFrom_f = (int _, IntPtr __, string ___) => throw new
PlatformNotSupportedException
(exceptionMessage);
412
GetMethod_f = (int _, IntPtr __, string ___, int ____, out IntPtr _____, out IntPtr ______) => throw new
PlatformNotSupportedException
(exceptionMessage);
413
PutMethod_f = (_, __, ___, ____, _____, ______) => throw new
PlatformNotSupportedException
(exceptionMessage);
414
DeleteMethod_f = (_, __, ___) => throw new
PlatformNotSupportedException
(exceptionMessage);
415
BeginMethodEnumeration_f = (_, __, ___) => throw new
PlatformNotSupportedException
(exceptionMessage);
416
NextMethod_f = (int _, IntPtr __, int ___, out string ____, out IntPtr _____, out IntPtr ______) => throw new
PlatformNotSupportedException
(exceptionMessage);
417
EndMethodEnumeration_f = (_, __) => throw new
PlatformNotSupportedException
(exceptionMessage);
418
GetMethodQualifierSet_f = (int _, IntPtr __, string ___, out IntPtr ____) => throw new
PlatformNotSupportedException
(exceptionMessage);
419
GetMethodOrigin_f = (int _, IntPtr __, string ___, out string ____) => throw new
PlatformNotSupportedException
(exceptionMessage);
420
QualifierGet_f = (int _, IntPtr __, string ___, int ____, ref object _____, ref int ______) => throw new
PlatformNotSupportedException
(exceptionMessage);
421
QualifierPut_f = (int _, IntPtr __, string ___, ref object ____, int _____) => throw new
PlatformNotSupportedException
(exceptionMessage);
422
QualifierDelete_f = (_, __, ___) => throw new
PlatformNotSupportedException
(exceptionMessage);
423
QualifierGetNames_f = (int _, IntPtr __, int ___, out string[] ____) => throw new
PlatformNotSupportedException
(exceptionMessage);
424
QualifierBeginEnumeration_f = (_, __, ___) => throw new
PlatformNotSupportedException
(exceptionMessage);
425
QualifierNext_f = (int _, IntPtr __, int ___, out string ____, out object _____, out int ______) => throw new
PlatformNotSupportedException
(exceptionMessage);
426
QualifierEndEnumeration_f = (_, __) => throw new
PlatformNotSupportedException
(exceptionMessage);
427
GetCurrentApartmentType_f = (int _, IntPtr __, out APTTYPE ___) => throw new
PlatformNotSupportedException
(exceptionMessage);
428
GetDemultiplexedStub_f = (object _, bool __, out object ___) => throw new
PlatformNotSupportedException
(exceptionMessage);
429
CreateInstanceEnumWmi_f = (string _, int __, IWbemContext ___, out IEnumWbemClassObject ____, int _____, int ______, IWbemServices _______, string ________, IntPtr _________, string __________) => throw new
PlatformNotSupportedException
(exceptionMessage);
430
CreateClassEnumWmi_f = (string _, int __, IWbemContext ___, out IEnumWbemClassObject ____, int _____, int ______, IWbemServices _______, string ________, IntPtr _________, string __________) => throw new
PlatformNotSupportedException
(exceptionMessage);
431
ExecQueryWmi_f = (string _, string __, int ___, IWbemContext ____, out IEnumWbemClassObject _____, int ______, int _______, IWbemServices ________, string _________, IntPtr __________, string ___________) => throw new
PlatformNotSupportedException
(exceptionMessage);
432
ExecNotificationQueryWmi_f = (string _, string __, int ___, IWbemContext ____, out IEnumWbemClassObject _____, int ______, int _______, IWbemServices ________, string _________, IntPtr __________, string ___________) => throw new
PlatformNotSupportedException
(exceptionMessage);
433
PutInstanceWmi_f = (_, __, ___, ____, _____, ______, _______, ________, _________, __________) => throw new
PlatformNotSupportedException
(exceptionMessage);
434
PutClassWmi_f = (_, __, ___, ____, _____, ______, _______, ________, _________, __________) => throw new
PlatformNotSupportedException
(exceptionMessage);
435
CloneEnumWbemClassObject_f = (out IEnumWbemClassObject _, int __, int ____, IEnumWbemClassObject _____, string ______, IntPtr _______, string ________) => throw new
PlatformNotSupportedException
(exceptionMessage);
436
ConnectServerWmi_f = (string _, string __, IntPtr ___, string ____, int _____, string ______, IWbemContext _______, out IWbemServices ________, int _________, int __________) => throw new
PlatformNotSupportedException
(exceptionMessage);
437
GetErrorInfo_f = () => throw new
PlatformNotSupportedException
(exceptionMessage);
438
Initialize_f = (_) => throw new
PlatformNotSupportedException
(exceptionMessage);
System.Net.HttpListener (6)
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\WebSockets\HttpWebSocket.cs (1)
103
throw new
PlatformNotSupportedException
(SR.net_WebSockets_UnsupportedPlatform);
System.Net.NameResolution (14)
src\runtime\src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs (2)
52
throw new
PlatformNotSupportedException
();
56
throw new
PlatformNotSupportedException
();
System\Net\Dns.cs (10)
42
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
154
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
165
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
181
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
257
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
284
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
294
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
307
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
353
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
591
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
System\Net\DnsResolverPal.Managed.cs (1)
61
throw new
PlatformNotSupportedException
(SR.net_dns_system_servers_not_supported);
System\Net\NameResolutionPal.Unix.cs (1)
157
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
System.Net.NetworkInformation (36)
System\Net\NetworkInformation\LinuxIPAddressInformation.cs (2)
20
public override bool IsDnsEligible { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
23
public override bool IsTransient { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\LinuxIPGlobalStatistics.cs (1)
61
public override long OutputPacketRoutingDiscards { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (2)
33
public override bool IsDynamicDnsEnabled { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
36
public override IPAddressInformationCollection AnycastAddresses { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\LinuxIPInterfaceStatistics.cs (2)
40
public override long IncomingUnknownProtocolPackets { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
45
public override long NonUnicastPacketsSent { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\LinuxIPv4InterfaceProperties.cs (3)
22
public override bool IsAutomaticPrivateAddressingActive { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
25
public override bool IsAutomaticPrivateAddressingEnabled { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
28
public override bool IsDhcpEnabled { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\LinuxTcpStatistics.cs (6)
23
public override long ConnectionsAccepted { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
26
public override long ConnectionsInitiated { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
29
public override long CumulativeConnections { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
40
public override long MaximumTransmissionTimeout { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
43
public override long MinimumTransmissionTimeout { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
48
public override long ResetsSent { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\LinuxUdpStatistics.cs (1)
33
public override long IncomingDatagramsDiscarded { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\UnixIPGlobalProperties.cs (2)
24
public override string DhcpScopeName { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
39
public override bool IsWinsProxy { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\UnixIPInterfaceProperties.cs (1)
49
throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform);
System\Net\NetworkInformation\UnixMulticastIPAddressInformation.cs (8)
27
public override bool IsDnsEligible { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
37
public override bool IsTransient { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
47
public override long AddressPreferredLifetime { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
57
public override long AddressValidLifetime { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
67
public override long DhcpLeaseLifetime { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
77
public override DuplicateAddressDetectionState DuplicateAddressDetectionState { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
87
public override PrefixOrigin PrefixOrigin { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
97
public override SuffixOrigin SuffixOrigin { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\UnixUnicastIPAddressInformation.cs (8)
32
public override bool IsDnsEligible { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
43
public override bool IsTransient { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
54
public override long AddressPreferredLifetime { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
65
public override long AddressValidLifetime { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
76
public override long DhcpLeaseLifetime { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
87
public override DuplicateAddressDetectionState DuplicateAddressDetectionState { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
98
public override PrefixOrigin PrefixOrigin { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
109
public override SuffixOrigin SuffixOrigin { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System.Net.Ping (4)
src\runtime\src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs (2)
52
throw new
PlatformNotSupportedException
();
56
throw new
PlatformNotSupportedException
();
System\Net\NetworkInformation\Ping.PingUtility.cs (2)
24
throw new
PlatformNotSupportedException
(SR.net_ping_utility_not_found);
32
throw new
PlatformNotSupportedException
(SR.net_ping_utility_custom_payload);
System.Net.Primitives (2)
src\runtime\src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs (2)
52
throw new
PlatformNotSupportedException
();
56
throw new
PlatformNotSupportedException
();
System.Net.Quic (5)
src\runtime\src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs (2)
52
throw new
PlatformNotSupportedException
();
56
throw new
PlatformNotSupportedException
();
System\Net\Quic\Internal\MsQuicConfiguration.cs (1)
135
throw new
PlatformNotSupportedException
(SR.Format(SR.net_quic_ssl_option, encryptionPolicy));
System\Net\Quic\QuicConnection.cs (1)
66
throw new
PlatformNotSupportedException
(SR.Format(SR.SystemNetQuic_PlatformNotSupported, MsQuicApi.NotSupportedReason ?? "General loading failure."));
System\Net\Quic\QuicListener.cs (1)
57
throw new
PlatformNotSupportedException
(SR.Format(SR.SystemNetQuic_PlatformNotSupported, MsQuicApi.NotSupportedReason ?? "General loading failure."));
System.Net.Requests (19)
System\Net\AuthenticationManager.cs (2)
19
throw new
PlatformNotSupportedException
();
22
throw new
PlatformNotSupportedException
();
System\Net\FileWebRequest.cs (2)
45
throw new
PlatformNotSupportedException
();
55
throw new
PlatformNotSupportedException
();
System\Net\FileWebResponse.cs (3)
53
throw new
PlatformNotSupportedException
();
59
throw new
PlatformNotSupportedException
();
65
throw new
PlatformNotSupportedException
();
System\Net\HttpWebRequest.cs (3)
195
throw new
PlatformNotSupportedException
();
201
throw new
PlatformNotSupportedException
();
207
throw new
PlatformNotSupportedException
();
System\Net\HttpWebResponse.cs (3)
43
throw new
PlatformNotSupportedException
();
49
throw new
PlatformNotSupportedException
();
55
throw new
PlatformNotSupportedException
();
System\Net\WebRequest.cs (3)
46
throw new
PlatformNotSupportedException
();
52
throw new
PlatformNotSupportedException
();
58
throw new
PlatformNotSupportedException
();
System\Net\WebResponse.cs (3)
31
throw new
PlatformNotSupportedException
();
37
throw new
PlatformNotSupportedException
();
43
throw new
PlatformNotSupportedException
();
System.Net.Security (13)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
255
throw new
PlatformNotSupportedException
(SR.Format(SR.net_ssl_encryptionpolicy_notsupported, sslAuthenticationOptions.EncryptionPolicy));
System\Net\NegotiateAuthenticationPal.Unix.cs (1)
117
throw new
PlatformNotSupportedException
(SR.net_nego_server_not_supported);
System\Net\Security\CipherSuitesPolicyPal.Linux.cs (3)
27
throw new
PlatformNotSupportedException
(SR.net_ssl_ciphersuites_policy_not_supported);
145
throw new
PlatformNotSupportedException
(SR.net_ssl_ciphersuites_policy_not_supported);
166
throw new
PlatformNotSupportedException
(SR.net_ssl_ciphersuites_policy_not_supported);
System\Net\Security\NegotiateAuthentication.cs (1)
64
throw new
PlatformNotSupportedException
(SR.net_extprotection_not_supported);
System\Net\Security\SslAuthenticationOptions.cs (2)
79
throw new
PlatformNotSupportedException
(SR.net_ssl_allow_rsa_padding_not_supported);
149
throw new
PlatformNotSupportedException
(SR.net_ssl_allow_rsa_padding_not_supported);
System\Net\Security\SslCertificateTrust.cs (2)
26
throw new
PlatformNotSupportedException
(SR.net_ssl_trust_handshake);
50
throw new
PlatformNotSupportedException
(SR.net_ssl_trust_handshake);
System\Net\Security\SslStreamPal.Unix.cs (1)
40
throw new
PlatformNotSupportedException
(nameof(SelectApplicationProtocol));
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (2)
75
throw new
PlatformNotSupportedException
();
80
throw new
PlatformNotSupportedException
();
System.Net.Sockets (137)
src\runtime\src\libraries\Common\src\System\Net\SocketAddressPal.Unix.cs (2)
52
throw new
PlatformNotSupportedException
();
56
throw new
PlatformNotSupportedException
();
System\Net\Sockets\NetworkStream.cs (14)
121
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // https://github.com/dotnet/runtime/issues/108151
132
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // https://github.com/dotnet/runtime/issues/108151
148
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // https://github.com/dotnet/runtime/issues/108151
159
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // https://github.com/dotnet/runtime/issues/108151
229
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
250
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
275
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
299
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
322
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
435
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
470
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
501
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
533
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
688
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // https://github.com/dotnet/runtime/issues/108151
System\Net\Sockets\Socket.cs (75)
173
if (!Socket.OSSupportsUnixDomainSockets) throw new
PlatformNotSupportedException
();
207
if (!Socket.OSSupportsUnixDomainSockets) throw new
PlatformNotSupportedException
();
547
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
552
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
567
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
573
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
595
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
671
if (OperatingSystem.IsWasi() && value) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
708
if (OperatingSystem.IsWasi() && value) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
737
if (OperatingSystem.IsWasi() && value) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
767
if (OperatingSystem.IsWasi() && value) throw new
PlatformNotSupportedException
();
834
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
878
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
903
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
934
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1031
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1100
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1107
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1114
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1121
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1128
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1141
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1179
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1192
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1233
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1243
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1270
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1298
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1326
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1352
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1390
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1397
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1404
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1420
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1437
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1480
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1509
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1516
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1523
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1531
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1544
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1578
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1588
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1615
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1622
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1635
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1674
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1753
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1815
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1896
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1903
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1910
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
1941
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2024
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2352
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2399
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2499
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2509
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2527
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2536
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2558
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2565
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2583
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2597
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2606
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2624
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2632
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2654
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2672
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2695
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2715
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2735
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2797
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
2807
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
3687
if (OperatingSystem.IsWasi() && lref.Enabled) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
System\Net\Sockets\Socket.Unix.cs (4)
22
throw new
PlatformNotSupportedException
(SR.net_sockets_duplicateandclose_notsupported);
31
throw new
PlatformNotSupportedException
(SR.net_sockets_duplicateandclose_notsupported);
182
throw new
PlatformNotSupportedException
(SR.net_sockets_connect_multiconnect_notsupported);
212
throw new
PlatformNotSupportedException
(SR.net_sockets_transmitfileoptions_notsupported);
System\Net\Sockets\SocketAsyncContext.Unix.cs (11)
1396
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
();
1533
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
();
1638
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
();
1671
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
();
1783
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
();
1852
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
();
1889
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
();
1981
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
();
2013
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
();
2092
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
();
2162
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
();
System\Net\Sockets\SocketAsyncEventArgs.Unix.cs (1)
50
throw new
PlatformNotSupportedException
(SR.net_sockets_accept_receive_notsupported);
System\Net\Sockets\SocketPal.Unix.cs (4)
39
throw new
PlatformNotSupportedException
(SR.net_sockets_dualmode_receivefrom_notsupported);
1076
if (OperatingSystem.IsWasi() && shouldBlock) throw new
PlatformNotSupportedException
();
1417
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_IOControl);
1596
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_IPProtectionLevel);
System\Net\Sockets\TCPClient.cs (10)
123
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
142
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
159
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
172
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
239
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
321
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // https://github.com/dotnet/runtime/issues/108151
326
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // https://github.com/dotnet/runtime/issues/108151
336
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // https://github.com/dotnet/runtime/issues/108151
341
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // https://github.com/dotnet/runtime/issues/108151
356
if (OperatingSystem.IsWasi()) throw new
PlatformNotSupportedException
(); // https://github.com/dotnet/runtime/issues/108151
System\Net\Sockets\TCPListener.cs (3)
191
if (OperatingSystem.IsWasi() && _serverSocket!.Blocking) throw new
PlatformNotSupportedException
("Only use with Socket.Blocking=false on WASI");
203
if (OperatingSystem.IsWasi() && _serverSocket!.Blocking) throw new
PlatformNotSupportedException
("Only use with Socket.Blocking=false on WASI");
290
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
System\Net\Sockets\UDPClient.cs (12)
292
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
309
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
366
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
382
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
693
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
808
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
825
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
838
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
861
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
897
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
941
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
967
if (!Socket.OSSupportsThreads) throw new
PlatformNotSupportedException
(); // TODO remove with https://github.com/dotnet/runtime/pull/107185
System\Net\Sockets\UnixDomainSocketEndPoint.cs (1)
61
throw new
PlatformNotSupportedException
();
System.Net.WebHeaderCollection (3)
System\Net\WebHeaderCollection.cs (3)
34
throw new
PlatformNotSupportedException
();
142
throw new
PlatformNotSupportedException
();
147
throw new
PlatformNotSupportedException
();
System.Net.WebProxy (4)
System\Net\WebProxy.cs (4)
426
throw new
PlatformNotSupportedException
();
429
throw new
PlatformNotSupportedException
();
438
throw new
PlatformNotSupportedException
();
451
throw new
PlatformNotSupportedException
();
System.Net.WebSockets (1)
System\Net\WebSockets\WebSocket.cs (1)
180
throw new
PlatformNotSupportedException
();
System.Net.WebSockets.Client (25)
System\Net\WebSockets\BrowserWebSockets\ClientWebSocketOptions.cs (25)
25
throw new
PlatformNotSupportedException
();
31
get => throw new
PlatformNotSupportedException
();
32
set => throw new
PlatformNotSupportedException
();
39
set => throw new
PlatformNotSupportedException
();
46
set => throw new
PlatformNotSupportedException
();
52
get => throw new
PlatformNotSupportedException
();
53
set => throw new
PlatformNotSupportedException
();
59
get => throw new
PlatformNotSupportedException
();
60
set => throw new
PlatformNotSupportedException
();
66
get => throw new
PlatformNotSupportedException
();
67
set => throw new
PlatformNotSupportedException
();
73
get => throw new
PlatformNotSupportedException
();
74
set => throw new
PlatformNotSupportedException
();
80
get => throw new
PlatformNotSupportedException
();
81
set => throw new
PlatformNotSupportedException
();
87
get => throw new
PlatformNotSupportedException
();
88
set => throw new
PlatformNotSupportedException
();
120
get => throw new
PlatformNotSupportedException
();
121
set => throw new
PlatformNotSupportedException
();
127
get => throw new
PlatformNotSupportedException
();
128
set => throw new
PlatformNotSupportedException
();
134
get => throw new
PlatformNotSupportedException
();
135
set => throw new
PlatformNotSupportedException
();
141
throw new
PlatformNotSupportedException
();
147
throw new
PlatformNotSupportedException
();
System.Private.CoreLib (5960)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
123
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_NonZeroLowerBound);
Internal\Runtime\CompilerHelpers\InteropHelpers.cs (10)
473
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
489
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
505
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
518
throw new
PlatformNotSupportedException
();
534
throw new
PlatformNotSupportedException
();
547
throw new
PlatformNotSupportedException
();
562
throw new
PlatformNotSupportedException
();
580
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
591
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
603
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
src\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (1)
60
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (3)
120
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_AppDomains);
140
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); // This api is only meaningful for very specific partial trust/CAS scenarios
423
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_Principal);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1261
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Exception.cs (2)
190
add { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_SecureBinarySerialization); }
191
remove { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_SecureBinarySerialization); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.Nls.cs (1)
131
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\Normalization.cs (1)
104
throw new
PlatformNotSupportedException
(SR.Argument_UnsupportedNormalizationFormInBrowser);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (1)
58
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileStreamOptions.cs (1)
139
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_UnixFileMode);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (2)
67
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_FileEncryption);
72
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_FileEncryption);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileSystemInfo.cs (2)
28
throw new
PlatformNotSupportedException
();
41
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Strategies\FileStreamHelpers.Unix.cs (2)
63
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OSXFileLocking);
73
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OSXFileLocking);
src\runtime\src\libraries\System.Private.CoreLib\src\System\MarshalByRefObject.cs (2)
19
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_Remoting);
25
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_Remoting);
src\runtime\src\libraries\System.Private.CoreLib\src\System\OperatingSystem.cs (1)
77
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (3)
423
public static Assembly ReflectionOnlyLoad(byte[] rawAssembly) { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ReflectionOnly); }
426
public static Assembly ReflectionOnlyLoad(string assemblyString) { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ReflectionOnly); }
429
public static Assembly ReflectionOnlyLoadFrom(string assemblyFile) { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ReflectionOnly); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (4)
242
get => throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_StrongNameSigning);
243
set => throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_StrongNameSigning);
272
throw new
PlatformNotSupportedException
();
277
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\AssemblyBuilder.cs (1)
123
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ReflectionEmit);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Missing.cs (1)
16
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Pointer.cs (1)
58
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\StrongNameKeyPair.cs (7)
14
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_StrongNameSigning);
17
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_StrongNameSigning);
22
throw new
PlatformNotSupportedException
();
25
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_StrongNameSigning);
28
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_StrongNameSigning);
31
throw new
PlatformNotSupportedException
();
34
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeHelpers.cs (1)
160
=> throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\Unsafe.cs (21)
34
throw new
PlatformNotSupportedException
();
70
throw new
PlatformNotSupportedException
();
91
throw new
PlatformNotSupportedException
();
251
throw new
PlatformNotSupportedException
();
289
throw new
PlatformNotSupportedException
();
309
throw new
PlatformNotSupportedException
();
328
throw new
PlatformNotSupportedException
();
347
throw new
PlatformNotSupportedException
();
366
throw new
PlatformNotSupportedException
();
386
throw new
PlatformNotSupportedException
();
412
throw new
PlatformNotSupportedException
();
452
throw new
PlatformNotSupportedException
();
486
throw new
PlatformNotSupportedException
();
505
throw new
PlatformNotSupportedException
();
525
throw new
PlatformNotSupportedException
();
679
throw new
PlatformNotSupportedException
();
739
throw new
PlatformNotSupportedException
();
757
throw new
PlatformNotSupportedException
();
818
throw new
PlatformNotSupportedException
();
943
throw new
PlatformNotSupportedException
();
986
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComEventsHelpers.NoCom.cs (2)
15
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
20
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Java\JavaMarshal.Unsupported.cs (4)
43
throw new
PlatformNotSupportedException
();
62
throw new
PlatformNotSupportedException
();
79
throw new
PlatformNotSupportedException
();
95
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
837
return new System.
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.NoCom.cs (28)
27
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
34
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
44
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
52
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
58
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
64
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
70
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
77
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
84
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
90
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
96
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
102
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
108
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
115
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
122
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
128
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
134
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
141
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
148
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
155
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
162
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
168
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
174
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
181
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
190
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
196
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
216
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
222
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.Unix.cs (1)
164
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ComVariant.cs (2)
154
throw new
PlatformNotSupportedException
(SR.ComVariant_SafeArray_PlatformNotSupported);
393
throw new
PlatformNotSupportedException
(SR.ComVariant_SafeArray_PlatformNotSupported);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ObjectiveC\ObjectiveCMarshal.PlatformNotSupported.cs (5)
67
=> throw new
PlatformNotSupportedException
();
98
=> throw new
PlatformNotSupportedException
();
126
=> throw new
PlatformNotSupportedException
();
165
=> throw new
PlatformNotSupportedException
();
175
=> throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\PosixSignalRegistration.Unix.cs (1)
31
throw new
PlatformNotSupportedException
();
src\runtime\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\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\ArmBase.PlatformNotSupported.cs (18)
35
public static int LeadingSignCount(int value) { throw new
PlatformNotSupportedException
(); }
38
public static int LeadingSignCount(long value) { throw new
PlatformNotSupportedException
(); }
41
public static int LeadingSignCount(nint value) { throw new
PlatformNotSupportedException
(); }
44
public static int LeadingZeroCount(long value) { throw new
PlatformNotSupportedException
(); }
47
public static int LeadingZeroCount(ulong value) { throw new
PlatformNotSupportedException
(); }
50
public static long MultiplyHigh(long left, long right) { throw new
PlatformNotSupportedException
(); }
53
public static ulong MultiplyHigh(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
56
public static long ReverseElementBits(long value) { throw new
PlatformNotSupportedException
(); }
59
public static ulong ReverseElementBits(ulong value) { throw new
PlatformNotSupportedException
(); }
66
public static int LeadingZeroCount(int value) { throw new
PlatformNotSupportedException
(); }
72
public static int LeadingZeroCount(uint value) { throw new
PlatformNotSupportedException
(); }
78
public static int LeadingZeroCount(nint value) { throw new
PlatformNotSupportedException
(); }
84
public static int LeadingZeroCount(nuint value) { throw new
PlatformNotSupportedException
(); }
90
public static int ReverseElementBits(int value) { throw new
PlatformNotSupportedException
(); }
96
public static uint ReverseElementBits(uint value) { throw new
PlatformNotSupportedException
(); }
102
public static nint ReverseElementBits(nint value) { throw new
PlatformNotSupportedException
(); }
108
public static nuint ReverseElementBits(nuint value) { throw new
PlatformNotSupportedException
(); }
114
public static void Yield() { throw new
PlatformNotSupportedException
(); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Crc32.PlatformNotSupported.cs (10)
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
(); }
88
public static uint ComputeCrc32(uint crc, nuint data) { throw new
PlatformNotSupportedException
(); }
94
public static uint ComputeCrc32C(uint crc, nuint data) { throw new
PlatformNotSupportedException
(); }
src\runtime\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\runtime\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\runtime\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\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Sha3.PlatformNotSupported.cs (18)
38
public static Vector128<byte> BitwiseClearXor(Vector128<byte> xor, Vector128<byte> value, Vector128<byte> mask) { throw new
PlatformNotSupportedException
(); }
44
public static Vector128<short> BitwiseClearXor(Vector128<short> xor, Vector128<short> value, Vector128<short> mask) { throw new
PlatformNotSupportedException
(); }
50
public static Vector128<int> BitwiseClearXor(Vector128<int> xor, Vector128<int> value, Vector128<int> mask) { throw new
PlatformNotSupportedException
(); }
56
public static Vector128<long> BitwiseClearXor(Vector128<long> xor, Vector128<long> value, Vector128<long> mask) { throw new
PlatformNotSupportedException
(); }
62
public static Vector128<sbyte> BitwiseClearXor(Vector128<sbyte> xor, Vector128<sbyte> value, Vector128<sbyte> mask) { throw new
PlatformNotSupportedException
(); }
68
public static Vector128<ushort> BitwiseClearXor(Vector128<ushort> xor, Vector128<ushort> value, Vector128<ushort> mask) { throw new
PlatformNotSupportedException
(); }
74
public static Vector128<uint> BitwiseClearXor(Vector128<uint> xor, Vector128<uint> value, Vector128<uint> mask) { throw new
PlatformNotSupportedException
(); }
80
public static Vector128<ulong> BitwiseClearXor(Vector128<ulong> xor, Vector128<ulong> value, Vector128<ulong> mask) { throw new
PlatformNotSupportedException
(); }
89
public static Vector128<ulong> BitwiseRotateLeftBy1AndXor(Vector128<ulong> xor, Vector128<ulong> rol1) { throw new
PlatformNotSupportedException
(); }
98
public static Vector128<byte> Xor(Vector128<byte> value1, Vector128<byte> value2, Vector128<byte> value3) { throw new
PlatformNotSupportedException
(); }
104
public static Vector128<short> Xor(Vector128<short> value1, Vector128<short> value2, Vector128<short> value3) { throw new
PlatformNotSupportedException
(); }
110
public static Vector128<int> Xor(Vector128<int> value1, Vector128<int> value2, Vector128<int> value3) { throw new
PlatformNotSupportedException
(); }
116
public static Vector128<long> Xor(Vector128<long> value1, Vector128<long> value2, Vector128<long> value3) { throw new
PlatformNotSupportedException
(); }
122
public static Vector128<sbyte> Xor(Vector128<sbyte> value1, Vector128<sbyte> value2, Vector128<sbyte> value3) { throw new
PlatformNotSupportedException
(); }
128
public static Vector128<ushort> Xor(Vector128<ushort> value1, Vector128<ushort> value2, Vector128<ushort> value3) { throw new
PlatformNotSupportedException
(); }
134
public static Vector128<uint> Xor(Vector128<uint> value1, Vector128<uint> value2, Vector128<uint> value3) { throw new
PlatformNotSupportedException
(); }
140
public static Vector128<ulong> Xor(Vector128<ulong> value1, Vector128<ulong> value2, Vector128<ulong> value3) { throw new
PlatformNotSupportedException
(); }
149
public static Vector128<ulong> XorRotateRight(Vector128<ulong> left, Vector128<ulong> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Sm4.PlatformNotSupported.cs (2)
38
public static Vector128<uint> Encode(Vector128<uint> value, Vector128<uint> roundKeys) { throw new
PlatformNotSupportedException
(); }
46
public static Vector128<uint> KeyUpdate(Vector128<uint> value, Vector128<uint> constant) { throw new
PlatformNotSupportedException
(); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Sve.PlatformNotSupported.cs (1592)
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<double> CreateBreakAfterMask(Vector<double> totalMask, Vector<double> fromMask) { throw new
PlatformNotSupportedException
(); }
2099
public static Vector<byte> CreateBreakAfterMask(Vector<byte> totalMask, Vector<byte> fromMask) { throw new
PlatformNotSupportedException
(); }
2105
public static Vector<short> CreateBreakAfterMask(Vector<short> totalMask, Vector<short> fromMask) { throw new
PlatformNotSupportedException
(); }
2111
public static Vector<int> CreateBreakAfterMask(Vector<int> totalMask, Vector<int> fromMask) { throw new
PlatformNotSupportedException
(); }
2117
public static Vector<long> CreateBreakAfterMask(Vector<long> totalMask, Vector<long> fromMask) { throw new
PlatformNotSupportedException
(); }
2123
public static Vector<sbyte> CreateBreakAfterMask(Vector<sbyte> totalMask, Vector<sbyte> fromMask) { throw new
PlatformNotSupportedException
(); }
2129
public static Vector<ushort> CreateBreakAfterMask(Vector<ushort> totalMask, Vector<ushort> fromMask) { throw new
PlatformNotSupportedException
(); }
2135
public static Vector<uint> CreateBreakAfterMask(Vector<uint> totalMask, Vector<uint> fromMask) { throw new
PlatformNotSupportedException
(); }
2141
public static Vector<ulong> CreateBreakAfterMask(Vector<ulong> totalMask, Vector<ulong> fromMask) { throw new
PlatformNotSupportedException
(); }
2147
public static Vector<float> CreateBreakAfterMask(Vector<float> totalMask, Vector<float> fromMask) { throw new
PlatformNotSupportedException
(); }
2156
public static Vector<double> CreateBreakAfterPropagateMask(Vector<double> mask, Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
2162
public static Vector<byte> CreateBreakAfterPropagateMask(Vector<byte> mask, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
2168
public static Vector<short> CreateBreakAfterPropagateMask(Vector<short> mask, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2174
public static Vector<int> CreateBreakAfterPropagateMask(Vector<int> mask, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2180
public static Vector<long> CreateBreakAfterPropagateMask(Vector<long> mask, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
2186
public static Vector<sbyte> CreateBreakAfterPropagateMask(Vector<sbyte> mask, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2192
public static Vector<ushort> CreateBreakAfterPropagateMask(Vector<ushort> mask, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2198
public static Vector<uint> CreateBreakAfterPropagateMask(Vector<uint> mask, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
2204
public static Vector<ulong> CreateBreakAfterPropagateMask(Vector<ulong> mask, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
2210
public static Vector<float> CreateBreakAfterPropagateMask(Vector<float> mask, Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
2219
public static Vector<double> CreateBreakBeforeMask(Vector<double> totalMask, Vector<double> fromMask) { throw new
PlatformNotSupportedException
(); }
2225
public static Vector<byte> CreateBreakBeforeMask(Vector<byte> totalMask, Vector<byte> fromMask) { throw new
PlatformNotSupportedException
(); }
2231
public static Vector<short> CreateBreakBeforeMask(Vector<short> totalMask, Vector<short> fromMask) { throw new
PlatformNotSupportedException
(); }
2237
public static Vector<int> CreateBreakBeforeMask(Vector<int> totalMask, Vector<int> fromMask) { throw new
PlatformNotSupportedException
(); }
2243
public static Vector<long> CreateBreakBeforeMask(Vector<long> totalMask, Vector<long> fromMask) { throw new
PlatformNotSupportedException
(); }
2249
public static Vector<sbyte> CreateBreakBeforeMask(Vector<sbyte> totalMask, Vector<sbyte> fromMask) { throw new
PlatformNotSupportedException
(); }
2255
public static Vector<ushort> CreateBreakBeforeMask(Vector<ushort> totalMask, Vector<ushort> fromMask) { throw new
PlatformNotSupportedException
(); }
2261
public static Vector<uint> CreateBreakBeforeMask(Vector<uint> totalMask, Vector<uint> fromMask) { throw new
PlatformNotSupportedException
(); }
2267
public static Vector<ulong> CreateBreakBeforeMask(Vector<ulong> totalMask, Vector<ulong> fromMask) { throw new
PlatformNotSupportedException
(); }
2273
public static Vector<float> CreateBreakBeforeMask(Vector<float> totalMask, Vector<float> fromMask) { throw new
PlatformNotSupportedException
(); }
2282
public static Vector<double> CreateBreakBeforePropagateMask(Vector<double> mask, Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
2288
public static Vector<byte> CreateBreakBeforePropagateMask(Vector<byte> mask, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
2294
public static Vector<short> CreateBreakBeforePropagateMask(Vector<short> mask, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2300
public static Vector<int> CreateBreakBeforePropagateMask(Vector<int> mask, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2306
public static Vector<long> CreateBreakBeforePropagateMask(Vector<long> mask, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
2312
public static Vector<sbyte> CreateBreakBeforePropagateMask(Vector<sbyte> mask, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2318
public static Vector<ushort> CreateBreakBeforePropagateMask(Vector<ushort> mask, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2324
public static Vector<uint> CreateBreakBeforePropagateMask(Vector<uint> mask, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
2330
public static Vector<ulong> CreateBreakBeforePropagateMask(Vector<ulong> mask, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
2336
public static Vector<float> CreateBreakBeforePropagateMask(Vector<float> mask, Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
2345
public static Vector<double> CreateBreakPropagateMask(Vector<double> totalMask, Vector<double> fromMask) { throw new
PlatformNotSupportedException
(); }
2351
public static Vector<byte> CreateBreakPropagateMask(Vector<byte> totalMask, Vector<byte> fromMask) { throw new
PlatformNotSupportedException
(); }
2357
public static Vector<short> CreateBreakPropagateMask(Vector<short> totalMask, Vector<short> fromMask) { throw new
PlatformNotSupportedException
(); }
2363
public static Vector<int> CreateBreakPropagateMask(Vector<int> totalMask, Vector<int> fromMask) { throw new
PlatformNotSupportedException
(); }
2369
public static Vector<long> CreateBreakPropagateMask(Vector<long> totalMask, Vector<long> fromMask) { throw new
PlatformNotSupportedException
(); }
2375
public static Vector<sbyte> CreateBreakPropagateMask(Vector<sbyte> totalMask, Vector<sbyte> fromMask) { throw new
PlatformNotSupportedException
(); }
2381
public static Vector<ushort> CreateBreakPropagateMask(Vector<ushort> totalMask, Vector<ushort> fromMask) { throw new
PlatformNotSupportedException
(); }
2387
public static Vector<uint> CreateBreakPropagateMask(Vector<uint> totalMask, Vector<uint> fromMask) { throw new
PlatformNotSupportedException
(); }
2393
public static Vector<ulong> CreateBreakPropagateMask(Vector<ulong> totalMask, Vector<ulong> fromMask) { throw new
PlatformNotSupportedException
(); }
2399
public static Vector<float> CreateBreakPropagateMask(Vector<float> totalMask, Vector<float> fromMask) { throw new
PlatformNotSupportedException
(); }
2408
public static Vector<byte> CreateFalseMaskByte() { throw new
PlatformNotSupportedException
(); }
2417
public static Vector<double> CreateFalseMaskDouble() { throw new
PlatformNotSupportedException
(); }
2426
public static Vector<short> CreateFalseMaskInt16() { throw new
PlatformNotSupportedException
(); }
2435
public static Vector<int> CreateFalseMaskInt32() { throw new
PlatformNotSupportedException
(); }
2444
public static Vector<long> CreateFalseMaskInt64() { throw new
PlatformNotSupportedException
(); }
2453
public static Vector<sbyte> CreateFalseMaskSByte() { throw new
PlatformNotSupportedException
(); }
2462
public static Vector<float> CreateFalseMaskSingle() { throw new
PlatformNotSupportedException
(); }
2471
public static Vector<ushort> CreateFalseMaskUInt16() { throw new
PlatformNotSupportedException
(); }
2480
public static Vector<uint> CreateFalseMaskUInt32() { throw new
PlatformNotSupportedException
(); }
2489
public static Vector<ulong> CreateFalseMaskUInt64() { throw new
PlatformNotSupportedException
(); }
2498
public static Vector<double> CreateMaskForFirstActiveElement(Vector<double> totalMask, Vector<double> fromMask) { throw new
PlatformNotSupportedException
(); }
2504
public static Vector<byte> CreateMaskForFirstActiveElement(Vector<byte> totalMask, Vector<byte> fromMask) { throw new
PlatformNotSupportedException
(); }
2510
public static Vector<short> CreateMaskForFirstActiveElement(Vector<short> totalMask, Vector<short> fromMask) { throw new
PlatformNotSupportedException
(); }
2516
public static Vector<int> CreateMaskForFirstActiveElement(Vector<int> totalMask, Vector<int> fromMask) { throw new
PlatformNotSupportedException
(); }
2522
public static Vector<long> CreateMaskForFirstActiveElement(Vector<long> totalMask, Vector<long> fromMask) { throw new
PlatformNotSupportedException
(); }
2528
public static Vector<sbyte> CreateMaskForFirstActiveElement(Vector<sbyte> totalMask, Vector<sbyte> fromMask) { throw new
PlatformNotSupportedException
(); }
2534
public static Vector<ushort> CreateMaskForFirstActiveElement(Vector<ushort> totalMask, Vector<ushort> fromMask) { throw new
PlatformNotSupportedException
(); }
2540
public static Vector<uint> CreateMaskForFirstActiveElement(Vector<uint> totalMask, Vector<uint> fromMask) { throw new
PlatformNotSupportedException
(); }
2546
public static Vector<ulong> CreateMaskForFirstActiveElement(Vector<ulong> totalMask, Vector<ulong> fromMask) { throw new
PlatformNotSupportedException
(); }
2552
public static Vector<float> CreateMaskForFirstActiveElement(Vector<float> totalMask, Vector<float> fromMask) { throw new
PlatformNotSupportedException
(); }
2561
public static Vector<byte> CreateMaskForNextActiveElement(Vector<byte> totalMask, Vector<byte> fromMask) { throw new
PlatformNotSupportedException
(); }
2567
public static Vector<ushort> CreateMaskForNextActiveElement(Vector<ushort> totalMask, Vector<ushort> fromMask) { throw new
PlatformNotSupportedException
(); }
2573
public static Vector<uint> CreateMaskForNextActiveElement(Vector<uint> totalMask, Vector<uint> fromMask) { throw new
PlatformNotSupportedException
(); }
2579
public static Vector<ulong> CreateMaskForNextActiveElement(Vector<ulong> totalMask, Vector<ulong> fromMask) { throw new
PlatformNotSupportedException
(); }
2588
public static Vector<byte> CreateTrueMaskByte([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2597
public static Vector<double> CreateTrueMaskDouble([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2606
public static Vector<short> CreateTrueMaskInt16([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2615
public static Vector<int> CreateTrueMaskInt32([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2624
public static Vector<long> CreateTrueMaskInt64([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2633
public static Vector<sbyte> CreateTrueMaskSByte([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2642
public static Vector<float> CreateTrueMaskSingle([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2651
public static Vector<ushort> CreateTrueMaskUInt16([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2660
public static Vector<uint> CreateTrueMaskUInt32([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2669
public static Vector<ulong> CreateTrueMaskUInt64([ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
2678
public static Vector<byte> CreateWhileLessThanMaskByte(int left, int right) { throw new
PlatformNotSupportedException
(); }
2684
public static Vector<byte> CreateWhileLessThanMaskByte(long left, long right) { throw new
PlatformNotSupportedException
(); }
2690
public static Vector<byte> CreateWhileLessThanMaskByte(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2696
public static Vector<byte> CreateWhileLessThanMaskByte(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2705
public static Vector<double> CreateWhileLessThanMaskDouble(int left, int right) { throw new
PlatformNotSupportedException
(); }
2711
public static Vector<double> CreateWhileLessThanMaskDouble(long left, long right) { throw new
PlatformNotSupportedException
(); }
2717
public static Vector<double> CreateWhileLessThanMaskDouble(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2723
public static Vector<double> CreateWhileLessThanMaskDouble(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2732
public static Vector<short> CreateWhileLessThanMaskInt16(int left, int right) { throw new
PlatformNotSupportedException
(); }
2738
public static Vector<short> CreateWhileLessThanMaskInt16(long left, long right) { throw new
PlatformNotSupportedException
(); }
2744
public static Vector<short> CreateWhileLessThanMaskInt16(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2750
public static Vector<short> CreateWhileLessThanMaskInt16(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2759
public static Vector<int> CreateWhileLessThanMaskInt32(int left, int right) { throw new
PlatformNotSupportedException
(); }
2765
public static Vector<int> CreateWhileLessThanMaskInt32(long left, long right) { throw new
PlatformNotSupportedException
(); }
2771
public static Vector<int> CreateWhileLessThanMaskInt32(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2777
public static Vector<int> CreateWhileLessThanMaskInt32(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2786
public static Vector<long> CreateWhileLessThanMaskInt64(int left, int right) { throw new
PlatformNotSupportedException
(); }
2792
public static Vector<long> CreateWhileLessThanMaskInt64(long left, long right) { throw new
PlatformNotSupportedException
(); }
2798
public static Vector<long> CreateWhileLessThanMaskInt64(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2804
public static Vector<long> CreateWhileLessThanMaskInt64(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2813
public static Vector<sbyte> CreateWhileLessThanMaskSByte(int left, int right) { throw new
PlatformNotSupportedException
(); }
2819
public static Vector<sbyte> CreateWhileLessThanMaskSByte(long left, long right) { throw new
PlatformNotSupportedException
(); }
2825
public static Vector<sbyte> CreateWhileLessThanMaskSByte(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2831
public static Vector<sbyte> CreateWhileLessThanMaskSByte(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2840
public static Vector<float> CreateWhileLessThanMaskSingle(int left, int right) { throw new
PlatformNotSupportedException
(); }
2846
public static Vector<float> CreateWhileLessThanMaskSingle(long left, long right) { throw new
PlatformNotSupportedException
(); }
2852
public static Vector<float> CreateWhileLessThanMaskSingle(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2858
public static Vector<float> CreateWhileLessThanMaskSingle(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2867
public static Vector<ushort> CreateWhileLessThanMaskUInt16(int left, int right) { throw new
PlatformNotSupportedException
(); }
2873
public static Vector<ushort> CreateWhileLessThanMaskUInt16(long left, long right) { throw new
PlatformNotSupportedException
(); }
2879
public static Vector<ushort> CreateWhileLessThanMaskUInt16(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2885
public static Vector<ushort> CreateWhileLessThanMaskUInt16(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2894
public static Vector<uint> CreateWhileLessThanMaskUInt32(int left, int right) { throw new
PlatformNotSupportedException
(); }
2900
public static Vector<uint> CreateWhileLessThanMaskUInt32(long left, long right) { throw new
PlatformNotSupportedException
(); }
2906
public static Vector<uint> CreateWhileLessThanMaskUInt32(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2912
public static Vector<uint> CreateWhileLessThanMaskUInt32(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2921
public static Vector<ulong> CreateWhileLessThanMaskUInt64(int left, int right) { throw new
PlatformNotSupportedException
(); }
2927
public static Vector<ulong> CreateWhileLessThanMaskUInt64(long left, long right) { throw new
PlatformNotSupportedException
(); }
2933
public static Vector<ulong> CreateWhileLessThanMaskUInt64(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2939
public static Vector<ulong> CreateWhileLessThanMaskUInt64(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2948
public static Vector<byte> CreateWhileLessThanOrEqualMaskByte(int left, int right) { throw new
PlatformNotSupportedException
(); }
2954
public static Vector<byte> CreateWhileLessThanOrEqualMaskByte(long left, long right) { throw new
PlatformNotSupportedException
(); }
2960
public static Vector<byte> CreateWhileLessThanOrEqualMaskByte(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2966
public static Vector<byte> CreateWhileLessThanOrEqualMaskByte(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
2975
public static Vector<double> CreateWhileLessThanOrEqualMaskDouble(int left, int right) { throw new
PlatformNotSupportedException
(); }
2981
public static Vector<double> CreateWhileLessThanOrEqualMaskDouble(long left, long right) { throw new
PlatformNotSupportedException
(); }
2987
public static Vector<double> CreateWhileLessThanOrEqualMaskDouble(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
2993
public static Vector<double> CreateWhileLessThanOrEqualMaskDouble(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
3002
public static Vector<short> CreateWhileLessThanOrEqualMaskInt16(int left, int right) { throw new
PlatformNotSupportedException
(); }
3008
public static Vector<short> CreateWhileLessThanOrEqualMaskInt16(long left, long right) { throw new
PlatformNotSupportedException
(); }
3014
public static Vector<short> CreateWhileLessThanOrEqualMaskInt16(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
3020
public static Vector<short> CreateWhileLessThanOrEqualMaskInt16(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
3029
public static Vector<int> CreateWhileLessThanOrEqualMaskInt32(int left, int right) { throw new
PlatformNotSupportedException
(); }
3035
public static Vector<int> CreateWhileLessThanOrEqualMaskInt32(long left, long right) { throw new
PlatformNotSupportedException
(); }
3041
public static Vector<int> CreateWhileLessThanOrEqualMaskInt32(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
3047
public static Vector<int> CreateWhileLessThanOrEqualMaskInt32(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
3056
public static Vector<long> CreateWhileLessThanOrEqualMaskInt64(int left, int right) { throw new
PlatformNotSupportedException
(); }
3062
public static Vector<long> CreateWhileLessThanOrEqualMaskInt64(long left, long right) { throw new
PlatformNotSupportedException
(); }
3068
public static Vector<long> CreateWhileLessThanOrEqualMaskInt64(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
3074
public static Vector<long> CreateWhileLessThanOrEqualMaskInt64(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
3083
public static Vector<sbyte> CreateWhileLessThanOrEqualMaskSByte(int left, int right) { throw new
PlatformNotSupportedException
(); }
3089
public static Vector<sbyte> CreateWhileLessThanOrEqualMaskSByte(long left, long right) { throw new
PlatformNotSupportedException
(); }
3095
public static Vector<sbyte> CreateWhileLessThanOrEqualMaskSByte(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
3101
public static Vector<sbyte> CreateWhileLessThanOrEqualMaskSByte(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
3110
public static Vector<float> CreateWhileLessThanOrEqualMaskSingle(int left, int right) { throw new
PlatformNotSupportedException
(); }
3116
public static Vector<float> CreateWhileLessThanOrEqualMaskSingle(long left, long right) { throw new
PlatformNotSupportedException
(); }
3122
public static Vector<float> CreateWhileLessThanOrEqualMaskSingle(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
3128
public static Vector<float> CreateWhileLessThanOrEqualMaskSingle(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
3137
public static Vector<ushort> CreateWhileLessThanOrEqualMaskUInt16(int left, int right) { throw new
PlatformNotSupportedException
(); }
3143
public static Vector<ushort> CreateWhileLessThanOrEqualMaskUInt16(long left, long right) { throw new
PlatformNotSupportedException
(); }
3149
public static Vector<ushort> CreateWhileLessThanOrEqualMaskUInt16(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
3155
public static Vector<ushort> CreateWhileLessThanOrEqualMaskUInt16(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
3164
public static Vector<uint> CreateWhileLessThanOrEqualMaskUInt32(int left, int right) { throw new
PlatformNotSupportedException
(); }
3170
public static Vector<uint> CreateWhileLessThanOrEqualMaskUInt32(long left, long right) { throw new
PlatformNotSupportedException
(); }
3176
public static Vector<uint> CreateWhileLessThanOrEqualMaskUInt32(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
3182
public static Vector<uint> CreateWhileLessThanOrEqualMaskUInt32(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
3191
public static Vector<ulong> CreateWhileLessThanOrEqualMaskUInt64(int left, int right) { throw new
PlatformNotSupportedException
(); }
3197
public static Vector<ulong> CreateWhileLessThanOrEqualMaskUInt64(long left, long right) { throw new
PlatformNotSupportedException
(); }
3203
public static Vector<ulong> CreateWhileLessThanOrEqualMaskUInt64(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
3209
public static Vector<ulong> CreateWhileLessThanOrEqualMaskUInt64(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
3220
public static Vector<double> Divide(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
3228
public static Vector<float> Divide(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
3237
public static Vector<int> DotProduct(Vector<int> addend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3243
public static Vector<long> DotProduct(Vector<long> addend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
3249
public static Vector<uint> DotProduct(Vector<uint> addend, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
3255
public static Vector<ulong> DotProduct(Vector<ulong> addend, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
3264
public static Vector<int> DotProductBySelectedScalar(Vector<int> addend, Vector<sbyte> left, Vector<sbyte> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3270
public static Vector<long> DotProductBySelectedScalar(Vector<long> addend, Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3276
public static Vector<uint> DotProductBySelectedScalar(Vector<uint> addend, Vector<byte> left, Vector<byte> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3282
public static Vector<ulong> DotProductBySelectedScalar(Vector<ulong> addend, Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3291
public static Vector<byte> DuplicateSelectedScalarToVector(Vector<byte> data, [ConstantExpected(Min = 0, Max = (byte)(63))] byte index) { throw new
PlatformNotSupportedException
(); }
3297
public static Vector<double> DuplicateSelectedScalarToVector(Vector<double> data, [ConstantExpected(Min = 0, Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
3303
public static Vector<short> DuplicateSelectedScalarToVector(Vector<short> data, [ConstantExpected(Min = 0, Max = (byte)(31))] byte index) { throw new
PlatformNotSupportedException
(); }
3309
public static Vector<int> DuplicateSelectedScalarToVector(Vector<int> data, [ConstantExpected(Min = 0, Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
3315
public static Vector<long> DuplicateSelectedScalarToVector(Vector<long> data, [ConstantExpected(Min = 0, Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
3321
public static Vector<sbyte> DuplicateSelectedScalarToVector(Vector<sbyte> data, [ConstantExpected(Min = 0, Max = (byte)(63))] byte index) { throw new
PlatformNotSupportedException
(); }
3327
public static Vector<float> DuplicateSelectedScalarToVector(Vector<float> data, [ConstantExpected(Min = 0, Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
3333
public static Vector<ushort> DuplicateSelectedScalarToVector(Vector<ushort> data, [ConstantExpected(Min = 0, Max = (byte)(31))] byte index) { throw new
PlatformNotSupportedException
(); }
3339
public static Vector<uint> DuplicateSelectedScalarToVector(Vector<uint> data, [ConstantExpected(Min = 0, Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
3345
public static Vector<ulong> DuplicateSelectedScalarToVector(Vector<ulong> data, [ConstantExpected(Min = 0, Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
3354
public static Vector<byte> ExtractAfterLastActiveElement(Vector<byte> mask, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
3360
public static byte ExtractAfterLastActiveElementScalar(Vector<byte> mask, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
3366
public static Vector<double> ExtractAfterLastActiveElement(Vector<double> mask, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
3372
public static double ExtractAfterLastActiveElementScalar(Vector<double> mask, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
3378
public static Vector<short> ExtractAfterLastActiveElement(Vector<short> mask, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
3384
public static short ExtractAfterLastActiveElementScalar(Vector<short> mask, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
3390
public static Vector<int> ExtractAfterLastActiveElement(Vector<int> mask, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
3396
public static int ExtractAfterLastActiveElementScalar(Vector<int> mask, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
3402
public static Vector<long> ExtractAfterLastActiveElement(Vector<long> mask, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
3408
public static long ExtractAfterLastActiveElementScalar(Vector<long> mask, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
3414
public static Vector<sbyte> ExtractAfterLastActiveElement(Vector<sbyte> mask, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
3420
public static sbyte ExtractAfterLastActiveElementScalar(Vector<sbyte> mask, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
3426
public static Vector<float> ExtractAfterLastActiveElement(Vector<float> mask, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
3432
public static float ExtractAfterLastActiveElementScalar(Vector<float> mask, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
3438
public static Vector<ushort> ExtractAfterLastActiveElement(Vector<ushort> mask, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
3444
public static ushort ExtractAfterLastActiveElementScalar(Vector<ushort> mask, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
3450
public static Vector<uint> ExtractAfterLastActiveElement(Vector<uint> mask, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
3456
public static uint ExtractAfterLastActiveElementScalar(Vector<uint> mask, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
3462
public static Vector<ulong> ExtractAfterLastActiveElement(Vector<ulong> mask, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
3468
public static ulong ExtractAfterLastActiveElementScalar(Vector<ulong> mask, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
3477
public static Vector<byte> ExtractLastActiveElement(Vector<byte> mask, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
3483
public static byte ExtractLastActiveElementScalar(Vector<byte> mask, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
3489
public static Vector<double> ExtractLastActiveElement(Vector<double> mask, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
3495
public static double ExtractLastActiveElementScalar(Vector<double> mask, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
3501
public static Vector<short> ExtractLastActiveElement(Vector<short> mask, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
3507
public static short ExtractLastActiveElementScalar(Vector<short> mask, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
3513
public static Vector<int> ExtractLastActiveElement(Vector<int> mask, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
3519
public static int ExtractLastActiveElementScalar(Vector<int> mask, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
3525
public static Vector<long> ExtractLastActiveElement(Vector<long> mask, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
3531
public static long ExtractLastActiveElementScalar(Vector<long> mask, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
3537
public static Vector<sbyte> ExtractLastActiveElement(Vector<sbyte> mask, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
3543
public static sbyte ExtractLastActiveElementScalar(Vector<sbyte> mask, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
3549
public static Vector<float> ExtractLastActiveElement(Vector<float> mask, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
3555
public static float ExtractLastActiveElementScalar(Vector<float> mask, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
3561
public static Vector<ushort> ExtractLastActiveElement(Vector<ushort> mask, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
3567
public static ushort ExtractLastActiveElementScalar(Vector<ushort> mask, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
3573
public static Vector<uint> ExtractLastActiveElement(Vector<uint> mask, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
3579
public static uint ExtractLastActiveElementScalar(Vector<uint> mask, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
3585
public static Vector<ulong> ExtractLastActiveElement(Vector<ulong> mask, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
3591
public static ulong ExtractLastActiveElementScalar(Vector<ulong> mask, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
3597
public static Vector<byte> ExtractVector(Vector<byte> upper, Vector<byte> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3603
public static Vector<double> ExtractVector(Vector<double> upper, Vector<double> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3609
public static Vector<short> ExtractVector(Vector<short> upper, Vector<short> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3615
public static Vector<int> ExtractVector(Vector<int> upper, Vector<int> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3621
public static Vector<long> ExtractVector(Vector<long> upper, Vector<long> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3627
public static Vector<sbyte> ExtractVector(Vector<sbyte> upper, Vector<sbyte> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3633
public static Vector<float> ExtractVector(Vector<float> upper, Vector<float> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3639
public static Vector<ushort> ExtractVector(Vector<ushort> upper, Vector<ushort> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3645
public static Vector<uint> ExtractVector(Vector<uint> upper, Vector<uint> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3651
public static Vector<ulong> ExtractVector(Vector<ulong> upper, Vector<ulong> lower, [ConstantExpected] byte index) { throw new
PlatformNotSupportedException
(); }
3660
public static Vector<double> FloatingPointExponentialAccelerator(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
3666
public static Vector<float> FloatingPointExponentialAccelerator(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
3677
public static Vector<double> FusedMultiplyAdd(Vector<double> addend, Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
3685
public static Vector<float> FusedMultiplyAdd(Vector<float> addend, Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
3694
public static Vector<double> FusedMultiplyAddBySelectedScalar(Vector<double> addend, Vector<double> left, Vector<double> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3700
public static Vector<float> FusedMultiplyAddBySelectedScalar(Vector<float> addend, Vector<float> left, Vector<float> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3711
public static Vector<double> FusedMultiplyAddNegated(Vector<double> addend, Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
3719
public static Vector<float> FusedMultiplyAddNegated(Vector<float> addend, Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
3730
public static Vector<double> FusedMultiplySubtract(Vector<double> minuend, Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
3738
public static Vector<float> FusedMultiplySubtract(Vector<float> minuend, Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
3747
public static Vector<double> FusedMultiplySubtractBySelectedScalar(Vector<double> minuend, Vector<double> left, Vector<double> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3753
public static Vector<float> FusedMultiplySubtractBySelectedScalar(Vector<float> minuend, Vector<float> left, Vector<float> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3764
public static Vector<double> FusedMultiplySubtractNegated(Vector<double> minuend, Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
3772
public static Vector<float> FusedMultiplySubtractNegated(Vector<float> minuend, Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
3781
public static unsafe void GatherPrefetch16Bit(Vector<short> mask, void* address, Vector<int> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3787
public static unsafe void GatherPrefetch16Bit(Vector<short> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3800
public static unsafe void GatherPrefetch16Bit(Vector<short> mask, void* address, Vector<uint> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3806
public static void GatherPrefetch16Bit(Vector<short> mask, Vector<ulong> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3812
public static unsafe void GatherPrefetch16Bit(Vector<short> mask, void* address, Vector<ulong> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3818
public static unsafe void GatherPrefetch16Bit(Vector<ushort> mask, void* address, Vector<int> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3824
public static unsafe void GatherPrefetch16Bit(Vector<ushort> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3837
public static unsafe void GatherPrefetch16Bit(Vector<ushort> mask, void* address, Vector<uint> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3843
public static void GatherPrefetch16Bit(Vector<ushort> mask, Vector<ulong> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3849
public static unsafe void GatherPrefetch16Bit(Vector<ushort> mask, void* address, Vector<ulong> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3858
public static unsafe void GatherPrefetch32Bit(Vector<int> mask, void* address, Vector<int> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3864
public static unsafe void GatherPrefetch32Bit(Vector<int> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3877
public static unsafe void GatherPrefetch32Bit(Vector<int> mask, void* address, Vector<uint> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3883
public static void GatherPrefetch32Bit(Vector<int> mask, Vector<ulong> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3889
public static unsafe void GatherPrefetch32Bit(Vector<int> mask, void* address, Vector<ulong> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3895
public static unsafe void GatherPrefetch32Bit(Vector<uint> mask, void* address, Vector<int> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3901
public static unsafe void GatherPrefetch32Bit(Vector<uint> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3914
public static unsafe void GatherPrefetch32Bit(Vector<uint> mask, void* address, Vector<uint> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3920
public static void GatherPrefetch32Bit(Vector<uint> mask, Vector<ulong> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3926
public static unsafe void GatherPrefetch32Bit(Vector<uint> mask, void* address, Vector<ulong> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3935
public static unsafe void GatherPrefetch64Bit(Vector<long> mask, void* address, Vector<int> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3941
public static unsafe void GatherPrefetch64Bit(Vector<long> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3954
public static unsafe void GatherPrefetch64Bit(Vector<long> mask, void* address, Vector<uint> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3960
public static void GatherPrefetch64Bit(Vector<long> mask, Vector<ulong> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3966
public static unsafe void GatherPrefetch64Bit(Vector<long> mask, void* address, Vector<ulong> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3972
public static unsafe void GatherPrefetch64Bit(Vector<ulong> mask, void* address, Vector<int> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3978
public static unsafe void GatherPrefetch64Bit(Vector<ulong> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3991
public static unsafe void GatherPrefetch64Bit(Vector<ulong> mask, void* address, Vector<uint> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
3997
public static void GatherPrefetch64Bit(Vector<ulong> mask, Vector<ulong> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
4003
public static unsafe void GatherPrefetch64Bit(Vector<ulong> mask, void* address, Vector<ulong> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
4012
public static unsafe void GatherPrefetch8Bit(Vector<byte> mask, void* address, Vector<int> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
4018
public static unsafe void GatherPrefetch8Bit(Vector<byte> mask, void* address, Vector<long> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
4031
public static unsafe void GatherPrefetch8Bit(Vector<byte> mask, void* address, Vector<uint> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
4037
public static void GatherPrefetch8Bit(Vector<byte> mask, Vector<ulong> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
4043
public static unsafe void GatherPrefetch8Bit(Vector<byte> mask, void* address, Vector<ulong> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
4049
public static unsafe void GatherPrefetch8Bit(Vector<sbyte> mask, void* address, Vector<int> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
4055
public static unsafe void GatherPrefetch8Bit(Vector<sbyte> mask, void* address, Vector<long> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
4068
public static unsafe void GatherPrefetch8Bit(Vector<sbyte> mask, void* address, Vector<uint> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
4074
public static void GatherPrefetch8Bit(Vector<sbyte> mask, Vector<ulong> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
4080
public static unsafe void GatherPrefetch8Bit(Vector<sbyte> mask, void* address, Vector<ulong> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
4089
public static unsafe Vector<double> GatherVector(Vector<double> mask, double* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4095
public static Vector<double> GatherVector(Vector<double> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4101
public static unsafe Vector<double> GatherVector(Vector<double> mask, double* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4107
public static unsafe Vector<int> GatherVector(Vector<int> mask, int* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4120
public static unsafe Vector<int> GatherVector(Vector<int> mask, int* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4126
public static unsafe Vector<long> GatherVector(Vector<long> mask, long* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4132
public static Vector<long> GatherVector(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4138
public static unsafe Vector<long> GatherVector(Vector<long> mask, long* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4144
public static unsafe Vector<float> GatherVector(Vector<float> mask, float* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4157
public static unsafe Vector<float> GatherVector(Vector<float> mask, float* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4163
public static unsafe Vector<uint> GatherVector(Vector<uint> mask, uint* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4176
public static unsafe Vector<uint> GatherVector(Vector<uint> mask, uint* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4182
public static unsafe Vector<ulong> GatherVector(Vector<ulong> mask, ulong* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4188
public static Vector<ulong> GatherVector(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4194
public static unsafe Vector<ulong> GatherVector(Vector<ulong> mask, ulong* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4203
public static unsafe Vector<int> GatherVectorByteZeroExtend(Vector<int> mask, byte* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4216
public static unsafe Vector<int> GatherVectorByteZeroExtend(Vector<int> mask, byte* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4222
public static unsafe Vector<long> GatherVectorByteZeroExtend(Vector<long> mask, byte* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4228
public static Vector<long> GatherVectorByteZeroExtend(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4234
public static unsafe Vector<long> GatherVectorByteZeroExtend(Vector<long> mask, byte* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4240
public static unsafe Vector<uint> GatherVectorByteZeroExtend(Vector<uint> mask, byte* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4253
public static unsafe Vector<uint> GatherVectorByteZeroExtend(Vector<uint> mask, byte* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4259
public static unsafe Vector<ulong> GatherVectorByteZeroExtend(Vector<ulong> mask, byte* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4265
public static Vector<ulong> GatherVectorByteZeroExtend(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4271
public static unsafe Vector<ulong> GatherVectorByteZeroExtend(Vector<ulong> mask, byte* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4280
public static unsafe Vector<int> GatherVectorByteZeroExtendFirstFaulting(Vector<int> mask, byte* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4293
public static unsafe Vector<int> GatherVectorByteZeroExtendFirstFaulting(Vector<int> mask, byte* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4299
public static unsafe Vector<long> GatherVectorByteZeroExtendFirstFaulting(Vector<long> mask, byte* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4305
public static Vector<long> GatherVectorByteZeroExtendFirstFaulting(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4311
public static unsafe Vector<long> GatherVectorByteZeroExtendFirstFaulting(Vector<long> mask, byte* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4317
public static unsafe Vector<uint> GatherVectorByteZeroExtendFirstFaulting(Vector<uint> mask, byte* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4330
public static unsafe Vector<uint> GatherVectorByteZeroExtendFirstFaulting(Vector<uint> mask, byte* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4336
public static unsafe Vector<ulong> GatherVectorByteZeroExtendFirstFaulting(Vector<ulong> mask, byte* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4342
public static Vector<ulong> GatherVectorByteZeroExtendFirstFaulting(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4348
public static unsafe Vector<ulong> GatherVectorByteZeroExtendFirstFaulting(Vector<ulong> mask, byte* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4357
public static unsafe Vector<double> GatherVectorFirstFaulting(Vector<double> mask, double* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4363
public static Vector<double> GatherVectorFirstFaulting(Vector<double> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4369
public static unsafe Vector<double> GatherVectorFirstFaulting(Vector<double> mask, double* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4382
public static unsafe Vector<int> GatherVectorFirstFaulting(Vector<int> mask, int* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4388
public static unsafe Vector<int> GatherVectorFirstFaulting(Vector<int> mask, int* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4394
public static Vector<long> GatherVectorFirstFaulting(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4400
public static unsafe Vector<long> GatherVectorFirstFaulting(Vector<long> mask, long* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4406
public static unsafe Vector<long> GatherVectorFirstFaulting(Vector<long> mask, long* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4412
public static unsafe Vector<float> GatherVectorFirstFaulting(Vector<float> mask, float* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4425
public static unsafe Vector<float> GatherVectorFirstFaulting(Vector<float> mask, float* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4438
public static unsafe Vector<uint> GatherVectorFirstFaulting(Vector<uint> mask, uint* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4444
public static unsafe Vector<uint> GatherVectorFirstFaulting(Vector<uint> mask, uint* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4450
public static Vector<ulong> GatherVectorFirstFaulting(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4456
public static unsafe Vector<ulong> GatherVectorFirstFaulting(Vector<ulong> mask, ulong* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4462
public static unsafe Vector<ulong> GatherVectorFirstFaulting(Vector<ulong> mask, ulong* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4471
public static unsafe Vector<int> GatherVectorInt16SignExtend(Vector<int> mask, short* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4484
public static unsafe Vector<int> GatherVectorInt16SignExtend(Vector<int> mask, short* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4490
public static unsafe Vector<long> GatherVectorInt16SignExtend(Vector<long> mask, short* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4496
public static Vector<long> GatherVectorInt16SignExtend(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4502
public static unsafe Vector<long> GatherVectorInt16SignExtend(Vector<long> mask, short* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4508
public static unsafe Vector<uint> GatherVectorInt16SignExtend(Vector<uint> mask, short* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4521
public static unsafe Vector<uint> GatherVectorInt16SignExtend(Vector<uint> mask, short* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4527
public static unsafe Vector<ulong> GatherVectorInt16SignExtend(Vector<ulong> mask, short* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4533
public static Vector<ulong> GatherVectorInt16SignExtend(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4539
public static unsafe Vector<ulong> GatherVectorInt16SignExtend(Vector<ulong> mask, short* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4548
public static unsafe Vector<int> GatherVectorInt16SignExtendFirstFaulting(Vector<int> mask, short* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4561
public static unsafe Vector<int> GatherVectorInt16SignExtendFirstFaulting(Vector<int> mask, short* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4567
public static unsafe Vector<long> GatherVectorInt16SignExtendFirstFaulting(Vector<long> mask, short* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4573
public static Vector<long> GatherVectorInt16SignExtendFirstFaulting(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4579
public static unsafe Vector<long> GatherVectorInt16SignExtendFirstFaulting(Vector<long> mask, short* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4585
public static unsafe Vector<uint> GatherVectorInt16SignExtendFirstFaulting(Vector<uint> mask, short* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4598
public static unsafe Vector<uint> GatherVectorInt16SignExtendFirstFaulting(Vector<uint> mask, short* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4604
public static unsafe Vector<ulong> GatherVectorInt16SignExtendFirstFaulting(Vector<ulong> mask, short* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4610
public static Vector<ulong> GatherVectorInt16SignExtendFirstFaulting(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4616
public static unsafe Vector<ulong> GatherVectorInt16SignExtendFirstFaulting(Vector<ulong> mask, short* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4625
public static unsafe Vector<int> GatherVectorInt16WithByteOffsetsSignExtend(Vector<int> mask, short* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4631
public static unsafe Vector<int> GatherVectorInt16WithByteOffsetsSignExtend(Vector<int> mask, short* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4637
public static unsafe Vector<long> GatherVectorInt16WithByteOffsetsSignExtend(Vector<long> mask, short* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4643
public static unsafe Vector<long> GatherVectorInt16WithByteOffsetsSignExtend(Vector<long> mask, short* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4649
public static unsafe Vector<uint> GatherVectorInt16WithByteOffsetsSignExtend(Vector<uint> mask, short* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4655
public static unsafe Vector<uint> GatherVectorInt16WithByteOffsetsSignExtend(Vector<uint> mask, short* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4661
public static unsafe Vector<ulong> GatherVectorInt16WithByteOffsetsSignExtend(Vector<ulong> mask, short* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4667
public static unsafe Vector<ulong> GatherVectorInt16WithByteOffsetsSignExtend(Vector<ulong> mask, short* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4676
public static unsafe Vector<int> GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(Vector<int> mask, short* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4682
public static unsafe Vector<int> GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(Vector<int> mask, short* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4688
public static unsafe Vector<long> GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(Vector<long> mask, short* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4694
public static unsafe Vector<long> GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(Vector<long> mask, short* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4700
public static unsafe Vector<uint> GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(Vector<uint> mask, short* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4706
public static unsafe Vector<uint> GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(Vector<uint> mask, short* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4712
public static unsafe Vector<ulong> GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(Vector<ulong> mask, short* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4718
public static unsafe Vector<ulong> GatherVectorInt16WithByteOffsetsSignExtendFirstFaulting(Vector<ulong> mask, short* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4727
public static unsafe Vector<long> GatherVectorInt32SignExtend(Vector<long> mask, int* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4733
public static Vector<long> GatherVectorInt32SignExtend(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4739
public static unsafe Vector<long> GatherVectorInt32SignExtend(Vector<long> mask, int* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4745
public static unsafe Vector<ulong> GatherVectorInt32SignExtend(Vector<ulong> mask, int* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4751
public static Vector<ulong> GatherVectorInt32SignExtend(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4757
public static unsafe Vector<ulong> GatherVectorInt32SignExtend(Vector<ulong> mask, int* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4766
public static unsafe Vector<long> GatherVectorInt32SignExtendFirstFaulting(Vector<long> mask, int* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4772
public static Vector<long> GatherVectorInt32SignExtendFirstFaulting(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4778
public static unsafe Vector<long> GatherVectorInt32SignExtendFirstFaulting(Vector<long> mask, int* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4784
public static unsafe Vector<ulong> GatherVectorInt32SignExtendFirstFaulting(Vector<ulong> mask, int* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4790
public static Vector<ulong> GatherVectorInt32SignExtendFirstFaulting(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4796
public static unsafe Vector<ulong> GatherVectorInt32SignExtendFirstFaulting(Vector<ulong> mask, int* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4805
public static unsafe Vector<long> GatherVectorInt32WithByteOffsetsSignExtend(Vector<long> mask, int* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4811
public static unsafe Vector<long> GatherVectorInt32WithByteOffsetsSignExtend(Vector<long> mask, int* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4817
public static unsafe Vector<ulong> GatherVectorInt32WithByteOffsetsSignExtend(Vector<ulong> mask, int* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4823
public static unsafe Vector<ulong> GatherVectorInt32WithByteOffsetsSignExtend(Vector<ulong> mask, int* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4832
public static unsafe Vector<long> GatherVectorInt32WithByteOffsetsSignExtendFirstFaulting(Vector<long> mask, int* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4838
public static unsafe Vector<long> GatherVectorInt32WithByteOffsetsSignExtendFirstFaulting(Vector<long> mask, int* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4844
public static unsafe Vector<ulong> GatherVectorInt32WithByteOffsetsSignExtendFirstFaulting(Vector<ulong> mask, int* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4850
public static unsafe Vector<ulong> GatherVectorInt32WithByteOffsetsSignExtendFirstFaulting(Vector<ulong> mask, int* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4859
public static unsafe Vector<int> GatherVectorSByteSignExtend(Vector<int> mask, sbyte* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4872
public static unsafe Vector<int> GatherVectorSByteSignExtend(Vector<int> mask, sbyte* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4878
public static unsafe Vector<long> GatherVectorSByteSignExtend(Vector<long> mask, sbyte* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4884
public static Vector<long> GatherVectorSByteSignExtend(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4890
public static unsafe Vector<long> GatherVectorSByteSignExtend(Vector<long> mask, sbyte* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4896
public static unsafe Vector<uint> GatherVectorSByteSignExtend(Vector<uint> mask, sbyte* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
4909
public static unsafe Vector<uint> GatherVectorSByteSignExtend(Vector<uint> mask, sbyte* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
4915
public static unsafe Vector<ulong> GatherVectorSByteSignExtend(Vector<ulong> mask, sbyte* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
4921
public static Vector<ulong> GatherVectorSByteSignExtend(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4927
public static unsafe Vector<ulong> GatherVectorSByteSignExtend(Vector<ulong> mask, sbyte* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
4936
public static unsafe Vector<int> GatherVectorSByteSignExtendFirstFaulting(Vector<int> mask, sbyte* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4949
public static unsafe Vector<int> GatherVectorSByteSignExtendFirstFaulting(Vector<int> mask, sbyte* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4955
public static unsafe Vector<long> GatherVectorSByteSignExtendFirstFaulting(Vector<long> mask, sbyte* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4961
public static Vector<long> GatherVectorSByteSignExtendFirstFaulting(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
4967
public static unsafe Vector<long> GatherVectorSByteSignExtendFirstFaulting(Vector<long> mask, sbyte* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
4973
public static unsafe Vector<uint> GatherVectorSByteSignExtendFirstFaulting(Vector<uint> mask, sbyte* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
4986
public static unsafe Vector<uint> GatherVectorSByteSignExtendFirstFaulting(Vector<uint> mask, sbyte* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
4992
public static unsafe Vector<ulong> GatherVectorSByteSignExtendFirstFaulting(Vector<ulong> mask, sbyte* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
4998
public static Vector<ulong> GatherVectorSByteSignExtendFirstFaulting(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
5004
public static unsafe Vector<ulong> GatherVectorSByteSignExtendFirstFaulting(Vector<ulong> mask, sbyte* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5013
public static unsafe Vector<int> GatherVectorUInt16WithByteOffsetsZeroExtend(Vector<int> mask, ushort* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
5019
public static unsafe Vector<int> GatherVectorUInt16WithByteOffsetsZeroExtend(Vector<int> mask, ushort* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
5025
public static unsafe Vector<long> GatherVectorUInt16WithByteOffsetsZeroExtend(Vector<long> mask, ushort* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5031
public static unsafe Vector<long> GatherVectorUInt16WithByteOffsetsZeroExtend(Vector<long> mask, ushort* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5037
public static unsafe Vector<uint> GatherVectorUInt16WithByteOffsetsZeroExtend(Vector<uint> mask, ushort* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
5043
public static unsafe Vector<uint> GatherVectorUInt16WithByteOffsetsZeroExtend(Vector<uint> mask, ushort* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
5049
public static unsafe Vector<ulong> GatherVectorUInt16WithByteOffsetsZeroExtend(Vector<ulong> mask, ushort* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5055
public static unsafe Vector<ulong> GatherVectorUInt16WithByteOffsetsZeroExtend(Vector<ulong> mask, ushort* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5064
public static unsafe Vector<int> GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(Vector<int> mask, ushort* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
5070
public static unsafe Vector<int> GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(Vector<int> mask, ushort* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
5076
public static unsafe Vector<long> GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(Vector<long> mask, ushort* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5082
public static unsafe Vector<long> GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(Vector<long> mask, ushort* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5088
public static unsafe Vector<uint> GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(Vector<uint> mask, ushort* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
5094
public static unsafe Vector<uint> GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(Vector<uint> mask, ushort* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
5100
public static unsafe Vector<ulong> GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(Vector<ulong> mask, ushort* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5106
public static unsafe Vector<ulong> GatherVectorUInt16WithByteOffsetsZeroExtendFirstFaulting(Vector<ulong> mask, ushort* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5115
public static unsafe Vector<int> GatherVectorUInt16ZeroExtend(Vector<int> mask, ushort* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
5128
public static unsafe Vector<int> GatherVectorUInt16ZeroExtend(Vector<int> mask, ushort* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
5134
public static unsafe Vector<long> GatherVectorUInt16ZeroExtend(Vector<long> mask, ushort* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
5140
public static Vector<long> GatherVectorUInt16ZeroExtend(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
5146
public static unsafe Vector<long> GatherVectorUInt16ZeroExtend(Vector<long> mask, ushort* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
5152
public static unsafe Vector<uint> GatherVectorUInt16ZeroExtend(Vector<uint> mask, ushort* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
5165
public static unsafe Vector<uint> GatherVectorUInt16ZeroExtend(Vector<uint> mask, ushort* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
5171
public static unsafe Vector<ulong> GatherVectorUInt16ZeroExtend(Vector<ulong> mask, ushort* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
5177
public static Vector<ulong> GatherVectorUInt16ZeroExtend(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
5183
public static unsafe Vector<ulong> GatherVectorUInt16ZeroExtend(Vector<ulong> mask, ushort* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
5192
public static unsafe Vector<int> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<int> mask, ushort* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
5205
public static unsafe Vector<int> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<int> mask, ushort* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
5211
public static unsafe Vector<long> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<long> mask, ushort* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
5217
public static Vector<long> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
5223
public static unsafe Vector<long> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<long> mask, ushort* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
5229
public static unsafe Vector<uint> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<uint> mask, ushort* address, Vector<int> indices) { throw new
PlatformNotSupportedException
(); }
5242
public static unsafe Vector<uint> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<uint> mask, ushort* address, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
5248
public static unsafe Vector<ulong> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<ulong> mask, ushort* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
5254
public static Vector<ulong> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
5260
public static unsafe Vector<ulong> GatherVectorUInt16ZeroExtendFirstFaulting(Vector<ulong> mask, ushort* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
5269
public static unsafe Vector<long> GatherVectorUInt32WithByteOffsetsZeroExtend(Vector<long> mask, uint* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5275
public static unsafe Vector<long> GatherVectorUInt32WithByteOffsetsZeroExtend(Vector<long> mask, uint* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5281
public static unsafe Vector<ulong> GatherVectorUInt32WithByteOffsetsZeroExtend(Vector<ulong> mask, uint* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5287
public static unsafe Vector<ulong> GatherVectorUInt32WithByteOffsetsZeroExtend(Vector<ulong> mask, uint* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5296
public static unsafe Vector<long> GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(Vector<long> mask, uint* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5302
public static unsafe Vector<long> GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(Vector<long> mask, uint* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5308
public static unsafe Vector<ulong> GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(Vector<ulong> mask, uint* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5314
public static unsafe Vector<ulong> GatherVectorUInt32WithByteOffsetsZeroExtendFirstFaulting(Vector<ulong> mask, uint* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5323
public static unsafe Vector<long> GatherVectorUInt32ZeroExtend(Vector<long> mask, uint* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
5329
public static Vector<long> GatherVectorUInt32ZeroExtend(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
5335
public static unsafe Vector<long> GatherVectorUInt32ZeroExtend(Vector<long> mask, uint* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
5341
public static unsafe Vector<ulong> GatherVectorUInt32ZeroExtend(Vector<ulong> mask, uint* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
5347
public static Vector<ulong> GatherVectorUInt32ZeroExtend(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
5353
public static unsafe Vector<ulong> GatherVectorUInt32ZeroExtend(Vector<ulong> mask, uint* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
5362
public static unsafe Vector<long> GatherVectorUInt32ZeroExtendFirstFaulting(Vector<long> mask, uint* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
5368
public static Vector<long> GatherVectorUInt32ZeroExtendFirstFaulting(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
5374
public static unsafe Vector<long> GatherVectorUInt32ZeroExtendFirstFaulting(Vector<long> mask, uint* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
5380
public static unsafe Vector<ulong> GatherVectorUInt32ZeroExtendFirstFaulting(Vector<ulong> mask, uint* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
5386
public static Vector<ulong> GatherVectorUInt32ZeroExtendFirstFaulting(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
5392
public static unsafe Vector<ulong> GatherVectorUInt32ZeroExtendFirstFaulting(Vector<ulong> mask, uint* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
5401
public static unsafe Vector<double> GatherVectorWithByteOffsetFirstFaulting(Vector<double> mask, double* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5407
public static unsafe Vector<double> GatherVectorWithByteOffsetFirstFaulting(Vector<double> mask, double* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5413
public static unsafe Vector<int> GatherVectorWithByteOffsetFirstFaulting(Vector<int> mask, int* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
5419
public static unsafe Vector<int> GatherVectorWithByteOffsetFirstFaulting(Vector<int> mask, int* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
5425
public static unsafe Vector<long> GatherVectorWithByteOffsetFirstFaulting(Vector<long> mask, long* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5431
public static unsafe Vector<long> GatherVectorWithByteOffsetFirstFaulting(Vector<long> mask, long* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5437
public static unsafe Vector<float> GatherVectorWithByteOffsetFirstFaulting(Vector<float> mask, float* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
5443
public static unsafe Vector<float> GatherVectorWithByteOffsetFirstFaulting(Vector<float> mask, float* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
5449
public static unsafe Vector<uint> GatherVectorWithByteOffsetFirstFaulting(Vector<uint> mask, uint* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
5455
public static unsafe Vector<uint> GatherVectorWithByteOffsetFirstFaulting(Vector<uint> mask, uint* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
5461
public static unsafe Vector<ulong> GatherVectorWithByteOffsetFirstFaulting(Vector<ulong> mask, ulong* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5467
public static unsafe Vector<ulong> GatherVectorWithByteOffsetFirstFaulting(Vector<ulong> mask, ulong* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5476
public static unsafe Vector<double> GatherVectorWithByteOffsets(Vector<double> mask, double* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5482
public static unsafe Vector<double> GatherVectorWithByteOffsets(Vector<double> mask, double* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5488
public static unsafe Vector<int> GatherVectorWithByteOffsets(Vector<int> mask, int* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
5494
public static unsafe Vector<int> GatherVectorWithByteOffsets(Vector<int> mask, int* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
5500
public static unsafe Vector<long> GatherVectorWithByteOffsets(Vector<long> mask, long* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5506
public static unsafe Vector<long> GatherVectorWithByteOffsets(Vector<long> mask, long* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5512
public static unsafe Vector<float> GatherVectorWithByteOffsets(Vector<float> mask, float* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
5518
public static unsafe Vector<float> GatherVectorWithByteOffsets(Vector<float> mask, float* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
5524
public static unsafe Vector<uint> GatherVectorWithByteOffsets(Vector<uint> mask, uint* address, Vector<int> offsets) { throw new
PlatformNotSupportedException
(); }
5530
public static unsafe Vector<uint> GatherVectorWithByteOffsets(Vector<uint> mask, uint* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
5536
public static unsafe Vector<ulong> GatherVectorWithByteOffsets(Vector<ulong> mask, ulong* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
5542
public static unsafe Vector<ulong> GatherVectorWithByteOffsets(Vector<ulong> mask, ulong* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
5551
public static ulong GetActiveElementCount(Vector<byte> mask, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
5557
public static ulong GetActiveElementCount(Vector<double> mask, Vector<double> from) { throw new
PlatformNotSupportedException
(); }
5563
public static ulong GetActiveElementCount(Vector<short> mask, Vector<short> from) { throw new
PlatformNotSupportedException
(); }
5569
public static ulong GetActiveElementCount(Vector<int> mask, Vector<int> from) { throw new
PlatformNotSupportedException
(); }
5575
public static ulong GetActiveElementCount(Vector<long> mask, Vector<long> from) { throw new
PlatformNotSupportedException
(); }
5581
public static ulong GetActiveElementCount(Vector<sbyte> mask, Vector<sbyte> from) { throw new
PlatformNotSupportedException
(); }
5587
public static ulong GetActiveElementCount(Vector<float> mask, Vector<float> from) { throw new
PlatformNotSupportedException
(); }
5593
public static ulong GetActiveElementCount(Vector<ushort> mask, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
5599
public static ulong GetActiveElementCount(Vector<uint> mask, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
5605
public static ulong GetActiveElementCount(Vector<ulong> mask, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
5614
public static Vector<byte> GetFfrByte() { throw new
PlatformNotSupportedException
(); }
5620
public static Vector<double> GetFfrDouble() { throw new
PlatformNotSupportedException
(); }
5626
public static Vector<short> GetFfrInt16() { throw new
PlatformNotSupportedException
(); }
5632
public static Vector<int> GetFfrInt32() { throw new
PlatformNotSupportedException
(); }
5638
public static Vector<long> GetFfrInt64() { throw new
PlatformNotSupportedException
(); }
5644
public static Vector<sbyte> GetFfrSByte() { throw new
PlatformNotSupportedException
(); }
5650
public static Vector<float> GetFfrSingle() { throw new
PlatformNotSupportedException
(); }
5656
public static Vector<ushort> GetFfrUInt16() { throw new
PlatformNotSupportedException
(); }
5662
public static Vector<uint> GetFfrUInt32() { throw new
PlatformNotSupportedException
(); }
5668
public static Vector<ulong> GetFfrUInt64() { throw new
PlatformNotSupportedException
(); }
5678
public static Vector<byte> InsertIntoShiftedVector(Vector<byte> left, byte right) { throw new
PlatformNotSupportedException
(); }
5685
public static Vector<double> InsertIntoShiftedVector(Vector<double> left, double right) { throw new
PlatformNotSupportedException
(); }
5692
public static Vector<short> InsertIntoShiftedVector(Vector<short> left, short right) { throw new
PlatformNotSupportedException
(); }
5699
public static Vector<int> InsertIntoShiftedVector(Vector<int> left, int right) { throw new
PlatformNotSupportedException
(); }
5706
public static Vector<long> InsertIntoShiftedVector(Vector<long> left, long right) { throw new
PlatformNotSupportedException
(); }
5713
public static Vector<sbyte> InsertIntoShiftedVector(Vector<sbyte> left, sbyte right) { throw new
PlatformNotSupportedException
(); }
5720
public static Vector<float> InsertIntoShiftedVector(Vector<float> left, float right) { throw new
PlatformNotSupportedException
(); }
5727
public static Vector<ushort> InsertIntoShiftedVector(Vector<ushort> left, ushort right) { throw new
PlatformNotSupportedException
(); }
5734
public static Vector<uint> InsertIntoShiftedVector(Vector<uint> left, uint right) { throw new
PlatformNotSupportedException
(); }
5741
public static Vector<ulong> InsertIntoShiftedVector(Vector<ulong> left, ulong right) { throw new
PlatformNotSupportedException
(); }
5752
public static Vector<byte> LeadingSignCount(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
5760
public static Vector<ushort> LeadingSignCount(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
5768
public static Vector<uint> LeadingSignCount(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
5776
public static Vector<ulong> LeadingSignCount(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
5787
public static Vector<byte> LeadingZeroCount(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
5795
public static Vector<byte> LeadingZeroCount(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
5803
public static Vector<ushort> LeadingZeroCount(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
5811
public static Vector<ushort> LeadingZeroCount(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
5819
public static Vector<uint> LeadingZeroCount(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
5827
public static Vector<uint> LeadingZeroCount(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
5835
public static Vector<ulong> LeadingZeroCount(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
5843
public static Vector<ulong> LeadingZeroCount(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
5853
public static unsafe Vector<byte> LoadVector(Vector<byte> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5860
public static unsafe Vector<double> LoadVector(Vector<double> mask, double* address) { throw new
PlatformNotSupportedException
(); }
5867
public static unsafe Vector<short> LoadVector(Vector<short> mask, short* address) { throw new
PlatformNotSupportedException
(); }
5874
public static unsafe Vector<int> LoadVector(Vector<int> mask, int* address) { throw new
PlatformNotSupportedException
(); }
5881
public static unsafe Vector<long> LoadVector(Vector<long> mask, long* address) { throw new
PlatformNotSupportedException
(); }
5888
public static unsafe Vector<sbyte> LoadVector(Vector<sbyte> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
5895
public static unsafe Vector<float> LoadVector(Vector<float> mask, float* address) { throw new
PlatformNotSupportedException
(); }
5902
public static unsafe Vector<ushort> LoadVector(Vector<ushort> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
5909
public static unsafe Vector<uint> LoadVector(Vector<uint> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
5916
public static unsafe Vector<ulong> LoadVector(Vector<ulong> mask, ulong* address) { throw new
PlatformNotSupportedException
(); }
5925
public static unsafe Vector<byte> LoadVector128AndReplicateToVector(Vector<byte> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5931
public static unsafe Vector<double> LoadVector128AndReplicateToVector(Vector<double> mask, double* address) { throw new
PlatformNotSupportedException
(); }
5937
public static unsafe Vector<short> LoadVector128AndReplicateToVector(Vector<short> mask, short* address) { throw new
PlatformNotSupportedException
(); }
5943
public static unsafe Vector<int> LoadVector128AndReplicateToVector(Vector<int> mask, int* address) { throw new
PlatformNotSupportedException
(); }
5949
public static unsafe Vector<long> LoadVector128AndReplicateToVector(Vector<long> mask, long* address) { throw new
PlatformNotSupportedException
(); }
5955
public static unsafe Vector<sbyte> LoadVector128AndReplicateToVector(Vector<sbyte> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
5961
public static unsafe Vector<float> LoadVector128AndReplicateToVector(Vector<float> mask, float* address) { throw new
PlatformNotSupportedException
(); }
5967
public static unsafe Vector<ushort> LoadVector128AndReplicateToVector(Vector<ushort> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
5973
public static unsafe Vector<uint> LoadVector128AndReplicateToVector(Vector<uint> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
5979
public static unsafe Vector<ulong> LoadVector128AndReplicateToVector(Vector<ulong> mask, ulong* address) { throw new
PlatformNotSupportedException
(); }
5988
public static unsafe Vector<short> LoadVectorByteNonFaultingZeroExtendToInt16(Vector<short> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
5997
public static unsafe Vector<int> LoadVectorByteNonFaultingZeroExtendToInt32(Vector<int> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6006
public static unsafe Vector<long> LoadVectorByteNonFaultingZeroExtendToInt64(Vector<long> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6015
public static unsafe Vector<ushort> LoadVectorByteNonFaultingZeroExtendToUInt16(Vector<ushort> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6024
public static unsafe Vector<uint> LoadVectorByteNonFaultingZeroExtendToUInt32(Vector<uint> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6033
public static unsafe Vector<ulong> LoadVectorByteNonFaultingZeroExtendToUInt64(Vector<ulong> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6040
public static unsafe Vector<short> LoadVectorByteZeroExtendFirstFaulting(Vector<short> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6046
public static unsafe Vector<int> LoadVectorByteZeroExtendFirstFaulting(Vector<int> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6052
public static unsafe Vector<long> LoadVectorByteZeroExtendFirstFaulting(Vector<long> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6058
public static unsafe Vector<ushort> LoadVectorByteZeroExtendFirstFaulting(Vector<ushort> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6064
public static unsafe Vector<uint> LoadVectorByteZeroExtendFirstFaulting(Vector<uint> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6070
public static unsafe Vector<ulong> LoadVectorByteZeroExtendFirstFaulting(Vector<ulong> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6079
public static unsafe Vector<short> LoadVectorByteZeroExtendToInt16(Vector<short> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6088
public static unsafe Vector<int> LoadVectorByteZeroExtendToInt32(Vector<int> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6097
public static unsafe Vector<long> LoadVectorByteZeroExtendToInt64(Vector<long> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6106
public static unsafe Vector<ushort> LoadVectorByteZeroExtendToUInt16(Vector<ushort> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6115
public static unsafe Vector<uint> LoadVectorByteZeroExtendToUInt32(Vector<uint> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6124
public static unsafe Vector<ulong> LoadVectorByteZeroExtendToUInt64(Vector<ulong> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6133
public static unsafe Vector<byte> LoadVectorFirstFaulting(Vector<byte> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6139
public static unsafe Vector<double> LoadVectorFirstFaulting(Vector<double> mask, double* address) { throw new
PlatformNotSupportedException
(); }
6145
public static unsafe Vector<short> LoadVectorFirstFaulting(Vector<short> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6151
public static unsafe Vector<int> LoadVectorFirstFaulting(Vector<int> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6157
public static unsafe Vector<long> LoadVectorFirstFaulting(Vector<long> mask, long* address) { throw new
PlatformNotSupportedException
(); }
6163
public static unsafe Vector<sbyte> LoadVectorFirstFaulting(Vector<sbyte> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6169
public static unsafe Vector<float> LoadVectorFirstFaulting(Vector<float> mask, float* address) { throw new
PlatformNotSupportedException
(); }
6175
public static unsafe Vector<ushort> LoadVectorFirstFaulting(Vector<ushort> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6181
public static unsafe Vector<uint> LoadVectorFirstFaulting(Vector<uint> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6187
public static unsafe Vector<ulong> LoadVectorFirstFaulting(Vector<ulong> mask, ulong* address) { throw new
PlatformNotSupportedException
(); }
6196
public static unsafe Vector<int> LoadVectorInt16NonFaultingSignExtendToInt32(Vector<int> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6205
public static unsafe Vector<long> LoadVectorInt16NonFaultingSignExtendToInt64(Vector<long> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6214
public static unsafe Vector<uint> LoadVectorInt16NonFaultingSignExtendToUInt32(Vector<uint> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6223
public static unsafe Vector<ulong> LoadVectorInt16NonFaultingSignExtendToUInt64(Vector<ulong> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6232
public static unsafe Vector<int> LoadVectorInt16SignExtendFirstFaulting(Vector<int> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6238
public static unsafe Vector<long> LoadVectorInt16SignExtendFirstFaulting(Vector<long> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6244
public static unsafe Vector<uint> LoadVectorInt16SignExtendFirstFaulting(Vector<uint> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6250
public static unsafe Vector<ulong> LoadVectorInt16SignExtendFirstFaulting(Vector<ulong> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6259
public static unsafe Vector<int> LoadVectorInt16SignExtendToInt32(Vector<int> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6268
public static unsafe Vector<long> LoadVectorInt16SignExtendToInt64(Vector<long> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6277
public static unsafe Vector<uint> LoadVectorInt16SignExtendToUInt32(Vector<uint> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6286
public static unsafe Vector<ulong> LoadVectorInt16SignExtendToUInt64(Vector<ulong> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6295
public static unsafe Vector<long> LoadVectorInt32NonFaultingSignExtendToInt64(Vector<long> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6304
public static unsafe Vector<ulong> LoadVectorInt32NonFaultingSignExtendToUInt64(Vector<ulong> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6313
public static unsafe Vector<long> LoadVectorInt32SignExtendFirstFaulting(Vector<long> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6319
public static unsafe Vector<ulong> LoadVectorInt32SignExtendFirstFaulting(Vector<ulong> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6328
public static unsafe Vector<long> LoadVectorInt32SignExtendToInt64(Vector<long> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6337
public static unsafe Vector<ulong> LoadVectorInt32SignExtendToUInt64(Vector<ulong> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6346
public static unsafe Vector<byte> LoadVectorNonFaulting(Vector<byte> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6352
public static unsafe Vector<double> LoadVectorNonFaulting(Vector<double> mask, double* address) { throw new
PlatformNotSupportedException
(); }
6358
public static unsafe Vector<short> LoadVectorNonFaulting(Vector<short> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6364
public static unsafe Vector<int> LoadVectorNonFaulting(Vector<int> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6370
public static unsafe Vector<long> LoadVectorNonFaulting(Vector<long> mask, long* address) { throw new
PlatformNotSupportedException
(); }
6376
public static unsafe Vector<sbyte> LoadVectorNonFaulting(Vector<sbyte> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6382
public static unsafe Vector<float> LoadVectorNonFaulting(Vector<float> mask, float* address) { throw new
PlatformNotSupportedException
(); }
6388
public static unsafe Vector<ushort> LoadVectorNonFaulting(Vector<ushort> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6394
public static unsafe Vector<uint> LoadVectorNonFaulting(Vector<uint> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6400
public static unsafe Vector<ulong> LoadVectorNonFaulting(Vector<ulong> mask, ulong* address) { throw new
PlatformNotSupportedException
(); }
6409
public static unsafe Vector<byte> LoadVectorNonTemporal(Vector<byte> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6415
public static unsafe Vector<double> LoadVectorNonTemporal(Vector<double> mask, double* address) { throw new
PlatformNotSupportedException
(); }
6421
public static unsafe Vector<short> LoadVectorNonTemporal(Vector<short> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6427
public static unsafe Vector<int> LoadVectorNonTemporal(Vector<int> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6433
public static unsafe Vector<long> LoadVectorNonTemporal(Vector<long> mask, long* address) { throw new
PlatformNotSupportedException
(); }
6439
public static unsafe Vector<sbyte> LoadVectorNonTemporal(Vector<sbyte> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6445
public static unsafe Vector<float> LoadVectorNonTemporal(Vector<float> mask, float* address) { throw new
PlatformNotSupportedException
(); }
6451
public static unsafe Vector<ushort> LoadVectorNonTemporal(Vector<ushort> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6457
public static unsafe Vector<uint> LoadVectorNonTemporal(Vector<uint> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6463
public static unsafe Vector<ulong> LoadVectorNonTemporal(Vector<ulong> mask, ulong* address) { throw new
PlatformNotSupportedException
(); }
6472
public static unsafe Vector<short> LoadVectorSByteNonFaultingSignExtendToInt16(Vector<short> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6481
public static unsafe Vector<int> LoadVectorSByteNonFaultingSignExtendToInt32(Vector<int> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6490
public static unsafe Vector<long> LoadVectorSByteNonFaultingSignExtendToInt64(Vector<long> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6499
public static unsafe Vector<ushort> LoadVectorSByteNonFaultingSignExtendToUInt16(Vector<ushort> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6508
public static unsafe Vector<uint> LoadVectorSByteNonFaultingSignExtendToUInt32(Vector<uint> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6517
public static unsafe Vector<ulong> LoadVectorSByteNonFaultingSignExtendToUInt64(Vector<ulong> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6526
public static unsafe Vector<short> LoadVectorSByteSignExtendFirstFaulting(Vector<short> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6532
public static unsafe Vector<int> LoadVectorSByteSignExtendFirstFaulting(Vector<int> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6538
public static unsafe Vector<long> LoadVectorSByteSignExtendFirstFaulting(Vector<long> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6544
public static unsafe Vector<ushort> LoadVectorSByteSignExtendFirstFaulting(Vector<ushort> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6550
public static unsafe Vector<uint> LoadVectorSByteSignExtendFirstFaulting(Vector<uint> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6556
public static unsafe Vector<ulong> LoadVectorSByteSignExtendFirstFaulting(Vector<ulong> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6565
public static unsafe Vector<short> LoadVectorSByteSignExtendToInt16(Vector<short> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6574
public static unsafe Vector<int> LoadVectorSByteSignExtendToInt32(Vector<int> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6583
public static unsafe Vector<long> LoadVectorSByteSignExtendToInt64(Vector<long> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6592
public static unsafe Vector<ushort> LoadVectorSByteSignExtendToUInt16(Vector<ushort> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6601
public static unsafe Vector<uint> LoadVectorSByteSignExtendToUInt32(Vector<uint> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6610
public static unsafe Vector<ulong> LoadVectorSByteSignExtendToUInt64(Vector<ulong> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6619
public static unsafe Vector<int> LoadVectorUInt16NonFaultingZeroExtendToInt32(Vector<int> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6628
public static unsafe Vector<long> LoadVectorUInt16NonFaultingZeroExtendToInt64(Vector<long> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6637
public static unsafe Vector<uint> LoadVectorUInt16NonFaultingZeroExtendToUInt32(Vector<uint> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6646
public static unsafe Vector<ulong> LoadVectorUInt16NonFaultingZeroExtendToUInt64(Vector<ulong> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6655
public static unsafe Vector<int> LoadVectorUInt16ZeroExtendFirstFaulting(Vector<int> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6661
public static unsafe Vector<long> LoadVectorUInt16ZeroExtendFirstFaulting(Vector<long> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6667
public static unsafe Vector<uint> LoadVectorUInt16ZeroExtendFirstFaulting(Vector<uint> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6673
public static unsafe Vector<ulong> LoadVectorUInt16ZeroExtendFirstFaulting(Vector<ulong> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6682
public static unsafe Vector<int> LoadVectorUInt16ZeroExtendToInt32(Vector<int> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6691
public static unsafe Vector<long> LoadVectorUInt16ZeroExtendToInt64(Vector<long> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6700
public static unsafe Vector<uint> LoadVectorUInt16ZeroExtendToUInt32(Vector<uint> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6709
public static unsafe Vector<ulong> LoadVectorUInt16ZeroExtendToUInt64(Vector<ulong> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6718
public static unsafe Vector<long> LoadVectorUInt32NonFaultingZeroExtendToInt64(Vector<long> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6727
public static unsafe Vector<ulong> LoadVectorUInt32NonFaultingZeroExtendToUInt64(Vector<ulong> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6736
public static unsafe Vector<long> LoadVectorUInt32ZeroExtendFirstFaulting(Vector<long> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6742
public static unsafe Vector<ulong> LoadVectorUInt32ZeroExtendFirstFaulting(Vector<ulong> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6751
public static unsafe Vector<long> LoadVectorUInt32ZeroExtendToInt64(Vector<long> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6760
public static unsafe Vector<ulong> LoadVectorUInt32ZeroExtendToUInt64(Vector<ulong> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6769
public static unsafe (Vector<byte>, Vector<byte>) Load2xVectorAndUnzip(Vector<byte> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6775
public static unsafe (Vector<double>, Vector<double>) Load2xVectorAndUnzip(Vector<double> mask, double* address) { throw new
PlatformNotSupportedException
(); }
6781
public static unsafe (Vector<short>, Vector<short>) Load2xVectorAndUnzip(Vector<short> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6787
public static unsafe (Vector<int>, Vector<int>) Load2xVectorAndUnzip(Vector<int> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6793
public static unsafe (Vector<long>, Vector<long>) Load2xVectorAndUnzip(Vector<long> mask, long* address) { throw new
PlatformNotSupportedException
(); }
6799
public static unsafe (Vector<sbyte>, Vector<sbyte>) Load2xVectorAndUnzip(Vector<sbyte> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6805
public static unsafe (Vector<float>, Vector<float>) Load2xVectorAndUnzip(Vector<float> mask, float* address) { throw new
PlatformNotSupportedException
(); }
6811
public static unsafe (Vector<ushort>, Vector<ushort>) Load2xVectorAndUnzip(Vector<ushort> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6817
public static unsafe (Vector<uint>, Vector<uint>) Load2xVectorAndUnzip(Vector<uint> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6823
public static unsafe (Vector<ulong>, Vector<ulong>) Load2xVectorAndUnzip(Vector<ulong> mask, ulong* address) { throw new
PlatformNotSupportedException
(); }
6832
public static unsafe (Vector<byte>, Vector<byte>, Vector<byte>) Load3xVectorAndUnzip(Vector<byte> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6838
public static unsafe (Vector<double>, Vector<double>, Vector<double>) Load3xVectorAndUnzip(Vector<double> mask, double* address) { throw new
PlatformNotSupportedException
(); }
6844
public static unsafe (Vector<short>, Vector<short>, Vector<short>) Load3xVectorAndUnzip(Vector<short> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6850
public static unsafe (Vector<int>, Vector<int>, Vector<int>) Load3xVectorAndUnzip(Vector<int> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6856
public static unsafe (Vector<long>, Vector<long>, Vector<long>) Load3xVectorAndUnzip(Vector<long> mask, long* address) { throw new
PlatformNotSupportedException
(); }
6862
public static unsafe (Vector<sbyte>, Vector<sbyte>, Vector<sbyte>) Load3xVectorAndUnzip(Vector<sbyte> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6868
public static unsafe (Vector<float>, Vector<float>, Vector<float>) Load3xVectorAndUnzip(Vector<float> mask, float* address) { throw new
PlatformNotSupportedException
(); }
6874
public static unsafe (Vector<ushort>, Vector<ushort>, Vector<ushort>) Load3xVectorAndUnzip(Vector<ushort> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6880
public static unsafe (Vector<uint>, Vector<uint>, Vector<uint>) Load3xVectorAndUnzip(Vector<uint> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6886
public static unsafe (Vector<ulong>, Vector<ulong>, Vector<ulong>) Load3xVectorAndUnzip(Vector<ulong> mask, ulong* address) { throw new
PlatformNotSupportedException
(); }
6895
public static unsafe (Vector<byte>, Vector<byte>, Vector<byte>, Vector<byte>) Load4xVectorAndUnzip(Vector<byte> mask, byte* address) { throw new
PlatformNotSupportedException
(); }
6901
public static unsafe (Vector<double>, Vector<double>, Vector<double>, Vector<double>) Load4xVectorAndUnzip(Vector<double> mask, double* address) { throw new
PlatformNotSupportedException
(); }
6907
public static unsafe (Vector<short>, Vector<short>, Vector<short>, Vector<short>) Load4xVectorAndUnzip(Vector<short> mask, short* address) { throw new
PlatformNotSupportedException
(); }
6913
public static unsafe (Vector<int>, Vector<int>, Vector<int>, Vector<int>) Load4xVectorAndUnzip(Vector<int> mask, int* address) { throw new
PlatformNotSupportedException
(); }
6919
public static unsafe (Vector<long>, Vector<long>, Vector<long>, Vector<long>) Load4xVectorAndUnzip(Vector<long> mask, long* address) { throw new
PlatformNotSupportedException
(); }
6925
public static unsafe (Vector<sbyte>, Vector<sbyte>, Vector<sbyte>, Vector<sbyte>) Load4xVectorAndUnzip(Vector<sbyte> mask, sbyte* address) { throw new
PlatformNotSupportedException
(); }
6931
public static unsafe (Vector<float>, Vector<float>, Vector<float>, Vector<float>) Load4xVectorAndUnzip(Vector<float> mask, float* address) { throw new
PlatformNotSupportedException
(); }
6937
public static unsafe (Vector<ushort>, Vector<ushort>, Vector<ushort>, Vector<ushort>) Load4xVectorAndUnzip(Vector<ushort> mask, ushort* address) { throw new
PlatformNotSupportedException
(); }
6943
public static unsafe (Vector<uint>, Vector<uint>, Vector<uint>, Vector<uint>) Load4xVectorAndUnzip(Vector<uint> mask, uint* address) { throw new
PlatformNotSupportedException
(); }
6949
public static unsafe (Vector<ulong>, Vector<ulong>, Vector<ulong>, Vector<ulong>) Load4xVectorAndUnzip(Vector<ulong> mask, ulong* address) { throw new
PlatformNotSupportedException
(); }
6961
public static Vector<byte> Max(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
6970
public static Vector<double> Max(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
6979
public static Vector<short> Max(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
6988
public static Vector<int> Max(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
6997
public static Vector<long> Max(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
7006
public static Vector<sbyte> Max(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
7015
public static Vector<float> Max(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
7024
public static Vector<ushort> Max(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
7033
public static Vector<uint> Max(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
7042
public static Vector<ulong> Max(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
7051
public static Vector<byte> MaxAcross(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
7057
public static Vector<double> MaxAcross(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
7063
public static Vector<short> MaxAcross(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
7069
public static Vector<int> MaxAcross(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
7075
public static Vector<long> MaxAcross(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
7081
public static Vector<sbyte> MaxAcross(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
7087
public static Vector<float> MaxAcross(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
7093
public static Vector<ushort> MaxAcross(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
7099
public static Vector<uint> MaxAcross(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
7105
public static Vector<ulong> MaxAcross(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
7117
public static Vector<double> MaxNumber(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
7126
public static Vector<float> MaxNumber(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
7135
public static Vector<double> MaxNumberAcross(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
7141
public static Vector<float> MaxNumberAcross(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
7153
public static Vector<byte> Min(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
7162
public static Vector<double> Min(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
7171
public static Vector<short> Min(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
7180
public static Vector<int> Min(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
7189
public static Vector<long> Min(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
7198
public static Vector<sbyte> Min(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
7207
public static Vector<float> Min(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
7216
public static Vector<ushort> Min(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
7225
public static Vector<uint> Min(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
7234
public static Vector<ulong> Min(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
7243
public static Vector<byte> MinAcross(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
7249
public static Vector<double> MinAcross(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
7255
public static Vector<short> MinAcross(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
7261
public static Vector<int> MinAcross(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
7267
public static Vector<long> MinAcross(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
7273
public static Vector<sbyte> MinAcross(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
7279
public static Vector<float> MinAcross(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
7285
public static Vector<ushort> MinAcross(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
7291
public static Vector<uint> MinAcross(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
7297
public static Vector<ulong> MinAcross(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
7309
public static Vector<double> MinNumber(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
7318
public static Vector<float> MinNumber(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
7327
public static Vector<double> MinNumberAcross(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
7333
public static Vector<float> MinNumberAcross(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
7346
public static Vector<byte> Multiply(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
7356
public static Vector<double> Multiply(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
7365
public static Vector<short> Multiply(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
7374
public static Vector<int> Multiply(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
7383
public static Vector<long> Multiply(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
7392
public static Vector<sbyte> Multiply(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
7401
public static Vector<float> Multiply(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
7410
public static Vector<ushort> Multiply(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
7419
public static Vector<uint> Multiply(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
7428
public static Vector<ulong> Multiply(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
7439
public static Vector<byte> MultiplyAdd(Vector<byte> addend, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
7447
public static Vector<short> MultiplyAdd(Vector<short> addend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
7455
public static Vector<int> MultiplyAdd(Vector<int> addend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
7463
public static Vector<long> MultiplyAdd(Vector<long> addend, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
7471
public static Vector<sbyte> MultiplyAdd(Vector<sbyte> addend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
7479
public static Vector<ushort> MultiplyAdd(Vector<ushort> addend, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
7487
public static Vector<uint> MultiplyAdd(Vector<uint> addend, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
7495
public static Vector<ulong> MultiplyAdd(Vector<ulong> addend, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
7506
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
(); }
7514
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
(); }
7523
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
(); }
7532
public static Vector<double> MultiplyBySelectedScalar(Vector<double> left, Vector<double> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
7538
public static Vector<float> MultiplyBySelectedScalar(Vector<float> left, Vector<float> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
7549
public static Vector<double> MultiplyExtended(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
7557
public static Vector<float> MultiplyExtended(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
7568
public static Vector<byte> MultiplySubtract(Vector<byte> minuend, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
7576
public static Vector<short> MultiplySubtract(Vector<short> minuend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
7584
public static Vector<int> MultiplySubtract(Vector<int> minuend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
7592
public static Vector<long> MultiplySubtract(Vector<long> minuend, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
7600
public static Vector<sbyte> MultiplySubtract(Vector<sbyte> minuend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
7608
public static Vector<ushort> MultiplySubtract(Vector<ushort> minuend, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
7616
public static Vector<uint> MultiplySubtract(Vector<uint> minuend, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
7624
public static Vector<ulong> MultiplySubtract(Vector<ulong> minuend, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
7635
public static Vector<double> Negate(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
7643
public static Vector<short> Negate(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
7651
public static Vector<int> Negate(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
7659
public static Vector<long> Negate(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
7667
public static Vector<sbyte> Negate(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
7675
public static Vector<float> Negate(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
7687
public static Vector<byte> Not(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
7696
public static Vector<short> Not(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
7705
public static Vector<int> Not(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
7714
public static Vector<long> Not(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
7723
public static Vector<sbyte> Not(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
7732
public static Vector<ushort> Not(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
7741
public static Vector<uint> Not(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
7750
public static Vector<ulong> Not(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
7761
public static Vector<byte> Or(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
7769
public static Vector<short> Or(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
7777
public static Vector<int> Or(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
7785
public static Vector<long> Or(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
7793
public static Vector<sbyte> Or(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
7801
public static Vector<ushort> Or(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
7809
public static Vector<uint> Or(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
7817
public static Vector<ulong> Or(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
7826
public static Vector<byte> OrAcross(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
7832
public static Vector<short> OrAcross(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
7838
public static Vector<int> OrAcross(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
7844
public static Vector<long> OrAcross(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
7850
public static Vector<sbyte> OrAcross(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
7856
public static Vector<ushort> OrAcross(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
7862
public static Vector<uint> OrAcross(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
7868
public static Vector<ulong> OrAcross(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
7879
public static Vector<byte> PopCount(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
7887
public static Vector<byte> PopCount(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
7895
public static Vector<ushort> PopCount(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
7903
public static Vector<ushort> PopCount(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
7911
public static Vector<uint> PopCount(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
7919
public static Vector<uint> PopCount(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
7927
public static Vector<uint> PopCount(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
7935
public static Vector<ulong> PopCount(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
7943
public static Vector<ulong> PopCount(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
7951
public static Vector<ulong> PopCount(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
7960
public static unsafe void Prefetch16Bit(Vector<ushort> mask, void* address, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
7969
public static unsafe void Prefetch32Bit(Vector<uint> mask, void* address, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
7978
public static unsafe void Prefetch64Bit(Vector<ulong> mask, void* address, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
7987
public static unsafe void Prefetch8Bit(Vector<byte> mask, void* address, [ConstantExpected] SvePrefetchType prefetchType) { throw new
PlatformNotSupportedException
(); }
7996
public static Vector<double> ReciprocalEstimate(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
8002
public static Vector<float> ReciprocalEstimate(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
8013
public static Vector<double> ReciprocalExponent(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
8021
public static Vector<float> ReciprocalExponent(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
8030
public static Vector<double> ReciprocalSqrtEstimate(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
8036
public static Vector<float> ReciprocalSqrtEstimate(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
8045
public static Vector<double> ReciprocalSqrtStep(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
8051
public static Vector<float> ReciprocalSqrtStep(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
8060
public static Vector<double> ReciprocalStep(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
8066
public static Vector<float> ReciprocalStep(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
8077
public static Vector<byte> ReverseBits(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
8085
public static Vector<short> ReverseBits(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
8093
public static Vector<int> ReverseBits(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
8101
public static Vector<long> ReverseBits(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
8109
public static Vector<sbyte> ReverseBits(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
8117
public static Vector<ushort> ReverseBits(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
8125
public static Vector<uint> ReverseBits(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
8133
public static Vector<ulong> ReverseBits(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
8142
public static Vector<byte> ReverseElement(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
8148
public static Vector<double> ReverseElement(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
8154
public static Vector<short> ReverseElement(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
8160
public static Vector<int> ReverseElement(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
8166
public static Vector<long> ReverseElement(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
8172
public static Vector<sbyte> ReverseElement(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
8178
public static Vector<float> ReverseElement(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
8184
public static Vector<ushort> ReverseElement(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
8190
public static Vector<uint> ReverseElement(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
8196
public static Vector<ulong> ReverseElement(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
8207
public static Vector<int> ReverseElement16(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
8215
public static Vector<long> ReverseElement16(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
8223
public static Vector<uint> ReverseElement16(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
8231
public static Vector<ulong> ReverseElement16(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
8242
public static Vector<long> ReverseElement32(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
8250
public static Vector<ulong> ReverseElement32(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
8261
public static Vector<short> ReverseElement8(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
8269
public static Vector<int> ReverseElement8(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
8277
public static Vector<long> ReverseElement8(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
8285
public static Vector<ushort> ReverseElement8(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
8293
public static Vector<uint> ReverseElement8(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
8301
public static Vector<ulong> ReverseElement8(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
8312
public static Vector<double> RoundAwayFromZero(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
8320
public static Vector<float> RoundAwayFromZero(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
8331
public static Vector<double> RoundToNearest(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
8339
public static Vector<float> RoundToNearest(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
8350
public static Vector<double> RoundToNegativeInfinity(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
8358
public static Vector<float> RoundToNegativeInfinity(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
8369
public static Vector<double> RoundToPositiveInfinity(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
8377
public static Vector<float> RoundToPositiveInfinity(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
8388
public static Vector<double> RoundToZero(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
8396
public static Vector<float> RoundToZero(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
8405
public static int SaturatingDecrementBy16BitElementCount(int value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8411
public static long SaturatingDecrementBy16BitElementCount(long value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8417
public static uint SaturatingDecrementBy16BitElementCount(uint value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8423
public static ulong SaturatingDecrementBy16BitElementCount(ulong value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8429
public static Vector<short> SaturatingDecrementBy16BitElementCount(Vector<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8435
public static Vector<ushort> SaturatingDecrementBy16BitElementCount(Vector<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8444
public static int SaturatingDecrementBy32BitElementCount(int value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8450
public static long SaturatingDecrementBy32BitElementCount(long value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8456
public static uint SaturatingDecrementBy32BitElementCount(uint value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8462
public static ulong SaturatingDecrementBy32BitElementCount(ulong value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8468
public static Vector<int> SaturatingDecrementBy32BitElementCount(Vector<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8474
public static Vector<uint> SaturatingDecrementBy32BitElementCount(Vector<uint> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8483
public static int SaturatingDecrementBy64BitElementCount(int value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8489
public static long SaturatingDecrementBy64BitElementCount(long value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8495
public static uint SaturatingDecrementBy64BitElementCount(uint value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8501
public static ulong SaturatingDecrementBy64BitElementCount(ulong value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8507
public static Vector<long> SaturatingDecrementBy64BitElementCount(Vector<long> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8513
public static Vector<ulong> SaturatingDecrementBy64BitElementCount(Vector<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8522
public static int SaturatingDecrementBy8BitElementCount(int value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8528
public static long SaturatingDecrementBy8BitElementCount(long value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8534
public static uint SaturatingDecrementBy8BitElementCount(uint value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8540
public static ulong SaturatingDecrementBy8BitElementCount(ulong value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8549
public static long SaturatingDecrementByActiveElementCount(int value, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
8555
public static long SaturatingDecrementByActiveElementCount(long value, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
8561
public static ulong SaturatingDecrementByActiveElementCount(uint value, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
8567
public static ulong SaturatingDecrementByActiveElementCount(ulong value, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
8573
public static Vector<short> SaturatingDecrementByActiveElementCount(Vector<short> value, Vector<short> from) { throw new
PlatformNotSupportedException
(); }
8579
public static Vector<int> SaturatingDecrementByActiveElementCount(Vector<int> value, Vector<int> from) { throw new
PlatformNotSupportedException
(); }
8585
public static Vector<long> SaturatingDecrementByActiveElementCount(Vector<long> value, Vector<long> from) { throw new
PlatformNotSupportedException
(); }
8591
public static long SaturatingDecrementByActiveElementCount(int value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8597
public static long SaturatingDecrementByActiveElementCount(long value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8603
public static ulong SaturatingDecrementByActiveElementCount(uint value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8609
public static ulong SaturatingDecrementByActiveElementCount(ulong value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8615
public static Vector<ushort> SaturatingDecrementByActiveElementCount(Vector<ushort> value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8621
public static long SaturatingDecrementByActiveElementCount(int value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8627
public static long SaturatingDecrementByActiveElementCount(long value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8633
public static ulong SaturatingDecrementByActiveElementCount(uint value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8639
public static ulong SaturatingDecrementByActiveElementCount(ulong value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8645
public static Vector<uint> SaturatingDecrementByActiveElementCount(Vector<uint> value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8651
public static long SaturatingDecrementByActiveElementCount(int value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8657
public static long SaturatingDecrementByActiveElementCount(long value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8663
public static ulong SaturatingDecrementByActiveElementCount(uint value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8669
public static ulong SaturatingDecrementByActiveElementCount(ulong value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8675
public static Vector<ulong> SaturatingDecrementByActiveElementCount(Vector<ulong> value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8684
public static int SaturatingIncrementBy16BitElementCount(int value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8690
public static long SaturatingIncrementBy16BitElementCount(long value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8696
public static uint SaturatingIncrementBy16BitElementCount(uint value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8702
public static ulong SaturatingIncrementBy16BitElementCount(ulong value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8708
public static Vector<short> SaturatingIncrementBy16BitElementCount(Vector<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8714
public static Vector<ushort> SaturatingIncrementBy16BitElementCount(Vector<ushort> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8723
public static int SaturatingIncrementBy32BitElementCount(int value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8729
public static long SaturatingIncrementBy32BitElementCount(long value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8735
public static uint SaturatingIncrementBy32BitElementCount(uint value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8741
public static ulong SaturatingIncrementBy32BitElementCount(ulong value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8747
public static Vector<int> SaturatingIncrementBy32BitElementCount(Vector<int> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8753
public static Vector<uint> SaturatingIncrementBy32BitElementCount(Vector<uint> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8762
public static int SaturatingIncrementBy64BitElementCount(int value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8768
public static long SaturatingIncrementBy64BitElementCount(long value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8774
public static uint SaturatingIncrementBy64BitElementCount(uint value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8780
public static ulong SaturatingIncrementBy64BitElementCount(ulong value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8786
public static Vector<long> SaturatingIncrementBy64BitElementCount(Vector<long> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8792
public static Vector<ulong> SaturatingIncrementBy64BitElementCount(Vector<ulong> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8801
public static int SaturatingIncrementBy8BitElementCount(int value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8807
public static long SaturatingIncrementBy8BitElementCount(long value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8813
public static uint SaturatingIncrementBy8BitElementCount(uint value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8819
public static ulong SaturatingIncrementBy8BitElementCount(ulong value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte scale, [ConstantExpected] SveMaskPattern pattern = SveMaskPattern.All) { throw new
PlatformNotSupportedException
(); }
8828
public static long SaturatingIncrementByActiveElementCount(int value, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
8834
public static long SaturatingIncrementByActiveElementCount(long value, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
8840
public static ulong SaturatingIncrementByActiveElementCount(uint value, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
8846
public static ulong SaturatingIncrementByActiveElementCount(ulong value, Vector<byte> from) { throw new
PlatformNotSupportedException
(); }
8852
public static Vector<short> SaturatingIncrementByActiveElementCount(Vector<short> value, Vector<short> from) { throw new
PlatformNotSupportedException
(); }
8858
public static Vector<int> SaturatingIncrementByActiveElementCount(Vector<int> value, Vector<int> from) { throw new
PlatformNotSupportedException
(); }
8864
public static Vector<long> SaturatingIncrementByActiveElementCount(Vector<long> value, Vector<long> from) { throw new
PlatformNotSupportedException
(); }
8870
public static long SaturatingIncrementByActiveElementCount(int value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8876
public static long SaturatingIncrementByActiveElementCount(long value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8882
public static ulong SaturatingIncrementByActiveElementCount(uint value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8888
public static ulong SaturatingIncrementByActiveElementCount(ulong value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8894
public static Vector<ushort> SaturatingIncrementByActiveElementCount(Vector<ushort> value, Vector<ushort> from) { throw new
PlatformNotSupportedException
(); }
8900
public static long SaturatingIncrementByActiveElementCount(int value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8906
public static long SaturatingIncrementByActiveElementCount(long value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8912
public static ulong SaturatingIncrementByActiveElementCount(uint value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8918
public static ulong SaturatingIncrementByActiveElementCount(ulong value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8924
public static Vector<uint> SaturatingIncrementByActiveElementCount(Vector<uint> value, Vector<uint> from) { throw new
PlatformNotSupportedException
(); }
8930
public static long SaturatingIncrementByActiveElementCount(int value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8936
public static long SaturatingIncrementByActiveElementCount(long value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8942
public static ulong SaturatingIncrementByActiveElementCount(uint value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8948
public static ulong SaturatingIncrementByActiveElementCount(ulong value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8954
public static Vector<ulong> SaturatingIncrementByActiveElementCount(Vector<ulong> value, Vector<ulong> from) { throw new
PlatformNotSupportedException
(); }
8965
public static Vector<double> Scale(Vector<double> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
8973
public static Vector<float> Scale(Vector<float> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
8982
public static unsafe void Scatter(Vector<double> mask, double* address, Vector<long> indicies, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
8988
public static void Scatter(Vector<double> mask, Vector<ulong> addresses, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
8994
public static unsafe void Scatter(Vector<double> mask, double* address, Vector<ulong> indicies, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
9000
public static unsafe void Scatter(Vector<int> mask, int* address, Vector<int> indicies, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9013
public static unsafe void Scatter(Vector<int> mask, int* address, Vector<uint> indicies, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9019
public static unsafe void Scatter(Vector<long> mask, long* address, Vector<long> indicies, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9025
public static void Scatter(Vector<long> mask, Vector<ulong> addresses, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9031
public static unsafe void Scatter(Vector<long> mask, long* address, Vector<ulong> indicies, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9037
public static unsafe void Scatter(Vector<float> mask, float* address, Vector<int> indicies, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
9050
public static unsafe void Scatter(Vector<float> mask, float* address, Vector<uint> indicies, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
9056
public static unsafe void Scatter(Vector<uint> mask, uint* address, Vector<int> indicies, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9069
public static unsafe void Scatter(Vector<uint> mask, uint* address, Vector<uint> indicies, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9075
public static unsafe void Scatter(Vector<ulong> mask, ulong* address, Vector<long> indicies, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9081
public static void Scatter(Vector<ulong> mask, Vector<ulong> addresses, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9087
public static unsafe void Scatter(Vector<ulong> mask, ulong* address, Vector<ulong> indicies, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9103
public static void Scatter16BitNarrowing(Vector<long> mask, Vector<ulong> addresses, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9116
public static void Scatter16BitNarrowing(Vector<ulong> mask, Vector<ulong> addresses, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9122
public static unsafe void Scatter16BitNarrowing(Vector<int> mask, short* address, Vector<int> indices, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9128
public static unsafe void Scatter16BitNarrowing(Vector<int> mask, short* address, Vector<uint> indices, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9134
public static unsafe void Scatter16BitNarrowing(Vector<long> mask, short* address, Vector<long> indices, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9140
public static unsafe void Scatter16BitNarrowing(Vector<long> mask, short* address, Vector<ulong> indices, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9146
public static unsafe void Scatter16BitNarrowing(Vector<uint> mask, ushort* address, Vector<int> indices, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9152
public static unsafe void Scatter16BitNarrowing(Vector<uint> mask, ushort* address, Vector<uint> indices, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9158
public static unsafe void Scatter16BitNarrowing(Vector<ulong> mask, ushort* address, Vector<long> indices, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9164
public static unsafe void Scatter16BitNarrowing(Vector<ulong> mask, ushort* address, Vector<ulong> indices, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9173
public static unsafe void Scatter16BitWithByteOffsetsNarrowing(Vector<int> mask, short* address, Vector<int> offsets, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9179
public static unsafe void Scatter16BitWithByteOffsetsNarrowing(Vector<int> mask, short* address, Vector<uint> offsets, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9185
public static unsafe void Scatter16BitWithByteOffsetsNarrowing(Vector<long> mask, short* address, Vector<long> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9191
public static unsafe void Scatter16BitWithByteOffsetsNarrowing(Vector<long> mask, short* address, Vector<ulong> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9197
public static unsafe void Scatter16BitWithByteOffsetsNarrowing(Vector<uint> mask, ushort* address, Vector<int> offsets, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9203
public static unsafe void Scatter16BitWithByteOffsetsNarrowing(Vector<uint> mask, ushort* address, Vector<uint> offsets, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9209
public static unsafe void Scatter16BitWithByteOffsetsNarrowing(Vector<ulong> mask, ushort* address, Vector<long> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9215
public static unsafe void Scatter16BitWithByteOffsetsNarrowing(Vector<ulong> mask, ushort* address, Vector<ulong> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9224
public static void Scatter32BitNarrowing(Vector<long> mask, Vector<ulong> addresses, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9230
public static void Scatter32BitNarrowing(Vector<ulong> mask, Vector<ulong> addresses, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9236
public static unsafe void Scatter32BitNarrowing(Vector<long> mask, int* address, Vector<long> indices, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9242
public static unsafe void Scatter32BitNarrowing(Vector<long> mask, int* address, Vector<ulong> indices, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9248
public static unsafe void Scatter32BitNarrowing(Vector<ulong> mask, uint* address, Vector<long> indices, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9254
public static unsafe void Scatter32BitNarrowing(Vector<ulong> mask, uint* address, Vector<ulong> indices, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9263
public static unsafe void Scatter32BitWithByteOffsetsNarrowing(Vector<long> mask, int* address, Vector<long> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9269
public static unsafe void Scatter32BitWithByteOffsetsNarrowing(Vector<long> mask, int* address, Vector<ulong> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9275
public static unsafe void Scatter32BitWithByteOffsetsNarrowing(Vector<ulong> mask, uint* address, Vector<long> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9281
public static unsafe void Scatter32BitWithByteOffsetsNarrowing(Vector<ulong> mask, uint* address, Vector<ulong> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9297
public static void Scatter8BitNarrowing(Vector<long> mask, Vector<ulong> addresses, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9310
public static void Scatter8BitNarrowing(Vector<ulong> mask, Vector<ulong> addresses, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9319
public static unsafe void Scatter8BitWithByteOffsetsNarrowing(Vector<int> mask, sbyte* address, Vector<int> offsets, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9325
public static unsafe void Scatter8BitWithByteOffsetsNarrowing(Vector<int> mask, sbyte* address, Vector<uint> offsets, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9331
public static unsafe void Scatter8BitWithByteOffsetsNarrowing(Vector<long> mask, sbyte* address, Vector<long> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9337
public static unsafe void Scatter8BitWithByteOffsetsNarrowing(Vector<long> mask, sbyte* address, Vector<ulong> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9343
public static unsafe void Scatter8BitWithByteOffsetsNarrowing(Vector<uint> mask, byte* address, Vector<int> offsets, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9349
public static unsafe void Scatter8BitWithByteOffsetsNarrowing(Vector<uint> mask, byte* address, Vector<uint> offsets, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9355
public static unsafe void Scatter8BitWithByteOffsetsNarrowing(Vector<ulong> mask, byte* address, Vector<long> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9361
public static unsafe void Scatter8BitWithByteOffsetsNarrowing(Vector<ulong> mask, byte* address, Vector<ulong> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9370
public static unsafe void ScatterWithByteOffsets(Vector<double> mask, double* address, Vector<long> offsets, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
9376
public static unsafe void ScatterWithByteOffsets(Vector<double> mask, double* address, Vector<ulong> offsets, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
9382
public static unsafe void ScatterWithByteOffsets(Vector<int> mask, int* address, Vector<int> offsets, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9388
public static unsafe void ScatterWithByteOffsets(Vector<int> mask, int* address, Vector<uint> offsets, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
9394
public static unsafe void ScatterWithByteOffsets(Vector<long> mask, long* address, Vector<long> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9400
public static unsafe void ScatterWithByteOffsets(Vector<long> mask, long* address, Vector<ulong> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
9406
public static unsafe void ScatterWithByteOffsets(Vector<float> mask, float* address, Vector<int> offsets, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
9412
public static unsafe void ScatterWithByteOffsets(Vector<float> mask, float* address, Vector<uint> offsets, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
9418
public static unsafe void ScatterWithByteOffsets(Vector<uint> mask, uint* address, Vector<int> offsets, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9424
public static unsafe void ScatterWithByteOffsets(Vector<uint> mask, uint* address, Vector<uint> offsets, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
9430
public static unsafe void ScatterWithByteOffsets(Vector<ulong> mask, ulong* address, Vector<long> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9436
public static unsafe void ScatterWithByteOffsets(Vector<ulong> mask, ulong* address, Vector<ulong> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
9445
public static void SetFfr(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
9451
public static void SetFfr(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
9457
public static void SetFfr(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
9463
public static void SetFfr(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
9469
public static void SetFfr(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
9475
public static void SetFfr(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
9481
public static void SetFfr(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
9487
public static void SetFfr(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
9493
public static void SetFfr(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
9499
public static void SetFfr(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
9510
public static Vector<byte> ShiftLeftLogical(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
9518
public static Vector<byte> ShiftLeftLogical(Vector<byte> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9526
public static Vector<short> ShiftLeftLogical(Vector<short> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
9534
public static Vector<short> ShiftLeftLogical(Vector<short> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9542
public static Vector<int> ShiftLeftLogical(Vector<int> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
9550
public static Vector<int> ShiftLeftLogical(Vector<int> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9558
public static Vector<long> ShiftLeftLogical(Vector<long> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9566
public static Vector<sbyte> ShiftLeftLogical(Vector<sbyte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
9574
public static Vector<sbyte> ShiftLeftLogical(Vector<sbyte> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9582
public static Vector<ushort> ShiftLeftLogical(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
9590
public static Vector<ushort> ShiftLeftLogical(Vector<ushort> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9598
public static Vector<uint> ShiftLeftLogical(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
9606
public static Vector<uint> ShiftLeftLogical(Vector<uint> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9614
public static Vector<ulong> ShiftLeftLogical(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9625
public static Vector<short> ShiftRightArithmetic(Vector<short> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
9633
public static Vector<short> ShiftRightArithmetic(Vector<short> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9641
public static Vector<int> ShiftRightArithmetic(Vector<int> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
9649
public static Vector<int> ShiftRightArithmetic(Vector<int> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9657
public static Vector<long> ShiftRightArithmetic(Vector<long> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9665
public static Vector<sbyte> ShiftRightArithmetic(Vector<sbyte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
9673
public static Vector<sbyte> ShiftRightArithmetic(Vector<sbyte> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9684
public static Vector<short> ShiftRightArithmeticForDivide(Vector<short> value, [ConstantExpected(Min = 1, Max = (byte)(16))] byte control) { throw new
PlatformNotSupportedException
(); }
9692
public static Vector<int> ShiftRightArithmeticForDivide(Vector<int> value, [ConstantExpected(Min = 1, Max = (byte)(32))] byte control) { throw new
PlatformNotSupportedException
(); }
9700
public static Vector<long> ShiftRightArithmeticForDivide(Vector<long> value, [ConstantExpected(Min = 1, Max = (byte)(64))] byte control) { throw new
PlatformNotSupportedException
(); }
9708
public static Vector<sbyte> ShiftRightArithmeticForDivide(Vector<sbyte> value, [ConstantExpected(Min = 1, Max = (byte)(8))] byte control) { throw new
PlatformNotSupportedException
(); }
9719
public static Vector<byte> ShiftRightLogical(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
9727
public static Vector<byte> ShiftRightLogical(Vector<byte> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9735
public static Vector<ushort> ShiftRightLogical(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
9743
public static Vector<ushort> ShiftRightLogical(Vector<ushort> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9751
public static Vector<uint> ShiftRightLogical(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
9759
public static Vector<uint> ShiftRightLogical(Vector<uint> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9767
public static Vector<ulong> ShiftRightLogical(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9778
public static Vector<int> SignExtend16(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
9786
public static Vector<long> SignExtend16(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
9797
public static Vector<long> SignExtend32(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
9808
public static Vector<short> SignExtend8(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
9816
public static Vector<int> SignExtend8(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
9824
public static Vector<long> SignExtend8(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
9833
public static Vector<short> SignExtendWideningLower(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
9839
public static Vector<int> SignExtendWideningLower(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
9845
public static Vector<long> SignExtendWideningLower(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
9854
public static Vector<short> SignExtendWideningUpper(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
9860
public static Vector<int> SignExtendWideningUpper(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
9866
public static Vector<long> SignExtendWideningUpper(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
9875
public static Vector<byte> Splice(Vector<byte> mask, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
9881
public static Vector<double> Splice(Vector<double> mask, Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
9887
public static Vector<short> Splice(Vector<short> mask, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
9893
public static Vector<int> Splice(Vector<int> mask, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
9899
public static Vector<long> Splice(Vector<long> mask, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
9905
public static Vector<sbyte> Splice(Vector<sbyte> mask, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
9911
public static Vector<float> Splice(Vector<float> mask, Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
9917
public static Vector<ushort> Splice(Vector<ushort> mask, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
9923
public static Vector<uint> Splice(Vector<uint> mask, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
9929
public static Vector<ulong> Splice(Vector<ulong> mask, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
9940
public static Vector<double> Sqrt(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
9948
public static Vector<float> Sqrt(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
9957
public static unsafe void StoreAndZip(Vector<byte> mask, byte* address, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
9963
public static unsafe void StoreAndZip(Vector<byte> mask, byte* address, (Vector<byte> Value1, Vector<byte> Value2) data) { throw new
PlatformNotSupportedException
(); }
9969
public static unsafe void StoreAndZip(Vector<byte> mask, byte* address, (Vector<byte> Value1, Vector<byte> Value2, Vector<byte> Value3) data) { throw new
PlatformNotSupportedException
(); }
9975
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
(); }
9981
public static unsafe void StoreAndZip(Vector<double> mask, double* address, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
9987
public static unsafe void StoreAndZip(Vector<double> mask, double* address, (Vector<double> Value1, Vector<double> Value2) data) { throw new
PlatformNotSupportedException
(); }
9993
public static unsafe void StoreAndZip(Vector<double> mask, double* address, (Vector<double> Value1, Vector<double> Value2, Vector<double> Value3) data) { throw new
PlatformNotSupportedException
(); }
9999
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
(); }
10005
public static unsafe void StoreAndZip(Vector<short> mask, short* address, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
10011
public static unsafe void StoreAndZip(Vector<short> mask, short* address, (Vector<short> Value1, Vector<short> Value2) data) { throw new
PlatformNotSupportedException
(); }
10017
public static unsafe void StoreAndZip(Vector<short> mask, short* address, (Vector<short> Value1, Vector<short> Value2, Vector<short> Value3) data) { throw new
PlatformNotSupportedException
(); }
10023
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
(); }
10029
public static unsafe void StoreAndZip(Vector<int> mask, int* address, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
10035
public static unsafe void StoreAndZip(Vector<int> mask, int* address, (Vector<int> Value1, Vector<int> Value2) data) { throw new
PlatformNotSupportedException
(); }
10041
public static unsafe void StoreAndZip(Vector<int> mask, int* address, (Vector<int> Value1, Vector<int> Value2, Vector<int> Value3) data) { throw new
PlatformNotSupportedException
(); }
10047
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
(); }
10053
public static unsafe void StoreAndZip(Vector<long> mask, long* address, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
10059
public static unsafe void StoreAndZip(Vector<long> mask, long* address, (Vector<long> Value1, Vector<long> Value2) data) { throw new
PlatformNotSupportedException
(); }
10065
public static unsafe void StoreAndZip(Vector<long> mask, long* address, (Vector<long> Value1, Vector<long> Value2, Vector<long> Value3) data) { throw new
PlatformNotSupportedException
(); }
10071
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
(); }
10077
public static unsafe void StoreAndZip(Vector<sbyte> mask, sbyte* address, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
10083
public static unsafe void StoreAndZip(Vector<sbyte> mask, sbyte* address, (Vector<sbyte> Value1, Vector<sbyte> Value2) data) { throw new
PlatformNotSupportedException
(); }
10089
public static unsafe void StoreAndZip(Vector<sbyte> mask, sbyte* address, (Vector<sbyte> Value1, Vector<sbyte> Value2, Vector<sbyte> Value3) data) { throw new
PlatformNotSupportedException
(); }
10095
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
(); }
10101
public static unsafe void StoreAndZip(Vector<float> mask, float* address, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
10107
public static unsafe void StoreAndZip(Vector<float> mask, float* address, (Vector<float> Value1, Vector<float> Value2) data) { throw new
PlatformNotSupportedException
(); }
10113
public static unsafe void StoreAndZip(Vector<float> mask, float* address, (Vector<float> Value1, Vector<float> Value2, Vector<float> Value3) data) { throw new
PlatformNotSupportedException
(); }
10119
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
(); }
10125
public static unsafe void StoreAndZip(Vector<ushort> mask, ushort* address, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
10131
public static unsafe void StoreAndZip(Vector<ushort> mask, ushort* address, (Vector<ushort> Value1, Vector<ushort> Value2) data) { throw new
PlatformNotSupportedException
(); }
10137
public static unsafe void StoreAndZip(Vector<ushort> mask, ushort* address, (Vector<ushort> Value1, Vector<ushort> Value2, Vector<ushort> Value3) data) { throw new
PlatformNotSupportedException
(); }
10143
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
(); }
10149
public static unsafe void StoreAndZip(Vector<uint> mask, uint* address, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
10155
public static unsafe void StoreAndZip(Vector<uint> mask, uint* address, (Vector<uint> Value1, Vector<uint> Value2) data) { throw new
PlatformNotSupportedException
(); }
10161
public static unsafe void StoreAndZip(Vector<uint> mask, uint* address, (Vector<uint> Value1, Vector<uint> Value2, Vector<uint> Value3) data) { throw new
PlatformNotSupportedException
(); }
10167
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
(); }
10173
public static unsafe void StoreAndZip(Vector<ulong> mask, ulong* address, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
10179
public static unsafe void StoreAndZip(Vector<ulong> mask, ulong* address, (Vector<ulong> Value1, Vector<ulong> Value2) data) { throw new
PlatformNotSupportedException
(); }
10185
public static unsafe void StoreAndZip(Vector<ulong> mask, ulong* address, (Vector<ulong> Value1, Vector<ulong> Value2, Vector<ulong> Value3) data) { throw new
PlatformNotSupportedException
(); }
10191
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
(); }
10200
public static unsafe void StoreNarrowing(Vector<short> mask, sbyte* address, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
10206
public static unsafe void StoreNarrowing(Vector<int> mask, sbyte* address, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
10212
public static unsafe void StoreNarrowing(Vector<int> mask, short* address, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
10218
public static unsafe void StoreNarrowing(Vector<long> mask, sbyte* address, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
10224
public static unsafe void StoreNarrowing(Vector<long> mask, short* address, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
10230
public static unsafe void StoreNarrowing(Vector<long> mask, int* address, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
10236
public static unsafe void StoreNarrowing(Vector<ushort> mask, byte* address, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
10242
public static unsafe void StoreNarrowing(Vector<uint> mask, byte* address, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
10248
public static unsafe void StoreNarrowing(Vector<uint> mask, ushort* address, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
10254
public static unsafe void StoreNarrowing(Vector<ulong> mask, byte* address, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
10260
public static unsafe void StoreNarrowing(Vector<ulong> mask, ushort* address, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
10266
public static unsafe void StoreNarrowing(Vector<ulong> mask, uint* address, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
10275
public static unsafe void StoreNonTemporal(Vector<byte> mask, byte* address, Vector<byte> data) { throw new
PlatformNotSupportedException
(); }
10281
public static unsafe void StoreNonTemporal(Vector<double> mask, double* address, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
10287
public static unsafe void StoreNonTemporal(Vector<short> mask, short* address, Vector<short> data) { throw new
PlatformNotSupportedException
(); }
10293
public static unsafe void StoreNonTemporal(Vector<int> mask, int* address, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
10299
public static unsafe void StoreNonTemporal(Vector<long> mask, long* address, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
10305
public static unsafe void StoreNonTemporal(Vector<sbyte> mask, sbyte* address, Vector<sbyte> data) { throw new
PlatformNotSupportedException
(); }
10311
public static unsafe void StoreNonTemporal(Vector<float> mask, float* address, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
10317
public static unsafe void StoreNonTemporal(Vector<ushort> mask, ushort* address, Vector<ushort> data) { throw new
PlatformNotSupportedException
(); }
10323
public static unsafe void StoreNonTemporal(Vector<uint> mask, uint* address, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
10329
public static unsafe void StoreNonTemporal(Vector<ulong> mask, ulong* address, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
10340
public static Vector<byte> Subtract(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
10348
public static Vector<double> Subtract(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
10356
public static Vector<short> Subtract(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
10364
public static Vector<int> Subtract(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
10372
public static Vector<long> Subtract(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
10380
public static Vector<sbyte> Subtract(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
10388
public static Vector<float> Subtract(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
10396
public static Vector<ushort> Subtract(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
10404
public static Vector<uint> Subtract(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
10412
public static Vector<ulong> Subtract(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
10421
public static Vector<byte> SubtractSaturate(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
10427
public static Vector<short> SubtractSaturate(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
10433
public static Vector<int> SubtractSaturate(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
10439
public static Vector<long> SubtractSaturate(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
10445
public static Vector<sbyte> SubtractSaturate(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
10451
public static Vector<ushort> SubtractSaturate(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
10457
public static Vector<uint> SubtractSaturate(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
10463
public static Vector<ulong> SubtractSaturate(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
10472
public static bool TestAnyTrue(Vector<double> mask, Vector<double> rightMask) { throw new
PlatformNotSupportedException
(); }
10478
public static bool TestAnyTrue(Vector<byte> mask, Vector<byte> rightMask) { throw new
PlatformNotSupportedException
(); }
10484
public static bool TestAnyTrue(Vector<short> mask, Vector<short> rightMask) { throw new
PlatformNotSupportedException
(); }
10490
public static bool TestAnyTrue(Vector<int> mask, Vector<int> rightMask) { throw new
PlatformNotSupportedException
(); }
10496
public static bool TestAnyTrue(Vector<long> mask, Vector<long> rightMask) { throw new
PlatformNotSupportedException
(); }
10502
public static bool TestAnyTrue(Vector<sbyte> mask, Vector<sbyte> rightMask) { throw new
PlatformNotSupportedException
(); }
10508
public static bool TestAnyTrue(Vector<ushort> mask, Vector<ushort> rightMask) { throw new
PlatformNotSupportedException
(); }
10514
public static bool TestAnyTrue(Vector<uint> mask, Vector<uint> rightMask) { throw new
PlatformNotSupportedException
(); }
10520
public static bool TestAnyTrue(Vector<ulong> mask, Vector<ulong> rightMask) { throw new
PlatformNotSupportedException
(); }
10526
public static bool TestAnyTrue(Vector<float> mask, Vector<float> rightMask) { throw new
PlatformNotSupportedException
(); }
10535
public static bool TestFirstTrue(Vector<double> leftMask, Vector<double> rightMask) { throw new
PlatformNotSupportedException
(); }
10541
public static bool TestFirstTrue(Vector<byte> leftMask, Vector<byte> rightMask) { throw new
PlatformNotSupportedException
(); }
10547
public static bool TestFirstTrue(Vector<short> leftMask, Vector<short> rightMask) { throw new
PlatformNotSupportedException
(); }
10553
public static bool TestFirstTrue(Vector<int> leftMask, Vector<int> rightMask) { throw new
PlatformNotSupportedException
(); }
10559
public static bool TestFirstTrue(Vector<long> leftMask, Vector<long> rightMask) { throw new
PlatformNotSupportedException
(); }
10565
public static bool TestFirstTrue(Vector<sbyte> leftMask, Vector<sbyte> rightMask) { throw new
PlatformNotSupportedException
(); }
10571
public static bool TestFirstTrue(Vector<ushort> leftMask, Vector<ushort> rightMask) { throw new
PlatformNotSupportedException
(); }
10577
public static bool TestFirstTrue(Vector<uint> leftMask, Vector<uint> rightMask) { throw new
PlatformNotSupportedException
(); }
10583
public static bool TestFirstTrue(Vector<ulong> leftMask, Vector<ulong> rightMask) { throw new
PlatformNotSupportedException
(); }
10589
public static bool TestFirstTrue(Vector<float> leftMask, Vector<float> rightMask) { throw new
PlatformNotSupportedException
(); }
10598
public static bool TestLastTrue(Vector<double> leftMask, Vector<double> rightMask) { throw new
PlatformNotSupportedException
(); }
10604
public static bool TestLastTrue(Vector<byte> leftMask, Vector<byte> rightMask) { throw new
PlatformNotSupportedException
(); }
10610
public static bool TestLastTrue(Vector<short> leftMask, Vector<short> rightMask) { throw new
PlatformNotSupportedException
(); }
10616
public static bool TestLastTrue(Vector<int> leftMask, Vector<int> rightMask) { throw new
PlatformNotSupportedException
(); }
10622
public static bool TestLastTrue(Vector<long> leftMask, Vector<long> rightMask) { throw new
PlatformNotSupportedException
(); }
10628
public static bool TestLastTrue(Vector<sbyte> leftMask, Vector<sbyte> rightMask) { throw new
PlatformNotSupportedException
(); }
10634
public static bool TestLastTrue(Vector<ushort> leftMask, Vector<ushort> rightMask) { throw new
PlatformNotSupportedException
(); }
10640
public static bool TestLastTrue(Vector<uint> leftMask, Vector<uint> rightMask) { throw new
PlatformNotSupportedException
(); }
10646
public static bool TestLastTrue(Vector<ulong> leftMask, Vector<ulong> rightMask) { throw new
PlatformNotSupportedException
(); }
10652
public static bool TestLastTrue(Vector<float> leftMask, Vector<float> rightMask) { throw new
PlatformNotSupportedException
(); }
10661
public static Vector<byte> TransposeEven(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
10667
public static Vector<double> TransposeEven(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
10673
public static Vector<short> TransposeEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
10679
public static Vector<int> TransposeEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
10685
public static Vector<long> TransposeEven(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
10691
public static Vector<sbyte> TransposeEven(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
10697
public static Vector<float> TransposeEven(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
10703
public static Vector<ushort> TransposeEven(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
10709
public static Vector<uint> TransposeEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
10715
public static Vector<ulong> TransposeEven(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
10724
public static Vector<byte> TransposeOdd(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
10730
public static Vector<double> TransposeOdd(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
10736
public static Vector<short> TransposeOdd(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
10742
public static Vector<int> TransposeOdd(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
10748
public static Vector<long> TransposeOdd(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
10754
public static Vector<sbyte> TransposeOdd(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
10760
public static Vector<float> TransposeOdd(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
10766
public static Vector<ushort> TransposeOdd(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
10772
public static Vector<uint> TransposeOdd(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
10778
public static Vector<ulong> TransposeOdd(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
10787
public static Vector<double> TrigonometricMultiplyAddCoefficient(Vector<double> left, Vector<double> right, [ConstantExpected(Min = 0, Max = (byte)(7))] byte control) { throw new
PlatformNotSupportedException
(); }
10793
public static Vector<float> TrigonometricMultiplyAddCoefficient(Vector<float> left, Vector<float> right, [ConstantExpected(Min = 0, Max = (byte)(7))] byte control) { throw new
PlatformNotSupportedException
(); }
10802
public static Vector<double> TrigonometricSelectCoefficient(Vector<double> value, Vector<ulong> selector) { throw new
PlatformNotSupportedException
(); }
10808
public static Vector<float> TrigonometricSelectCoefficient(Vector<float> value, Vector<uint> selector) { throw new
PlatformNotSupportedException
(); }
10817
public static Vector<double> TrigonometricStartingValue(Vector<double> value, Vector<ulong> sign) { throw new
PlatformNotSupportedException
(); }
10823
public static Vector<float> TrigonometricStartingValue(Vector<float> value, Vector<uint> sign) { throw new
PlatformNotSupportedException
(); }
10832
public static Vector<byte> UnzipEven(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
10838
public static Vector<double> UnzipEven(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
10844
public static Vector<short> UnzipEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
10850
public static Vector<int> UnzipEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
10856
public static Vector<long> UnzipEven(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
10862
public static Vector<sbyte> UnzipEven(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
10868
public static Vector<float> UnzipEven(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
10874
public static Vector<ushort> UnzipEven(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
10880
public static Vector<uint> UnzipEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
10886
public static Vector<ulong> UnzipEven(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
10895
public static Vector<byte> UnzipOdd(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
10901
public static Vector<double> UnzipOdd(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
10907
public static Vector<short> UnzipOdd(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
10913
public static Vector<int> UnzipOdd(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
10919
public static Vector<long> UnzipOdd(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
10925
public static Vector<sbyte> UnzipOdd(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
10931
public static Vector<float> UnzipOdd(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
10937
public static Vector<ushort> UnzipOdd(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
10943
public static Vector<uint> UnzipOdd(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
10949
public static Vector<ulong> UnzipOdd(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
10958
public static Vector<byte> VectorTableLookup(Vector<byte> data, Vector<byte> indices) { throw new
PlatformNotSupportedException
(); }
10964
public static Vector<double> VectorTableLookup(Vector<double> data, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
10970
public static Vector<short> VectorTableLookup(Vector<short> data, Vector<ushort> indices) { throw new
PlatformNotSupportedException
(); }
10976
public static Vector<int> VectorTableLookup(Vector<int> data, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
10982
public static Vector<long> VectorTableLookup(Vector<long> data, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
10988
public static Vector<sbyte> VectorTableLookup(Vector<sbyte> data, Vector<byte> indices) { throw new
PlatformNotSupportedException
(); }
10994
public static Vector<float> VectorTableLookup(Vector<float> data, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
11000
public static Vector<ushort> VectorTableLookup(Vector<ushort> data, Vector<ushort> indices) { throw new
PlatformNotSupportedException
(); }
11006
public static Vector<uint> VectorTableLookup(Vector<uint> data, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
11012
public static Vector<ulong> VectorTableLookup(Vector<ulong> data, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
11023
public static Vector<byte> Xor(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
11031
public static Vector<short> Xor(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
11039
public static Vector<int> Xor(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
11047
public static Vector<long> Xor(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
11055
public static Vector<sbyte> Xor(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
11063
public static Vector<ushort> Xor(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
11071
public static Vector<uint> Xor(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
11079
public static Vector<ulong> Xor(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
11088
public static Vector<byte> XorAcross(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
11094
public static Vector<short> XorAcross(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
11100
public static Vector<int> XorAcross(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
11106
public static Vector<long> XorAcross(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
11112
public static Vector<sbyte> XorAcross(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
11118
public static Vector<ushort> XorAcross(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
11124
public static Vector<uint> XorAcross(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
11130
public static Vector<ulong> XorAcross(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
11141
public static Vector<uint> ZeroExtend16(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
11149
public static Vector<ulong> ZeroExtend16(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
11160
public static Vector<ulong> ZeroExtend32(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
11171
public static Vector<ushort> ZeroExtend8(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
11179
public static Vector<uint> ZeroExtend8(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
11187
public static Vector<ulong> ZeroExtend8(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
11196
public static Vector<ushort> ZeroExtendWideningLower(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
11202
public static Vector<uint> ZeroExtendWideningLower(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
11208
public static Vector<ulong> ZeroExtendWideningLower(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
11217
public static Vector<ushort> ZeroExtendWideningUpper(Vector<byte> value) { throw new
PlatformNotSupportedException
(); }
11223
public static Vector<uint> ZeroExtendWideningUpper(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
11229
public static Vector<ulong> ZeroExtendWideningUpper(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
11238
public static Vector<byte> ZipHigh(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
11244
public static Vector<double> ZipHigh(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
11250
public static Vector<short> ZipHigh(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
11256
public static Vector<int> ZipHigh(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
11262
public static Vector<long> ZipHigh(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
11268
public static Vector<sbyte> ZipHigh(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
11274
public static Vector<float> ZipHigh(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
11280
public static Vector<ushort> ZipHigh(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
11286
public static Vector<uint> ZipHigh(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
11292
public static Vector<ulong> ZipHigh(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
11301
public static Vector<byte> ZipLow(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
11307
public static Vector<double> ZipLow(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
11313
public static Vector<short> ZipLow(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
11319
public static Vector<int> ZipLow(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
11325
public static Vector<long> ZipLow(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
11331
public static Vector<sbyte> ZipLow(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
11337
public static Vector<float> ZipLow(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
11343
public static Vector<ushort> ZipLow(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
11349
public static Vector<uint> ZipLow(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
11355
public static Vector<ulong> ZipLow(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Sve2.PlatformNotSupported.cs (913)
45
public static Vector<sbyte> AbsSaturate(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
54
public static Vector<short> AbsSaturate(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
63
public static Vector<int> AbsSaturate(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
72
public static Vector<long> AbsSaturate(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
81
public static Vector<byte> AbsoluteDifferenceAdd(Vector<byte> addend, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
87
public static Vector<short> AbsoluteDifferenceAdd(Vector<short> addend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
93
public static Vector<int> AbsoluteDifferenceAdd(Vector<int> addend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
99
public static Vector<long> AbsoluteDifferenceAdd(Vector<long> addend, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
105
public static Vector<sbyte> AbsoluteDifferenceAdd(Vector<sbyte> addend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
111
public static Vector<ushort> AbsoluteDifferenceAdd(Vector<ushort> addend, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
117
public static Vector<uint> AbsoluteDifferenceAdd(Vector<uint> addend, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
123
public static Vector<ulong> AbsoluteDifferenceAdd(Vector<ulong> addend, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
131
public static Vector<short> AbsoluteDifferenceWideningLowerAndAddEven(Vector<short> addend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
137
public static Vector<int> AbsoluteDifferenceWideningLowerAndAddEven(Vector<int> addend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
143
public static Vector<long> AbsoluteDifferenceWideningLowerAndAddEven(Vector<long> addend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
149
public static Vector<ushort> AbsoluteDifferenceWideningLowerAndAddEven(Vector<ushort> addend, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
155
public static Vector<uint> AbsoluteDifferenceWideningLowerAndAddEven(Vector<uint> addend, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
161
public static Vector<ulong> AbsoluteDifferenceWideningLowerAndAddEven(Vector<ulong> addend, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
169
public static Vector<short> AbsoluteDifferenceWideningLowerAndAddOdd(Vector<short> addend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
175
public static Vector<int> AbsoluteDifferenceWideningLowerAndAddOdd(Vector<int> addend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
181
public static Vector<long> AbsoluteDifferenceWideningLowerAndAddOdd(Vector<long> addend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
187
public static Vector<ushort> AbsoluteDifferenceWideningLowerAndAddOdd(Vector<ushort> addend, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
193
public static Vector<uint> AbsoluteDifferenceWideningLowerAndAddOdd(Vector<uint> addend, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
199
public static Vector<ulong> AbsoluteDifferenceWideningLowerAndAddOdd(Vector<ulong> addend, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
207
public static Vector<short> AbsoluteDifferenceWideningEven(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
213
public static Vector<int> AbsoluteDifferenceWideningEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
219
public static Vector<long> AbsoluteDifferenceWideningEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
225
public static Vector<ushort> AbsoluteDifferenceWideningEven(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
231
public static Vector<uint> AbsoluteDifferenceWideningEven(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
237
public static Vector<ulong> AbsoluteDifferenceWideningEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
245
public static Vector<short> AbsoluteDifferenceWideningOdd(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
251
public static Vector<int> AbsoluteDifferenceWideningOdd(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
257
public static Vector<long> AbsoluteDifferenceWideningOdd(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
263
public static Vector<ushort> AbsoluteDifferenceWideningOdd(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
269
public static Vector<uint> AbsoluteDifferenceWideningOdd(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
275
public static Vector<ulong> AbsoluteDifferenceWideningOdd(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
283
public static unsafe Vector<uint> AddCarryWideningEven(Vector<uint> left, Vector<uint> right, Vector<uint> carry) { throw new
PlatformNotSupportedException
(); }
289
public static unsafe Vector<ulong> AddCarryWideningEven(Vector<ulong> left, Vector<ulong> right, Vector<ulong> carry) { throw new
PlatformNotSupportedException
(); }
297
public static unsafe Vector<uint> AddCarryWideningOdd(Vector<uint> left, Vector<uint> right, Vector<uint> carry) { throw new
PlatformNotSupportedException
(); }
303
public static unsafe Vector<ulong> AddCarryWideningOdd(Vector<ulong> left, Vector<ulong> right, Vector<ulong> carry) { throw new
PlatformNotSupportedException
(); }
311
public static Vector<byte> AddHighNarrowingEven(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
317
public static Vector<short> AddHighNarrowingEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
323
public static Vector<int> AddHighNarrowingEven(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
329
public static Vector<sbyte> AddHighNarrowingEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
335
public static Vector<ushort> AddHighNarrowingEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
341
public static Vector<uint> AddHighNarrowingEven(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
349
public static unsafe Vector<byte> AddHighNarrowingOdd(Vector<byte> even, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
355
public static unsafe Vector<short> AddHighNarrowingOdd(Vector<short> even, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
361
public static unsafe Vector<int> AddHighNarrowingOdd(Vector<int> even, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
367
public static unsafe Vector<sbyte> AddHighNarrowingOdd(Vector<sbyte> even, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
373
public static unsafe Vector<ushort> AddHighNarrowingOdd(Vector<ushort> even, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
379
public static unsafe Vector<uint> AddHighNarrowingOdd(Vector<uint> even, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
389
public static Vector<byte> AddPairwise(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
396
public static Vector<double> AddPairwise(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
403
public static Vector<short> AddPairwise(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
410
public static Vector<int> AddPairwise(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
417
public static Vector<long> AddPairwise(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
424
public static Vector<sbyte> AddPairwise(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
431
public static Vector<float> AddPairwise(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
438
public static Vector<ushort> AddPairwise(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
445
public static Vector<uint> AddPairwise(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
452
public static Vector<ulong> AddPairwise(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
462
public static Vector<short> AddPairwiseWideningAndAdd(Vector<short> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
470
public static Vector<int> AddPairwiseWideningAndAdd(Vector<int> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
478
public static Vector<long> AddPairwiseWideningAndAdd(Vector<long> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
486
public static Vector<ushort> AddPairwiseWideningAndAdd(Vector<ushort> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
494
public static Vector<uint> AddPairwiseWideningAndAdd(Vector<uint> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
502
public static Vector<ulong> AddPairwiseWideningAndAdd(Vector<ulong> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
510
public static Vector<byte> AddRotateComplex(Vector<byte> left, Vector<byte> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rotation) { throw new
PlatformNotSupportedException
(); }
516
public static Vector<short> AddRotateComplex(Vector<short> left, Vector<short> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rotation) { throw new
PlatformNotSupportedException
(); }
522
public static Vector<int> AddRotateComplex(Vector<int> left, Vector<int> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rotation) { throw new
PlatformNotSupportedException
(); }
528
public static Vector<long> AddRotateComplex(Vector<long> left, Vector<long> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rotation) { throw new
PlatformNotSupportedException
(); }
534
public static Vector<sbyte> AddRotateComplex(Vector<sbyte> left, Vector<sbyte> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rotation) { throw new
PlatformNotSupportedException
(); }
540
public static Vector<ushort> AddRotateComplex(Vector<ushort> left, Vector<ushort> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rotation) { throw new
PlatformNotSupportedException
(); }
546
public static Vector<uint> AddRotateComplex(Vector<uint> left, Vector<uint> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rotation) { throw new
PlatformNotSupportedException
(); }
552
public static Vector<ulong> AddRotateComplex(Vector<ulong> left, Vector<ulong> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rotation) { throw new
PlatformNotSupportedException
(); }
560
public static Vector<byte> AddRoundedHighNarrowingEven(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
566
public static Vector<short> AddRoundedHighNarrowingEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
572
public static Vector<int> AddRoundedHighNarrowingEven(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
578
public static Vector<sbyte> AddRoundedHighNarrowingEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
584
public static Vector<ushort> AddRoundedHighNarrowingEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
590
public static Vector<uint> AddRoundedHighNarrowingEven(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
599
public static Vector<byte> AddRoundedHighNarrowingOdd(Vector<byte> even, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
605
public static Vector<short> AddRoundedHighNarrowingOdd(Vector<short> even, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
611
public static Vector<int> AddRoundedHighNarrowingOdd(Vector<int> even, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
617
public static Vector<sbyte> AddRoundedHighNarrowingOdd(Vector<sbyte> even, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
623
public static Vector<ushort> AddRoundedHighNarrowingOdd(Vector<ushort> even, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
629
public static Vector<uint> AddRoundedHighNarrowingOdd(Vector<uint> even, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
642
public static new Vector<byte> AddSaturate(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
652
public static new Vector<short> AddSaturate(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
662
public static new Vector<int> AddSaturate(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
672
public static new Vector<long> AddSaturate(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
682
public static new Vector<sbyte> AddSaturate(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
692
public static new Vector<ushort> AddSaturate(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
702
public static new Vector<uint> AddSaturate(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
712
public static new Vector<ulong> AddSaturate(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
722
public static Vector<byte> AddSaturate(Vector<byte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
730
public static Vector<ushort> AddSaturate(Vector<ushort> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
738
public static Vector<uint> AddSaturate(Vector<uint> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
746
public static Vector<ulong> AddSaturate(Vector<ulong> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
756
public static Vector<sbyte> AddSaturate(Vector<sbyte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
764
public static Vector<short> AddSaturate(Vector<short> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
772
public static Vector<int> AddSaturate(Vector<int> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
780
public static Vector<long> AddSaturate(Vector<long> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
788
public static Vector<short> AddSaturateRotateComplex(Vector<short> left, Vector<short> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rotation) { throw new
PlatformNotSupportedException
(); }
794
public static Vector<int> AddSaturateRotateComplex(Vector<int> left, Vector<int> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rotation) { throw new
PlatformNotSupportedException
(); }
800
public static Vector<long> AddSaturateRotateComplex(Vector<long> left, Vector<long> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rotation) { throw new
PlatformNotSupportedException
(); }
806
public static Vector<sbyte> AddSaturateRotateComplex(Vector<sbyte> left, Vector<sbyte> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rotation) { throw new
PlatformNotSupportedException
(); }
814
public static Vector<short> AddWideningEven(Vector<short> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
820
public static Vector<int> AddWideningEven(Vector<int> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
826
public static Vector<long> AddWideningEven(Vector<long> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
832
public static Vector<ushort> AddWideningEven(Vector<ushort> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
838
public static Vector<uint> AddWideningEven(Vector<uint> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
844
public static Vector<ulong> AddWideningEven(Vector<ulong> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
850
public static Vector<short> AddWideningEven(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
856
public static Vector<int> AddWideningEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
862
public static Vector<long> AddWideningEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
868
public static Vector<ushort> AddWideningEven(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
874
public static Vector<uint> AddWideningEven(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
880
public static Vector<ulong> AddWideningEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
888
public static Vector<short> AddWideningEvenOdd(Vector<sbyte> leftEven, Vector<sbyte> rightOdd) { throw new
PlatformNotSupportedException
(); }
894
public static Vector<int> AddWideningEvenOdd(Vector<short> leftEven, Vector<short> rightOdd) { throw new
PlatformNotSupportedException
(); }
900
public static Vector<long> AddWideningEvenOdd(Vector<int> leftEven, Vector<int> rightOdd) { throw new
PlatformNotSupportedException
(); }
908
public static Vector<short> AddWideningOdd(Vector<short> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
914
public static Vector<int> AddWideningOdd(Vector<int> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
920
public static Vector<long> AddWideningOdd(Vector<long> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
926
public static Vector<ushort> AddWideningOdd(Vector<ushort> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
932
public static Vector<uint> AddWideningOdd(Vector<uint> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
938
public static Vector<ulong> AddWideningOdd(Vector<ulong> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
944
public static Vector<short> AddWideningOdd(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
950
public static Vector<int> AddWideningOdd(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
956
public static Vector<long> AddWideningOdd(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
962
public static Vector<ushort> AddWideningOdd(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
968
public static Vector<uint> AddWideningOdd(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
974
public static Vector<ulong> AddWideningOdd(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
982
public static Vector<byte> BitwiseClearXor(Vector<byte> xor, Vector<byte> value, Vector<byte> mask) { throw new
PlatformNotSupportedException
(); }
988
public static Vector<short> BitwiseClearXor(Vector<short> xor, Vector<short> value, Vector<short> mask) { throw new
PlatformNotSupportedException
(); }
994
public static Vector<int> BitwiseClearXor(Vector<int> xor, Vector<int> value, Vector<int> mask) { throw new
PlatformNotSupportedException
(); }
1000
public static Vector<long> BitwiseClearXor(Vector<long> xor, Vector<long> value, Vector<long> mask) { throw new
PlatformNotSupportedException
(); }
1006
public static Vector<sbyte> BitwiseClearXor(Vector<sbyte> xor, Vector<sbyte> value, Vector<sbyte> mask) { throw new
PlatformNotSupportedException
(); }
1012
public static Vector<ushort> BitwiseClearXor(Vector<ushort> xor, Vector<ushort> value, Vector<ushort> mask) { throw new
PlatformNotSupportedException
(); }
1018
public static Vector<uint> BitwiseClearXor(Vector<uint> xor, Vector<uint> value, Vector<uint> mask) { throw new
PlatformNotSupportedException
(); }
1024
public static Vector<ulong> BitwiseClearXor(Vector<ulong> xor, Vector<ulong> value, Vector<ulong> mask) { throw new
PlatformNotSupportedException
(); }
1033
public static Vector<byte> BitwiseSelect(Vector<byte> select, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
1039
public static Vector<short> BitwiseSelect(Vector<short> select, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
1045
public static Vector<int> BitwiseSelect(Vector<int> select, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
1051
public static Vector<long> BitwiseSelect(Vector<long> select, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1057
public static Vector<sbyte> BitwiseSelect(Vector<sbyte> select, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
1063
public static Vector<ushort> BitwiseSelect(Vector<ushort> select, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
1069
public static Vector<uint> BitwiseSelect(Vector<uint> select, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
1075
public static Vector<ulong> BitwiseSelect(Vector<ulong> select, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1084
public static Vector<byte> BitwiseSelectLeftInverted(Vector<byte> select, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
1090
public static Vector<short> BitwiseSelectLeftInverted(Vector<short> select, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
1096
public static Vector<int> BitwiseSelectLeftInverted(Vector<int> select, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
1102
public static Vector<long> BitwiseSelectLeftInverted(Vector<long> select, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1108
public static Vector<sbyte> BitwiseSelectLeftInverted(Vector<sbyte> select, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
1114
public static Vector<ushort> BitwiseSelectLeftInverted(Vector<ushort> select, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
1120
public static Vector<uint> BitwiseSelectLeftInverted(Vector<uint> select, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
1126
public static Vector<ulong> BitwiseSelectLeftInverted(Vector<ulong> select, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1135
public static Vector<byte> BitwiseSelectRightInverted(Vector<byte> select, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
1141
public static Vector<short> BitwiseSelectRightInverted(Vector<short> select, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
1147
public static Vector<int> BitwiseSelectRightInverted(Vector<int> select, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
1153
public static Vector<long> BitwiseSelectRightInverted(Vector<long> select, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1159
public static Vector<sbyte> BitwiseSelectRightInverted(Vector<sbyte> select, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
1165
public static Vector<ushort> BitwiseSelectRightInverted(Vector<ushort> select, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
1171
public static Vector<uint> BitwiseSelectRightInverted(Vector<uint> select, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
1177
public static Vector<ulong> BitwiseSelectRightInverted(Vector<ulong> select, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1186
public static Vector<float> ConvertToSingleOdd(Vector<float> even, Vector<double> value) { throw new
PlatformNotSupportedException
(); }
1195
public static Vector<float> ConvertToSingleOddRoundToOdd(Vector<float> even, Vector<double> value) { throw new
PlatformNotSupportedException
(); }
1204
public static Vector<uint> CountMatchingElements(Vector<int> mask, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
1210
public static Vector<ulong> CountMatchingElements(Vector<long> mask, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1216
public static Vector<uint> CountMatchingElements(Vector<uint> mask, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
1222
public static Vector<ulong> CountMatchingElements(Vector<ulong> mask, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
1230
public static Vector<byte> CountMatchingElementsIn128BitSegments(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
1236
public static Vector<byte> CountMatchingElementsIn128BitSegments(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
1245
public static Vector<byte> CreateWhileGreaterThanMaskByte(int left, int right) { throw new
PlatformNotSupportedException
(); }
1251
public static Vector<byte> CreateWhileGreaterThanMaskByte(long left, long right) { throw new
PlatformNotSupportedException
(); }
1257
public static Vector<byte> CreateWhileGreaterThanMaskByte(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1263
public static Vector<byte> CreateWhileGreaterThanMaskByte(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1272
public static Vector<double> CreateWhileGreaterThanMaskDouble(int left, int right) { throw new
PlatformNotSupportedException
(); }
1278
public static Vector<double> CreateWhileGreaterThanMaskDouble(long left, long right) { throw new
PlatformNotSupportedException
(); }
1284
public static Vector<double> CreateWhileGreaterThanMaskDouble(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1290
public static Vector<double> CreateWhileGreaterThanMaskDouble(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1299
public static Vector<short> CreateWhileGreaterThanMaskInt16(int left, int right) { throw new
PlatformNotSupportedException
(); }
1305
public static Vector<short> CreateWhileGreaterThanMaskInt16(long left, long right) { throw new
PlatformNotSupportedException
(); }
1311
public static Vector<short> CreateWhileGreaterThanMaskInt16(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1317
public static Vector<short> CreateWhileGreaterThanMaskInt16(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1326
public static Vector<int> CreateWhileGreaterThanMaskInt32(int left, int right) { throw new
PlatformNotSupportedException
(); }
1332
public static Vector<int> CreateWhileGreaterThanMaskInt32(long left, long right) { throw new
PlatformNotSupportedException
(); }
1338
public static Vector<int> CreateWhileGreaterThanMaskInt32(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1344
public static Vector<int> CreateWhileGreaterThanMaskInt32(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1353
public static Vector<long> CreateWhileGreaterThanMaskInt64(int left, int right) { throw new
PlatformNotSupportedException
(); }
1359
public static Vector<long> CreateWhileGreaterThanMaskInt64(long left, long right) { throw new
PlatformNotSupportedException
(); }
1365
public static Vector<long> CreateWhileGreaterThanMaskInt64(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1371
public static Vector<long> CreateWhileGreaterThanMaskInt64(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1380
public static Vector<sbyte> CreateWhileGreaterThanMaskSByte(int left, int right) { throw new
PlatformNotSupportedException
(); }
1386
public static Vector<sbyte> CreateWhileGreaterThanMaskSByte(long left, long right) { throw new
PlatformNotSupportedException
(); }
1392
public static Vector<sbyte> CreateWhileGreaterThanMaskSByte(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1398
public static Vector<sbyte> CreateWhileGreaterThanMaskSByte(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1407
public static Vector<float> CreateWhileGreaterThanMaskSingle(int left, int right) { throw new
PlatformNotSupportedException
(); }
1413
public static Vector<float> CreateWhileGreaterThanMaskSingle(long left, long right) { throw new
PlatformNotSupportedException
(); }
1419
public static Vector<float> CreateWhileGreaterThanMaskSingle(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1425
public static Vector<float> CreateWhileGreaterThanMaskSingle(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1434
public static Vector<ushort> CreateWhileGreaterThanMaskUInt16(int left, int right) { throw new
PlatformNotSupportedException
(); }
1440
public static Vector<ushort> CreateWhileGreaterThanMaskUInt16(long left, long right) { throw new
PlatformNotSupportedException
(); }
1446
public static Vector<ushort> CreateWhileGreaterThanMaskUInt16(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1452
public static Vector<ushort> CreateWhileGreaterThanMaskUInt16(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1461
public static Vector<uint> CreateWhileGreaterThanMaskUInt32(int left, int right) { throw new
PlatformNotSupportedException
(); }
1467
public static Vector<uint> CreateWhileGreaterThanMaskUInt32(long left, long right) { throw new
PlatformNotSupportedException
(); }
1473
public static Vector<uint> CreateWhileGreaterThanMaskUInt32(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1479
public static Vector<uint> CreateWhileGreaterThanMaskUInt32(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1488
public static Vector<ulong> CreateWhileGreaterThanMaskUInt64(int left, int right) { throw new
PlatformNotSupportedException
(); }
1494
public static Vector<ulong> CreateWhileGreaterThanMaskUInt64(long left, long right) { throw new
PlatformNotSupportedException
(); }
1500
public static Vector<ulong> CreateWhileGreaterThanMaskUInt64(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1506
public static Vector<ulong> CreateWhileGreaterThanMaskUInt64(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1515
public static Vector<byte> CreateWhileGreaterThanOrEqualMaskByte(int left, int right) { throw new
PlatformNotSupportedException
(); }
1521
public static Vector<byte> CreateWhileGreaterThanOrEqualMaskByte(long left, long right) { throw new
PlatformNotSupportedException
(); }
1527
public static Vector<byte> CreateWhileGreaterThanOrEqualMaskByte(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1533
public static Vector<byte> CreateWhileGreaterThanOrEqualMaskByte(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1542
public static Vector<double> CreateWhileGreaterThanOrEqualMaskDouble(int left, int right) { throw new
PlatformNotSupportedException
(); }
1548
public static Vector<double> CreateWhileGreaterThanOrEqualMaskDouble(long left, long right) { throw new
PlatformNotSupportedException
(); }
1554
public static Vector<double> CreateWhileGreaterThanOrEqualMaskDouble(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1560
public static Vector<double> CreateWhileGreaterThanOrEqualMaskDouble(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1569
public static Vector<short> CreateWhileGreaterThanOrEqualMaskInt16(int left, int right) { throw new
PlatformNotSupportedException
(); }
1575
public static Vector<short> CreateWhileGreaterThanOrEqualMaskInt16(long left, long right) { throw new
PlatformNotSupportedException
(); }
1581
public static Vector<short> CreateWhileGreaterThanOrEqualMaskInt16(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1587
public static Vector<short> CreateWhileGreaterThanOrEqualMaskInt16(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1596
public static Vector<int> CreateWhileGreaterThanOrEqualMaskInt32(int left, int right) { throw new
PlatformNotSupportedException
(); }
1602
public static Vector<int> CreateWhileGreaterThanOrEqualMaskInt32(long left, long right) { throw new
PlatformNotSupportedException
(); }
1608
public static Vector<int> CreateWhileGreaterThanOrEqualMaskInt32(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1614
public static Vector<int> CreateWhileGreaterThanOrEqualMaskInt32(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1623
public static Vector<long> CreateWhileGreaterThanOrEqualMaskInt64(int left, int right) { throw new
PlatformNotSupportedException
(); }
1629
public static Vector<long> CreateWhileGreaterThanOrEqualMaskInt64(long left, long right) { throw new
PlatformNotSupportedException
(); }
1635
public static Vector<long> CreateWhileGreaterThanOrEqualMaskInt64(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1641
public static Vector<long> CreateWhileGreaterThanOrEqualMaskInt64(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1650
public static Vector<sbyte> CreateWhileGreaterThanOrEqualMaskSByte(int left, int right) { throw new
PlatformNotSupportedException
(); }
1656
public static Vector<sbyte> CreateWhileGreaterThanOrEqualMaskSByte(long left, long right) { throw new
PlatformNotSupportedException
(); }
1662
public static Vector<sbyte> CreateWhileGreaterThanOrEqualMaskSByte(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1668
public static Vector<sbyte> CreateWhileGreaterThanOrEqualMaskSByte(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1677
public static Vector<float> CreateWhileGreaterThanOrEqualMaskSingle(int left, int right) { throw new
PlatformNotSupportedException
(); }
1683
public static Vector<float> CreateWhileGreaterThanOrEqualMaskSingle(long left, long right) { throw new
PlatformNotSupportedException
(); }
1689
public static Vector<float> CreateWhileGreaterThanOrEqualMaskSingle(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1695
public static Vector<float> CreateWhileGreaterThanOrEqualMaskSingle(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1704
public static Vector<ushort> CreateWhileGreaterThanOrEqualMaskUInt16(int left, int right) { throw new
PlatformNotSupportedException
(); }
1710
public static Vector<ushort> CreateWhileGreaterThanOrEqualMaskUInt16(long left, long right) { throw new
PlatformNotSupportedException
(); }
1716
public static Vector<ushort> CreateWhileGreaterThanOrEqualMaskUInt16(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1722
public static Vector<ushort> CreateWhileGreaterThanOrEqualMaskUInt16(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1731
public static Vector<uint> CreateWhileGreaterThanOrEqualMaskUInt32(int left, int right) { throw new
PlatformNotSupportedException
(); }
1737
public static Vector<uint> CreateWhileGreaterThanOrEqualMaskUInt32(long left, long right) { throw new
PlatformNotSupportedException
(); }
1743
public static Vector<uint> CreateWhileGreaterThanOrEqualMaskUInt32(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1749
public static Vector<uint> CreateWhileGreaterThanOrEqualMaskUInt32(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1758
public static Vector<ulong> CreateWhileGreaterThanOrEqualMaskUInt64(int left, int right) { throw new
PlatformNotSupportedException
(); }
1764
public static Vector<ulong> CreateWhileGreaterThanOrEqualMaskUInt64(long left, long right) { throw new
PlatformNotSupportedException
(); }
1770
public static Vector<ulong> CreateWhileGreaterThanOrEqualMaskUInt64(uint left, uint right) { throw new
PlatformNotSupportedException
(); }
1776
public static Vector<ulong> CreateWhileGreaterThanOrEqualMaskUInt64(ulong left, ulong right) { throw new
PlatformNotSupportedException
(); }
1785
public static unsafe Vector<byte> CreateWhileReadAfterWriteMaskByte(byte* left, byte* right) { throw new
PlatformNotSupportedException
(); }
1791
public static unsafe Vector<double> CreateWhileReadAfterWriteMaskDouble(double* left, double* right) { throw new
PlatformNotSupportedException
(); }
1797
public static unsafe Vector<short> CreateWhileReadAfterWriteMaskInt16(short* left, short* right) { throw new
PlatformNotSupportedException
(); }
1803
public static unsafe Vector<int> CreateWhileReadAfterWriteMaskInt32(int* left, int* right) { throw new
PlatformNotSupportedException
(); }
1809
public static unsafe Vector<long> CreateWhileReadAfterWriteMaskInt64(long* left, long* right) { throw new
PlatformNotSupportedException
(); }
1815
public static unsafe Vector<sbyte> CreateWhileReadAfterWriteMaskSByte(sbyte* left, sbyte* right) { throw new
PlatformNotSupportedException
(); }
1821
public static unsafe Vector<float> CreateWhileReadAfterWriteMaskSingle(float* left, float* right) { throw new
PlatformNotSupportedException
(); }
1827
public static unsafe Vector<ushort> CreateWhileReadAfterWriteMaskUInt16(ushort* left, ushort* right) { throw new
PlatformNotSupportedException
(); }
1833
public static unsafe Vector<uint> CreateWhileReadAfterWriteMaskUInt32(uint* left, uint* right) { throw new
PlatformNotSupportedException
(); }
1839
public static unsafe Vector<ulong> CreateWhileReadAfterWriteMaskUInt64(ulong* left, ulong* right) { throw new
PlatformNotSupportedException
(); }
1848
public static unsafe Vector<byte> CreateWhileWriteAfterReadMaskByte(byte* left, byte* right) { throw new
PlatformNotSupportedException
(); }
1854
public static unsafe Vector<double> CreateWhileWriteAfterReadMaskDouble(double* left, double* right) { throw new
PlatformNotSupportedException
(); }
1860
public static unsafe Vector<short> CreateWhileWriteAfterReadMaskInt16(short* left, short* right) { throw new
PlatformNotSupportedException
(); }
1866
public static unsafe Vector<int> CreateWhileWriteAfterReadMaskInt32(int* left, int* right) { throw new
PlatformNotSupportedException
(); }
1872
public static unsafe Vector<long> CreateWhileWriteAfterReadMaskInt64(long* left, long* right) { throw new
PlatformNotSupportedException
(); }
1878
public static unsafe Vector<sbyte> CreateWhileWriteAfterReadMaskSByte(sbyte* left, sbyte* right) { throw new
PlatformNotSupportedException
(); }
1884
public static unsafe Vector<float> CreateWhileWriteAfterReadMaskSingle(float* left, float* right) { throw new
PlatformNotSupportedException
(); }
1890
public static unsafe Vector<ushort> CreateWhileWriteAfterReadMaskUInt16(ushort* left, ushort* right) { throw new
PlatformNotSupportedException
(); }
1896
public static unsafe Vector<uint> CreateWhileWriteAfterReadMaskUInt32(uint* left, uint* right) { throw new
PlatformNotSupportedException
(); }
1902
public static unsafe Vector<ulong> CreateWhileWriteAfterReadMaskUInt64(ulong* left, ulong* right) { throw new
PlatformNotSupportedException
(); }
1911
public static Vector<int> DotProductRotateComplex(Vector<int> addend, Vector<sbyte> left, Vector<sbyte> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
1917
public static Vector<long> DotProductRotateComplex(Vector<long> addend, Vector<short> left, Vector<short> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
1923
public static Vector<int> DotProductRotateComplexBySelectedIndex(Vector<int> addend, Vector<sbyte> left, Vector<sbyte> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rightIndex, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
1929
public static Vector<long> DotProductRotateComplexBySelectedIndex(Vector<long> addend, Vector<short> left, Vector<short> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rightIndex, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
1939
public static Vector<double> ConvertToDoubleOdd(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
1950
public static unsafe Vector<float> ConvertToSingleEvenRoundToOdd(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
1961
public static Vector<byte> FusedAddHalving(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
1970
public static Vector<short> FusedAddHalving(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
1979
public static Vector<int> FusedAddHalving(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
1988
public static Vector<long> FusedAddHalving(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
1997
public static Vector<sbyte> FusedAddHalving(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2006
public static Vector<ushort> FusedAddHalving(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2015
public static Vector<uint> FusedAddHalving(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
2024
public static Vector<ulong> FusedAddHalving(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
2035
public static Vector<byte> FusedSubtractHalving(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
2044
public static Vector<short> FusedSubtractHalving(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2053
public static Vector<int> FusedSubtractHalving(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2062
public static Vector<long> FusedSubtractHalving(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
2071
public static Vector<sbyte> FusedSubtractHalving(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2080
public static Vector<ushort> FusedSubtractHalving(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2089
public static Vector<uint> FusedSubtractHalving(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
2098
public static Vector<ulong> FusedSubtractHalving(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
2107
public static Vector<byte> FusedAddRoundedHalving(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
2113
public static Vector<short> FusedAddRoundedHalving(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2119
public static Vector<int> FusedAddRoundedHalving(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2125
public static Vector<long> FusedAddRoundedHalving(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
2131
public static Vector<sbyte> FusedAddRoundedHalving(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2137
public static Vector<ushort> FusedAddRoundedHalving(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2143
public static Vector<uint> FusedAddRoundedHalving(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
2149
public static Vector<ulong> FusedAddRoundedHalving(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
2165
public static unsafe Vector<int> GatherVectorByteZeroExtendNonTemporal(Vector<int> mask, byte* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
2171
public static unsafe Vector<long> GatherVectorByteZeroExtendNonTemporal(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
2177
public static unsafe Vector<long> GatherVectorByteZeroExtendNonTemporal(Vector<long> mask, byte* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
2183
public static unsafe Vector<long> GatherVectorByteZeroExtendNonTemporal(Vector<long> mask, byte* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
2196
public static unsafe Vector<uint> GatherVectorByteZeroExtendNonTemporal(Vector<uint> mask, byte* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
2202
public static unsafe Vector<ulong> GatherVectorByteZeroExtendNonTemporal(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
2208
public static unsafe Vector<ulong> GatherVectorByteZeroExtendNonTemporal(Vector<ulong> mask, byte* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
2214
public static unsafe Vector<ulong> GatherVectorByteZeroExtendNonTemporal(Vector<ulong> mask, byte* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
2230
public static unsafe Vector<long> GatherVectorInt16SignExtendNonTemporal(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
2236
public static unsafe Vector<long> GatherVectorInt16SignExtendNonTemporal(Vector<long> mask, short* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
2242
public static unsafe Vector<long> GatherVectorInt16SignExtendNonTemporal(Vector<long> mask, short* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2255
public static unsafe Vector<ulong> GatherVectorInt16SignExtendNonTemporal(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
2261
public static unsafe Vector<ulong> GatherVectorInt16SignExtendNonTemporal(Vector<ulong> mask, short* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
2267
public static unsafe Vector<ulong> GatherVectorInt16SignExtendNonTemporal(Vector<ulong> mask, short* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2276
public static unsafe Vector<int> GatherVectorInt16WithByteOffsetsSignExtendNonTemporal(Vector<int> mask, short* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
2282
public static unsafe Vector<long> GatherVectorInt16WithByteOffsetsSignExtendNonTemporal(Vector<long> mask, short* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
2288
public static unsafe Vector<long> GatherVectorInt16WithByteOffsetsSignExtendNonTemporal(Vector<long> mask, short* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
2294
public static unsafe Vector<uint> GatherVectorInt16WithByteOffsetsSignExtendNonTemporal(Vector<uint> mask, short* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
2300
public static unsafe Vector<ulong> GatherVectorInt16WithByteOffsetsSignExtendNonTemporal(Vector<ulong> mask, short* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
2306
public static unsafe Vector<ulong> GatherVectorInt16WithByteOffsetsSignExtendNonTemporal(Vector<ulong> mask, short* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
2315
public static unsafe Vector<long> GatherVectorInt32SignExtendNonTemporal(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
2321
public static unsafe Vector<long> GatherVectorInt32SignExtendNonTemporal(Vector<long> mask, int* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
2327
public static unsafe Vector<long> GatherVectorInt32SignExtendNonTemporal(Vector<long> mask, int* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2333
public static unsafe Vector<ulong> GatherVectorInt32SignExtendNonTemporal(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
2339
public static unsafe Vector<ulong> GatherVectorInt32SignExtendNonTemporal(Vector<ulong> mask, int* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
2345
public static unsafe Vector<ulong> GatherVectorInt32SignExtendNonTemporal(Vector<ulong> mask, int* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2354
public static unsafe Vector<long> GatherVectorInt32WithByteOffsetsSignExtendNonTemporal(Vector<long> mask, int* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
2360
public static unsafe Vector<long> GatherVectorInt32WithByteOffsetsSignExtendNonTemporal(Vector<long> mask, int* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
2366
public static unsafe Vector<ulong> GatherVectorInt32WithByteOffsetsSignExtendNonTemporal(Vector<ulong> mask, int* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
2372
public static unsafe Vector<ulong> GatherVectorInt32WithByteOffsetsSignExtendNonTemporal(Vector<ulong> mask, int* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
2381
public static unsafe Vector<double> GatherVectorNonTemporal(Vector<double> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
2387
public static unsafe Vector<double> GatherVectorNonTemporal(Vector<double> mask, double* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
2393
public static unsafe Vector<double> GatherVectorNonTemporal(Vector<double> mask, double* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2406
public static unsafe Vector<long> GatherVectorNonTemporal(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
2412
public static unsafe Vector<long> GatherVectorNonTemporal(Vector<long> mask, long* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
2418
public static unsafe Vector<long> GatherVectorNonTemporal(Vector<long> mask, long* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2438
public static unsafe Vector<ulong> GatherVectorNonTemporal(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
2444
public static unsafe Vector<ulong> GatherVectorNonTemporal(Vector<ulong> mask, ulong* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
2450
public static unsafe Vector<ulong> GatherVectorNonTemporal(Vector<ulong> mask, ulong* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2456
public static unsafe Vector<double> GatherVectorWithByteOffsetsNonTemporal(Vector<double> mask, double* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
2462
public static unsafe Vector<double> GatherVectorWithByteOffsetsNonTemporal(Vector<double> mask, double* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
2468
public static unsafe Vector<int> GatherVectorWithByteOffsetsNonTemporal(Vector<int> mask, int* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
2474
public static unsafe Vector<long> GatherVectorWithByteOffsetsNonTemporal(Vector<long> mask, long* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
2480
public static unsafe Vector<long> GatherVectorWithByteOffsetsNonTemporal(Vector<long> mask, long* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
2486
public static unsafe Vector<float> GatherVectorWithByteOffsetsNonTemporal(Vector<float> mask, float* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
2492
public static unsafe Vector<uint> GatherVectorWithByteOffsetsNonTemporal(Vector<uint> mask, uint* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
2498
public static unsafe Vector<ulong> GatherVectorWithByteOffsetsNonTemporal(Vector<ulong> mask, ulong* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
2504
public static unsafe Vector<ulong> GatherVectorWithByteOffsetsNonTemporal(Vector<ulong> mask, ulong* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
2520
public static unsafe Vector<int> GatherVectorSByteSignExtendNonTemporal(Vector<int> mask, sbyte* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
2526
public static unsafe Vector<long> GatherVectorSByteSignExtendNonTemporal(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
2532
public static unsafe Vector<long> GatherVectorSByteSignExtendNonTemporal(Vector<long> mask, sbyte* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
2538
public static unsafe Vector<long> GatherVectorSByteSignExtendNonTemporal(Vector<long> mask, sbyte* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
2551
public static unsafe Vector<uint> GatherVectorSByteSignExtendNonTemporal(Vector<uint> mask, sbyte* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
2557
public static unsafe Vector<ulong> GatherVectorSByteSignExtendNonTemporal(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
2563
public static unsafe Vector<ulong> GatherVectorSByteSignExtendNonTemporal(Vector<ulong> mask, sbyte* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
2569
public static unsafe Vector<ulong> GatherVectorSByteSignExtendNonTemporal(Vector<ulong> mask, sbyte* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
2578
public static unsafe Vector<int> GatherVectorUInt16WithByteOffsetsZeroExtendNonTemporal(Vector<int> mask, ushort* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
2584
public static unsafe Vector<long> GatherVectorUInt16WithByteOffsetsZeroExtendNonTemporal(Vector<long> mask, ushort* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
2590
public static unsafe Vector<long> GatherVectorUInt16WithByteOffsetsZeroExtendNonTemporal(Vector<long> mask, ushort* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
2596
public static unsafe Vector<uint> GatherVectorUInt16WithByteOffsetsZeroExtendNonTemporal(Vector<uint> mask, ushort* address, Vector<uint> offsets) { throw new
PlatformNotSupportedException
(); }
2602
public static unsafe Vector<ulong> GatherVectorUInt16WithByteOffsetsZeroExtendNonTemporal(Vector<ulong> mask, ushort* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
2608
public static unsafe Vector<ulong> GatherVectorUInt16WithByteOffsetsZeroExtendNonTemporal(Vector<ulong> mask, ushort* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
2624
public static unsafe Vector<long> GatherVectorUInt16ZeroExtendNonTemporal(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
2630
public static unsafe Vector<long> GatherVectorUInt16ZeroExtendNonTemporal(Vector<long> mask, ushort* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
2636
public static unsafe Vector<long> GatherVectorUInt16ZeroExtendNonTemporal(Vector<long> mask, ushort* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2649
public static unsafe Vector<ulong> GatherVectorUInt16ZeroExtendNonTemporal(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
2655
public static unsafe Vector<ulong> GatherVectorUInt16ZeroExtendNonTemporal(Vector<ulong> mask, ushort* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
2661
public static unsafe Vector<ulong> GatherVectorUInt16ZeroExtendNonTemporal(Vector<ulong> mask, ushort* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2670
public static unsafe Vector<long> GatherVectorUInt32WithByteOffsetsZeroExtendNonTemporal(Vector<long> mask, uint* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
2676
public static unsafe Vector<long> GatherVectorUInt32WithByteOffsetsZeroExtendNonTemporal(Vector<long> mask, uint* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
2682
public static unsafe Vector<ulong> GatherVectorUInt32WithByteOffsetsZeroExtendNonTemporal(Vector<ulong> mask, uint* address, Vector<long> offsets) { throw new
PlatformNotSupportedException
(); }
2688
public static unsafe Vector<ulong> GatherVectorUInt32WithByteOffsetsZeroExtendNonTemporal(Vector<ulong> mask, uint* address, Vector<ulong> offsets) { throw new
PlatformNotSupportedException
(); }
2697
public static unsafe Vector<long> GatherVectorUInt32ZeroExtendNonTemporal(Vector<long> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
2703
public static unsafe Vector<long> GatherVectorUInt32ZeroExtendNonTemporal(Vector<long> mask, uint* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
2709
public static unsafe Vector<long> GatherVectorUInt32ZeroExtendNonTemporal(Vector<long> mask, uint* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2715
public static unsafe Vector<ulong> GatherVectorUInt32ZeroExtendNonTemporal(Vector<ulong> mask, Vector<ulong> addresses) { throw new
PlatformNotSupportedException
(); }
2721
public static unsafe Vector<ulong> GatherVectorUInt32ZeroExtendNonTemporal(Vector<ulong> mask, uint* address, Vector<long> indices) { throw new
PlatformNotSupportedException
(); }
2727
public static unsafe Vector<ulong> GatherVectorUInt32ZeroExtendNonTemporal(Vector<ulong> mask, uint* address, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
2736
public static Vector<byte> InterleavingXorEvenOdd(Vector<byte> odd, Vector<byte> leftEven, Vector<byte> rightOdd) { throw new
PlatformNotSupportedException
(); }
2742
public static Vector<short> InterleavingXorEvenOdd(Vector<short> odd, Vector<short> leftEven, Vector<short> rightOdd) { throw new
PlatformNotSupportedException
(); }
2748
public static Vector<int> InterleavingXorEvenOdd(Vector<int> odd, Vector<int> leftEven, Vector<int> rightOdd) { throw new
PlatformNotSupportedException
(); }
2754
public static Vector<long> InterleavingXorEvenOdd(Vector<long> odd, Vector<long> leftEven, Vector<long> rightOdd) { throw new
PlatformNotSupportedException
(); }
2760
public static Vector<sbyte> InterleavingXorEvenOdd(Vector<sbyte> odd, Vector<sbyte> leftEven, Vector<sbyte> rightOdd) { throw new
PlatformNotSupportedException
(); }
2766
public static Vector<ushort> InterleavingXorEvenOdd(Vector<ushort> odd, Vector<ushort> leftEven, Vector<ushort> rightOdd) { throw new
PlatformNotSupportedException
(); }
2772
public static Vector<uint> InterleavingXorEvenOdd(Vector<uint> odd, Vector<uint> leftEven, Vector<uint> rightOdd) { throw new
PlatformNotSupportedException
(); }
2778
public static Vector<ulong> InterleavingXorEvenOdd(Vector<ulong> odd, Vector<ulong> leftEven, Vector<ulong> rightOdd) { throw new
PlatformNotSupportedException
(); }
2784
public static Vector<byte> InterleavingXorOddEven(Vector<byte> even, Vector<byte> leftOdd, Vector<byte> rightEven) { throw new
PlatformNotSupportedException
(); }
2790
public static Vector<short> InterleavingXorOddEven(Vector<short> even, Vector<short> leftOdd, Vector<short> rightEven) { throw new
PlatformNotSupportedException
(); }
2796
public static Vector<int> InterleavingXorOddEven(Vector<int> even, Vector<int> leftOdd, Vector<int> rightEven) { throw new
PlatformNotSupportedException
(); }
2802
public static Vector<long> InterleavingXorOddEven(Vector<long> even, Vector<long> leftOdd, Vector<long> rightEven) { throw new
PlatformNotSupportedException
(); }
2808
public static Vector<sbyte> InterleavingXorOddEven(Vector<sbyte> even, Vector<sbyte> leftOdd, Vector<sbyte> rightEven) { throw new
PlatformNotSupportedException
(); }
2814
public static Vector<ushort> InterleavingXorOddEven(Vector<ushort> even, Vector<ushort> leftOdd, Vector<ushort> rightEven) { throw new
PlatformNotSupportedException
(); }
2820
public static Vector<uint> InterleavingXorOddEven(Vector<uint> even, Vector<uint> leftOdd, Vector<uint> rightEven) { throw new
PlatformNotSupportedException
(); }
2826
public static Vector<ulong> InterleavingXorOddEven(Vector<ulong> even, Vector<ulong> leftOdd, Vector<ulong> rightEven) { throw new
PlatformNotSupportedException
(); }
2837
public static Vector<int> Log2(Vector<float> value) { throw new
PlatformNotSupportedException
(); }
2846
public static Vector<long> Log2(Vector<double> value) { throw new
PlatformNotSupportedException
(); }
2854
public static unsafe Vector<byte> Match(Vector<byte> mask, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
2860
public static unsafe Vector<short> Match(Vector<short> mask, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2866
public static unsafe Vector<sbyte> Match(Vector<sbyte> mask, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2872
public static unsafe Vector<ushort> Match(Vector<ushort> mask, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2881
public static Vector<double> MaxNumberPairwise(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
2888
public static Vector<float> MaxNumberPairwise(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
2897
public static Vector<byte> MaxPairwise(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
2904
public static Vector<double> MaxPairwise(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
2911
public static Vector<short> MaxPairwise(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
2918
public static Vector<int> MaxPairwise(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
2925
public static Vector<long> MaxPairwise(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
2932
public static Vector<sbyte> MaxPairwise(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
2939
public static Vector<float> MaxPairwise(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
2946
public static Vector<ushort> MaxPairwise(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
2953
public static Vector<uint> MaxPairwise(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
2960
public static Vector<ulong> MaxPairwise(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
2969
public static Vector<double> MinNumberPairwise(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
2976
public static Vector<float> MinNumberPairwise(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
2985
public static Vector<byte> MinPairwise(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
2992
public static Vector<double> MinPairwise(Vector<double> left, Vector<double> right) { throw new
PlatformNotSupportedException
(); }
2999
public static Vector<short> MinPairwise(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
3006
public static Vector<int> MinPairwise(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
3013
public static Vector<long> MinPairwise(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
3020
public static Vector<sbyte> MinPairwise(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3027
public static Vector<float> MinPairwise(Vector<float> left, Vector<float> right) { throw new
PlatformNotSupportedException
(); }
3034
public static Vector<ushort> MinPairwise(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
3041
public static Vector<uint> MinPairwise(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
3048
public static Vector<ulong> MinPairwise(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
3056
public static Vector<short> MultiplyAddBySelectedScalar(Vector<short> addend, Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3062
public static Vector<int> MultiplyAddBySelectedScalar(Vector<int> addend, Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3068
public static Vector<long> MultiplyAddBySelectedScalar(Vector<long> addend, Vector<long> left, Vector<long> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3074
public static Vector<ushort> MultiplyAddBySelectedScalar(Vector<ushort> addend, Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3080
public static Vector<uint> MultiplyAddBySelectedScalar(Vector<uint> addend, Vector<uint> left, Vector<uint> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3086
public static Vector<ulong> MultiplyAddBySelectedScalar(Vector<ulong> addend, Vector<ulong> left, Vector<ulong> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3094
public static Vector<byte> MultiplyAddRotateComplex(Vector<byte> addend, Vector<byte> left, Vector<byte> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3100
public static Vector<short> MultiplyAddRotateComplex(Vector<short> addend, Vector<short> left, Vector<short> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3106
public static Vector<int> MultiplyAddRotateComplex(Vector<int> addend, Vector<int> left, Vector<int> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3112
public static Vector<long> MultiplyAddRotateComplex(Vector<long> addend, Vector<long> left, Vector<long> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3118
public static Vector<sbyte> MultiplyAddRotateComplex(Vector<sbyte> addend, Vector<sbyte> left, Vector<sbyte> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3124
public static Vector<ushort> MultiplyAddRotateComplex(Vector<ushort> addend, Vector<ushort> left, Vector<ushort> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3130
public static Vector<uint> MultiplyAddRotateComplex(Vector<uint> addend, Vector<uint> left, Vector<uint> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3136
public static Vector<ulong> MultiplyAddRotateComplex(Vector<ulong> addend, Vector<ulong> left, Vector<ulong> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3144
public static Vector<short> MultiplyAddRotateComplexBySelectedScalar(Vector<short> addend, Vector<short> left, Vector<short> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rightIndex, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3150
public static Vector<int> MultiplyAddRotateComplexBySelectedScalar(Vector<int> addend, Vector<int> left, Vector<int> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rightIndex, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3156
public static Vector<ushort> MultiplyAddRotateComplexBySelectedScalar(Vector<ushort> addend, Vector<ushort> left, Vector<ushort> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rightIndex, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3162
public static Vector<uint> MultiplyAddRotateComplexBySelectedScalar(Vector<uint> addend, Vector<uint> left, Vector<uint> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rightIndex, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3170
public static unsafe Vector<short> MultiplyAddRoundedDoublingSaturateHighRotateComplex(Vector<short> addend, Vector<short> left, Vector<short> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3176
public static unsafe Vector<int> MultiplyAddRoundedDoublingSaturateHighRotateComplex(Vector<int> addend, Vector<int> left, Vector<int> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3182
public static unsafe Vector<long> MultiplyAddRoundedDoublingSaturateHighRotateComplex(Vector<long> addend, Vector<long> left, Vector<long> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3188
public static unsafe Vector<sbyte> MultiplyAddRoundedDoublingSaturateHighRotateComplex(Vector<sbyte> addend, Vector<sbyte> left, Vector<sbyte> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3194
public static Vector<short> MultiplyAddRoundedDoublingSaturateHighRotateComplexBySelectedScalar(Vector<short> addend, Vector<short> left, Vector<short> right, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rightIndex, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3200
public static Vector<int> MultiplyAddRoundedDoublingSaturateHighRotateComplexBySelectedScalar(Vector<int> addend, Vector<int> left, Vector<int> right, [ConstantExpected(Min = 0, Max = (byte)(1))] byte rightIndex, [ConstantExpected(Min = 0, Max = (byte)(3))] byte rotation) { throw new
PlatformNotSupportedException
(); }
3209
public static Vector<short> MultiplyWideningEvenAndAdd(Vector<short> addend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3215
public static Vector<int> MultiplyWideningEvenAndAdd(Vector<int> addend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
3221
public static Vector<long> MultiplyWideningEvenAndAdd(Vector<long> addend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
3227
public static Vector<ushort> MultiplyWideningEvenAndAdd(Vector<ushort> addend, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
3233
public static Vector<uint> MultiplyWideningEvenAndAdd(Vector<uint> addend, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
3239
public static Vector<ulong> MultiplyWideningEvenAndAdd(Vector<ulong> addend, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
3245
public static Vector<int> MultiplyBySelectedScalarWideningEvenAndAdd(Vector<int> addend, Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3251
public static Vector<long> MultiplyBySelectedScalarWideningEvenAndAdd(Vector<long> addend, Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3257
public static Vector<uint> MultiplyBySelectedScalarWideningEvenAndAdd(Vector<uint> addend, Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3263
public static Vector<ulong> MultiplyBySelectedScalarWideningEvenAndAdd(Vector<ulong> addend, Vector<uint> left, Vector<uint> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3272
public static Vector<short> MultiplyWideningOddAndAdd(Vector<short> addend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3278
public static Vector<int> MultiplyWideningOddAndAdd(Vector<int> addend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
3284
public static Vector<long> MultiplyWideningOddAndAdd(Vector<long> addend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
3290
public static Vector<ushort> MultiplyWideningOddAndAdd(Vector<ushort> addend, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
3296
public static Vector<uint> MultiplyWideningOddAndAdd(Vector<uint> addend, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
3302
public static Vector<ulong> MultiplyWideningOddAndAdd(Vector<ulong> addend, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
3308
public static Vector<int> MultiplyBySelectedScalarWideningOddAndAdd(Vector<int> addend, Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3314
public static Vector<long> MultiplyBySelectedScalarWideningOddAndAdd(Vector<long> addend, Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3320
public static Vector<uint> MultiplyBySelectedScalarWideningOddAndAdd(Vector<uint> addend, Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3326
public static Vector<ulong> MultiplyBySelectedScalarWideningOddAndAdd(Vector<ulong> addend, Vector<uint> left, Vector<uint> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3335
public static Vector<short> MultiplyBySelectedScalar(Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3341
public static Vector<int> MultiplyBySelectedScalar(Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3347
public static Vector<long> MultiplyBySelectedScalar(Vector<long> left, Vector<long> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3353
public static Vector<ushort> MultiplyBySelectedScalar(Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3359
public static Vector<uint> MultiplyBySelectedScalar(Vector<uint> left, Vector<uint> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3365
public static Vector<ulong> MultiplyBySelectedScalar(Vector<ulong> left, Vector<ulong> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3374
public static Vector<short> MultiplySubtractBySelectedScalar(Vector<short> minuend, Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3380
public static Vector<int> MultiplySubtractBySelectedScalar(Vector<int> minuend, Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3386
public static Vector<long> MultiplySubtractBySelectedScalar(Vector<long> minuend, Vector<long> left, Vector<long> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3392
public static Vector<ushort> MultiplySubtractBySelectedScalar(Vector<ushort> minuend, Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3398
public static Vector<uint> MultiplySubtractBySelectedScalar(Vector<uint> minuend, Vector<uint> left, Vector<uint> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3404
public static Vector<ulong> MultiplySubtractBySelectedScalar(Vector<ulong> minuend, Vector<ulong> left, Vector<ulong> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3413
public static Vector<short> MultiplyWideningEvenAndSubtract(Vector<short> minuend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3419
public static Vector<int> MultiplyWideningEvenAndSubtract(Vector<int> minuend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
3425
public static Vector<long> MultiplyWideningEvenAndSubtract(Vector<long> minuend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
3431
public static Vector<ushort> MultiplyWideningEvenAndSubtract(Vector<ushort> minuend, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
3437
public static Vector<uint> MultiplyWideningEvenAndSubtract(Vector<uint> minuend, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
3443
public static Vector<ulong> MultiplyWideningEvenAndSubtract(Vector<ulong> minuend, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
3449
public static Vector<int> MultiplyBySelectedScalarWideningEvenAndSubtract(Vector<int> minuend, Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3455
public static Vector<long> MultiplyBySelectedScalarWideningEvenAndSubtract(Vector<long> minuend, Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3461
public static Vector<uint> MultiplyBySelectedScalarWideningEvenAndSubtract(Vector<uint> minuend, Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3467
public static Vector<ulong> MultiplyBySelectedScalarWideningEvenAndSubtract(Vector<ulong> minuend, Vector<uint> left, Vector<uint> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3476
public static Vector<short> MultiplyWideningOddAndSubtract(Vector<short> minuend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3482
public static Vector<int> MultiplyWideningOddAndSubtract(Vector<int> minuend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
3488
public static Vector<long> MultiplyWideningOddAndSubtract(Vector<long> minuend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
3494
public static Vector<ushort> MultiplyWideningOddAndSubtract(Vector<ushort> minuend, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
3500
public static Vector<uint> MultiplyWideningOddAndSubtract(Vector<uint> minuend, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
3506
public static Vector<ulong> MultiplyWideningOddAndSubtract(Vector<ulong> minuend, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
3512
public static Vector<int> MultiplyBySelectedScalarWideningOddAndSubtract(Vector<int> minuend, Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3518
public static Vector<long> MultiplyBySelectedScalarWideningOddAndSubtract(Vector<long> minuend, Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3524
public static Vector<uint> MultiplyBySelectedScalarWideningOddAndSubtract(Vector<uint> minuend, Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3530
public static Vector<ulong> MultiplyBySelectedScalarWideningOddAndSubtract(Vector<ulong> minuend, Vector<uint> left, Vector<uint> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3539
public static Vector<short> MultiplyDoublingBySelectedScalarSaturateHigh(Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3545
public static Vector<int> MultiplyDoublingBySelectedScalarSaturateHigh(Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3551
public static Vector<long> MultiplyDoublingBySelectedScalarSaturateHigh(Vector<long> left, Vector<long> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3560
public static Vector<sbyte> MultiplyDoublingSaturateHigh(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3566
public static Vector<short> MultiplyDoublingSaturateHigh(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
3572
public static Vector<int> MultiplyDoublingSaturateHigh(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
3578
public static Vector<long> MultiplyDoublingSaturateHigh(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
3587
public static Vector<short> MultiplyWideningEven(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3593
public static Vector<int> MultiplyWideningEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
3599
public static Vector<long> MultiplyWideningEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
3605
public static Vector<ushort> MultiplyWideningEven(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
3611
public static Vector<uint> MultiplyWideningEven(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
3617
public static Vector<ulong> MultiplyWideningEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
3623
public static Vector<int> MultiplyBySelectedScalarWideningEven(Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3629
public static Vector<long> MultiplyBySelectedScalarWideningEven(Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3635
public static Vector<uint> MultiplyBySelectedScalarWideningEven(Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3641
public static Vector<ulong> MultiplyBySelectedScalarWideningEven(Vector<uint> left, Vector<uint> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3650
public static Vector<short> MultiplyWideningOdd(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3656
public static Vector<int> MultiplyWideningOdd(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
3662
public static Vector<long> MultiplyWideningOdd(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
3668
public static Vector<ushort> MultiplyWideningOdd(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
3674
public static Vector<uint> MultiplyWideningOdd(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
3680
public static Vector<ulong> MultiplyWideningOdd(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
3686
public static Vector<int> MultiplyBySelectedScalarWideningOdd(Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3692
public static Vector<long> MultiplyBySelectedScalarWideningOdd(Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3698
public static Vector<uint> MultiplyBySelectedScalarWideningOdd(Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3704
public static Vector<ulong> MultiplyBySelectedScalarWideningOdd(Vector<uint> left, Vector<uint> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3713
public static unsafe Vector<byte> NoMatch(Vector<byte> mask, Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
3719
public static unsafe Vector<short> NoMatch(Vector<short> mask, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
3725
public static unsafe Vector<sbyte> NoMatch(Vector<sbyte> mask, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3731
public static unsafe Vector<ushort> NoMatch(Vector<ushort> mask, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
3740
public static Vector<byte> PolynomialMultiply(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
3746
public static Vector<sbyte> PolynomialMultiply(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3755
public static Vector<ushort> PolynomialMultiplyWideningEven(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
3761
public static Vector<ulong> PolynomialMultiplyWideningEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
3770
public static Vector<ushort> PolynomialMultiplyWideningOdd(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
3776
public static Vector<ulong> PolynomialMultiplyWideningOdd(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
3785
public static Vector<short> MultiplyDoublingWideningAndAddSaturateEven(Vector<short> addend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3791
public static Vector<int> MultiplyDoublingWideningAndAddSaturateEven(Vector<int> addend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
3797
public static Vector<long> MultiplyDoublingWideningAndAddSaturateEven(Vector<long> addend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
3806
public static Vector<short> MultiplyDoublingWideningAndAddSaturateEvenOdd(Vector<short> addend, Vector<sbyte> leftEven, Vector<sbyte> rightOdd) { throw new
PlatformNotSupportedException
(); }
3812
public static Vector<int> MultiplyDoublingWideningAndAddSaturateEvenOdd(Vector<int> addend, Vector<short> leftEven, Vector<short> rightOdd) { throw new
PlatformNotSupportedException
(); }
3818
public static Vector<long> MultiplyDoublingWideningAndAddSaturateEvenOdd(Vector<long> addend, Vector<int> leftEven, Vector<int> rightOdd) { throw new
PlatformNotSupportedException
(); }
3827
public static Vector<short> MultiplyDoublingWideningAndAddSaturateOdd(Vector<short> addend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3833
public static Vector<int> MultiplyDoublingWideningAndAddSaturateOdd(Vector<int> addend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
3839
public static Vector<long> MultiplyDoublingWideningAndAddSaturateOdd(Vector<long> addend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
3848
public static Vector<short> MultiplyDoublingWideningAndSubtractSaturateEven(Vector<short> minuend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3854
public static Vector<int> MultiplyDoublingWideningAndSubtractSaturateEven(Vector<int> minuend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
3860
public static Vector<long> MultiplyDoublingWideningAndSubtractSaturateEven(Vector<long> minuend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
3869
public static Vector<short> MultiplyDoublingWideningAndSubtractSaturateEvenOdd(Vector<short> minuend, Vector<sbyte> leftEven, Vector<sbyte> rightOdd) { throw new
PlatformNotSupportedException
(); }
3875
public static Vector<int> MultiplyDoublingWideningAndSubtractSaturateEvenOdd(Vector<int> minuend, Vector<short> leftEven, Vector<short> rightOdd) { throw new
PlatformNotSupportedException
(); }
3881
public static Vector<long> MultiplyDoublingWideningAndSubtractSaturateEvenOdd(Vector<long> minuend, Vector<int> leftEven, Vector<int> rightOdd) { throw new
PlatformNotSupportedException
(); }
3890
public static Vector<short> MultiplyDoublingWideningAndSubtractSaturateOdd(Vector<short> minuend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3896
public static Vector<int> MultiplyDoublingWideningAndSubtractSaturateOdd(Vector<int> minuend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
3902
public static Vector<long> MultiplyDoublingWideningAndSubtractSaturateOdd(Vector<long> minuend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
3911
public static Vector<int> MultiplyDoublingWideningBySelectedScalarAndAddSaturateEven(Vector<int> addend, Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3917
public static Vector<long> MultiplyDoublingWideningBySelectedScalarAndAddSaturateEven(Vector<long> addend, Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3926
public static Vector<int> MultiplyDoublingWideningBySelectedScalarAndAddSaturateOdd(Vector<int> addend, Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3932
public static Vector<long> MultiplyDoublingWideningBySelectedScalarAndAddSaturateOdd(Vector<long> addend, Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3941
public static Vector<int> MultiplyDoublingWideningBySelectedScalarAndSubtractSaturateEven(Vector<int> minuend, Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3947
public static Vector<long> MultiplyDoublingWideningBySelectedScalarAndSubtractSaturateEven(Vector<long> minuend, Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3956
public static Vector<int> MultiplyDoublingWideningBySelectedScalarAndSubtractSaturateOdd(Vector<int> minuend, Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3962
public static Vector<long> MultiplyDoublingWideningBySelectedScalarAndSubtractSaturateOdd(Vector<long> minuend, Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3971
public static Vector<short> MultiplyDoublingWideningSaturateEven(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
3977
public static Vector<int> MultiplyDoublingWideningSaturateEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
3983
public static Vector<long> MultiplyDoublingWideningSaturateEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
3992
public static Vector<int> MultiplyDoublingWideningSaturateEvenBySelectedScalar(Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
3998
public static Vector<long> MultiplyDoublingWideningSaturateEvenBySelectedScalar(Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
4007
public static Vector<short> MultiplyDoublingWideningSaturateOdd(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4013
public static Vector<int> MultiplyDoublingWideningSaturateOdd(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
4019
public static Vector<long> MultiplyDoublingWideningSaturateOdd(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
4028
public static Vector<int> MultiplyDoublingWideningSaturateOddBySelectedScalar(Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
4034
public static Vector<long> MultiplyDoublingWideningSaturateOddBySelectedScalar(Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
4043
public static Vector<short> MultiplyRoundedDoublingBySelectedScalarSaturateHigh(Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
4049
public static Vector<int> MultiplyRoundedDoublingBySelectedScalarSaturateHigh(Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
4055
public static Vector<long> MultiplyRoundedDoublingBySelectedScalarSaturateHigh(Vector<long> left, Vector<long> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
4064
public static Vector<sbyte> MultiplyRoundedDoublingSaturateAndAddHigh(Vector<sbyte> addend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4070
public static Vector<short> MultiplyRoundedDoublingSaturateAndAddHigh(Vector<short> addend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
4076
public static Vector<int> MultiplyRoundedDoublingSaturateAndAddHigh(Vector<int> addend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
4082
public static Vector<long> MultiplyRoundedDoublingSaturateAndAddHigh(Vector<long> addend, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
4091
public static Vector<sbyte> MultiplyRoundedDoublingSaturateAndSubtractHigh(Vector<sbyte> minuend, Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4097
public static Vector<short> MultiplyRoundedDoublingSaturateAndSubtractHigh(Vector<short> minuend, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
4103
public static Vector<int> MultiplyRoundedDoublingSaturateAndSubtractHigh(Vector<int> minuend, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
4109
public static Vector<long> MultiplyRoundedDoublingSaturateAndSubtractHigh(Vector<long> minuend, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
4118
public static Vector<short> MultiplyRoundedDoublingSaturateBySelectedScalarAndAddHigh(Vector<short> addend, Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
4124
public static Vector<int> MultiplyRoundedDoublingSaturateBySelectedScalarAndAddHigh(Vector<int> addend, Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
4130
public static Vector<long> MultiplyRoundedDoublingSaturateBySelectedScalarAndAddHigh(Vector<long> addend, Vector<long> left, Vector<long> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
4139
public static Vector<short> MultiplyRoundedDoublingSaturateBySelectedScalarAndSubtractHigh(Vector<short> minuend, Vector<short> left, Vector<short> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
4145
public static Vector<int> MultiplyRoundedDoublingSaturateBySelectedScalarAndSubtractHigh(Vector<int> minuend, Vector<int> left, Vector<int> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
4151
public static Vector<long> MultiplyRoundedDoublingSaturateBySelectedScalarAndSubtractHigh(Vector<long> minuend, Vector<long> left, Vector<long> right, [ConstantExpected] byte rightIndex) { throw new
PlatformNotSupportedException
(); }
4160
public static Vector<sbyte> MultiplyRoundedDoublingSaturateHigh(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
4166
public static Vector<short> MultiplyRoundedDoublingSaturateHigh(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
4172
public static Vector<int> MultiplyRoundedDoublingSaturateHigh(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
4178
public static Vector<long> MultiplyRoundedDoublingSaturateHigh(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
4190
public static Vector<sbyte> NegateSaturate(Vector<sbyte> value) { throw new
PlatformNotSupportedException
(); }
4199
public static Vector<short> NegateSaturate(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
4208
public static Vector<int> NegateSaturate(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
4217
public static Vector<long> NegateSaturate(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
4228
public static Vector<uint> ReciprocalEstimate(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
4239
public static Vector<uint> ReciprocalSqrtEstimate(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
4248
public static Vector<sbyte> SaturatingExtractNarrowingLower(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
4254
public static Vector<short> SaturatingExtractNarrowingLower(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
4260
public static Vector<int> SaturatingExtractNarrowingLower(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
4266
public static Vector<byte> SaturatingExtractNarrowingLower(Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
4272
public static Vector<ushort> SaturatingExtractNarrowingLower(Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
4278
public static Vector<uint> SaturatingExtractNarrowingLower(Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
4287
public static Vector<sbyte> SaturatingExtractNarrowingUpper(Vector<sbyte> even, Vector<short> value) { throw new
PlatformNotSupportedException
(); }
4293
public static Vector<short> SaturatingExtractNarrowingUpper(Vector<short> even, Vector<int> value) { throw new
PlatformNotSupportedException
(); }
4299
public static Vector<int> SaturatingExtractNarrowingUpper(Vector<int> even, Vector<long> value) { throw new
PlatformNotSupportedException
(); }
4305
public static Vector<byte> SaturatingExtractNarrowingUpper(Vector<byte> even, Vector<ushort> value) { throw new
PlatformNotSupportedException
(); }
4311
public static Vector<ushort> SaturatingExtractNarrowingUpper(Vector<ushort> even, Vector<uint> value) { throw new
PlatformNotSupportedException
(); }
4317
public static Vector<uint> SaturatingExtractNarrowingUpper(Vector<uint> even, Vector<ulong> value) { throw new
PlatformNotSupportedException
(); }
4326
public static Vector<byte> SaturatingExtractUnsignedNarrowingLower(Vector<short> value) { throw new
PlatformNotSupportedException
(); }
4332
public static Vector<ushort> SaturatingExtractUnsignedNarrowingLower(Vector<int> value) { throw new
PlatformNotSupportedException
(); }
4338
public static Vector<uint> SaturatingExtractUnsignedNarrowingLower(Vector<long> value) { throw new
PlatformNotSupportedException
(); }
4347
public static Vector<byte> SaturatingExtractUnsignedNarrowingUpper(Vector<byte> even, Vector<short> value) { throw new
PlatformNotSupportedException
(); }
4353
public static Vector<ushort> SaturatingExtractUnsignedNarrowingUpper(Vector<ushort> even, Vector<int> value) { throw new
PlatformNotSupportedException
(); }
4359
public static Vector<uint> SaturatingExtractUnsignedNarrowingUpper(Vector<uint> even, Vector<long> value) { throw new
PlatformNotSupportedException
(); }
4375
public static unsafe void Scatter16BitNarrowingNonTemporal(Vector<long> mask, Vector<ulong> addresses, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4388
public static unsafe void Scatter16BitNarrowingNonTemporal(Vector<ulong> mask, Vector<ulong> addresses, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4394
public static unsafe void Scatter16BitNarrowingNonTemporal(Vector<long> mask, short* address, Vector<long> indices, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4400
public static unsafe void Scatter16BitNarrowingNonTemporal(Vector<long> mask, short* address, Vector<ulong> indices, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4406
public static unsafe void Scatter16BitNarrowingNonTemporal(Vector<ulong> mask, ushort* address, Vector<long> indices, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4412
public static unsafe void Scatter16BitNarrowingNonTemporal(Vector<ulong> mask, ushort* address, Vector<ulong> indices, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4421
public static unsafe void Scatter16BitWithByteOffsetsNarrowingNonTemporal(Vector<int> mask, short* address, Vector<uint> offsets, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
4427
public static unsafe void Scatter16BitWithByteOffsetsNarrowingNonTemporal(Vector<long> mask, short* address, Vector<long> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4433
public static unsafe void Scatter16BitWithByteOffsetsNarrowingNonTemporal(Vector<long> mask, short* address, Vector<ulong> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4439
public static unsafe void Scatter16BitWithByteOffsetsNarrowingNonTemporal(Vector<uint> mask, ushort* address, Vector<uint> offsets, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
4445
public static unsafe void Scatter16BitWithByteOffsetsNarrowingNonTemporal(Vector<ulong> mask, ushort* address, Vector<long> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4451
public static unsafe void Scatter16BitWithByteOffsetsNarrowingNonTemporal(Vector<ulong> mask, ushort* address, Vector<ulong> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4460
public static unsafe void Scatter32BitNarrowingNonTemporal(Vector<long> mask, Vector<ulong> addresses, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4466
public static unsafe void Scatter32BitNarrowingNonTemporal(Vector<ulong> mask, Vector<ulong> addresses, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4472
public static unsafe void Scatter32BitNarrowingNonTemporal(Vector<long> mask, int* address, Vector<long> indices, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4478
public static unsafe void Scatter32BitNarrowingNonTemporal(Vector<long> mask, int* address, Vector<ulong> indices, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4484
public static unsafe void Scatter32BitNarrowingNonTemporal(Vector<ulong> mask, uint* address, Vector<long> indices, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4490
public static unsafe void Scatter32BitNarrowingNonTemporal(Vector<ulong> mask, uint* address, Vector<ulong> indices, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4499
public static unsafe void Scatter32BitWithByteOffsetsNarrowingNonTemporal(Vector<long> mask, int* address, Vector<long> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4505
public static unsafe void Scatter32BitWithByteOffsetsNarrowingNonTemporal(Vector<long> mask, int* address, Vector<ulong> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4511
public static unsafe void Scatter32BitWithByteOffsetsNarrowingNonTemporal(Vector<ulong> mask, uint* address, Vector<long> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4517
public static unsafe void Scatter32BitWithByteOffsetsNarrowingNonTemporal(Vector<ulong> mask, uint* address, Vector<ulong> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4533
public static unsafe void Scatter8BitNarrowingNonTemporal(Vector<long> mask, Vector<ulong> addresses, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4546
public static unsafe void Scatter8BitNarrowingNonTemporal(Vector<ulong> mask, Vector<ulong> addresses, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4555
public static unsafe void Scatter8BitWithByteOffsetsNarrowingNonTemporal(Vector<int> mask, sbyte* address, Vector<uint> offsets, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
4561
public static unsafe void Scatter8BitWithByteOffsetsNarrowingNonTemporal(Vector<long> mask, sbyte* address, Vector<long> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4567
public static unsafe void Scatter8BitWithByteOffsetsNarrowingNonTemporal(Vector<long> mask, sbyte* address, Vector<ulong> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4573
public static unsafe void Scatter8BitWithByteOffsetsNarrowingNonTemporal(Vector<uint> mask, byte* address, Vector<uint> offsets, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
4579
public static unsafe void Scatter8BitWithByteOffsetsNarrowingNonTemporal(Vector<ulong> mask, byte* address, Vector<long> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4585
public static unsafe void Scatter8BitWithByteOffsetsNarrowingNonTemporal(Vector<ulong> mask, byte* address, Vector<ulong> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4594
public static unsafe void ScatterNonTemporal(Vector<double> mask, Vector<ulong> addresses, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
4607
public static unsafe void ScatterNonTemporal(Vector<long> mask, Vector<ulong> addresses, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4627
public static unsafe void ScatterNonTemporal(Vector<ulong> mask, Vector<ulong> addresses, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4633
public static unsafe void ScatterNonTemporal(Vector<double> mask, double* address, Vector<long> indices, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
4639
public static unsafe void ScatterNonTemporal(Vector<double> mask, double* address, Vector<ulong> indices, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
4645
public static unsafe void ScatterNonTemporal(Vector<long> mask, long* address, Vector<long> indices, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4651
public static unsafe void ScatterNonTemporal(Vector<long> mask, long* address, Vector<ulong> indices, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4657
public static unsafe void ScatterNonTemporal(Vector<ulong> mask, ulong* address, Vector<long> indices, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4663
public static unsafe void ScatterNonTemporal(Vector<ulong> mask, ulong* address, Vector<ulong> indices, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4672
public static unsafe void ScatterWithByteOffsetsNonTemporal(Vector<double> mask, double* address, Vector<long> offsets, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
4678
public static unsafe void ScatterWithByteOffsetsNonTemporal(Vector<double> mask, double* address, Vector<ulong> offsets, Vector<double> data) { throw new
PlatformNotSupportedException
(); }
4684
public static unsafe void ScatterWithByteOffsetsNonTemporal(Vector<int> mask, int* address, Vector<uint> offsets, Vector<int> data) { throw new
PlatformNotSupportedException
(); }
4690
public static unsafe void ScatterWithByteOffsetsNonTemporal(Vector<long> mask, long* address, Vector<long> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4696
public static unsafe void ScatterWithByteOffsetsNonTemporal(Vector<long> mask, long* address, Vector<ulong> offsets, Vector<long> data) { throw new
PlatformNotSupportedException
(); }
4702
public static unsafe void ScatterWithByteOffsetsNonTemporal(Vector<float> mask, float* address, Vector<uint> offsets, Vector<float> data) { throw new
PlatformNotSupportedException
(); }
4708
public static unsafe void ScatterWithByteOffsetsNonTemporal(Vector<uint> mask, uint* address, Vector<uint> offsets, Vector<uint> data) { throw new
PlatformNotSupportedException
(); }
4714
public static unsafe void ScatterWithByteOffsetsNonTemporal(Vector<ulong> mask, ulong* address, Vector<long> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4720
public static unsafe void ScatterWithByteOffsetsNonTemporal(Vector<ulong> mask, ulong* address, Vector<ulong> offsets, Vector<ulong> data) { throw new
PlatformNotSupportedException
(); }
4729
public static Vector<short> ShiftArithmeticRounded(Vector<short> value, Vector<short> count) { throw new
PlatformNotSupportedException
(); }
4735
public static Vector<int> ShiftArithmeticRounded(Vector<int> value, Vector<int> count) { throw new
PlatformNotSupportedException
(); }
4741
public static Vector<long> ShiftArithmeticRounded(Vector<long> value, Vector<long> count) { throw new
PlatformNotSupportedException
(); }
4747
public static Vector<sbyte> ShiftArithmeticRounded(Vector<sbyte> value, Vector<sbyte> count) { throw new
PlatformNotSupportedException
(); }
4756
public static Vector<short> ShiftArithmeticRoundedSaturate(Vector<short> value, Vector<short> count) { throw new
PlatformNotSupportedException
(); }
4762
public static Vector<int> ShiftArithmeticRoundedSaturate(Vector<int> value, Vector<int> count) { throw new
PlatformNotSupportedException
(); }
4768
public static Vector<long> ShiftArithmeticRoundedSaturate(Vector<long> value, Vector<long> count) { throw new
PlatformNotSupportedException
(); }
4774
public static Vector<sbyte> ShiftArithmeticRoundedSaturate(Vector<sbyte> value, Vector<sbyte> count) { throw new
PlatformNotSupportedException
(); }
4783
public static Vector<short> ShiftArithmeticSaturate(Vector<short> value, Vector<short> count) { throw new
PlatformNotSupportedException
(); }
4789
public static Vector<int> ShiftArithmeticSaturate(Vector<int> value, Vector<int> count) { throw new
PlatformNotSupportedException
(); }
4795
public static Vector<long> ShiftArithmeticSaturate(Vector<long> value, Vector<long> count) { throw new
PlatformNotSupportedException
(); }
4801
public static Vector<sbyte> ShiftArithmeticSaturate(Vector<sbyte> value, Vector<sbyte> count) { throw new
PlatformNotSupportedException
(); }
4810
public static Vector<byte> ShiftLeftAndInsert(Vector<byte> left, Vector<byte> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
4816
public static Vector<short> ShiftLeftAndInsert(Vector<short> left, Vector<short> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
4822
public static Vector<int> ShiftLeftAndInsert(Vector<int> left, Vector<int> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
4828
public static Vector<long> ShiftLeftAndInsert(Vector<long> left, Vector<long> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
4834
public static Vector<sbyte> ShiftLeftAndInsert(Vector<sbyte> left, Vector<sbyte> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
4840
public static Vector<ushort> ShiftLeftAndInsert(Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
4846
public static Vector<uint> ShiftLeftAndInsert(Vector<uint> left, Vector<uint> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
4852
public static Vector<ulong> ShiftLeftAndInsert(Vector<ulong> left, Vector<ulong> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
4861
public static Vector<byte> ShiftLeftLogicalSaturate(Vector<byte> value, Vector<sbyte> count) { throw new
PlatformNotSupportedException
(); }
4867
public static Vector<ushort> ShiftLeftLogicalSaturate(Vector<ushort> value, Vector<short> count) { throw new
PlatformNotSupportedException
(); }
4873
public static Vector<uint> ShiftLeftLogicalSaturate(Vector<uint> value, Vector<int> count) { throw new
PlatformNotSupportedException
(); }
4879
public static Vector<ulong> ShiftLeftLogicalSaturate(Vector<ulong> value, Vector<long> count) { throw new
PlatformNotSupportedException
(); }
4888
public static Vector<byte> ShiftLeftLogicalSaturateUnsigned(Vector<sbyte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
4894
public static Vector<ushort> ShiftLeftLogicalSaturateUnsigned(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
4900
public static Vector<uint> ShiftLeftLogicalSaturateUnsigned(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
4906
public static Vector<ulong> ShiftLeftLogicalSaturateUnsigned(Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
4915
public static Vector<short> ShiftLeftLogicalWideningEven(Vector<sbyte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
4921
public static Vector<int> ShiftLeftLogicalWideningEven(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
4927
public static Vector<long> ShiftLeftLogicalWideningEven(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
4933
public static Vector<ushort> ShiftLeftLogicalWideningEven(Vector<byte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
4939
public static Vector<uint> ShiftLeftLogicalWideningEven(Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
4945
public static Vector<ulong> ShiftLeftLogicalWideningEven(Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
4954
public static Vector<short> ShiftLeftLogicalWideningOdd(Vector<sbyte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
4960
public static Vector<int> ShiftLeftLogicalWideningOdd(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
4966
public static Vector<long> ShiftLeftLogicalWideningOdd(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
4972
public static Vector<ushort> ShiftLeftLogicalWideningOdd(Vector<byte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
4978
public static Vector<uint> ShiftLeftLogicalWideningOdd(Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
4984
public static Vector<ulong> ShiftLeftLogicalWideningOdd(Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
4993
public static Vector<byte> ShiftLogicalRounded(Vector<byte> value, Vector<sbyte> count) { throw new
PlatformNotSupportedException
(); }
4999
public static Vector<ushort> ShiftLogicalRounded(Vector<ushort> value, Vector<short> count) { throw new
PlatformNotSupportedException
(); }
5005
public static Vector<uint> ShiftLogicalRounded(Vector<uint> value, Vector<int> count) { throw new
PlatformNotSupportedException
(); }
5011
public static Vector<ulong> ShiftLogicalRounded(Vector<ulong> value, Vector<long> count) { throw new
PlatformNotSupportedException
(); }
5020
public static Vector<byte> ShiftLogicalRoundedSaturate(Vector<byte> value, Vector<sbyte> count) { throw new
PlatformNotSupportedException
(); }
5026
public static Vector<ushort> ShiftLogicalRoundedSaturate(Vector<ushort> value, Vector<short> count) { throw new
PlatformNotSupportedException
(); }
5032
public static Vector<uint> ShiftLogicalRoundedSaturate(Vector<uint> value, Vector<int> count) { throw new
PlatformNotSupportedException
(); }
5038
public static Vector<ulong> ShiftLogicalRoundedSaturate(Vector<ulong> value, Vector<long> count) { throw new
PlatformNotSupportedException
(); }
5047
public static Vector<byte> ShiftRightAndInsert(Vector<byte> left, Vector<byte> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
5053
public static Vector<short> ShiftRightAndInsert(Vector<short> left, Vector<short> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
5059
public static Vector<int> ShiftRightAndInsert(Vector<int> left, Vector<int> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
5065
public static Vector<long> ShiftRightAndInsert(Vector<long> left, Vector<long> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
5071
public static Vector<sbyte> ShiftRightAndInsert(Vector<sbyte> left, Vector<sbyte> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
5077
public static Vector<ushort> ShiftRightAndInsert(Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
5083
public static Vector<uint> ShiftRightAndInsert(Vector<uint> left, Vector<uint> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
5089
public static Vector<ulong> ShiftRightAndInsert(Vector<ulong> left, Vector<ulong> right, [ConstantExpected] byte shift) { throw new
PlatformNotSupportedException
(); }
5098
public static Vector<short> ShiftRightArithmeticAdd(Vector<short> addend, Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5104
public static Vector<int> ShiftRightArithmeticAdd(Vector<int> addend, Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5110
public static Vector<long> ShiftRightArithmeticAdd(Vector<long> addend, Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5116
public static Vector<sbyte> ShiftRightArithmeticAdd(Vector<sbyte> addend, Vector<sbyte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5125
public static Vector<short> ShiftRightArithmeticNarrowingSaturateEven(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5131
public static Vector<int> ShiftRightArithmeticNarrowingSaturateEven(Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5137
public static Vector<sbyte> ShiftRightArithmeticNarrowingSaturateEven(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5146
public static Vector<short> ShiftRightArithmeticNarrowingSaturateOdd(Vector<short> even, Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5152
public static Vector<int> ShiftRightArithmeticNarrowingSaturateOdd(Vector<int> even, Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5158
public static Vector<sbyte> ShiftRightArithmeticNarrowingSaturateOdd(Vector<sbyte> even, Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5167
public static Vector<byte> ShiftRightArithmeticNarrowingSaturateUnsignedEven(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5173
public static Vector<ushort> ShiftRightArithmeticNarrowingSaturateUnsignedEven(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5179
public static Vector<uint> ShiftRightArithmeticNarrowingSaturateUnsignedEven(Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5188
public static Vector<byte> ShiftRightArithmeticNarrowingSaturateUnsignedOdd(Vector<byte> even, Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5194
public static Vector<ushort> ShiftRightArithmeticNarrowingSaturateUnsignedOdd(Vector<ushort> even, Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5200
public static Vector<uint> ShiftRightArithmeticNarrowingSaturateUnsignedOdd(Vector<uint> even, Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5209
public static Vector<short> ShiftRightArithmeticRounded(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5215
public static Vector<int> ShiftRightArithmeticRounded(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5221
public static Vector<long> ShiftRightArithmeticRounded(Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5227
public static Vector<sbyte> ShiftRightArithmeticRounded(Vector<sbyte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5236
public static Vector<short> ShiftRightArithmeticRoundedAdd(Vector<short> addend, Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5242
public static Vector<int> ShiftRightArithmeticRoundedAdd(Vector<int> addend, Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5248
public static Vector<long> ShiftRightArithmeticRoundedAdd(Vector<long> addend, Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5254
public static Vector<sbyte> ShiftRightArithmeticRoundedAdd(Vector<sbyte> addend, Vector<sbyte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5263
public static Vector<short> ShiftRightArithmeticRoundedNarrowingSaturateEven(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5269
public static Vector<int> ShiftRightArithmeticRoundedNarrowingSaturateEven(Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5275
public static Vector<sbyte> ShiftRightArithmeticRoundedNarrowingSaturateEven(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5284
public static Vector<short> ShiftRightArithmeticRoundedNarrowingSaturateOdd(Vector<short> even, Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5290
public static Vector<int> ShiftRightArithmeticRoundedNarrowingSaturateOdd(Vector<int> even, Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5296
public static Vector<sbyte> ShiftRightArithmeticRoundedNarrowingSaturateOdd(Vector<sbyte> even, Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5305
public static Vector<byte> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedEven(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5311
public static Vector<ushort> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedEven(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5317
public static Vector<uint> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedEven(Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5326
public static Vector<byte> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedOdd(Vector<byte> even, Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5332
public static Vector<ushort> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedOdd(Vector<ushort> even, Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5338
public static Vector<uint> ShiftRightArithmeticRoundedNarrowingSaturateUnsignedOdd(Vector<uint> even, Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5347
public static Vector<byte> ShiftRightLogicalAdd(Vector<byte> addend, Vector<byte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5353
public static Vector<ushort> ShiftRightLogicalAdd(Vector<ushort> addend, Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5359
public static Vector<uint> ShiftRightLogicalAdd(Vector<uint> addend, Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5365
public static Vector<ulong> ShiftRightLogicalAdd(Vector<ulong> addend, Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5374
public static Vector<byte> ShiftRightLogicalNarrowingEven(Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5380
public static Vector<short> ShiftRightLogicalNarrowingEven(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5386
public static Vector<int> ShiftRightLogicalNarrowingEven(Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5392
public static Vector<sbyte> ShiftRightLogicalNarrowingEven(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5398
public static Vector<ushort> ShiftRightLogicalNarrowingEven(Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5404
public static Vector<uint> ShiftRightLogicalNarrowingEven(Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5413
public static Vector<byte> ShiftRightLogicalNarrowingOdd(Vector<byte> even, Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5419
public static Vector<short> ShiftRightLogicalNarrowingOdd(Vector<short> even, Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5425
public static Vector<int> ShiftRightLogicalNarrowingOdd(Vector<int> even, Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5431
public static Vector<sbyte> ShiftRightLogicalNarrowingOdd(Vector<sbyte> even, Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5437
public static Vector<ushort> ShiftRightLogicalNarrowingOdd(Vector<ushort> even, Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5443
public static Vector<uint> ShiftRightLogicalNarrowingOdd(Vector<uint> even, Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5452
public static unsafe Vector<byte> ShiftRightLogicalNarrowingSaturateEven(Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5458
public static unsafe Vector<ushort> ShiftRightLogicalNarrowingSaturateEven(Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5464
public static unsafe Vector<uint> ShiftRightLogicalNarrowingSaturateEven(Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5473
public static unsafe Vector<byte> ShiftRightLogicalNarrowingSaturateOdd(Vector<byte> even, Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5479
public static unsafe Vector<ushort> ShiftRightLogicalNarrowingSaturateOdd(Vector<ushort> even, Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5485
public static unsafe Vector<uint> ShiftRightLogicalNarrowingSaturateOdd(Vector<uint> even, Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5494
public static Vector<byte> ShiftRightLogicalRounded(Vector<byte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5500
public static Vector<ushort> ShiftRightLogicalRounded(Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5506
public static Vector<uint> ShiftRightLogicalRounded(Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5512
public static Vector<ulong> ShiftRightLogicalRounded(Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5521
public static Vector<byte> ShiftRightLogicalRoundedAdd(Vector<byte> addend, Vector<byte> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5527
public static Vector<ushort> ShiftRightLogicalRoundedAdd(Vector<ushort> addend, Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5533
public static Vector<uint> ShiftRightLogicalRoundedAdd(Vector<uint> addend, Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5539
public static Vector<ulong> ShiftRightLogicalRoundedAdd(Vector<ulong> addend, Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5548
public static Vector<byte> ShiftRightLogicalRoundedNarrowingEven(Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5554
public static Vector<short> ShiftRightLogicalRoundedNarrowingEven(Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5560
public static Vector<int> ShiftRightLogicalRoundedNarrowingEven(Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5566
public static Vector<sbyte> ShiftRightLogicalRoundedNarrowingEven(Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5572
public static Vector<ushort> ShiftRightLogicalRoundedNarrowingEven(Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5578
public static Vector<uint> ShiftRightLogicalRoundedNarrowingEven(Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5587
public static Vector<byte> ShiftRightLogicalRoundedNarrowingOdd(Vector<byte> even, Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5593
public static Vector<short> ShiftRightLogicalRoundedNarrowingOdd(Vector<short> even, Vector<int> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5599
public static Vector<int> ShiftRightLogicalRoundedNarrowingOdd(Vector<int> even, Vector<long> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5605
public static Vector<sbyte> ShiftRightLogicalRoundedNarrowingOdd(Vector<sbyte> even, Vector<short> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5611
public static Vector<ushort> ShiftRightLogicalRoundedNarrowingOdd(Vector<ushort> even, Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5617
public static Vector<uint> ShiftRightLogicalRoundedNarrowingOdd(Vector<uint> even, Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5626
public static Vector<byte> ShiftRightLogicalRoundedNarrowingSaturateEven(Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5632
public static Vector<ushort> ShiftRightLogicalRoundedNarrowingSaturateEven(Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5638
public static Vector<uint> ShiftRightLogicalRoundedNarrowingSaturateEven(Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5647
public static Vector<byte> ShiftRightLogicalRoundedNarrowingSaturateOdd(Vector<byte> even, Vector<ushort> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5653
public static Vector<ushort> ShiftRightLogicalRoundedNarrowingSaturateOdd(Vector<ushort> even, Vector<uint> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5659
public static Vector<uint> ShiftRightLogicalRoundedNarrowingSaturateOdd(Vector<uint> even, Vector<ulong> value, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
5668
public static Vector<uint> SubtractBorrowWideningEven(Vector<uint> left, Vector<uint> right, Vector<uint> borrow) { throw new
PlatformNotSupportedException
(); }
5674
public static Vector<ulong> SubtractBorrowWideningEven(Vector<ulong> left, Vector<ulong> right, Vector<ulong> borrow) { throw new
PlatformNotSupportedException
(); }
5683
public static Vector<uint> SubtractBorrowWideningOdd(Vector<uint> left, Vector<uint> right, Vector<uint> borrow) { throw new
PlatformNotSupportedException
(); }
5689
public static Vector<ulong> SubtractBorrowWideningOdd(Vector<ulong> left, Vector<ulong> right, Vector<ulong> borrow) { throw new
PlatformNotSupportedException
(); }
5698
public static Vector<byte> SubtractHighNarrowingEven(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
5704
public static Vector<short> SubtractHighNarrowingEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
5710
public static Vector<int> SubtractHighNarrowingEven(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
5716
public static Vector<sbyte> SubtractHighNarrowingEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
5722
public static Vector<ushort> SubtractHighNarrowingEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
5728
public static Vector<uint> SubtractHighNarrowingEven(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
5737
public static Vector<byte> SubtractHighNarrowingOdd(Vector<byte> even, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
5743
public static Vector<short> SubtractHighNarrowingOdd(Vector<short> even, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
5749
public static Vector<int> SubtractHighNarrowingOdd(Vector<int> even, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
5755
public static Vector<sbyte> SubtractHighNarrowingOdd(Vector<sbyte> even, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
5761
public static Vector<ushort> SubtractHighNarrowingOdd(Vector<ushort> even, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
5767
public static Vector<uint> SubtractHighNarrowingOdd(Vector<uint> even, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
5776
public static Vector<byte> SubtractRoundedHighNarrowingEven(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
5782
public static Vector<short> SubtractRoundedHighNarrowingEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
5788
public static Vector<int> SubtractRoundedHighNarrowingEven(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
5794
public static Vector<sbyte> SubtractRoundedHighNarrowingEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
5800
public static Vector<ushort> SubtractRoundedHighNarrowingEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
5806
public static Vector<uint> SubtractRoundedHighNarrowingEven(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
5815
public static Vector<byte> SubtractRoundedHighNarrowingOdd(Vector<byte> even, Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
5821
public static Vector<short> SubtractRoundedHighNarrowingOdd(Vector<short> even, Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
5827
public static Vector<int> SubtractRoundedHighNarrowingOdd(Vector<int> even, Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
5833
public static Vector<sbyte> SubtractRoundedHighNarrowingOdd(Vector<sbyte> even, Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
5839
public static Vector<ushort> SubtractRoundedHighNarrowingOdd(Vector<ushort> even, Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
5845
public static Vector<uint> SubtractRoundedHighNarrowingOdd(Vector<uint> even, Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
5858
public static new Vector<byte> SubtractSaturate(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
5868
public static new Vector<short> SubtractSaturate(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
5878
public static new Vector<int> SubtractSaturate(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
5888
public static new Vector<long> SubtractSaturate(Vector<long> left, Vector<long> right) { throw new
PlatformNotSupportedException
(); }
5898
public static new Vector<sbyte> SubtractSaturate(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
5908
public static new Vector<ushort> SubtractSaturate(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
5918
public static new Vector<uint> SubtractSaturate(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
5928
public static new Vector<ulong> SubtractSaturate(Vector<ulong> left, Vector<ulong> right) { throw new
PlatformNotSupportedException
(); }
5937
public static Vector<short> SubtractWideningEven(Vector<short> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
5943
public static Vector<int> SubtractWideningEven(Vector<int> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
5949
public static Vector<long> SubtractWideningEven(Vector<long> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
5955
public static Vector<ushort> SubtractWideningEven(Vector<ushort> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
5961
public static Vector<uint> SubtractWideningEven(Vector<uint> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
5967
public static Vector<ulong> SubtractWideningEven(Vector<ulong> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
5976
public static Vector<short> SubtractWideningEven(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
5982
public static Vector<int> SubtractWideningEven(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
5988
public static Vector<long> SubtractWideningEven(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
5994
public static Vector<ushort> SubtractWideningEven(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
6000
public static Vector<uint> SubtractWideningEven(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
6006
public static Vector<ulong> SubtractWideningEven(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
6015
public static Vector<short> SubtractWideningEvenOdd(Vector<sbyte> leftEven, Vector<sbyte> rightOdd) { throw new
PlatformNotSupportedException
(); }
6021
public static Vector<int> SubtractWideningEvenOdd(Vector<short> leftEven, Vector<short> rightOdd) { throw new
PlatformNotSupportedException
(); }
6027
public static Vector<long> SubtractWideningEvenOdd(Vector<int> leftEven, Vector<int> rightOdd) { throw new
PlatformNotSupportedException
(); }
6036
public static Vector<short> SubtractWideningOdd(Vector<short> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6042
public static Vector<int> SubtractWideningOdd(Vector<int> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
6048
public static Vector<long> SubtractWideningOdd(Vector<long> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
6054
public static Vector<ushort> SubtractWideningOdd(Vector<ushort> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
6060
public static Vector<uint> SubtractWideningOdd(Vector<uint> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
6066
public static Vector<ulong> SubtractWideningOdd(Vector<ulong> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
6075
public static Vector<short> SubtractWideningOdd(Vector<sbyte> left, Vector<sbyte> right) { throw new
PlatformNotSupportedException
(); }
6081
public static Vector<int> SubtractWideningOdd(Vector<short> left, Vector<short> right) { throw new
PlatformNotSupportedException
(); }
6087
public static Vector<long> SubtractWideningOdd(Vector<int> left, Vector<int> right) { throw new
PlatformNotSupportedException
(); }
6093
public static Vector<ushort> SubtractWideningOdd(Vector<byte> left, Vector<byte> right) { throw new
PlatformNotSupportedException
(); }
6099
public static Vector<uint> SubtractWideningOdd(Vector<ushort> left, Vector<ushort> right) { throw new
PlatformNotSupportedException
(); }
6105
public static Vector<ulong> SubtractWideningOdd(Vector<uint> left, Vector<uint> right) { throw new
PlatformNotSupportedException
(); }
6114
public static Vector<short> SubtractWideningOddEven(Vector<sbyte> leftOdd, Vector<sbyte> rightEven) { throw new
PlatformNotSupportedException
(); }
6120
public static Vector<int> SubtractWideningOddEven(Vector<short> leftOdd, Vector<short> rightEven) { throw new
PlatformNotSupportedException
(); }
6126
public static Vector<long> SubtractWideningOddEven(Vector<int> leftOdd, Vector<int> rightEven) { throw new
PlatformNotSupportedException
(); }
6135
public static unsafe Vector<byte> VectorTableLookup((Vector<byte> data1, Vector<byte> data2) table, Vector<byte> indices) { throw new
PlatformNotSupportedException
(); }
6141
public static unsafe Vector<ushort> VectorTableLookup((Vector<ushort> data1, Vector<ushort> data2) table, Vector<ushort> indices) { throw new
PlatformNotSupportedException
(); }
6147
public static unsafe Vector<uint> VectorTableLookup((Vector<uint> data1, Vector<uint> data2) table, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
6153
public static unsafe Vector<ulong> VectorTableLookup((Vector<ulong> data1, Vector<ulong> data2) table, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
6159
public static unsafe Vector<float> VectorTableLookup((Vector<float> data1, Vector<float> data2) table, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
6165
public static unsafe Vector<double> VectorTableLookup((Vector<double> data1, Vector<double> data2) table, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
6171
public static unsafe Vector<sbyte> VectorTableLookup((Vector<sbyte> data1, Vector<sbyte> data2) table, Vector<byte> indices) { throw new
PlatformNotSupportedException
(); }
6177
public static unsafe Vector<short> VectorTableLookup((Vector<short> data1, Vector<short> data2) table, Vector<ushort> indices) { throw new
PlatformNotSupportedException
(); }
6183
public static unsafe Vector<int> VectorTableLookup((Vector<int> data1, Vector<int> data2) table, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
6189
public static unsafe Vector<long> VectorTableLookup((Vector<long> data1, Vector<long> data2) table, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
6198
public static unsafe Vector<byte> VectorTableLookupExtension(Vector<byte> defaultValues, Vector<byte> data, Vector<byte> indices) { throw new
PlatformNotSupportedException
(); }
6204
public static unsafe Vector<ushort> VectorTableLookupExtension(Vector<ushort> defaultValues, Vector<ushort> data, Vector<ushort> indices) { throw new
PlatformNotSupportedException
(); }
6210
public static unsafe Vector<uint> VectorTableLookupExtension(Vector<uint> defaultValues, Vector<uint> data, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
6216
public static unsafe Vector<ulong> VectorTableLookupExtension(Vector<ulong> defaultValues, Vector<ulong> data, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
6222
public static unsafe Vector<float> VectorTableLookupExtension(Vector<float> defaultValues, Vector<float> data, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
6228
public static unsafe Vector<double> VectorTableLookupExtension(Vector<double> defaultValues, Vector<double> data, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
6234
public static unsafe Vector<sbyte> VectorTableLookupExtension(Vector<sbyte> defaultValues, Vector<sbyte> data, Vector<byte> indices) { throw new
PlatformNotSupportedException
(); }
6240
public static unsafe Vector<short> VectorTableLookupExtension(Vector<short> defaultValues, Vector<short> data, Vector<ushort> indices) { throw new
PlatformNotSupportedException
(); }
6246
public static unsafe Vector<int> VectorTableLookupExtension(Vector<int> defaultValues, Vector<int> data, Vector<uint> indices) { throw new
PlatformNotSupportedException
(); }
6252
public static unsafe Vector<long> VectorTableLookupExtension(Vector<long> defaultValues, Vector<long> data, Vector<ulong> indices) { throw new
PlatformNotSupportedException
(); }
6261
public static Vector<byte> Xor(Vector<byte> value1, Vector<byte> value2, Vector<byte> value3) { throw new
PlatformNotSupportedException
(); }
6267
public static Vector<short> Xor(Vector<short> value1, Vector<short> value2, Vector<short> value3) { throw new
PlatformNotSupportedException
(); }
6273
public static Vector<int> Xor(Vector<int> value1, Vector<int> value2, Vector<int> value3) { throw new
PlatformNotSupportedException
(); }
6279
public static Vector<long> Xor(Vector<long> value1, Vector<long> value2, Vector<long> value3) { throw new
PlatformNotSupportedException
(); }
6285
public static Vector<sbyte> Xor(Vector<sbyte> value1, Vector<sbyte> value2, Vector<sbyte> value3) { throw new
PlatformNotSupportedException
(); }
6291
public static Vector<ushort> Xor(Vector<ushort> value1, Vector<ushort> value2, Vector<ushort> value3) { throw new
PlatformNotSupportedException
(); }
6297
public static Vector<uint> Xor(Vector<uint> value1, Vector<uint> value2, Vector<uint> value3) { throw new
PlatformNotSupportedException
(); }
6303
public static Vector<ulong> Xor(Vector<ulong> value1, Vector<ulong> value2, Vector<ulong> value3) { throw new
PlatformNotSupportedException
(); }
6312
public static Vector<byte> XorRotateRight(Vector<byte> left, Vector<byte> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
6318
public static Vector<short> XorRotateRight(Vector<short> left, Vector<short> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
6324
public static Vector<int> XorRotateRight(Vector<int> left, Vector<int> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
6330
public static Vector<long> XorRotateRight(Vector<long> left, Vector<long> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
6336
public static Vector<sbyte> XorRotateRight(Vector<sbyte> left, Vector<sbyte> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
6342
public static Vector<ushort> XorRotateRight(Vector<ushort> left, Vector<ushort> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
6348
public static Vector<uint> XorRotateRight(Vector<uint> left, Vector<uint> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
6354
public static Vector<ulong> XorRotateRight(Vector<ulong> left, Vector<ulong> right, [ConstantExpected] byte count) { throw new
PlatformNotSupportedException
(); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\SveSha3.PlatformNotSupported.cs (2)
40
public static Vector<long> BitwiseRotateLeftBy1AndXor(Vector<long> xor, Vector<long> rol1) { throw new
PlatformNotSupportedException
(); }
46
public static Vector<ulong> BitwiseRotateLeftBy1AndXor(Vector<ulong> xor, Vector<ulong> rol1) { throw new
PlatformNotSupportedException
(); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\SveSm4.PlatformNotSupported.cs (2)
40
public static Vector<uint> Encode(Vector<uint> value, Vector<uint> roundKeys) { throw new
PlatformNotSupportedException
(); }
49
public static Vector<uint> KeyUpdate(Vector<uint> value, Vector<uint> constant) { throw new
PlatformNotSupportedException
(); }
src\runtime\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
(); }
400
public static unsafe Vector128<byte> LoadVector128(byte* address) { throw new
PlatformNotSupportedException
(); }
402
public static unsafe Vector128<short> LoadVector128(short* address) { throw new
PlatformNotSupportedException
(); }
404
public static unsafe Vector128<ushort> LoadVector128(ushort* address) { throw new
PlatformNotSupportedException
(); }
406
public static unsafe Vector128<int> LoadVector128(int* address) { throw new
PlatformNotSupportedException
(); }
408
public static unsafe Vector128<uint> LoadVector128(uint* address) { throw new
PlatformNotSupportedException
(); }
410
public static unsafe Vector128<long> LoadVector128(long* address) { throw new
PlatformNotSupportedException
(); }
412
public static unsafe Vector128<ulong> LoadVector128(ulong* address) { throw new
PlatformNotSupportedException
(); }
414
public static unsafe Vector128<float> LoadVector128(float* address) { throw new
PlatformNotSupportedException
(); }
416
public static unsafe Vector128<double> LoadVector128(double* address) { throw new
PlatformNotSupportedException
(); }
418
public static unsafe Vector128<nint> LoadVector128(nint* address) { throw new
PlatformNotSupportedException
(); }
420
public static unsafe Vector128<nuint> LoadVector128(nuint* address) { throw new
PlatformNotSupportedException
(); }
422
public static unsafe Vector128<int> LoadScalarVector128(int* address) { throw new
PlatformNotSupportedException
(); }
424
public static unsafe Vector128<uint> LoadScalarVector128(uint* address) { throw new
PlatformNotSupportedException
(); }
426
public static unsafe Vector128<long> LoadScalarVector128(long* address) { throw new
PlatformNotSupportedException
(); }
428
public static unsafe Vector128<ulong> LoadScalarVector128(ulong* address) { throw new
PlatformNotSupportedException
(); }
430
public static unsafe Vector128<float> LoadScalarVector128(float* address) { throw new
PlatformNotSupportedException
(); }
432
public static unsafe Vector128<double> LoadScalarVector128(double* address) { throw new
PlatformNotSupportedException
(); }
434
public static unsafe Vector128<nint> LoadScalarVector128(nint* address) { throw new
PlatformNotSupportedException
(); }
436
public static unsafe Vector128<nuint> LoadScalarVector128(nuint* address) { throw new
PlatformNotSupportedException
(); }
438
public static unsafe Vector128<sbyte> LoadScalarAndSplatVector128(sbyte* address) { throw new
PlatformNotSupportedException
(); }
440
public static unsafe Vector128<byte> LoadScalarAndSplatVector128(byte* address) { throw new
PlatformNotSupportedException
(); }
442
public static unsafe Vector128<short> LoadScalarAndSplatVector128(short* address) { throw new
PlatformNotSupportedException
(); }
444
public static unsafe Vector128<ushort> LoadScalarAndSplatVector128(ushort* address) { throw new
PlatformNotSupportedException
(); }
446
public static unsafe Vector128<int> LoadScalarAndSplatVector128(int* address) { throw new
PlatformNotSupportedException
(); }
448
public static unsafe Vector128<uint> LoadScalarAndSplatVector128(uint* address) { throw new
PlatformNotSupportedException
(); }
450
public static unsafe Vector128<long> LoadScalarAndSplatVector128(long* address) { throw new
PlatformNotSupportedException
(); }
452
public static unsafe Vector128<ulong> LoadScalarAndSplatVector128(ulong* address) { throw new
PlatformNotSupportedException
(); }
454
public static unsafe Vector128<float> LoadScalarAndSplatVector128(float* address) { throw new
PlatformNotSupportedException
(); }
456
public static unsafe Vector128<double> LoadScalarAndSplatVector128(double* address) { throw new
PlatformNotSupportedException
(); }
458
public static unsafe Vector128<nint> LoadScalarAndSplatVector128(nint* address) { throw new
PlatformNotSupportedException
(); }
460
public static unsafe Vector128<nuint> LoadScalarAndSplatVector128(nuint* address) { throw new
PlatformNotSupportedException
(); }
462
public static unsafe Vector128<sbyte> LoadScalarAndInsert(sbyte* address, Vector128<sbyte> vector, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
464
public static unsafe Vector128<byte> LoadScalarAndInsert(byte* address, Vector128<byte> vector, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); }
466
public static unsafe Vector128<short> LoadScalarAndInsert(short* address, Vector128<short> vector, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
468
public static unsafe Vector128<ushort> LoadScalarAndInsert(ushort* address, Vector128<ushort> vector, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); }
470
public static unsafe Vector128<int> LoadScalarAndInsert(int* address, Vector128<int> vector, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
472
public static unsafe Vector128<uint> LoadScalarAndInsert(uint* address, Vector128<uint> vector, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
474
public static unsafe Vector128<long> LoadScalarAndInsert(long* address, Vector128<long> vector, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
476
public static unsafe Vector128<ulong> LoadScalarAndInsert(ulong* address, Vector128<ulong> vector, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
478
public static unsafe Vector128<float> LoadScalarAndInsert(float* address, Vector128<float> vector, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
480
public static unsafe Vector128<double> LoadScalarAndInsert(double* address, Vector128<double> vector, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); }
482
public static unsafe Vector128<nint> LoadScalarAndInsert(nint* address, Vector128<nint> vector, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
484
public static unsafe Vector128<nuint> LoadScalarAndInsert(nuint* address, Vector128<nuint> vector, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
486
public static unsafe Vector128<short> LoadWideningVector128(sbyte* address) { throw new
PlatformNotSupportedException
(); }
488
public static unsafe Vector128<ushort> LoadWideningVector128(byte* address) { throw new
PlatformNotSupportedException
(); }
490
public static unsafe Vector128<int> LoadWideningVector128(short* address) { throw new
PlatformNotSupportedException
(); }
492
public static unsafe Vector128<uint> LoadWideningVector128(ushort* address) { throw new
PlatformNotSupportedException
(); }
494
public static unsafe Vector128<long> LoadWideningVector128(int* address) { throw new
PlatformNotSupportedException
(); }
496
public static unsafe Vector128<ulong> LoadWideningVector128(uint* address) { throw new
PlatformNotSupportedException
(); }
500
public static unsafe void Store(sbyte* address, Vector128<sbyte> source) { throw new
PlatformNotSupportedException
(); }
502
public static unsafe void Store(byte* address, Vector128<byte> source) { throw new
PlatformNotSupportedException
(); }
504
public static unsafe void Store(short* address, Vector128<short> source) { throw new
PlatformNotSupportedException
(); }
506
public static unsafe void Store(ushort* address, Vector128<ushort> source) { throw new
PlatformNotSupportedException
(); }
508
public static unsafe void Store(int* address, Vector128<int> source) { throw new
PlatformNotSupportedException
(); }
510
public static unsafe void Store(uint* address, Vector128<uint> source) { throw new
PlatformNotSupportedException
(); }
512
public static unsafe void Store(long* address, Vector128<long> source) { throw new
PlatformNotSupportedException
(); }
514
public static unsafe void Store(ulong* address, Vector128<ulong> source) { throw new
PlatformNotSupportedException
(); }
516
public static unsafe void Store(float* address, Vector128<float> source) { throw new
PlatformNotSupportedException
(); }
518
public static unsafe void Store(double* address, Vector128<double> source) { throw new
PlatformNotSupportedException
(); }
520
public static unsafe void Store(nint* address, Vector128<nint> source) { throw new
PlatformNotSupportedException
(); }
522
public static unsafe void Store(nuint* address, Vector128<nuint> source) { throw new
PlatformNotSupportedException
(); }
524
public static unsafe void StoreSelectedScalar(sbyte* address, Vector128<sbyte> source, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx16
526
public static unsafe void StoreSelectedScalar(byte* address, Vector128<byte> source, [ConstantExpected(Max = (byte)(15))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx16
528
public static unsafe void StoreSelectedScalar(short* address, Vector128<short> source, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx8
530
public static unsafe void StoreSelectedScalar(ushort* address, Vector128<ushort> source, [ConstantExpected(Max = (byte)(7))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx8
532
public static unsafe void StoreSelectedScalar(int* address, Vector128<int> source, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx4
534
public static unsafe void StoreSelectedScalar(uint* address, Vector128<uint> source, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx4
536
public static unsafe void StoreSelectedScalar(long* address, Vector128<long> source, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx2
538
public static unsafe void StoreSelectedScalar(ulong* address, Vector128<ulong> source, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx2
540
public static unsafe void StoreSelectedScalar(float* address, Vector128<float> source, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx4
542
public static unsafe void StoreSelectedScalar(double* address, Vector128<double> source, [ConstantExpected(Max = (byte)(1))] byte index) { throw new
PlatformNotSupportedException
(); } // takes ImmLaneIdx2
544
public static unsafe void StoreSelectedScalar(nint* address, Vector128<nint> source, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
546
public static unsafe void StoreSelectedScalar(nuint* address, Vector128<nuint> source, [ConstantExpected(Max = (byte)(3))] byte index) { throw new
PlatformNotSupportedException
(); }
550
public static Vector128<float> Negate(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
551
public static Vector128<double> Negate(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
553
public static Vector128<float> Abs(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
554
public static Vector128<double> Abs(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
558
public static Vector128<float> Min(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
559
public static Vector128<double> Min(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
561
public static Vector128<float> Max(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
562
public static Vector128<double> Max(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
564
public static Vector128<float> PseudoMin(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
565
public static Vector128<double> PseudoMin(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
567
public static Vector128<float> PseudoMax(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
568
public static Vector128<double> PseudoMax(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
572
public static Vector128<float> Add(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
573
public static Vector128<double> Add(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
575
public static Vector128<float> Subtract(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
576
public static Vector128<double> Subtract(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
578
public static Vector128<float> Divide(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
579
public static Vector128<double> Divide(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
581
public static Vector128<float> Multiply(Vector128<float> left, Vector128<float> right) { throw new
PlatformNotSupportedException
(); }
582
public static Vector128<double> Multiply(Vector128<double> left, Vector128<double> right) { throw new
PlatformNotSupportedException
(); }
584
public static Vector128<float> Sqrt(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
585
public static Vector128<double> Sqrt(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
587
public static Vector128<float> Ceiling(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
588
public static Vector128<double> Ceiling(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
590
public static Vector128<float> Floor(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
591
public static Vector128<double> Floor(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
593
public static Vector128<float> Truncate(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
594
public static Vector128<double> Truncate(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
596
public static Vector128<float> RoundToNearest(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
597
public static Vector128<double> RoundToNearest(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
601
public static Vector128<float> ConvertToSingle(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
602
public static Vector128<float> ConvertToSingle(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
603
public static Vector128<float> ConvertToSingle(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
605
public static Vector128<double> ConvertToDoubleLower(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
606
public static Vector128<double> ConvertToDoubleLower(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
607
public static Vector128<double> ConvertToDoubleLower(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
609
public static Vector128<int> ConvertToInt32Saturate(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
610
public static Vector128<uint> ConvertToUInt32Saturate(Vector128<float> value) { throw new
PlatformNotSupportedException
(); }
612
public static Vector128<int> ConvertToInt32Saturate(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
613
public static Vector128<uint> ConvertToUInt32Saturate(Vector128<double> value) { throw new
PlatformNotSupportedException
(); }
615
public static Vector128<sbyte> ConvertNarrowingSaturateSigned(Vector128<short> lower, Vector128<short> upper) { throw new
PlatformNotSupportedException
(); }
616
public static Vector128<short> ConvertNarrowingSaturateSigned(Vector128<int> lower, Vector128<int> upper) { throw new
PlatformNotSupportedException
(); }
618
public static Vector128<byte> ConvertNarrowingSaturateUnsigned(Vector128<short> lower, Vector128<short> upper) { throw new
PlatformNotSupportedException
(); }
619
public static Vector128<ushort> ConvertNarrowingSaturateUnsigned(Vector128<int> lower, Vector128<int> upper) { throw new
PlatformNotSupportedException
(); }
621
public static Vector128<short> SignExtendWideningLower(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
622
public static Vector128<ushort> SignExtendWideningLower(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
623
public static Vector128<int> SignExtendWideningLower(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
624
public static Vector128<uint> SignExtendWideningLower(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
625
public static Vector128<long> SignExtendWideningLower(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
626
public static Vector128<ulong> SignExtendWideningLower(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
628
public static Vector128<short> SignExtendWideningUpper(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
629
public static Vector128<ushort> SignExtendWideningUpper(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
630
public static Vector128<int> SignExtendWideningUpper(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
631
public static Vector128<uint> SignExtendWideningUpper(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
632
public static Vector128<long> SignExtendWideningUpper(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
633
public static Vector128<ulong> SignExtendWideningUpper(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
635
public static Vector128<short> ZeroExtendWideningLower(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
636
public static Vector128<ushort> ZeroExtendWideningLower(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
637
public static Vector128<int> ZeroExtendWideningLower(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
638
public static Vector128<uint> ZeroExtendWideningLower(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
639
public static Vector128<long> ZeroExtendWideningLower(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
640
public static Vector128<ulong> ZeroExtendWideningLower(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
642
public static Vector128<short> ZeroExtendWideningUpper(Vector128<sbyte> value) { throw new
PlatformNotSupportedException
(); }
643
public static Vector128<ushort> ZeroExtendWideningUpper(Vector128<byte> value) { throw new
PlatformNotSupportedException
(); }
644
public static Vector128<int> ZeroExtendWideningUpper(Vector128<short> value) { throw new
PlatformNotSupportedException
(); }
645
public static Vector128<uint> ZeroExtendWideningUpper(Vector128<ushort> value) { throw new
PlatformNotSupportedException
(); }
646
public static Vector128<long> ZeroExtendWideningUpper(Vector128<int> value) { throw new
PlatformNotSupportedException
(); }
647
public static Vector128<ulong> ZeroExtendWideningUpper(Vector128<uint> value) { throw new
PlatformNotSupportedException
(); }
src\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyDependencyResolver.PlatformNotSupported.cs (3)
17
throw new
PlatformNotSupportedException
();
22
throw new
PlatformNotSupportedException
();
27
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\PermissionSet.cs (3)
26
public static byte[] ConvertPermissionSet(string inFormat, byte[] inData, string outFormat) { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
31
public void Deny() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
43
public void PermitOnly() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (1)
2120
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (8)
71
throw new
PlatformNotSupportedException
();
415
throw new
PlatformNotSupportedException
();
478
throw new
PlatformNotSupportedException
();
521
throw new
PlatformNotSupportedException
();
558
throw new
PlatformNotSupportedException
();
591
throw new
PlatformNotSupportedException
();
611
throw new
PlatformNotSupportedException
();
1161
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Validation.cs (1)
768
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\CompressedStack.cs (1)
19
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.Unix.cs (2)
31
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_NamedSynchronizationPrimitives);
44
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_NamedSynchronizationPrimitives);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ExecutionContext.cs (1)
51
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PreAllocatedOverlapped.PlatformNotSupported.cs (2)
12
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OverlappedIO);
19
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OverlappedIO);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.Unix.cs (2)
31
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_NamedSynchronizationPrimitives);
44
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_NamedSynchronizationPrimitives);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (5)
468
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ThreadAbort);
474
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ThreadAbort);
480
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ThreadAbort);
486
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ThreadSuspend);
492
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ThreadSuspend);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPool.Unix.cs (3)
100
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OverlappedIO);
105
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OverlappedIO);
109
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OverlappedIO);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandle.PlatformNotSupported.cs (5)
25
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OverlappedIO);
33
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OverlappedIO);
45
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OverlappedIO);
53
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OverlappedIO);
61
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OverlappedIO);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\WaitSubsystem.Unix.cs (1)
403
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_NamedSyncObjectWaitAnyWaitAll);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
883
public static Type? ReflectionOnlyGetType(string typeName, bool throwIfNotFound, bool ignoreCase) => throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ReflectionOnly);
System\Activator.NativeAot.cs (3)
122
throw new
PlatformNotSupportedException
(); // https://github.com/dotnet/runtime/issues/26701
135
throw new
PlatformNotSupportedException
(); // https://github.com/dotnet/runtime/issues/26701
141
throw new
PlatformNotSupportedException
(); // https://github.com/dotnet/runtime/issues/26701
System\ActivatorImplementation.cs (1)
63
throw new
PlatformNotSupportedException
(SR.NotSupported_ActivAttr);
System\ArgIterator.cs (9)
14
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator);
20
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator);
25
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator);
30
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator);
35
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator);
41
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator);
47
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator);
52
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator);
57
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator);
System\Array.NativeAot.cs (4)
67
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_NonZeroLowerBound);
103
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_NonZeroLowerBound);
195
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_NonZeroLowerBound);
244
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_NonZeroLowerBound);
System\Delegate.cs (2)
30
throw new
PlatformNotSupportedException
();
40
throw new
PlatformNotSupportedException
();
System\Diagnostics\Debugger.cs (1)
36
throw new
PlatformNotSupportedException
();
System\ModuleHandle.cs (10)
45
throw new
PlatformNotSupportedException
();
51
throw new
PlatformNotSupportedException
();
57
throw new
PlatformNotSupportedException
();
64
throw new
PlatformNotSupportedException
();
81
throw new
PlatformNotSupportedException
();
87
throw new
PlatformNotSupportedException
();
93
throw new
PlatformNotSupportedException
();
99
throw new
PlatformNotSupportedException
();
105
throw new
PlatformNotSupportedException
();
111
throw new
PlatformNotSupportedException
();
System\Reflection\Emit\ReflectionEmitThrower.cs (1)
10
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ReflectionEmit);
System\Reflection\Metadata\MetadataUpdater.cs (1)
12
throw new
PlatformNotSupportedException
();
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (2)
45
throw new
PlatformNotSupportedException
();
242
throw new
PlatformNotSupportedException
();
System\Reflection\Runtime\EventInfos\RuntimeEventInfo.cs (1)
56
throw new
PlatformNotSupportedException
();
System\Reflection\Runtime\General\Dispensers.cs (1)
93
throw new
PlatformNotSupportedException
();
System\Reflection\Runtime\General\ThunkedApis.cs (3)
80
public sealed override Assembly GetSatelliteAssembly(CultureInfo culture) { throw new
PlatformNotSupportedException
(); }
81
public sealed override Assembly GetSatelliteAssembly(CultureInfo culture, Version version) { throw new
PlatformNotSupportedException
(); }
84
public sealed override AssemblyName[] GetReferencedAssemblies() { throw new
PlatformNotSupportedException
(); }
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (2)
136
throw new
PlatformNotSupportedException
();
139
public sealed override IntPtr LdFtnResult => throw new
PlatformNotSupportedException
();
System\Reflection\Runtime\MethodInfos\RuntimeConstructorInfo.cs (2)
38
throw new
PlatformNotSupportedException
();
86
throw new
PlatformNotSupportedException
(SR.Acc_NotClassInit);
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
139
throw new
PlatformNotSupportedException
();
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
137
throw new
PlatformNotSupportedException
(SR.Format(SR.Reflection_CustomReflectionObjectsNotSupported, typeArguments[i]));
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (1)
138
throw new
PlatformNotSupportedException
();
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
170
throw new
PlatformNotSupportedException
();
System\Reflection\Runtime\Modules\RuntimeModule.cs (10)
63
throw new
PlatformNotSupportedException
();
83
public sealed override bool IsResource() { throw new
PlatformNotSupportedException
(); }
84
public sealed override void GetPEKind(out PortableExecutableKinds peKind, out ImageFileMachine machine) { throw new
PlatformNotSupportedException
(); }
85
public sealed override int MDStreamVersion { get { throw new
PlatformNotSupportedException
(); } }
87
public sealed override FieldInfo ResolveField(int metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) { throw new
PlatformNotSupportedException
(); }
89
public sealed override MemberInfo ResolveMember(int metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) { throw new
PlatformNotSupportedException
(); }
91
public sealed override MethodBase ResolveMethod(int metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) { throw new
PlatformNotSupportedException
(); }
93
public sealed override byte[] ResolveSignature(int metadataToken) { throw new
PlatformNotSupportedException
(); }
95
public sealed override string ResolveString(int metadataToken) { throw new
PlatformNotSupportedException
(); }
97
public sealed override Type ResolveType(int metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments) { throw new
PlatformNotSupportedException
(); }
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (2)
490
throw new
PlatformNotSupportedException
(SR.Format(SR.Reflection_CustomReflectionObjectsNotSupported, typeArguments[i]));
539
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_NoTypeHandleForOpenTypes);
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.InvokeMember.cs (1)
65
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (1)
28
throw new
PlatformNotSupportedException
();
System\Runtime\ControlledExecution.NativeAot.cs (1)
13
throw new
PlatformNotSupportedException
();
System\Runtime\InteropServices\Marshal.NativeAot.cs (4)
188
throw new
PlatformNotSupportedException
();
193
throw new
PlatformNotSupportedException
();
248
throw new
PlatformNotSupportedException
();
326
throw new
PlatformNotSupportedException
();
System\Runtime\Loader\AssemblyLoadContext.NativeAot.cs (2)
48
throw new
PlatformNotSupportedException
();
58
throw new
PlatformNotSupportedException
();
System\Runtime\ThunkPool.cs (1)
322
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_DynamicEntrypoint);
System\RuntimeFieldHandle.cs (1)
77
throw new
PlatformNotSupportedException
();
System\RuntimeMethodHandle.cs (1)
110
throw new
PlatformNotSupportedException
();
System\RuntimeTypeHandle.cs (1)
97
throw new
PlatformNotSupportedException
();
System\Threading\Thread.NativeAot.Unix.cs (3)
106
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
125
throw new
PlatformNotSupportedException
();
130
throw new
PlatformNotSupportedException
();
System.Private.DataContractSerialization (3)
System\Xml\XmlDictionaryReader.cs (2)
144
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_MtomEncoding);
167
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_MtomEncoding);
System\Xml\XmlDictionaryWriter.cs (1)
67
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_MtomEncoding);
System.Private.Reflection.Execution (4)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (2)
52
throw new
PlatformNotSupportedException
(SR.Format(SR.Arg_InterfaceMapMustNotBeAbstract, interfaceType.FullName, instanceType.FullName));
109
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CannotInvokeDelegateCtor);
Internal\Reflection\Execution\MethodInvokers\VirtualMethodInvoker.cs (2)
142
throw new
PlatformNotSupportedException
();
146
throw new
PlatformNotSupportedException
();
System.Private.TypeLoader (2)
Internal\TypeSystem\RuntimeMethodDesc.cs (1)
179
throw new
PlatformNotSupportedException
();
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
139
throw new
PlatformNotSupportedException
();
System.Private.Windows.GdiPlus (1)
Windows\Win32\PInvokeGdiPlus.cs (1)
20
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_Unix));
System.Private.Xml (4)
System\Xml\Serialization\Compilation.cs (1)
84
throw new
PlatformNotSupportedException
(SR.CompilingScriptsNotSupported);
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
1321
throw new
PlatformNotSupportedException
(SR.CompilingScriptsNotSupported); // Not adding any scripts as script compilation is not available
System\Xml\Xsl\XsltOld\Compiler.cs (1)
761
throw new
PlatformNotSupportedException
(SR.CompilingScriptsNotSupported);
System\Xml\Xsl\XsltOld\Processor.cs (1)
371
throw new
PlatformNotSupportedException
(SR.CompilingScriptsNotSupported);
System.Private.Xml.Linq (1)
System\Xml\Linq\XName.cs (1)
193
throw new
PlatformNotSupportedException
();
System.Resources.Extensions (2)
src\runtime\src\libraries\Common\src\System\Resources\ResourceWriter.cs (2)
484
throw new
PlatformNotSupportedException
(SR.NotSupported_BinarySerializedResources);
618
throw new
PlatformNotSupportedException
(SR.NotSupported_BinarySerializedResources);
System.Resources.Writer (2)
src\runtime\src\libraries\Common\src\System\Resources\ResourceWriter.cs (2)
484
throw new
PlatformNotSupportedException
(SR.NotSupported_BinarySerializedResources);
618
throw new
PlatformNotSupportedException
(SR.NotSupported_BinarySerializedResources);
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.Runtime.InteropServices.JavaScript (3)
System\Runtime\InteropServices\JavaScript\JSFunctionBinding.cs (2)
176
throw new
PlatformNotSupportedException
();
193
throw new
PlatformNotSupportedException
();
System\Runtime\InteropServices\JavaScript\JSObject.References.cs (1)
23
throw new
PlatformNotSupportedException
();
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.Removed.cs (2)
14
=> throw new
PlatformNotSupportedException
(SR.BinaryFormatter_Removed);
18
=> throw new
PlatformNotSupportedException
(SR.BinaryFormatter_Removed);
System.Security.Claims (6)
System\Security\Claims\ClaimsIdentity.cs (3)
293
throw new
PlatformNotSupportedException
();
308
throw new
PlatformNotSupportedException
();
1007
throw new
PlatformNotSupportedException
();
System\Security\Claims\ClaimsPrincipal.cs (3)
54
throw new
PlatformNotSupportedException
();
552
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_Serialization); // BinaryFormatter and WindowsIdentity would be needed
558
throw new
PlatformNotSupportedException
();
System.Security.Cryptography (200)
src\runtime\src\libraries\Common\src\Interop\Windows\NCrypt\Interop.NCryptDeriveKeyMaterial.cs (1)
259
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\AesGcm.cs (1)
330
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(AesGcm)));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsa.cs (2)
1982
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(CompositeMLDsa)));
1990
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(CompositeMLDsa)));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaCng.cs (1)
52
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLKem.cs (1)
2253
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(CompositeMLKem)));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLKemImplementation.NotSupported.cs (9)
13
throw new
PlatformNotSupportedException
();
19
throw new
PlatformNotSupportedException
();
22
throw new
PlatformNotSupportedException
();
25
throw new
PlatformNotSupportedException
();
28
throw new
PlatformNotSupportedException
();
31
throw new
PlatformNotSupportedException
();
34
throw new
PlatformNotSupportedException
();
37
throw new
PlatformNotSupportedException
();
40
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\DSACng.ImportExport.cs (1)
271
_ => throw new
PlatformNotSupportedException
(SR.Cryptography_InvalidDsaParameters_QRestriction_LargeKey),
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.HashAlgorithm.cs (1)
82
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CurveNotSupported, algorithm));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.NamedCurve.cs (1)
187
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CurveNotSupported, curveName), e);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs (2)
41
throw new
PlatformNotSupportedException
(
62
throw new
PlatformNotSupportedException
(
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.ImportExport.cs (2)
56
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_InvalidCurveOid, curve.Oid.Value!.ToString()));
75
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CurveNotSupported, curve.CurveType.ToString()));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
2263
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(MLDsa)));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.cs (3)
52
throw new
PlatformNotSupportedException
();
56
throw new
PlatformNotSupportedException
();
62
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.Windows.cs (2)
101
throw new
PlatformNotSupportedException
();
104
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
1673
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(MLKem)));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.cs (1)
54
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
1148
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(RC2)));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PqcBlobHelpers.cs (2)
47
throw new
PlatformNotSupportedException
();
274
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (1)
2002
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(SlhDsa)));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsaCng.cs (9)
46
throw new
PlatformNotSupportedException
();
61
throw new
PlatformNotSupportedException
();
66
throw new
PlatformNotSupportedException
();
70
throw new
PlatformNotSupportedException
();
74
throw new
PlatformNotSupportedException
();
78
throw new
PlatformNotSupportedException
();
82
throw new
PlatformNotSupportedException
();
86
throw new
PlatformNotSupportedException
();
90
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsaImplementation.Windows.cs (12)
15
throw new
PlatformNotSupportedException
();
18
throw new
PlatformNotSupportedException
();
21
throw new
PlatformNotSupportedException
();
24
throw new
PlatformNotSupportedException
();
27
throw new
PlatformNotSupportedException
();
30
throw new
PlatformNotSupportedException
();
33
throw new
PlatformNotSupportedException
();
36
throw new
PlatformNotSupportedException
();
39
throw new
PlatformNotSupportedException
();
42
throw new
PlatformNotSupportedException
();
45
throw new
PlatformNotSupportedException
();
48
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (3)
549
throw new
PlatformNotSupportedException
();
555
throw new
PlatformNotSupportedException
();
561
throw new
PlatformNotSupportedException
();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellman.cs (1)
1620
throw new
PlatformNotSupportedException
(
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
23
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\AesCcm.cs (1)
107
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(AesCcm)));
System\Security\Cryptography\AsymmetricAlgorithm.cs (1)
18
throw new
PlatformNotSupportedException
(SR.Cryptography_DefaultAlgorithm_NotSupported);
System\Security\Cryptography\CapiHelper.DSA.Shared.cs (1)
285
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\CapiHelper.Shared.cs (1)
168
throw new
PlatformNotSupportedException
(); // The FCall this code was ported from supports other algid's but we're only porting what we use.
System\Security\Cryptography\ChaCha20Poly1305.cs (1)
112
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(ChaCha20Poly1305)));
System\Security\Cryptography\CngAlgorithmCore.cs (2)
112
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CurveNotSupported, curve.Value.CurveType.ToString()));
127
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CurveNotSupported, curve.Value.Oid.FriendlyName), e);
System\Security\Cryptography\CngKey.EC.cs (1)
64
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CurveNotSupported, algorithm));
System\Security\Cryptography\CryptographicOperations.cs (3)
1113
throw new
PlatformNotSupportedException
();
1120
throw new
PlatformNotSupportedException
();
1127
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\ECDiffieHellmanCng.Key.cs (2)
59
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_InvalidCurveOid, curve.Oid.Value));
94
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CurveNotSupported, curve.CurveType.ToString()));
System\Security\Cryptography\ECDiffieHellmanCng.Xml.cs (2)
11
throw new
PlatformNotSupportedException
();
17
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (2)
42
throw new
PlatformNotSupportedException
();
48
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\ECDsaCng.cs (2)
194
=> throw new
PlatformNotSupportedException
();
207
=> throw new
PlatformNotSupportedException
();
System\Security\Cryptography\ECDsaCng.Key.cs (2)
48
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_InvalidCurveOid, curve.Oid.Value));
83
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CurveNotSupported, curve.CurveType.ToString()));
System\Security\Cryptography\HashAlgorithm.cs (1)
23
throw new
PlatformNotSupportedException
(SR.Cryptography_DefaultAlgorithm_NotSupported);
System\Security\Cryptography\HashStatic.cs (1)
125
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\HKDF.Windows.cs (1)
96
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\HMAC.cs (7)
23
throw new
PlatformNotSupportedException
(SR.Cryptography_DefaultAlgorithm_NotSupported);
46
throw new
PlatformNotSupportedException
(SR.HashNameMultipleSetNotSupported);
63
throw new
PlatformNotSupportedException
(SR.CryptoConfigNotSupported);
66
throw new
PlatformNotSupportedException
(SR.CryptoConfigNotSupported);
69
throw new
PlatformNotSupportedException
(SR.CryptoConfigNotSupported);
72
throw new
PlatformNotSupportedException
(SR.CryptoConfigNotSupported);
75
throw new
PlatformNotSupportedException
(SR.CryptoConfigNotSupported);
System\Security\Cryptography\HMACSHA384.cs (1)
68
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\HMACSHA512.cs (1)
65
throw new
PlatformNotSupportedException
(); // This relates to a quirk in the Desktop managed implementation; ours is native.
System\Security\Cryptography\HMACStatic.cs (1)
255
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\IncrementalHash.cs (3)
458
throw new
PlatformNotSupportedException
();
461
throw new
PlatformNotSupportedException
();
464
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\KeyedHashAlgorithm.cs (1)
15
throw new
PlatformNotSupportedException
(SR.Cryptography_DefaultAlgorithm_NotSupported);
System\Security\Cryptography\Kmac128.cs (1)
767
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\Kmac256.cs (1)
767
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\KmacStatic.cs (1)
212
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\KmacXof128.cs (1)
767
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\KmacXof256.cs (1)
767
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\MLDsaOpenSsl.NotSupported.cs (13)
16
throw new
PlatformNotSupportedException
();
22
throw new
PlatformNotSupportedException
();
28
throw new
PlatformNotSupportedException
();
34
throw new
PlatformNotSupportedException
();
40
throw new
PlatformNotSupportedException
();
46
throw new
PlatformNotSupportedException
();
52
throw new
PlatformNotSupportedException
();
58
throw new
PlatformNotSupportedException
();
64
throw new
PlatformNotSupportedException
();
70
throw new
PlatformNotSupportedException
();
76
throw new
PlatformNotSupportedException
();
82
throw new
PlatformNotSupportedException
();
88
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\MLKemOpenSsl.NotSupported.cs (9)
16
throw new
PlatformNotSupportedException
();
22
throw new
PlatformNotSupportedException
();
28
throw new
PlatformNotSupportedException
();
34
throw new
PlatformNotSupportedException
();
40
throw new
PlatformNotSupportedException
();
46
throw new
PlatformNotSupportedException
();
52
throw new
PlatformNotSupportedException
();
58
throw new
PlatformNotSupportedException
();
64
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\Oid.cs (3)
71
throw new
PlatformNotSupportedException
(SR.Cryptography_Oid_SetOnceValue);
99
throw new
PlatformNotSupportedException
(SR.Cryptography_Oid_SetOnceFriendlyName);
126
throw new
PlatformNotSupportedException
(SR.Cryptography_Oid_SetOnceValue);
System\Security\Cryptography\OpenSsl.NotSupported.cs (27)
19
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
29
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
39
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
49
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
59
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
77
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
87
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
97
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
107
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
117
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
134
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
144
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
154
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
164
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
174
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
190
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
200
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
210
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
220
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
230
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
246
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
256
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
265
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
273
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
281
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
289
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
297
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
System\Security\Cryptography\Rfc2898DeriveBytes.cs (1)
237
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\Rfc2898DeriveBytes.OneShot.cs (1)
345
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\RijndaelImplementation.cs (1)
39
throw new
PlatformNotSupportedException
(SR.Cryptography_Rijndael_BlockSize);
System\Security\Cryptography\RijndaelManaged.cs (1)
35
throw new
PlatformNotSupportedException
(SR.Cryptography_Rijndael_BlockSize);
System\Security\Cryptography\RNGCryptoServiceProvider.cs (1)
21
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\Shake128.cs (1)
479
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\Shake256.cs (1)
479
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\SlhDsaOpenSsl.NotSupported.cs (10)
12
throw new
PlatformNotSupportedException
();
18
throw new
PlatformNotSupportedException
();
24
throw new
PlatformNotSupportedException
();
30
throw new
PlatformNotSupportedException
();
36
throw new
PlatformNotSupportedException
();
42
throw new
PlatformNotSupportedException
();
48
throw new
PlatformNotSupportedException
();
54
throw new
PlatformNotSupportedException
();
60
throw new
PlatformNotSupportedException
();
66
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\SymmetricAlgorithm.cs (1)
20
throw new
PlatformNotSupportedException
(SR.Cryptography_DefaultAlgorithm_NotSupported);
System\Security\Cryptography\X25519DiffieHellmanOpenSsl.NotSupported.cs (7)
13
throw new
PlatformNotSupportedException
();
19
throw new
PlatformNotSupportedException
();
25
throw new
PlatformNotSupportedException
();
31
throw new
PlatformNotSupportedException
();
37
throw new
PlatformNotSupportedException
();
43
throw new
PlatformNotSupportedException
();
49
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
366
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (3)
89
throw new
PlatformNotSupportedException
();
199
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(MLKem)));
204
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(SlhDsa)));
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (2)
315
throw new
PlatformNotSupportedException
();
339
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\X509Certificates\X509Certificate.cs (9)
228
throw new
PlatformNotSupportedException
();
247
throw new
PlatformNotSupportedException
();
252
throw new
PlatformNotSupportedException
();
659
throw new
PlatformNotSupportedException
(SR.NotSupported_ImmutableX509Certificate);
665
throw new
PlatformNotSupportedException
(SR.NotSupported_ImmutableX509Certificate);
672
throw new
PlatformNotSupportedException
(SR.NotSupported_ImmutableX509Certificate);
678
throw new
PlatformNotSupportedException
(SR.NotSupported_ImmutableX509Certificate);
684
throw new
PlatformNotSupportedException
(SR.NotSupported_ImmutableX509Certificate);
691
throw new
PlatformNotSupportedException
(SR.NotSupported_ImmutableX509Certificate);
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (4)
189
throw new
PlatformNotSupportedException
();
294
throw new
PlatformNotSupportedException
();
1127
throw new
PlatformNotSupportedException
();
1182
throw new
PlatformNotSupportedException
();
System\Security\Cryptography\X509Certificates\X509SignatureGenerator.cs (1)
95
throw new
PlatformNotSupportedException
();
System.Security.Cryptography.Pkcs (9)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
172
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(RC2)));
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
156
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(SlhDsa)));
src\runtime\src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
1148
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(RC2)));
System\Security\Cryptography\Pkcs\CmsSigner.cs (3)
97
public CmsSigner(CspParameters parameters) => throw new
PlatformNotSupportedException
();
145
throw new
PlatformNotSupportedException
();
233
throw new
PlatformNotSupportedException
(SR.Cryptography_Cms_NoSignerCert);
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
98
throw new
PlatformNotSupportedException
(SR.Cryptography_Cms_NoRecipients);
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
324
throw new
PlatformNotSupportedException
(SR.Cryptography_Cms_NoSignerCert);
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
289
throw new
PlatformNotSupportedException
(SR.Cryptography_Cms_NoSignerCert);
System.Security.Cryptography.ProtectedData (1)
System\Security\Cryptography\ProtectedData.cs (1)
425
throw new
PlatformNotSupportedException
();
System.Security.Permissions (14)
System\ApplicationIdentity.cs (1)
18
throw new
PlatformNotSupportedException
();
System\Security\CodeAccessPermission.cs (2)
16
public void Deny() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
22
public void PermitOnly() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
System\Security\Policy\Hash.cs (1)
26
throw new
PlatformNotSupportedException
();
System\Security\Policy\HashMembershipCondition.cs (1)
23
throw new
PlatformNotSupportedException
();
System\Security\SecurityContext.cs (9)
14
public static SecurityContext Capture() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
15
public SecurityContext CreateCopy() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
16
public void Dispose() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
17
public static bool IsFlowSuppressed() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
18
public static bool IsWindowsIdentityFlowSuppressed() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
19
public static void RestoreFlow() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
20
public static void Run(SecurityContext securityContext, ContextCallback callback, object state) { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
21
public static AsyncFlowControl SuppressFlow() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
22
public static AsyncFlowControl SuppressFlowWindowsIdentity() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
System.Security.Principal.Windows (3)
System\Security\Principal\WindowsIdentity.cs (3)
326
throw new
PlatformNotSupportedException
();
331
throw new
PlatformNotSupportedException
();
336
throw new
PlatformNotSupportedException
();
System.ServiceModel.Http (1)
System\ServiceModel\HttpTransportSecurity.cs (1)
73
new
PlatformNotSupportedException
(SR.ExtendedProtectionNotSupported));
System.ServiceModel.NetTcp (9)
System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
47
new
PlatformNotSupportedException
(SR.ExtendedProtectionNotSupported));
System\ServiceModel\MessageSecurityOverTcp.cs (5)
31
throw new
PlatformNotSupportedException
($"MessageSecurityOverTcp.ClientCredentialType is not supported for value {_clientCredentialType}.");
45
throw new
PlatformNotSupportedException
($"MessageSecurityOverTcp.ClientCredentialType is not supported for value {value}.");
80
throw new
PlatformNotSupportedException
($"{nameof(MessageCredentialType)}.{nameof(MessageCredentialType.Windows)}");
82
throw new
PlatformNotSupportedException
($"{nameof(MessageCredentialType)}.{nameof(MessageCredentialType.IssuedToken)}");
91
throw new
PlatformNotSupportedException
();
System\ServiceModel\NetTcpBinding.cs (1)
173
throw new
PlatformNotSupportedException
(nameof(SecurityMode.Message));
System\ServiceModel\NetTcpSecurity.cs (1)
70
throw new
PlatformNotSupportedException
();
System\ServiceModel\TcpTransportSecurity.cs (1)
77
new
PlatformNotSupportedException
(SR.ExtendedProtectionNotSupported));
System.ServiceModel.Primitives (17)
ExceptionHelper.cs (2)
19
return new
PlatformNotSupportedException
();
24
return new
PlatformNotSupportedException
(message);
System\ServiceModel\ClientBase.cs (2)
55
throw new
PlatformNotSupportedException
(SRP.ConfigurationFilesNotSupported);
123
throw new
PlatformNotSupportedException
();
System\ServiceModel\Dispatcher\InstanceContextProviderBase.cs (1)
36
throw new
PlatformNotSupportedException
();
System\ServiceModel\Dispatcher\OperationInvokerBehavior.cs (2)
45
throw new
PlatformNotSupportedException
();
58
throw new
PlatformNotSupportedException
();
System\ServiceModel\Security\Tokens\X509SecurityTokenParameters.cs (1)
96
throw new
PlatformNotSupportedException
();
System\ServiceModel\Security\WSSecureConversation.cs (1)
437
throw new
PlatformNotSupportedException
();
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (8)
57
throw new
PlatformNotSupportedException
();
77
throw new
PlatformNotSupportedException
();
112
throw new
PlatformNotSupportedException
("StrTransform not supported yet");
344
throw new
PlatformNotSupportedException
();
346
throw new
PlatformNotSupportedException
();
348
throw new
PlatformNotSupportedException
();
403
throw new
PlatformNotSupportedException
(nameof(RequireMessageProtection));
480
throw new
PlatformNotSupportedException
();
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\Channels\UnixDomainSocketTransportBindingElement.cs (1)
47
new
PlatformNotSupportedException
(SR.ExtendedProtectionNotSupported));
System\ServiceModel\UnixDomainSocketTransportSecurity.cs (1)
78
new
PlatformNotSupportedException
(SR.ExtendedProtectionNotSupported));
System.Speech (10)
Internal\SapiInterop\SapiRecognizer.cs (1)
93
throw new
PlatformNotSupportedException
(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI));
Internal\SrgsCompiler\SRGSCompiler.cs (4)
67
throw new
PlatformNotSupportedException
();
97
throw new
PlatformNotSupportedException
();
146
throw new
PlatformNotSupportedException
();
195
throw new
PlatformNotSupportedException
();
Internal\Synthesis\VoiceSynthesis.cs (1)
61
throw new
PlatformNotSupportedException
(SR.Get(SRID.SynthesizerVoiceFailed));
Recognition\Grammar.cs (1)
646
throw new
PlatformNotSupportedException
();
Recognition\RecognizerBase.cs (3)
459
throw new
PlatformNotSupportedException
(SR.Get(SRID.RecognitionNotSupported));
889
return new
PlatformNotSupportedException
(SR.Get(SRID.RecognitionNotSupported));
895
return new
PlatformNotSupportedException
(SR.Get(srid));
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)
239
throw new
PlatformNotSupportedException
();
242
throw new
PlatformNotSupportedException
();
System\Text\RegularExpressions\RegexAssemblyCompiler.cs (1)
36
throw new
PlatformNotSupportedException
();
System.Transactions.Local (3)
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (1)
71
throw new
PlatformNotSupportedException
(SR.DistributedNotSupportedOn32Bits);
System\Transactions\EnterpriseServices.cs (1)
44
throw new
PlatformNotSupportedException
(SR.EsNotSupported);
System\Transactions\Transaction.cs (1)
852
throw new
PlatformNotSupportedException
();
System.Windows.Extensions (2)
System\Media\SoundPlayer.cs (2)
70
throw new
PlatformNotSupportedException
();
716
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
();
475 references to PlatformNotSupportedException
aspire (3)
Agents\Hooks\TelemetryHookInstaller.cs (1)
110
catch (Exception ex) when (ex is IOException or UnauthorizedAccessException or
PlatformNotSupportedException
)
Templating\CliTemplateFactory.cs (1)
370
catch (Exception ex) when (ex is IOException or UnauthorizedAccessException or
PlatformNotSupportedException
)
Utils\ConsoleActivityLogger.cs (1)
205
catch (
PlatformNotSupportedException
)
Aspire.Hosting.Rust.Tests (1)
AddRustAppPublishTests.cs (1)
1152
catch (Exception ex) when (ex is IOException or UnauthorizedAccessException or
PlatformNotSupportedException
)
Binding.Http.IntegrationTests (1)
NetHttpsBindingTests.4.1.0.cs (1)
62
Assert.Throws<
PlatformNotSupportedException
>(() =>
csc (1)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
326
catch (
PlatformNotSupportedException
)
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\ExceptionHelper.cs (2)
19
public static
PlatformNotSupportedException
PlatformNotSupported()
24
public static
PlatformNotSupportedException
PlatformNotSupported(string message)
Infrastructure.Common (1)
CertificateManager.cs (1)
52
catch (
PlatformNotSupportedException
)
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\DefaultTransportFactory.cs (1)
42
catch (
PlatformNotSupportedException
ex)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
166
catch (
PlatformNotSupportedException
)
Microsoft.Bcl.Cryptography (12)
System\Security\Cryptography\X509Certificates\X509CertificateKeyAccessors.cs (12)
35
/// <exception cref="
PlatformNotSupportedException
">
79
/// <exception cref="
PlatformNotSupportedException
">
119
/// <exception cref="
PlatformNotSupportedException
">
146
/// <exception cref="
PlatformNotSupportedException
">
190
/// <exception cref="
PlatformNotSupportedException
">
242
/// <exception cref="
PlatformNotSupportedException
">
302
/// <exception cref="
PlatformNotSupportedException
">
332
/// <exception cref="
PlatformNotSupportedException
">
376
/// <exception cref="
PlatformNotSupportedException
">
404
/// <exception cref="
PlatformNotSupportedException
">
449
/// <exception cref="
PlatformNotSupportedException
">
495
/// <exception cref="
PlatformNotSupportedException
">
Microsoft.Build (2)
BackEnd\Client\MSBuildClient.cs (1)
493
catch (
PlatformNotSupportedException
)
Logging\InProcessConsoleConfiguration.cs (1)
70
catch (
PlatformNotSupportedException
)
Microsoft.Build.Tasks.Core (1)
XslTransformation.cs (1)
179
catch (
PlatformNotSupportedException
)
Microsoft.CodeAnalysis.Scripting (1)
src\roslyn\src\Compilers\Shared\GlobalAssemblyCacheHelpers\GacFileResolver.cs (1)
54
/// <exception cref="
PlatformNotSupportedException
">The platform doesn't support GAC.</exception>
Microsoft.Maui.Controls.Xaml (1)
XamlLoader.cs (1)
327
catch (
PlatformNotSupportedException
)
Microsoft.Maui.Essentials (3)
FilePicker\FilePicker.shared.cs (2)
157
/// <exception cref="
PlatformNotSupportedException
">Thrown if the current platform does not have any file types configured.</exception>
163
/// <exception cref="
PlatformNotSupportedException
">Thrown if the current platform does not have any file types configured.</exception>
WebAuthenticator\WebAuthenticator.shared.cs (1)
22
/// <exception cref="
PlatformNotSupportedException
">Windows: Thrown when called on Windows.</exception>
Microsoft.ML.TensorFlow (1)
TensorflowUtils.cs (1)
299
catch (
PlatformNotSupportedException
)
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestRun.cs (1)
72
catch (
PlatformNotSupportedException
)
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
387
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
PlatformNotSupportedException
))]
netstandard (1)
netstandard.cs (1)
1351
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
PlatformNotSupportedException
))]
PresentationCore (4)
MS\Internal\Interop\TipTsfHelper.cs (2)
117
catch (
PlatformNotSupportedException
)
146
catch (
PlatformNotSupportedException
)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\InputPane.cs (2)
73
/// <exception cref="
PlatformNotSupportedException
"></exception>
130
/// <exception cref="
PlatformNotSupportedException
"></exception>
PresentationFramework (5)
MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (1)
36
/// <exception cref="
PlatformNotSupportedException
">The OS platform is not supported</exception>
System\Windows\Documents\SpellerInteropBase.cs (1)
117
catch (
PlatformNotSupportedException
)
System\Windows\Documents\WinRTSpellerInterop.cs (3)
31
/// <exception cref="
PlatformNotSupportedException
">
61
catch (Exception ex) when (ex is ArgumentException || ex is NotSupportedException || ex is
PlatformNotSupportedException
)
66
if ((ex is
PlatformNotSupportedException
) || (ex is NotSupportedException))
System.Configuration.ConfigurationManager (4)
System\Configuration\ClientConfigPaths.cs (4)
80
catch (
PlatformNotSupportedException
)
257
catch (
PlatformNotSupportedException
) { }
271
catch (
PlatformNotSupportedException
) { }
283
catch (
PlatformNotSupportedException
) { }
System.Diagnostics.Process (7)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (7)
216
/// <exception cref="
PlatformNotSupportedException
">The current operating system is not supported.</exception>
262
/// <exception cref="
PlatformNotSupportedException
">The specified signal is not supported on this platform.</exception>
281
/// <exception cref="
PlatformNotSupportedException
">On Unix, the process is not a child process.</exception>
299
/// <exception cref="
PlatformNotSupportedException
">On Unix, the process is not a child process.</exception>
320
/// <exception cref="
PlatformNotSupportedException
">On Unix, the process is not a child process.</exception>
353
/// <exception cref="
PlatformNotSupportedException
">On Unix, the process is not a child process.</exception>
418
/// <exception cref="
PlatformNotSupportedException
">On Unix, the process is not a child process.</exception>
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
180
catch (
PlatformNotSupportedException
)
System.IO.MemoryMappedFiles (1)
System\IO\MemoryMappedFiles\MemoryMappedFile.Unix.cs (1)
144
private static
PlatformNotSupportedException
CreateNamedMapsNotSupportedException()
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpHandler.cs (1)
795
catch (
PlatformNotSupportedException
)
System.Net.NameResolution (19)
System\Net\Dns.Resolve.cs (18)
28
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
46
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
60
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
79
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
92
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
106
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
119
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
133
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
146
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
160
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
173
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
187
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
200
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
212
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
226
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
239
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
252
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
266
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
System\Net\DnsResolver.cs (1)
34
/// <exception cref="
PlatformNotSupportedException
">The system-configured DNS servers cannot be determined on this platform.</exception>
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\NetworkAddressChange.cs (1)
14
/// <remarks>A value of <see langword="false" /> indicates that the <see cref="NetworkAddressChanged" /> and <see cref="NetworkAvailabilityChanged" /> events will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
System.Net.Ping (3)
System\Net\NetworkInformation\Ping.cs (3)
409
catch (Exception e) when (e is not
PlatformNotSupportedException
)
694
catch (Exception e) when (e is not
PlatformNotSupportedException
)
727
catch (Exception e) when (e is not
PlatformNotSupportedException
&& !(e is OperationCanceledException && _canceled))
System.Net.Requests (1)
System\Net\ServicePoint\ServicePointManager.cs (1)
183
catch (
PlatformNotSupportedException
)
System.Net.Security (1)
System\Net\Security\TlsBufferSession.cs (1)
83
/// <exception cref="
PlatformNotSupportedException
">The current platform does not support post-handshake authentication.</exception>
System.Net.Sockets (1)
System\Net\Sockets\UnixDomainSocketEndPoint.cs (1)
26
/// <exception cref="
PlatformNotSupportedException
">The current OS does not support Unix Domain Sockets.</exception>
System.Net.WebProxy (6)
System\Net\WebProxy.cs (6)
419
/// <exception cref="
PlatformNotSupportedException
">This method is not supported and will always throw <see cref="
PlatformNotSupportedException
"/>.</exception>
436
/// <exception cref="
PlatformNotSupportedException
">This method is not supported and will always throw <see cref="
PlatformNotSupportedException
"/>.</exception>
446
/// <exception cref="
PlatformNotSupportedException
">This method is not supported on .NET Core and will always throw <see cref="
PlatformNotSupportedException
"/>.</exception>
System.Private.CoreLib (112)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Array.cs (1)
292
/// <exception cref="
PlatformNotSupportedException
">Native AOT: any value in <paramref name="lowerBounds"/> is different than zero.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Java\JavaMarshal.Unsupported.cs (4)
34
/// <exception cref="
PlatformNotSupportedException
">The runtime or platform does not support Java cross-reference marshalling.</exception>
59
/// <exception cref="
PlatformNotSupportedException
">The runtime or platform does not support Java cross-reference marshalling.</exception>
72
/// <exception cref="
PlatformNotSupportedException
">The runtime or platform does not support Java cross-reference marshalling.</exception>
90
/// <exception cref="
PlatformNotSupportedException
">The runtime or platform does not support Java cross-reference marshalling.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ComVariant.cs (1)
378
/// <exception cref="
PlatformNotSupportedException
">When the provided <paramref name="vt"/> specifies the <see cref="VarEnum.VT_ARRAY"/> flag for SAFEARRAYs.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\PosixSignalRegistration.cs (1)
24
/// <exception cref="
PlatformNotSupportedException
"><paramref name="signal"/> is not supported by the platform.</exception>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Aes.PlatformNotSupported.cs (2)
16
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
26
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\ArmBase.PlatformNotSupported.cs (2)
21
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
31
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Crc32.PlatformNotSupported.cs (2)
16
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
26
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Dp.PlatformNotSupported.cs (2)
17
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
27
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Rdm.PlatformNotSupported.cs (2)
17
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
27
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Sha1.PlatformNotSupported.cs (2)
16
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
26
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Sha256.PlatformNotSupported.cs (2)
16
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
26
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Sha3.PlatformNotSupported.cs (2)
17
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
27
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Sm4.PlatformNotSupported.cs (2)
17
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
27
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Sve.PlatformNotSupported.cs (2)
25
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
35
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\Sve2.PlatformNotSupported.cs (2)
21
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
31
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\SveSha3.PlatformNotSupported.cs (2)
19
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Arm\SveSm4.PlatformNotSupported.cs (2)
19
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Wasm\PackedSimd.PlatformNotSupported.cs (1)
14
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Wasm\WasmBase.PlatformNotSupported.cs (1)
10
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Aes.cs (2)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx.cs (2)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx10v1.cs (4)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
3950
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
4051
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
4561
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx10v2.cs (4)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
129
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
141
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
197
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx2.cs (2)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512Bmm.cs (2)
17
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
69
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512BW.cs (3)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
621
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512CD.cs (3)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
123
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512DQ.cs (3)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
274
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512F.cs (3)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
2313
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512Vbmi.cs (3)
20
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
31
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
117
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512Vbmi2.cs (3)
20
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
31
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
231
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\AvxVnni.cs (3)
17
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
28
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
88
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\AvxVnniInt16.cs (3)
17
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
28
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
76
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\AvxVnniInt8.cs (3)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
77
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Bmi1.cs (2)
17
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
28
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Bmi2.cs (2)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Fma.cs (2)
17
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
28
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Gfni.cs (4)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
40
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
73
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Lzcnt.cs (2)
17
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
28
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Pclmulqdq.cs (2)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Pclmulqdq.Wide.cs (2)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
40
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Popcnt.cs (2)
17
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
28
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse.cs (2)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse2.cs (2)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse3.cs (2)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse41.cs (2)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse42.cs (2)
17
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
28
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Ssse3.cs (2)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\X86Base.cs (2)
20
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
31
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\X86Serialize.cs (2)
18
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
29
/// <remarks>A value of <see langword="false" /> indicates that the APIs will throw <see cref="
PlatformNotSupportedException
" />.</remarks>
System.Reflection.Metadata (6)
System\Reflection\Metadata\BlobReader.cs (1)
31
/// <exception cref="
PlatformNotSupportedException
">The current platform is not little-endian.</exception>
System\Reflection\Metadata\MetadataReader.cs (1)
68
/// <exception cref="
PlatformNotSupportedException
">The current platform is big-endian.</exception>
System\Reflection\Metadata\MetadataReaderProvider.cs (1)
240
/// <exception cref="
PlatformNotSupportedException
">The current platform is big-endian.</exception>
System\Reflection\Metadata\PEReaderExtensions.cs (3)
48
/// <exception cref="
PlatformNotSupportedException
">The current platform is big-endian.</exception>
62
/// <exception cref="
PlatformNotSupportedException
">The current platform is big-endian.</exception>
77
/// <exception cref="
PlatformNotSupportedException
">The current platform is big-endian.</exception>
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
425
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
PlatformNotSupportedException
))]
System.Runtime.InteropServices.JavaScript (2)
System\Runtime\InteropServices\JavaScript\JSFunctionBinding.cs (2)
170
/// <exception cref="
PlatformNotSupportedException
">The method is executed on an architecture other than WebAssembly.</exception>
189
/// <exception cref="
PlatformNotSupportedException
">The method is executed on architecture other than WebAssembly.</exception>
System.Security.Cryptography (238)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\AesGcm.cs (2)
70
/// <exception cref="
PlatformNotSupportedException
">
107
/// <exception cref="
PlatformNotSupportedException
">
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsa.cs (10)
376
/// <exception cref="
PlatformNotSupportedException
">
447
/// <exception cref="
PlatformNotSupportedException
">
534
/// <exception cref="
PlatformNotSupportedException
">
589
/// <exception cref="
PlatformNotSupportedException
">
660
/// <exception cref="
PlatformNotSupportedException
">
740
/// <exception cref="
PlatformNotSupportedException
">
798
/// <exception cref="
PlatformNotSupportedException
">
855
/// <exception cref="
PlatformNotSupportedException
">
922
/// <exception cref="
PlatformNotSupportedException
">
972
/// <exception cref="
PlatformNotSupportedException
">
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaCng.cs (1)
38
/// <exception cref="
PlatformNotSupportedException
">
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLKem.cs (5)
104
/// <exception cref="
PlatformNotSupportedException
">
331
/// <exception cref="
PlatformNotSupportedException
">
367
/// <exception cref="
PlatformNotSupportedException
">
409
/// <exception cref="
PlatformNotSupportedException
">
445
/// <exception cref="
PlatformNotSupportedException
">
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.cs (1)
15
/// <exception cref="
PlatformNotSupportedException
">if <paramref name="curve" /> does not contain an Oid with a FriendlyName.</exception>
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.ImportExport.cs (2)
23
/// <exception cref="
PlatformNotSupportedException
">
85
/// <exception cref="
PlatformNotSupportedException
">
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
211
catch (
PlatformNotSupportedException
ex)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (11)
530
/// <exception cref="
PlatformNotSupportedException
">
570
/// <exception cref="
PlatformNotSupportedException
">
628
/// <exception cref="
PlatformNotSupportedException
">
1315
/// <exception cref="
PlatformNotSupportedException
">
1353
/// <exception cref="
PlatformNotSupportedException
">
1416
/// <exception cref="
PlatformNotSupportedException
">
1479
/// <exception cref="
PlatformNotSupportedException
">
1528
/// <exception cref="
PlatformNotSupportedException
">
1575
/// <exception cref="
PlatformNotSupportedException
">
1659
/// <exception cref="
PlatformNotSupportedException
">
1728
/// <exception cref="
PlatformNotSupportedException
">
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.cs (1)
40
/// <exception cref="
PlatformNotSupportedException
">
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (12)
78
/// <exception cref="
PlatformNotSupportedException
">
346
/// <exception cref="
PlatformNotSupportedException
">
379
/// <exception cref="
PlatformNotSupportedException
">
405
/// <exception cref="
PlatformNotSupportedException
">
437
/// <exception cref="
PlatformNotSupportedException
">
462
/// <exception cref="
PlatformNotSupportedException
">
494
/// <exception cref="
PlatformNotSupportedException
">
1179
/// <exception cref="
PlatformNotSupportedException
">
1241
/// <exception cref="
PlatformNotSupportedException
">
1299
/// <exception cref="
PlatformNotSupportedException
">
1344
/// <exception cref="
PlatformNotSupportedException
">
1392
/// <exception cref="
PlatformNotSupportedException
">
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.cs (1)
41
/// <exception cref="
PlatformNotSupportedException
">
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (10)
1178
/// <exception cref="
PlatformNotSupportedException
">
1216
/// <exception cref="
PlatformNotSupportedException
">
1279
/// <exception cref="
PlatformNotSupportedException
">
1358
/// <exception cref="
PlatformNotSupportedException
">
1407
/// <exception cref="
PlatformNotSupportedException
">
1454
/// <exception cref="
PlatformNotSupportedException
">
1538
/// <exception cref="
PlatformNotSupportedException
">
1607
/// <exception cref="
PlatformNotSupportedException
">
1676
/// <exception cref="
PlatformNotSupportedException
">
1726
/// <exception cref="
PlatformNotSupportedException
">
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsaCng.cs (1)
39
/// <exception cref="
PlatformNotSupportedException
">
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (8)
58
/// <exception cref="
PlatformNotSupportedException
">
87
/// <exception cref="
PlatformNotSupportedException
">
137
/// <exception cref="
PlatformNotSupportedException
">
198
/// <exception cref="
PlatformNotSupportedException
">
237
/// <exception cref="
PlatformNotSupportedException
">
269
/// <exception cref="
PlatformNotSupportedException
">
304
/// <exception cref="
PlatformNotSupportedException
">
344
/// <exception cref="
PlatformNotSupportedException
">
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellman.cs (13)
206
/// <exception cref="
PlatformNotSupportedException
">
881
/// <exception cref="
PlatformNotSupportedException
">
906
/// <exception cref="
PlatformNotSupportedException
">
937
/// <exception cref="
PlatformNotSupportedException
">
962
/// <exception cref="
PlatformNotSupportedException
">
997
/// <exception cref="
PlatformNotSupportedException
">
1071
/// <exception cref="
PlatformNotSupportedException
">
1129
/// <exception cref="
PlatformNotSupportedException
">
1174
/// <exception cref="
PlatformNotSupportedException
">
1222
/// <exception cref="
PlatformNotSupportedException
">
1259
/// <exception cref="
PlatformNotSupportedException
">
1321
/// <exception cref="
PlatformNotSupportedException
">
1367
/// <exception cref="
PlatformNotSupportedException
">
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanCng.cs (1)
37
/// <exception cref="
PlatformNotSupportedException
">
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.cs (8)
107
/// <exception cref="
PlatformNotSupportedException
">
166
/// <exception cref="
PlatformNotSupportedException
">
234
/// <exception cref="
PlatformNotSupportedException
">
296
/// <exception cref="
PlatformNotSupportedException
">
360
/// <exception cref="
PlatformNotSupportedException
">
408
/// <exception cref="
PlatformNotSupportedException
">
468
/// <exception cref="
PlatformNotSupportedException
">
520
/// <exception cref="
PlatformNotSupportedException
">
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
1027
catch (
PlatformNotSupportedException
pnse)
System\Security\Cryptography\AesCng.Windows.cs (1)
69
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\CryptographicOperations.cs (21)
123
/// <exception cref="
PlatformNotSupportedException
">
148
/// <exception cref="
PlatformNotSupportedException
">
181
/// <exception cref="
PlatformNotSupportedException
">
217
/// <exception cref="
PlatformNotSupportedException
">
258
/// <exception cref="
PlatformNotSupportedException
">
294
/// <exception cref="
PlatformNotSupportedException
">
337
/// <exception cref="
PlatformNotSupportedException
">
386
/// <exception cref="
PlatformNotSupportedException
">
425
/// <exception cref="
PlatformNotSupportedException
">
452
/// <exception cref="
PlatformNotSupportedException
">
486
/// <exception cref="
PlatformNotSupportedException
">
527
/// <exception cref="
PlatformNotSupportedException
">
574
/// <exception cref="
PlatformNotSupportedException
">
606
/// <exception cref="
PlatformNotSupportedException
">
644
/// <exception cref="
PlatformNotSupportedException
">
683
/// <exception cref="
PlatformNotSupportedException
">
728
/// <exception cref="
PlatformNotSupportedException
">
775
/// <exception cref="
PlatformNotSupportedException
">
820
/// <exception cref="
PlatformNotSupportedException
">
915
/// <exception cref="
PlatformNotSupportedException
">
1005
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\ECDiffieHellman.cs (1)
154
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (1)
110
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\HMACSHA3_256.cs (3)
326
/// <exception cref="
PlatformNotSupportedException
">
365
/// <exception cref="
PlatformNotSupportedException
">
408
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\HMACSHA3_384.cs (3)
326
/// <exception cref="
PlatformNotSupportedException
">
365
/// <exception cref="
PlatformNotSupportedException
">
408
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\HMACSHA3_512.cs (3)
326
/// <exception cref="
PlatformNotSupportedException
">
365
/// <exception cref="
PlatformNotSupportedException
">
408
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\Kmac128.cs (14)
41
/// <exception cref="
PlatformNotSupportedException
">
56
/// <exception cref="
PlatformNotSupportedException
">
297
/// <exception cref="
PlatformNotSupportedException
">
325
/// <exception cref="
PlatformNotSupportedException
">
351
/// <exception cref="
PlatformNotSupportedException
">
383
/// <exception cref="
PlatformNotSupportedException
">
420
/// <exception cref="
PlatformNotSupportedException
">
452
/// <exception cref="
PlatformNotSupportedException
">
496
/// <exception cref="
PlatformNotSupportedException
">
543
/// <exception cref="
PlatformNotSupportedException
">
584
/// <exception cref="
PlatformNotSupportedException
">
617
/// <exception cref="
PlatformNotSupportedException
">
661
/// <exception cref="
PlatformNotSupportedException
">
728
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\Kmac256.cs (14)
41
/// <exception cref="
PlatformNotSupportedException
">
56
/// <exception cref="
PlatformNotSupportedException
">
297
/// <exception cref="
PlatformNotSupportedException
">
325
/// <exception cref="
PlatformNotSupportedException
">
351
/// <exception cref="
PlatformNotSupportedException
">
383
/// <exception cref="
PlatformNotSupportedException
">
420
/// <exception cref="
PlatformNotSupportedException
">
452
/// <exception cref="
PlatformNotSupportedException
">
496
/// <exception cref="
PlatformNotSupportedException
">
543
/// <exception cref="
PlatformNotSupportedException
">
584
/// <exception cref="
PlatformNotSupportedException
">
617
/// <exception cref="
PlatformNotSupportedException
">
661
/// <exception cref="
PlatformNotSupportedException
">
728
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\KmacXof128.cs (14)
41
/// <exception cref="
PlatformNotSupportedException
">
56
/// <exception cref="
PlatformNotSupportedException
">
297
/// <exception cref="
PlatformNotSupportedException
">
325
/// <exception cref="
PlatformNotSupportedException
">
351
/// <exception cref="
PlatformNotSupportedException
">
383
/// <exception cref="
PlatformNotSupportedException
">
420
/// <exception cref="
PlatformNotSupportedException
">
452
/// <exception cref="
PlatformNotSupportedException
">
496
/// <exception cref="
PlatformNotSupportedException
">
543
/// <exception cref="
PlatformNotSupportedException
">
584
/// <exception cref="
PlatformNotSupportedException
">
617
/// <exception cref="
PlatformNotSupportedException
">
661
/// <exception cref="
PlatformNotSupportedException
">
728
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\KmacXof256.cs (14)
41
/// <exception cref="
PlatformNotSupportedException
">
56
/// <exception cref="
PlatformNotSupportedException
">
297
/// <exception cref="
PlatformNotSupportedException
">
325
/// <exception cref="
PlatformNotSupportedException
">
351
/// <exception cref="
PlatformNotSupportedException
">
383
/// <exception cref="
PlatformNotSupportedException
">
420
/// <exception cref="
PlatformNotSupportedException
">
452
/// <exception cref="
PlatformNotSupportedException
">
496
/// <exception cref="
PlatformNotSupportedException
">
543
/// <exception cref="
PlatformNotSupportedException
">
584
/// <exception cref="
PlatformNotSupportedException
">
617
/// <exception cref="
PlatformNotSupportedException
">
661
/// <exception cref="
PlatformNotSupportedException
">
728
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\SHA3_256.cs (9)
60
/// <exception cref="
PlatformNotSupportedException
">
77
/// <exception cref="
PlatformNotSupportedException
">
87
/// <exception cref="
PlatformNotSupportedException
">
102
/// <exception cref="
PlatformNotSupportedException
">
122
/// <exception cref="
PlatformNotSupportedException
">
149
/// <exception cref="
PlatformNotSupportedException
">
168
/// <exception cref="
PlatformNotSupportedException
">
188
/// <exception cref="
PlatformNotSupportedException
">
219
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\SHA3_384.cs (9)
60
/// <exception cref="
PlatformNotSupportedException
">
77
/// <exception cref="
PlatformNotSupportedException
">
87
/// <exception cref="
PlatformNotSupportedException
">
102
/// <exception cref="
PlatformNotSupportedException
">
123
/// <exception cref="
PlatformNotSupportedException
">
150
/// <exception cref="
PlatformNotSupportedException
">
169
/// <exception cref="
PlatformNotSupportedException
">
189
/// <exception cref="
PlatformNotSupportedException
">
220
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\SHA3_512.cs (9)
60
/// <exception cref="
PlatformNotSupportedException
">
77
/// <exception cref="
PlatformNotSupportedException
">
87
/// <exception cref="
PlatformNotSupportedException
">
102
/// <exception cref="
PlatformNotSupportedException
">
122
/// <exception cref="
PlatformNotSupportedException
">
149
/// <exception cref="
PlatformNotSupportedException
">
168
/// <exception cref="
PlatformNotSupportedException
">
188
/// <exception cref="
PlatformNotSupportedException
">
219
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\Shake128.cs (10)
30
/// <exception cref="
PlatformNotSupportedException
">
181
/// <exception cref="
PlatformNotSupportedException
">
206
/// <exception cref="
PlatformNotSupportedException
">
282
/// <exception cref="
PlatformNotSupportedException
">
302
/// <exception cref="
PlatformNotSupportedException
">
321
/// <exception cref="
PlatformNotSupportedException
">
346
/// <exception cref="
PlatformNotSupportedException
">
375
/// <exception cref="
PlatformNotSupportedException
">
411
/// <exception cref="
PlatformNotSupportedException
">
452
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\Shake256.cs (10)
30
/// <exception cref="
PlatformNotSupportedException
">
181
/// <exception cref="
PlatformNotSupportedException
">
206
/// <exception cref="
PlatformNotSupportedException
">
282
/// <exception cref="
PlatformNotSupportedException
">
302
/// <exception cref="
PlatformNotSupportedException
">
321
/// <exception cref="
PlatformNotSupportedException
">
346
/// <exception cref="
PlatformNotSupportedException
">
375
/// <exception cref="
PlatformNotSupportedException
">
411
/// <exception cref="
PlatformNotSupportedException
">
452
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\X509Certificates\PublicKey.cs (4)
353
/// <exception cref="
PlatformNotSupportedException
">
375
/// <exception cref="
PlatformNotSupportedException
">
397
/// <exception cref="
PlatformNotSupportedException
">
417
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (6)
788
/// <exception cref="
PlatformNotSupportedException
">
888
/// <exception cref="
PlatformNotSupportedException
">
990
/// <exception cref="
PlatformNotSupportedException
">
1089
/// <exception cref="
PlatformNotSupportedException
">
1113
/// <exception cref="
PlatformNotSupportedException
">
1150
/// <exception cref="
PlatformNotSupportedException
">
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (3)
675
/// <exception cref="
PlatformNotSupportedException
">
712
/// <exception cref="
PlatformNotSupportedException
">
762
/// <exception cref="
PlatformNotSupportedException
">
System.Security.Cryptography.Pkcs (2)
src\runtime\src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
30
catch (
PlatformNotSupportedException
)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
211
catch (
PlatformNotSupportedException
ex)
System.Security.Cryptography.ProtectedData (6)
System\Security\Cryptography\ProtectedData.cs (6)
50
/// <exception cref="
PlatformNotSupportedException
">
98
/// <exception cref="
PlatformNotSupportedException
">
138
/// <exception cref="
PlatformNotSupportedException
">
202
/// <exception cref="
PlatformNotSupportedException
">
251
/// <exception cref="
PlatformNotSupportedException
">
291
/// <exception cref="
PlatformNotSupportedException
">
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Utils.cs (1)
704
catch (
PlatformNotSupportedException
) { }
System.ServiceModel.Http.Tests (5)
Channels\WebSocketTransportSettingsTest.cs (2)
17
Assert.Throws<
PlatformNotSupportedException
>(() => setting.DisablePayloadMasking = true);
25
Assert.Throws<
PlatformNotSupportedException
>(() => disablePayloadMasking = setting.DisablePayloadMasking);
ServiceModel\BasicHttpsBindingTest.cs (1)
79
Assert.Throws<
PlatformNotSupportedException
>(() => channel.Echo("hello"));
ServiceModel\BasicHttpSecurityTest.cs (1)
22
Assert.Throws<
PlatformNotSupportedException
>(() => security.Mode = value);
ServiceModel\SecurityBindingElementTest.cs (1)
36
Assert.Throws<
PlatformNotSupportedException
>(() =>
System.ServiceModel.NetTcp.Tests (2)
ServiceModel\MessageSecurityOverTcpTest.cs (2)
23
Assert.Throws <
PlatformNotSupportedException
>(() =>
35
Assert.Throws<
PlatformNotSupportedException
>(() =>
System.ServiceModel.Primitives (2)
ExceptionHelper.cs (2)
17
public static
PlatformNotSupportedException
PlatformNotSupported()
22
public static
PlatformNotSupportedException
PlatformNotSupported(string message)
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Regex.cs (4)
235
/// <exception cref="
PlatformNotSupportedException
">Serialization of <see cref="Regex" /> objects is not supported.</exception>
289
/// <exception cref="
PlatformNotSupportedException
">
299
/// <exception cref="
PlatformNotSupportedException
">
310
/// <exception cref="
PlatformNotSupportedException
">
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.cs (1)
315
/// <exception cref="
PlatformNotSupportedException
">
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.cs (1)
49
/// <exception cref="
PlatformNotSupportedException
">
vbc (1)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
326
catch (
PlatformNotSupportedException
)
VBCSCompiler (1)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
326
catch (
PlatformNotSupportedException
)