@tsonic/dotnet 0.7.4 → 0.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/Internal/internal/index.d.ts +0 -25
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
  3. package/Microsoft.VisualBasic/bindings.json +203 -29
  4. package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
  5. package/Microsoft.VisualBasic/internal/metadata.json +203 -29
  6. package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
  7. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
  8. package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
  9. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
  10. package/Microsoft.Win32/internal/index.d.ts +0 -25
  11. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
  12. package/System/bindings.json +4800 -552
  13. package/System/internal/index.d.ts +2537 -395
  14. package/System/internal/metadata.json +4800 -552
  15. package/System.Buffers/bindings.json +196 -24
  16. package/System.Buffers/internal/index.d.ts +29 -54
  17. package/System.Buffers/internal/metadata.json +196 -24
  18. package/System.Buffers.Binary/bindings.json +182 -26
  19. package/System.Buffers.Binary/internal/index.d.ts +115 -140
  20. package/System.Buffers.Binary/internal/metadata.json +182 -26
  21. package/System.Buffers.Text/bindings.json +431 -49
  22. package/System.Buffers.Text/internal/index.d.ts +64 -89
  23. package/System.Buffers.Text/internal/metadata.json +431 -49
  24. package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
  25. package/System.Collections/bindings.json +11 -1
  26. package/System.Collections/internal/index.d.ts +2 -27
  27. package/System.Collections/internal/metadata.json +11 -1
  28. package/System.Collections.Concurrent/bindings.json +211 -29
  29. package/System.Collections.Concurrent/internal/index.d.ts +31 -56
  30. package/System.Collections.Concurrent/internal/metadata.json +211 -29
  31. package/System.Collections.Frozen/bindings.json +56 -8
  32. package/System.Collections.Frozen/internal/index.d.ts +9 -34
  33. package/System.Collections.Frozen/internal/metadata.json +56 -8
  34. package/System.Collections.Generic/bindings.json +273 -35
  35. package/System.Collections.Generic/internal/index.d.ts +36 -61
  36. package/System.Collections.Generic/internal/metadata.json +273 -35
  37. package/System.Collections.Immutable/bindings.json +362 -50
  38. package/System.Collections.Immutable/internal/index.d.ts +49 -74
  39. package/System.Collections.Immutable/internal/metadata.json +362 -50
  40. package/System.Collections.ObjectModel/bindings.json +28 -4
  41. package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
  42. package/System.Collections.ObjectModel/internal/metadata.json +28 -4
  43. package/System.Collections.Specialized/internal/index.d.ts +0 -25
  44. package/System.ComponentModel/bindings.json +174 -18
  45. package/System.ComponentModel/internal/index.d.ts +22 -47
  46. package/System.ComponentModel/internal/metadata.json +174 -18
  47. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
  48. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
  49. package/System.ComponentModel.Design/internal/index.d.ts +0 -25
  50. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
  51. package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
  52. package/System.Data/internal/index.d.ts +7 -32
  53. package/System.Data.Common/bindings.json +14 -2
  54. package/System.Data.Common/internal/index.d.ts +27 -52
  55. package/System.Data.Common/internal/metadata.json +14 -2
  56. package/System.Data.SqlTypes/internal/index.d.ts +1 -26
  57. package/System.Diagnostics/bindings.json +181 -23
  58. package/System.Diagnostics/internal/index.d.ts +87 -112
  59. package/System.Diagnostics/internal/metadata.json +181 -23
  60. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
  61. package/System.Diagnostics.Contracts/bindings.json +7 -1
  62. package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
  63. package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
  64. package/System.Diagnostics.Metrics/bindings.json +35 -5
  65. package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
  66. package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
  67. package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
  68. package/System.Diagnostics.Tracing/bindings.json +37 -3
  69. package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
  70. package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
  71. package/System.Drawing/internal/index.d.ts +0 -25
  72. package/System.Dynamic/bindings.json +63 -9
  73. package/System.Dynamic/internal/index.d.ts +17 -42
  74. package/System.Dynamic/internal/metadata.json +63 -9
  75. package/System.Formats.Asn1/bindings.json +451 -49
  76. package/System.Formats.Asn1/internal/index.d.ts +69 -94
  77. package/System.Formats.Asn1/internal/metadata.json +451 -49
  78. package/System.Formats.Tar/internal/index.d.ts +4 -29
  79. package/System.Globalization/bindings.json +28 -4
  80. package/System.Globalization/internal/index.d.ts +18 -43
  81. package/System.Globalization/internal/metadata.json +28 -4
  82. package/System.IO/bindings.json +35 -5
  83. package/System.IO/internal/index.d.ts +197 -222
  84. package/System.IO/internal/metadata.json +35 -5
  85. package/System.IO.Compression/bindings.json +50 -6
  86. package/System.IO.Compression/internal/index.d.ts +51 -76
  87. package/System.IO.Compression/internal/metadata.json +50 -6
  88. package/System.IO.Enumeration/bindings.json +42 -6
  89. package/System.IO.Enumeration/internal/index.d.ts +11 -36
  90. package/System.IO.Enumeration/internal/metadata.json +42 -6
  91. package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
  92. package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
  93. package/System.IO.Pipelines/bindings.json +7 -1
  94. package/System.IO.Pipelines/internal/index.d.ts +17 -42
  95. package/System.IO.Pipelines/internal/metadata.json +7 -1
  96. package/System.IO.Pipes/internal/index.d.ts +11 -36
  97. package/System.Linq/bindings.json +7 -1
  98. package/System.Linq/internal/index.d.ts +332 -357
  99. package/System.Linq/internal/metadata.json +7 -1
  100. package/System.Linq.Expressions/bindings.json +14 -2
  101. package/System.Linq.Expressions/internal/index.d.ts +3 -28
  102. package/System.Linq.Expressions/internal/metadata.json +14 -2
  103. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
  104. package/System.Net/bindings.json +175 -25
  105. package/System.Net/internal/index.d.ts +36 -61
  106. package/System.Net/internal/metadata.json +175 -25
  107. package/System.Net.Cache/internal/index.d.ts +0 -25
  108. package/System.Net.Http/bindings.json +21 -3
  109. package/System.Net.Http/internal/index.d.ts +21 -46
  110. package/System.Net.Http/internal/metadata.json +21 -3
  111. package/System.Net.Http.Headers/bindings.json +154 -22
  112. package/System.Net.Http.Headers/internal/index.d.ts +67 -92
  113. package/System.Net.Http.Headers/internal/metadata.json +154 -22
  114. package/System.Net.Http.Json/internal/index.d.ts +0 -25
  115. package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
  116. package/System.Net.Mail/bindings.json +21 -3
  117. package/System.Net.Mail/internal/index.d.ts +4 -29
  118. package/System.Net.Mail/internal/metadata.json +21 -3
  119. package/System.Net.Mime/internal/index.d.ts +0 -25
  120. package/System.Net.NetworkInformation/bindings.json +14 -2
  121. package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
  122. package/System.Net.NetworkInformation/internal/metadata.json +14 -2
  123. package/System.Net.Quic/internal/index.d.ts +14 -39
  124. package/System.Net.Security/bindings.json +43 -5
  125. package/System.Net.Security/internal/index.d.ts +29 -54
  126. package/System.Net.Security/internal/metadata.json +43 -5
  127. package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
  128. package/System.Net.Sockets/bindings.json +224 -28
  129. package/System.Net.Sockets/internal/index.d.ts +108 -133
  130. package/System.Net.Sockets/internal/metadata.json +224 -28
  131. package/System.Net.WebSockets/internal/index.d.ts +29 -54
  132. package/System.Numerics/bindings.json +1030 -142
  133. package/System.Numerics/internal/index.d.ts +264 -289
  134. package/System.Numerics/internal/metadata.json +1030 -142
  135. package/System.Reflection/bindings.json +29 -3
  136. package/System.Reflection/internal/index.d.ts +4 -29
  137. package/System.Reflection/internal/metadata.json +29 -3
  138. package/System.Reflection.Emit/bindings.json +26 -2
  139. package/System.Reflection.Emit/internal/index.d.ts +3 -28
  140. package/System.Reflection.Emit/internal/metadata.json +26 -2
  141. package/System.Reflection.Metadata/bindings.json +46 -6
  142. package/System.Reflection.Metadata/internal/index.d.ts +31 -56
  143. package/System.Reflection.Metadata/internal/metadata.json +46 -6
  144. package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
  145. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
  146. package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
  147. package/System.Reflection.PortableExecutable/bindings.json +18 -2
  148. package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
  149. package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
  150. package/System.Resources/bindings.json +11 -1
  151. package/System.Resources/internal/index.d.ts +3 -28
  152. package/System.Resources/internal/metadata.json +11 -1
  153. package/System.Runtime/internal/index.d.ts +0 -25
  154. package/System.Runtime.CompilerServices/bindings.json +495 -57
  155. package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
  156. package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
  157. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
  158. package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
  159. package/System.Runtime.InteropServices/bindings.json +377 -47
  160. package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
  161. package/System.Runtime.InteropServices/internal/metadata.json +377 -47
  162. package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
  163. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
  164. package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
  165. package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
  166. package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
  167. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
  168. package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
  169. package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
  170. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
  171. package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
  172. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
  173. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
  174. package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
  175. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
  176. package/System.Runtime.Intrinsics/bindings.json +112 -16
  177. package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
  178. package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
  179. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
  180. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
  181. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
  182. package/System.Runtime.Loader/internal/index.d.ts +0 -25
  183. package/System.Runtime.Remoting/internal/index.d.ts +0 -25
  184. package/System.Runtime.Serialization/bindings.json +71 -9
  185. package/System.Runtime.Serialization/internal/index.d.ts +9 -34
  186. package/System.Runtime.Serialization/internal/metadata.json +71 -9
  187. package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
  188. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
  189. package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
  190. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
  191. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
  192. package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
  193. package/System.Runtime.Versioning/internal/index.d.ts +0 -25
  194. package/System.Security/internal/index.d.ts +1 -26
  195. package/System.Security.AccessControl/bindings.json +14 -2
  196. package/System.Security.AccessControl/internal/index.d.ts +3 -28
  197. package/System.Security.AccessControl/internal/metadata.json +14 -2
  198. package/System.Security.Authentication/internal/index.d.ts +0 -25
  199. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
  200. package/System.Security.Claims/internal/index.d.ts +1 -26
  201. package/System.Security.Cryptography/bindings.json +1348 -192
  202. package/System.Security.Cryptography/internal/index.d.ts +593 -618
  203. package/System.Security.Cryptography/internal/metadata.json +1348 -192
  204. package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
  205. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
  206. package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
  207. package/System.Security.Permissions/internal/index.d.ts +0 -25
  208. package/System.Security.Policy/internal/index.d.ts +0 -25
  209. package/System.Security.Principal/internal/index.d.ts +0 -25
  210. package/System.Text/bindings.json +494 -58
  211. package/System.Text/internal/index.d.ts +137 -162
  212. package/System.Text/internal/metadata.json +494 -58
  213. package/System.Text.Encodings.Web/bindings.json +29 -3
  214. package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
  215. package/System.Text.Encodings.Web/internal/metadata.json +29 -3
  216. package/System.Text.Json/bindings.json +309 -43
  217. package/System.Text.Json/internal/index.d.ts +141 -166
  218. package/System.Text.Json/internal/metadata.json +309 -43
  219. package/System.Text.Json.Nodes/bindings.json +46 -6
  220. package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
  221. package/System.Text.Json.Nodes/internal/metadata.json +46 -6
  222. package/System.Text.Json.Schema/internal/index.d.ts +1 -26
  223. package/System.Text.Json.Serialization/bindings.json +21 -3
  224. package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
  225. package/System.Text.Json.Serialization/internal/metadata.json +21 -3
  226. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
  227. package/System.Text.RegularExpressions/bindings.json +14 -2
  228. package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
  229. package/System.Text.RegularExpressions/internal/metadata.json +14 -2
  230. package/System.Text.Unicode/bindings.json +58 -6
  231. package/System.Text.Unicode/internal/index.d.ts +12 -37
  232. package/System.Text.Unicode/internal/metadata.json +58 -6
  233. package/System.Threading/bindings.json +1012 -140
  234. package/System.Threading/internal/index.d.ts +149 -174
  235. package/System.Threading/internal/metadata.json +1012 -140
  236. package/System.Threading.Channels/bindings.json +14 -2
  237. package/System.Threading.Channels/internal/index.d.ts +5 -30
  238. package/System.Threading.Channels/internal/metadata.json +14 -2
  239. package/System.Threading.Tasks/internal/index.d.ts +23 -48
  240. package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
  241. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
  242. package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
  243. package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
  244. package/System.Timers/internal/index.d.ts +0 -25
  245. package/System.Transactions/internal/index.d.ts +0 -25
  246. package/System.Web/internal/index.d.ts +0 -25
  247. package/System.Windows.Input/internal/index.d.ts +0 -25
  248. package/System.Windows.Markup/internal/index.d.ts +0 -25
  249. package/System.Xml/bindings.json +197 -27
  250. package/System.Xml/internal/index.d.ts +35 -60
  251. package/System.Xml/internal/metadata.json +197 -27
  252. package/System.Xml.Linq/internal/index.d.ts +0 -25
  253. package/System.Xml.Resolvers/internal/index.d.ts +0 -25
  254. package/System.Xml.Schema/internal/index.d.ts +0 -25
  255. package/System.Xml.Serialization/internal/index.d.ts +0 -25
  256. package/System.Xml.XPath/internal/index.d.ts +1 -26
  257. package/System.Xml.Xsl/internal/index.d.ts +1 -26
  258. package/System.Xml.Xsl.Runtime/bindings.json +35 -5
  259. package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
  260. package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
  261. package/System.d.ts +21 -0
  262. package/__internal/extensions/index.d.ts +463 -463
  263. package/package.json +1 -1
@@ -6,514 +6,489 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
7
7
 
8
8
  // Import support types from @tsonic/types
9
- import type { ptr, ref } from "@tsonic/types";
9
+ import type { ptr } from "@tsonic/types";
10
10
 
11
11
  // Import types from other namespaces
12
12
  import type { Vector128_1 } from "../../System.Runtime.Intrinsics/internal/index.js";
13
13
  import * as System_Internal from "../../System/internal/index.js";
14
14
  import type { Boolean as ClrBoolean, Byte, Double, Int16, Int32, Int64, IntPtr, Object as ClrObject, SByte, Single, String as ClrString, Type, UInt16, UInt32, UInt64, UIntPtr, Void } from "../../System/internal/index.js";
15
15
 
16
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
17
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
18
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
19
- export type CLROf<T> =
20
- T extends sbyte ? System_Internal.SByte :
21
- T extends short ? System_Internal.Int16 :
22
- T extends int ? System_Internal.Int32 :
23
- T extends long ? System_Internal.Int64 :
24
- T extends int128 ? System_Internal.Int128 :
25
- T extends nint ? System_Internal.IntPtr :
26
- T extends byte ? System_Internal.Byte :
27
- T extends ushort ? System_Internal.UInt16 :
28
- T extends uint ? System_Internal.UInt32 :
29
- T extends ulong ? System_Internal.UInt64 :
30
- T extends uint128 ? System_Internal.UInt128 :
31
- T extends nuint ? System_Internal.UIntPtr :
32
- T extends half ? System_Internal.Half :
33
- T extends float ? System_Internal.Single :
34
- T extends double ? System_Internal.Double :
35
- T extends decimal ? System_Internal.Decimal :
36
- T extends char ? System_Internal.Char :
37
- T extends boolean ? System_Internal.Boolean :
38
- T extends string ? System_Internal.String :
39
- T; // Identity fallback for non-primitive types
40
-
41
16
  export interface PackedSimd$instance {
42
17
  }
43
18
 
44
19
 
45
20
  export const PackedSimd: {
46
21
  readonly isSupported: boolean;
47
- abs(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
48
- abs(value: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
49
- abs(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
50
- abs(value: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
51
- abs(value: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
52
- abs(value: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
53
- abs(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
54
- add(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
55
- add(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
56
- add(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
57
- add(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
58
- add(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
59
- add(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
60
- add(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
61
- add(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
62
- add(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
63
- add(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
64
- add(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
65
- add(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
66
- addPairwiseWidening(value: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<ushort>>;
67
- addPairwiseWidening(value: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
68
- addPairwiseWidening(value: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<short>>;
69
- addPairwiseWidening(value: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<uint>>;
70
- addSaturate(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
71
- addSaturate(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
72
- addSaturate(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
73
- addSaturate(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
74
- allTrue(value: Vector128_1<CLROf<byte>>): boolean;
75
- allTrue(value: Vector128_1<CLROf<short>>): boolean;
76
- allTrue(value: Vector128_1<CLROf<int>>): boolean;
77
- allTrue(value: Vector128_1<CLROf<long>>): boolean;
78
- allTrue(value: Vector128_1<CLROf<nint>>): boolean;
79
- allTrue(value: Vector128_1<CLROf<sbyte>>): boolean;
80
- allTrue(value: Vector128_1<CLROf<ushort>>): boolean;
81
- allTrue(value: Vector128_1<CLROf<uint>>): boolean;
82
- allTrue(value: Vector128_1<CLROf<ulong>>): boolean;
83
- allTrue(value: Vector128_1<CLROf<nuint>>): boolean;
84
- and(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
85
- and(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
86
- and(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
87
- and(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
88
- and(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
89
- and(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
90
- and(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
91
- and(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
92
- and(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
93
- and(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
94
- and(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
95
- and(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
96
- andNot(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
97
- andNot(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
98
- andNot(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
99
- andNot(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
100
- andNot(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
101
- andNot(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
102
- andNot(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
103
- andNot(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
104
- andNot(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
105
- andNot(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
106
- andNot(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
107
- andNot(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
108
- anyTrue(value: Vector128_1<CLROf<byte>>): boolean;
109
- anyTrue(value: Vector128_1<CLROf<double>>): boolean;
110
- anyTrue(value: Vector128_1<CLROf<short>>): boolean;
111
- anyTrue(value: Vector128_1<CLROf<int>>): boolean;
112
- anyTrue(value: Vector128_1<CLROf<long>>): boolean;
113
- anyTrue(value: Vector128_1<CLROf<nint>>): boolean;
114
- anyTrue(value: Vector128_1<CLROf<sbyte>>): boolean;
115
- anyTrue(value: Vector128_1<CLROf<float>>): boolean;
116
- anyTrue(value: Vector128_1<CLROf<ushort>>): boolean;
117
- anyTrue(value: Vector128_1<CLROf<uint>>): boolean;
118
- anyTrue(value: Vector128_1<CLROf<ulong>>): boolean;
119
- anyTrue(value: Vector128_1<CLROf<nuint>>): boolean;
120
- averageRounded(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
121
- averageRounded(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
122
- bitmask(value: Vector128_1<CLROf<byte>>): int;
123
- bitmask(value: Vector128_1<CLROf<short>>): int;
124
- bitmask(value: Vector128_1<CLROf<int>>): int;
125
- bitmask(value: Vector128_1<CLROf<long>>): int;
126
- bitmask(value: Vector128_1<CLROf<nint>>): int;
127
- bitmask(value: Vector128_1<CLROf<sbyte>>): int;
128
- bitmask(value: Vector128_1<CLROf<ushort>>): int;
129
- bitmask(value: Vector128_1<CLROf<uint>>): int;
130
- bitmask(value: Vector128_1<CLROf<ulong>>): int;
131
- bitmask(value: Vector128_1<CLROf<nuint>>): int;
132
- bitwiseSelect(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>, select: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
133
- bitwiseSelect(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>, select: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
134
- bitwiseSelect(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>, select: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
135
- bitwiseSelect(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>, select: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
136
- bitwiseSelect(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>, select: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
137
- bitwiseSelect(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>, select: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
138
- bitwiseSelect(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>, select: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
139
- bitwiseSelect(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>, select: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
140
- bitwiseSelect(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>, select: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
141
- bitwiseSelect(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>, select: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
142
- bitwiseSelect(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>, select: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
143
- bitwiseSelect(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>, select: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
144
- ceiling(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
145
- ceiling(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
146
- compareEqual(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
147
- compareEqual(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
148
- compareEqual(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
149
- compareEqual(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
150
- compareEqual(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
151
- compareEqual(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
152
- compareEqual(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
153
- compareEqual(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
154
- compareEqual(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
155
- compareEqual(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
156
- compareEqual(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
157
- compareEqual(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
158
- compareGreaterThan(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
159
- compareGreaterThan(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
160
- compareGreaterThan(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
161
- compareGreaterThan(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
162
- compareGreaterThan(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
163
- compareGreaterThan(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
164
- compareGreaterThan(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
165
- compareGreaterThan(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
166
- compareGreaterThan(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
167
- compareGreaterThan(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
168
- compareGreaterThan(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
169
- compareGreaterThan(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
170
- compareGreaterThanOrEqual(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
171
- compareGreaterThanOrEqual(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
172
- compareGreaterThanOrEqual(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
173
- compareGreaterThanOrEqual(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
174
- compareGreaterThanOrEqual(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
175
- compareGreaterThanOrEqual(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
176
- compareGreaterThanOrEqual(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
177
- compareGreaterThanOrEqual(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
178
- compareGreaterThanOrEqual(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
179
- compareGreaterThanOrEqual(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
180
- compareGreaterThanOrEqual(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
181
- compareGreaterThanOrEqual(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
182
- compareLessThan(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
183
- compareLessThan(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
184
- compareLessThan(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
185
- compareLessThan(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
186
- compareLessThan(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
187
- compareLessThan(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
188
- compareLessThan(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
189
- compareLessThan(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
190
- compareLessThan(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
191
- compareLessThan(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
192
- compareLessThan(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
193
- compareLessThan(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
194
- compareLessThanOrEqual(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
195
- compareLessThanOrEqual(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
196
- compareLessThanOrEqual(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
197
- compareLessThanOrEqual(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
198
- compareLessThanOrEqual(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
199
- compareLessThanOrEqual(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
200
- compareLessThanOrEqual(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
201
- compareLessThanOrEqual(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
202
- compareLessThanOrEqual(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
203
- compareLessThanOrEqual(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
204
- compareLessThanOrEqual(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
205
- compareLessThanOrEqual(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
206
- compareNotEqual(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
207
- compareNotEqual(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
208
- compareNotEqual(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
209
- compareNotEqual(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
210
- compareNotEqual(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
211
- compareNotEqual(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
212
- compareNotEqual(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
213
- compareNotEqual(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
214
- compareNotEqual(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
215
- compareNotEqual(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
216
- compareNotEqual(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
217
- compareNotEqual(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
218
- convertNarrowingSaturateSigned(lower: Vector128_1<CLROf<short>>, upper: Vector128_1<CLROf<short>>): Vector128_1<CLROf<sbyte>>;
219
- convertNarrowingSaturateSigned(lower: Vector128_1<CLROf<int>>, upper: Vector128_1<CLROf<int>>): Vector128_1<CLROf<short>>;
220
- convertNarrowingSaturateUnsigned(lower: Vector128_1<CLROf<short>>, upper: Vector128_1<CLROf<short>>): Vector128_1<CLROf<byte>>;
221
- convertNarrowingSaturateUnsigned(lower: Vector128_1<CLROf<int>>, upper: Vector128_1<CLROf<int>>): Vector128_1<CLROf<ushort>>;
222
- convertToDoubleLower(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<double>>;
223
- convertToDoubleLower(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<double>>;
224
- convertToDoubleLower(value: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<double>>;
225
- convertToInt32Saturate(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<int>>;
226
- convertToInt32Saturate(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<int>>;
227
- convertToSingle(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<float>>;
228
- convertToSingle(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<float>>;
229
- convertToSingle(value: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<float>>;
230
- convertToUInt32Saturate(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<uint>>;
231
- convertToUInt32Saturate(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<uint>>;
232
- divide(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
233
- divide(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
234
- dot(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
235
- extractScalar(value: Vector128_1<CLROf<byte>>, index: byte): uint;
236
- extractScalar(value: Vector128_1<CLROf<double>>, index: byte): double;
237
- extractScalar(value: Vector128_1<CLROf<short>>, index: byte): int;
238
- extractScalar(value: Vector128_1<CLROf<int>>, index: byte): int;
239
- extractScalar(value: Vector128_1<CLROf<long>>, index: byte): long;
240
- extractScalar(value: Vector128_1<CLROf<nint>>, index: byte): nint;
241
- extractScalar(value: Vector128_1<CLROf<sbyte>>, index: byte): int;
242
- extractScalar(value: Vector128_1<CLROf<float>>, index: byte): float;
243
- extractScalar(value: Vector128_1<CLROf<ushort>>, index: byte): uint;
244
- extractScalar(value: Vector128_1<CLROf<uint>>, index: byte): uint;
245
- extractScalar(value: Vector128_1<CLROf<ulong>>, index: byte): ulong;
246
- extractScalar(value: Vector128_1<CLROf<nuint>>, index: byte): nuint;
247
- floor(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
248
- floor(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
249
- loadScalarAndInsert(address: ptr<byte>, vector: Vector128_1<CLROf<byte>>, index: byte): Vector128_1<CLROf<byte>>;
250
- loadScalarAndInsert(address: ptr<double>, vector: Vector128_1<CLROf<double>>, index: byte): Vector128_1<CLROf<double>>;
251
- loadScalarAndInsert(address: ptr<short>, vector: Vector128_1<CLROf<short>>, index: byte): Vector128_1<CLROf<short>>;
252
- loadScalarAndInsert(address: ptr<int>, vector: Vector128_1<CLROf<int>>, index: byte): Vector128_1<CLROf<int>>;
253
- loadScalarAndInsert(address: ptr<long>, vector: Vector128_1<CLROf<long>>, index: byte): Vector128_1<CLROf<long>>;
254
- loadScalarAndInsert(address: ptr<nint>, vector: Vector128_1<CLROf<nint>>, index: byte): Vector128_1<CLROf<nint>>;
255
- loadScalarAndInsert(address: ptr<sbyte>, vector: Vector128_1<CLROf<sbyte>>, index: byte): Vector128_1<CLROf<sbyte>>;
256
- loadScalarAndInsert(address: ptr<float>, vector: Vector128_1<CLROf<float>>, index: byte): Vector128_1<CLROf<float>>;
257
- loadScalarAndInsert(address: ptr<ushort>, vector: Vector128_1<CLROf<ushort>>, index: byte): Vector128_1<CLROf<ushort>>;
258
- loadScalarAndInsert(address: ptr<uint>, vector: Vector128_1<CLROf<uint>>, index: byte): Vector128_1<CLROf<uint>>;
259
- loadScalarAndInsert(address: ptr<ulong>, vector: Vector128_1<CLROf<ulong>>, index: byte): Vector128_1<CLROf<ulong>>;
260
- loadScalarAndInsert(address: ptr<nuint>, vector: Vector128_1<CLROf<nuint>>, index: byte): Vector128_1<CLROf<nuint>>;
261
- loadScalarAndSplatVector128(address: ptr<byte>): Vector128_1<CLROf<byte>>;
262
- loadScalarAndSplatVector128(address: ptr<double>): Vector128_1<CLROf<double>>;
263
- loadScalarAndSplatVector128(address: ptr<short>): Vector128_1<CLROf<short>>;
264
- loadScalarAndSplatVector128(address: ptr<int>): Vector128_1<CLROf<int>>;
265
- loadScalarAndSplatVector128(address: ptr<long>): Vector128_1<CLROf<long>>;
266
- loadScalarAndSplatVector128(address: ptr<nint>): Vector128_1<CLROf<nint>>;
267
- loadScalarAndSplatVector128(address: ptr<sbyte>): Vector128_1<CLROf<sbyte>>;
268
- loadScalarAndSplatVector128(address: ptr<float>): Vector128_1<CLROf<float>>;
269
- loadScalarAndSplatVector128(address: ptr<ushort>): Vector128_1<CLROf<ushort>>;
270
- loadScalarAndSplatVector128(address: ptr<uint>): Vector128_1<CLROf<uint>>;
271
- loadScalarAndSplatVector128(address: ptr<ulong>): Vector128_1<CLROf<ulong>>;
272
- loadScalarAndSplatVector128(address: ptr<nuint>): Vector128_1<CLROf<nuint>>;
273
- loadScalarVector128(address: ptr<double>): Vector128_1<CLROf<double>>;
274
- loadScalarVector128(address: ptr<int>): Vector128_1<CLROf<int>>;
275
- loadScalarVector128(address: ptr<long>): Vector128_1<CLROf<long>>;
276
- loadScalarVector128(address: ptr<nint>): Vector128_1<CLROf<nint>>;
277
- loadScalarVector128(address: ptr<float>): Vector128_1<CLROf<float>>;
278
- loadScalarVector128(address: ptr<uint>): Vector128_1<CLROf<uint>>;
279
- loadScalarVector128(address: ptr<ulong>): Vector128_1<CLROf<ulong>>;
280
- loadScalarVector128(address: ptr<nuint>): Vector128_1<CLROf<nuint>>;
281
- loadVector128(address: ptr<byte>): Vector128_1<CLROf<byte>>;
282
- loadVector128(address: ptr<double>): Vector128_1<CLROf<double>>;
283
- loadVector128(address: ptr<short>): Vector128_1<CLROf<short>>;
284
- loadVector128(address: ptr<int>): Vector128_1<CLROf<int>>;
285
- loadVector128(address: ptr<long>): Vector128_1<CLROf<long>>;
286
- loadVector128(address: ptr<nint>): Vector128_1<CLROf<nint>>;
287
- loadVector128(address: ptr<sbyte>): Vector128_1<CLROf<sbyte>>;
288
- loadVector128(address: ptr<float>): Vector128_1<CLROf<float>>;
289
- loadVector128(address: ptr<ushort>): Vector128_1<CLROf<ushort>>;
290
- loadVector128(address: ptr<uint>): Vector128_1<CLROf<uint>>;
291
- loadVector128(address: ptr<ulong>): Vector128_1<CLROf<ulong>>;
292
- loadVector128(address: ptr<nuint>): Vector128_1<CLROf<nuint>>;
293
- loadWideningVector128(address: ptr<byte>): Vector128_1<CLROf<ushort>>;
294
- loadWideningVector128(address: ptr<short>): Vector128_1<CLROf<int>>;
295
- loadWideningVector128(address: ptr<int>): Vector128_1<CLROf<long>>;
296
- loadWideningVector128(address: ptr<sbyte>): Vector128_1<CLROf<short>>;
297
- loadWideningVector128(address: ptr<ushort>): Vector128_1<CLROf<uint>>;
298
- loadWideningVector128(address: ptr<uint>): Vector128_1<CLROf<ulong>>;
299
- max(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
300
- max(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
301
- max(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
302
- max(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
303
- max(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
304
- max(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
305
- max(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
306
- max(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
307
- min(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
308
- min(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
309
- min(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
310
- min(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
311
- min(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
312
- min(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
313
- min(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
314
- min(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
315
- multiply(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
316
- multiply(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
317
- multiply(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
318
- multiply(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
319
- multiply(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
320
- multiply(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
321
- multiply(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
322
- multiply(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
323
- multiply(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
324
- multiply(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
325
- multiplyRoundedSaturateQ15(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
326
- multiplyWideningLower(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<ushort>>;
327
- multiplyWideningLower(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
328
- multiplyWideningLower(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<long>>;
329
- multiplyWideningLower(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<short>>;
330
- multiplyWideningLower(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<uint>>;
331
- multiplyWideningLower(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<ulong>>;
332
- multiplyWideningUpper(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<ushort>>;
333
- multiplyWideningUpper(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
334
- multiplyWideningUpper(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<long>>;
335
- multiplyWideningUpper(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<short>>;
336
- multiplyWideningUpper(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<uint>>;
337
- multiplyWideningUpper(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<ulong>>;
338
- negate(value: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
339
- negate(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
340
- negate(value: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
341
- negate(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
342
- negate(value: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
343
- negate(value: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
344
- negate(value: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
345
- negate(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
346
- negate(value: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
347
- negate(value: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
348
- negate(value: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
349
- negate(value: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
350
- not(value: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
351
- not(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
352
- not(value: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
353
- not(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
354
- not(value: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
355
- not(value: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
356
- not(value: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
357
- not(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
358
- not(value: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
359
- not(value: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
360
- not(value: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
361
- not(value: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
362
- or(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
363
- or(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
364
- or(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
365
- or(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
366
- or(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
367
- or(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
368
- or(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
369
- or(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
370
- or(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
371
- or(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
372
- or(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
373
- or(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
374
- popCount(value: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
375
- pseudoMax(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
376
- pseudoMax(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
377
- pseudoMin(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
378
- pseudoMin(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
379
- replaceScalar(vector: Vector128_1<CLROf<byte>>, imm: byte, value: uint): Vector128_1<CLROf<byte>>;
380
- replaceScalar(vector: Vector128_1<CLROf<double>>, imm: byte, value: double): Vector128_1<CLROf<double>>;
381
- replaceScalar(vector: Vector128_1<CLROf<short>>, imm: byte, value: int): Vector128_1<CLROf<short>>;
382
- replaceScalar(vector: Vector128_1<CLROf<int>>, imm: byte, value: int): Vector128_1<CLROf<int>>;
383
- replaceScalar(vector: Vector128_1<CLROf<long>>, imm: byte, value: long): Vector128_1<CLROf<long>>;
384
- replaceScalar(vector: Vector128_1<CLROf<nint>>, imm: byte, value: nint): Vector128_1<CLROf<nint>>;
385
- replaceScalar(vector: Vector128_1<CLROf<sbyte>>, imm: byte, value: int): Vector128_1<CLROf<sbyte>>;
386
- replaceScalar(vector: Vector128_1<CLROf<float>>, imm: byte, value: float): Vector128_1<CLROf<float>>;
387
- replaceScalar(vector: Vector128_1<CLROf<ushort>>, imm: byte, value: uint): Vector128_1<CLROf<ushort>>;
388
- replaceScalar(vector: Vector128_1<CLROf<uint>>, imm: byte, value: uint): Vector128_1<CLROf<int>>;
389
- replaceScalar(vector: Vector128_1<CLROf<ulong>>, imm: byte, value: ulong): Vector128_1<CLROf<ulong>>;
390
- replaceScalar(vector: Vector128_1<CLROf<nuint>>, imm: byte, value: nuint): Vector128_1<CLROf<nuint>>;
391
- roundToNearest(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
392
- roundToNearest(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
393
- shiftLeft(value: Vector128_1<CLROf<byte>>, count: int): Vector128_1<CLROf<byte>>;
394
- shiftLeft(value: Vector128_1<CLROf<short>>, count: int): Vector128_1<CLROf<short>>;
395
- shiftLeft(value: Vector128_1<CLROf<int>>, count: int): Vector128_1<CLROf<int>>;
396
- shiftLeft(value: Vector128_1<CLROf<long>>, count: int): Vector128_1<CLROf<long>>;
397
- shiftLeft(value: Vector128_1<CLROf<nint>>, count: int): Vector128_1<CLROf<nint>>;
398
- shiftLeft(value: Vector128_1<CLROf<sbyte>>, count: int): Vector128_1<CLROf<sbyte>>;
399
- shiftLeft(value: Vector128_1<CLROf<ushort>>, count: int): Vector128_1<CLROf<ushort>>;
400
- shiftLeft(value: Vector128_1<CLROf<uint>>, count: int): Vector128_1<CLROf<uint>>;
401
- shiftLeft(value: Vector128_1<CLROf<ulong>>, count: int): Vector128_1<CLROf<ulong>>;
402
- shiftLeft(value: Vector128_1<CLROf<nuint>>, count: int): Vector128_1<CLROf<nuint>>;
403
- shiftRightArithmetic(value: Vector128_1<CLROf<byte>>, count: int): Vector128_1<CLROf<byte>>;
404
- shiftRightArithmetic(value: Vector128_1<CLROf<short>>, count: int): Vector128_1<CLROf<short>>;
405
- shiftRightArithmetic(value: Vector128_1<CLROf<int>>, count: int): Vector128_1<CLROf<int>>;
406
- shiftRightArithmetic(value: Vector128_1<CLROf<long>>, count: int): Vector128_1<CLROf<long>>;
407
- shiftRightArithmetic(value: Vector128_1<CLROf<nint>>, count: int): Vector128_1<CLROf<nint>>;
408
- shiftRightArithmetic(value: Vector128_1<CLROf<sbyte>>, count: int): Vector128_1<CLROf<sbyte>>;
409
- shiftRightArithmetic(value: Vector128_1<CLROf<ushort>>, count: int): Vector128_1<CLROf<ushort>>;
410
- shiftRightArithmetic(value: Vector128_1<CLROf<uint>>, count: int): Vector128_1<CLROf<uint>>;
411
- shiftRightArithmetic(value: Vector128_1<CLROf<ulong>>, count: int): Vector128_1<CLROf<ulong>>;
412
- shiftRightArithmetic(value: Vector128_1<CLROf<nuint>>, count: int): Vector128_1<CLROf<nuint>>;
413
- shiftRightLogical(value: Vector128_1<CLROf<byte>>, count: int): Vector128_1<CLROf<byte>>;
414
- shiftRightLogical(value: Vector128_1<CLROf<short>>, count: int): Vector128_1<CLROf<short>>;
415
- shiftRightLogical(value: Vector128_1<CLROf<int>>, count: int): Vector128_1<CLROf<int>>;
416
- shiftRightLogical(value: Vector128_1<CLROf<long>>, count: int): Vector128_1<CLROf<long>>;
417
- shiftRightLogical(value: Vector128_1<CLROf<nint>>, count: int): Vector128_1<CLROf<nint>>;
418
- shiftRightLogical(value: Vector128_1<CLROf<sbyte>>, count: int): Vector128_1<CLROf<sbyte>>;
419
- shiftRightLogical(value: Vector128_1<CLROf<ushort>>, count: int): Vector128_1<CLROf<ushort>>;
420
- shiftRightLogical(value: Vector128_1<CLROf<uint>>, count: int): Vector128_1<CLROf<uint>>;
421
- shiftRightLogical(value: Vector128_1<CLROf<ulong>>, count: int): Vector128_1<CLROf<ulong>>;
422
- shiftRightLogical(value: Vector128_1<CLROf<nuint>>, count: int): Vector128_1<CLROf<nuint>>;
423
- signExtendWideningLower(value: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<ushort>>;
424
- signExtendWideningLower(value: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
425
- signExtendWideningLower(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<long>>;
426
- signExtendWideningLower(value: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<short>>;
427
- signExtendWideningLower(value: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<uint>>;
428
- signExtendWideningLower(value: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<ulong>>;
429
- signExtendWideningUpper(value: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<ushort>>;
430
- signExtendWideningUpper(value: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
431
- signExtendWideningUpper(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<long>>;
432
- signExtendWideningUpper(value: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<short>>;
433
- signExtendWideningUpper(value: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<uint>>;
434
- signExtendWideningUpper(value: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<ulong>>;
435
- splat(value: byte): Vector128_1<CLROf<byte>>;
436
- splat(value: double): Vector128_1<CLROf<double>>;
437
- splat(value: short): Vector128_1<CLROf<short>>;
438
- splat(value: int): Vector128_1<CLROf<int>>;
439
- splat(value: long): Vector128_1<CLROf<long>>;
440
- splat(value: nint): Vector128_1<CLROf<nint>>;
441
- splat(value: sbyte): Vector128_1<CLROf<sbyte>>;
442
- splat(value: float): Vector128_1<CLROf<float>>;
443
- splat(value: ushort): Vector128_1<CLROf<ushort>>;
444
- splat(value: uint): Vector128_1<CLROf<uint>>;
445
- splat(value: ulong): Vector128_1<CLROf<ulong>>;
446
- splat(value: nuint): Vector128_1<CLROf<nuint>>;
447
- sqrt(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
448
- sqrt(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
449
- store(address: ptr<byte>, source: Vector128_1<CLROf<byte>>): void;
450
- store(address: ptr<double>, source: Vector128_1<CLROf<double>>): void;
451
- store(address: ptr<short>, source: Vector128_1<CLROf<short>>): void;
452
- store(address: ptr<int>, source: Vector128_1<CLROf<int>>): void;
453
- store(address: ptr<long>, source: Vector128_1<CLROf<long>>): void;
454
- store(address: ptr<nint>, source: Vector128_1<CLROf<nint>>): void;
455
- store(address: ptr<sbyte>, source: Vector128_1<CLROf<sbyte>>): void;
456
- store(address: ptr<float>, source: Vector128_1<CLROf<float>>): void;
457
- store(address: ptr<ushort>, source: Vector128_1<CLROf<ushort>>): void;
458
- store(address: ptr<uint>, source: Vector128_1<CLROf<uint>>): void;
459
- store(address: ptr<ulong>, source: Vector128_1<CLROf<ulong>>): void;
460
- store(address: ptr<nuint>, source: Vector128_1<CLROf<nuint>>): void;
461
- storeSelectedScalar(address: ptr<byte>, source: Vector128_1<CLROf<byte>>, index: byte): void;
462
- storeSelectedScalar(address: ptr<double>, source: Vector128_1<CLROf<double>>, index: byte): void;
463
- storeSelectedScalar(address: ptr<short>, source: Vector128_1<CLROf<short>>, index: byte): void;
464
- storeSelectedScalar(address: ptr<int>, source: Vector128_1<CLROf<int>>, index: byte): void;
465
- storeSelectedScalar(address: ptr<long>, source: Vector128_1<CLROf<long>>, index: byte): void;
466
- storeSelectedScalar(address: ptr<nint>, source: Vector128_1<CLROf<nint>>, index: byte): void;
467
- storeSelectedScalar(address: ptr<sbyte>, source: Vector128_1<CLROf<sbyte>>, index: byte): void;
468
- storeSelectedScalar(address: ptr<float>, source: Vector128_1<CLROf<float>>, index: byte): void;
469
- storeSelectedScalar(address: ptr<ushort>, source: Vector128_1<CLROf<ushort>>, index: byte): void;
470
- storeSelectedScalar(address: ptr<uint>, source: Vector128_1<CLROf<uint>>, index: byte): void;
471
- storeSelectedScalar(address: ptr<ulong>, source: Vector128_1<CLROf<ulong>>, index: byte): void;
472
- storeSelectedScalar(address: ptr<nuint>, source: Vector128_1<CLROf<nuint>>, index: byte): void;
473
- subtract(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
474
- subtract(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
475
- subtract(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
476
- subtract(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
477
- subtract(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
478
- subtract(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
479
- subtract(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
480
- subtract(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
481
- subtract(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
482
- subtract(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
483
- subtract(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
484
- subtract(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
485
- subtractSaturate(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
486
- subtractSaturate(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
487
- subtractSaturate(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
488
- subtractSaturate(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
489
- swizzle(vector: Vector128_1<CLROf<byte>>, indices: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
490
- swizzle(vector: Vector128_1<CLROf<sbyte>>, indices: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
491
- truncate(value: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
492
- truncate(value: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
493
- xor(left: Vector128_1<CLROf<byte>>, right: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<byte>>;
494
- xor(left: Vector128_1<CLROf<double>>, right: Vector128_1<CLROf<double>>): Vector128_1<CLROf<double>>;
495
- xor(left: Vector128_1<CLROf<short>>, right: Vector128_1<CLROf<short>>): Vector128_1<CLROf<short>>;
496
- xor(left: Vector128_1<CLROf<int>>, right: Vector128_1<CLROf<int>>): Vector128_1<CLROf<int>>;
497
- xor(left: Vector128_1<CLROf<long>>, right: Vector128_1<CLROf<long>>): Vector128_1<CLROf<long>>;
498
- xor(left: Vector128_1<CLROf<nint>>, right: Vector128_1<CLROf<nint>>): Vector128_1<CLROf<nint>>;
499
- xor(left: Vector128_1<CLROf<sbyte>>, right: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<sbyte>>;
500
- xor(left: Vector128_1<CLROf<float>>, right: Vector128_1<CLROf<float>>): Vector128_1<CLROf<float>>;
501
- xor(left: Vector128_1<CLROf<ushort>>, right: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<ushort>>;
502
- xor(left: Vector128_1<CLROf<uint>>, right: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<uint>>;
503
- xor(left: Vector128_1<CLROf<ulong>>, right: Vector128_1<CLROf<ulong>>): Vector128_1<CLROf<ulong>>;
504
- xor(left: Vector128_1<CLROf<nuint>>, right: Vector128_1<CLROf<nuint>>): Vector128_1<CLROf<nuint>>;
505
- zeroExtendWideningLower(value: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<ushort>>;
506
- zeroExtendWideningLower(value: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
507
- zeroExtendWideningLower(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<long>>;
508
- zeroExtendWideningLower(value: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<short>>;
509
- zeroExtendWideningLower(value: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<uint>>;
510
- zeroExtendWideningLower(value: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<ulong>>;
511
- zeroExtendWideningUpper(value: Vector128_1<CLROf<byte>>): Vector128_1<CLROf<ushort>>;
512
- zeroExtendWideningUpper(value: Vector128_1<CLROf<short>>): Vector128_1<CLROf<int>>;
513
- zeroExtendWideningUpper(value: Vector128_1<CLROf<int>>): Vector128_1<CLROf<long>>;
514
- zeroExtendWideningUpper(value: Vector128_1<CLROf<sbyte>>): Vector128_1<CLROf<short>>;
515
- zeroExtendWideningUpper(value: Vector128_1<CLROf<ushort>>): Vector128_1<CLROf<uint>>;
516
- zeroExtendWideningUpper(value: Vector128_1<CLROf<uint>>): Vector128_1<CLROf<ulong>>;
22
+ abs(value: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
23
+ abs(value: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
24
+ abs(value: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
25
+ abs(value: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
26
+ abs(value: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
27
+ abs(value: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
28
+ abs(value: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
29
+ add(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
30
+ add(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
31
+ add(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
32
+ add(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
33
+ add(left: Vector128_1<System_Internal.Int64>, right: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
34
+ add(left: Vector128_1<System_Internal.IntPtr>, right: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
35
+ add(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
36
+ add(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
37
+ add(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
38
+ add(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
39
+ add(left: Vector128_1<System_Internal.UInt64>, right: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
40
+ add(left: Vector128_1<System_Internal.UIntPtr>, right: Vector128_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
41
+ addPairwiseWidening(value: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.UInt16>;
42
+ addPairwiseWidening(value: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int32>;
43
+ addPairwiseWidening(value: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.Int16>;
44
+ addPairwiseWidening(value: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt32>;
45
+ addSaturate(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
46
+ addSaturate(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
47
+ addSaturate(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
48
+ addSaturate(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
49
+ allTrue(value: Vector128_1<System_Internal.Byte>): boolean;
50
+ allTrue(value: Vector128_1<System_Internal.Int16>): boolean;
51
+ allTrue(value: Vector128_1<System_Internal.Int32>): boolean;
52
+ allTrue(value: Vector128_1<System_Internal.Int64>): boolean;
53
+ allTrue(value: Vector128_1<System_Internal.IntPtr>): boolean;
54
+ allTrue(value: Vector128_1<System_Internal.SByte>): boolean;
55
+ allTrue(value: Vector128_1<System_Internal.UInt16>): boolean;
56
+ allTrue(value: Vector128_1<System_Internal.UInt32>): boolean;
57
+ allTrue(value: Vector128_1<System_Internal.UInt64>): boolean;
58
+ allTrue(value: Vector128_1<System_Internal.UIntPtr>): boolean;
59
+ and(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
60
+ and(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
61
+ and(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
62
+ and(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
63
+ and(left: Vector128_1<System_Internal.Int64>, right: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
64
+ and(left: Vector128_1<System_Internal.IntPtr>, right: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
65
+ and(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
66
+ and(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
67
+ and(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
68
+ and(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
69
+ and(left: Vector128_1<System_Internal.UInt64>, right: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
70
+ and(left: Vector128_1<System_Internal.UIntPtr>, right: Vector128_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
71
+ andNot(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
72
+ andNot(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
73
+ andNot(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
74
+ andNot(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
75
+ andNot(left: Vector128_1<System_Internal.Int64>, right: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
76
+ andNot(left: Vector128_1<System_Internal.IntPtr>, right: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
77
+ andNot(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
78
+ andNot(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
79
+ andNot(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
80
+ andNot(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
81
+ andNot(left: Vector128_1<System_Internal.UInt64>, right: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
82
+ andNot(left: Vector128_1<System_Internal.UIntPtr>, right: Vector128_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
83
+ anyTrue(value: Vector128_1<System_Internal.Byte>): boolean;
84
+ anyTrue(value: Vector128_1<System_Internal.Double>): boolean;
85
+ anyTrue(value: Vector128_1<System_Internal.Int16>): boolean;
86
+ anyTrue(value: Vector128_1<System_Internal.Int32>): boolean;
87
+ anyTrue(value: Vector128_1<System_Internal.Int64>): boolean;
88
+ anyTrue(value: Vector128_1<System_Internal.IntPtr>): boolean;
89
+ anyTrue(value: Vector128_1<System_Internal.SByte>): boolean;
90
+ anyTrue(value: Vector128_1<System_Internal.Single>): boolean;
91
+ anyTrue(value: Vector128_1<System_Internal.UInt16>): boolean;
92
+ anyTrue(value: Vector128_1<System_Internal.UInt32>): boolean;
93
+ anyTrue(value: Vector128_1<System_Internal.UInt64>): boolean;
94
+ anyTrue(value: Vector128_1<System_Internal.UIntPtr>): boolean;
95
+ averageRounded(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
96
+ averageRounded(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
97
+ bitmask(value: Vector128_1<System_Internal.Byte>): int;
98
+ bitmask(value: Vector128_1<System_Internal.Int16>): int;
99
+ bitmask(value: Vector128_1<System_Internal.Int32>): int;
100
+ bitmask(value: Vector128_1<System_Internal.Int64>): int;
101
+ bitmask(value: Vector128_1<System_Internal.IntPtr>): int;
102
+ bitmask(value: Vector128_1<System_Internal.SByte>): int;
103
+ bitmask(value: Vector128_1<System_Internal.UInt16>): int;
104
+ bitmask(value: Vector128_1<System_Internal.UInt32>): int;
105
+ bitmask(value: Vector128_1<System_Internal.UInt64>): int;
106
+ bitmask(value: Vector128_1<System_Internal.UIntPtr>): int;
107
+ bitwiseSelect(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>, select: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
108
+ bitwiseSelect(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>, select: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
109
+ bitwiseSelect(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>, select: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
110
+ bitwiseSelect(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>, select: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
111
+ bitwiseSelect(left: Vector128_1<System_Internal.Int64>, right: Vector128_1<System_Internal.Int64>, select: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
112
+ bitwiseSelect(left: Vector128_1<System_Internal.IntPtr>, right: Vector128_1<System_Internal.IntPtr>, select: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
113
+ bitwiseSelect(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>, select: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
114
+ bitwiseSelect(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>, select: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
115
+ bitwiseSelect(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>, select: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
116
+ bitwiseSelect(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>, select: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
117
+ bitwiseSelect(left: Vector128_1<System_Internal.UInt64>, right: Vector128_1<System_Internal.UInt64>, select: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
118
+ bitwiseSelect(left: Vector128_1<System_Internal.UIntPtr>, right: Vector128_1<System_Internal.UIntPtr>, select: Vector128_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
119
+ ceiling(value: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
120
+ ceiling(value: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
121
+ compareEqual(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
122
+ compareEqual(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
123
+ compareEqual(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
124
+ compareEqual(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
125
+ compareEqual(left: Vector128_1<System_Internal.Int64>, right: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
126
+ compareEqual(left: Vector128_1<System_Internal.IntPtr>, right: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
127
+ compareEqual(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
128
+ compareEqual(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
129
+ compareEqual(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
130
+ compareEqual(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
131
+ compareEqual(left: Vector128_1<System_Internal.UInt64>, right: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
132
+ compareEqual(left: Vector128_1<System_Internal.UIntPtr>, right: Vector128_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
133
+ compareGreaterThan(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
134
+ compareGreaterThan(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
135
+ compareGreaterThan(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
136
+ compareGreaterThan(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
137
+ compareGreaterThan(left: Vector128_1<System_Internal.Int64>, right: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
138
+ compareGreaterThan(left: Vector128_1<System_Internal.IntPtr>, right: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
139
+ compareGreaterThan(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
140
+ compareGreaterThan(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
141
+ compareGreaterThan(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
142
+ compareGreaterThan(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
143
+ compareGreaterThan(left: Vector128_1<System_Internal.UInt64>, right: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
144
+ compareGreaterThan(left: Vector128_1<System_Internal.UIntPtr>, right: Vector128_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
145
+ compareGreaterThanOrEqual(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
146
+ compareGreaterThanOrEqual(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
147
+ compareGreaterThanOrEqual(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
148
+ compareGreaterThanOrEqual(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
149
+ compareGreaterThanOrEqual(left: Vector128_1<System_Internal.Int64>, right: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
150
+ compareGreaterThanOrEqual(left: Vector128_1<System_Internal.IntPtr>, right: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
151
+ compareGreaterThanOrEqual(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
152
+ compareGreaterThanOrEqual(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
153
+ compareGreaterThanOrEqual(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
154
+ compareGreaterThanOrEqual(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
155
+ compareGreaterThanOrEqual(left: Vector128_1<System_Internal.UInt64>, right: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
156
+ compareGreaterThanOrEqual(left: Vector128_1<System_Internal.UIntPtr>, right: Vector128_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
157
+ compareLessThan(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
158
+ compareLessThan(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
159
+ compareLessThan(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
160
+ compareLessThan(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
161
+ compareLessThan(left: Vector128_1<System_Internal.Int64>, right: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
162
+ compareLessThan(left: Vector128_1<System_Internal.IntPtr>, right: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
163
+ compareLessThan(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
164
+ compareLessThan(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
165
+ compareLessThan(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
166
+ compareLessThan(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
167
+ compareLessThan(left: Vector128_1<System_Internal.UInt64>, right: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
168
+ compareLessThan(left: Vector128_1<System_Internal.UIntPtr>, right: Vector128_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
169
+ compareLessThanOrEqual(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
170
+ compareLessThanOrEqual(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
171
+ compareLessThanOrEqual(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
172
+ compareLessThanOrEqual(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
173
+ compareLessThanOrEqual(left: Vector128_1<System_Internal.Int64>, right: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
174
+ compareLessThanOrEqual(left: Vector128_1<System_Internal.IntPtr>, right: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
175
+ compareLessThanOrEqual(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
176
+ compareLessThanOrEqual(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
177
+ compareLessThanOrEqual(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
178
+ compareLessThanOrEqual(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
179
+ compareLessThanOrEqual(left: Vector128_1<System_Internal.UInt64>, right: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
180
+ compareLessThanOrEqual(left: Vector128_1<System_Internal.UIntPtr>, right: Vector128_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
181
+ compareNotEqual(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
182
+ compareNotEqual(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
183
+ compareNotEqual(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
184
+ compareNotEqual(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
185
+ compareNotEqual(left: Vector128_1<System_Internal.Int64>, right: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
186
+ compareNotEqual(left: Vector128_1<System_Internal.IntPtr>, right: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
187
+ compareNotEqual(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
188
+ compareNotEqual(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
189
+ compareNotEqual(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
190
+ compareNotEqual(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
191
+ compareNotEqual(left: Vector128_1<System_Internal.UInt64>, right: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
192
+ compareNotEqual(left: Vector128_1<System_Internal.UIntPtr>, right: Vector128_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
193
+ convertNarrowingSaturateSigned(lower: Vector128_1<System_Internal.Int16>, upper: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.SByte>;
194
+ convertNarrowingSaturateSigned(lower: Vector128_1<System_Internal.Int32>, upper: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int16>;
195
+ convertNarrowingSaturateUnsigned(lower: Vector128_1<System_Internal.Int16>, upper: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Byte>;
196
+ convertNarrowingSaturateUnsigned(lower: Vector128_1<System_Internal.Int32>, upper: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.UInt16>;
197
+ convertToDoubleLower(value: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Double>;
198
+ convertToDoubleLower(value: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Double>;
199
+ convertToDoubleLower(value: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.Double>;
200
+ convertToInt32Saturate(value: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Int32>;
201
+ convertToInt32Saturate(value: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Int32>;
202
+ convertToSingle(value: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Single>;
203
+ convertToSingle(value: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Single>;
204
+ convertToSingle(value: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.Single>;
205
+ convertToUInt32Saturate(value: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.UInt32>;
206
+ convertToUInt32Saturate(value: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.UInt32>;
207
+ divide(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
208
+ divide(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
209
+ dot(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int32>;
210
+ extractScalar(value: Vector128_1<System_Internal.Byte>, index: byte): uint;
211
+ extractScalar(value: Vector128_1<System_Internal.Double>, index: byte): double;
212
+ extractScalar(value: Vector128_1<System_Internal.Int16>, index: byte): int;
213
+ extractScalar(value: Vector128_1<System_Internal.Int32>, index: byte): int;
214
+ extractScalar(value: Vector128_1<System_Internal.Int64>, index: byte): long;
215
+ extractScalar(value: Vector128_1<System_Internal.IntPtr>, index: byte): nint;
216
+ extractScalar(value: Vector128_1<System_Internal.SByte>, index: byte): int;
217
+ extractScalar(value: Vector128_1<System_Internal.Single>, index: byte): float;
218
+ extractScalar(value: Vector128_1<System_Internal.UInt16>, index: byte): uint;
219
+ extractScalar(value: Vector128_1<System_Internal.UInt32>, index: byte): uint;
220
+ extractScalar(value: Vector128_1<System_Internal.UInt64>, index: byte): ulong;
221
+ extractScalar(value: Vector128_1<System_Internal.UIntPtr>, index: byte): nuint;
222
+ floor(value: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
223
+ floor(value: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
224
+ loadScalarAndInsert(address: ptr<byte>, vector: Vector128_1<System_Internal.Byte>, index: byte): Vector128_1<System_Internal.Byte>;
225
+ loadScalarAndInsert(address: ptr<double>, vector: Vector128_1<System_Internal.Double>, index: byte): Vector128_1<System_Internal.Double>;
226
+ loadScalarAndInsert(address: ptr<short>, vector: Vector128_1<System_Internal.Int16>, index: byte): Vector128_1<System_Internal.Int16>;
227
+ loadScalarAndInsert(address: ptr<int>, vector: Vector128_1<System_Internal.Int32>, index: byte): Vector128_1<System_Internal.Int32>;
228
+ loadScalarAndInsert(address: ptr<long>, vector: Vector128_1<System_Internal.Int64>, index: byte): Vector128_1<System_Internal.Int64>;
229
+ loadScalarAndInsert(address: ptr<nint>, vector: Vector128_1<System_Internal.IntPtr>, index: byte): Vector128_1<System_Internal.IntPtr>;
230
+ loadScalarAndInsert(address: ptr<sbyte>, vector: Vector128_1<System_Internal.SByte>, index: byte): Vector128_1<System_Internal.SByte>;
231
+ loadScalarAndInsert(address: ptr<float>, vector: Vector128_1<System_Internal.Single>, index: byte): Vector128_1<System_Internal.Single>;
232
+ loadScalarAndInsert(address: ptr<ushort>, vector: Vector128_1<System_Internal.UInt16>, index: byte): Vector128_1<System_Internal.UInt16>;
233
+ loadScalarAndInsert(address: ptr<uint>, vector: Vector128_1<System_Internal.UInt32>, index: byte): Vector128_1<System_Internal.UInt32>;
234
+ loadScalarAndInsert(address: ptr<ulong>, vector: Vector128_1<System_Internal.UInt64>, index: byte): Vector128_1<System_Internal.UInt64>;
235
+ loadScalarAndInsert(address: ptr<nuint>, vector: Vector128_1<System_Internal.UIntPtr>, index: byte): Vector128_1<System_Internal.UIntPtr>;
236
+ loadScalarAndSplatVector128(address: ptr<byte>): Vector128_1<System_Internal.Byte>;
237
+ loadScalarAndSplatVector128(address: ptr<double>): Vector128_1<System_Internal.Double>;
238
+ loadScalarAndSplatVector128(address: ptr<short>): Vector128_1<System_Internal.Int16>;
239
+ loadScalarAndSplatVector128(address: ptr<int>): Vector128_1<System_Internal.Int32>;
240
+ loadScalarAndSplatVector128(address: ptr<long>): Vector128_1<System_Internal.Int64>;
241
+ loadScalarAndSplatVector128(address: ptr<nint>): Vector128_1<System_Internal.IntPtr>;
242
+ loadScalarAndSplatVector128(address: ptr<sbyte>): Vector128_1<System_Internal.SByte>;
243
+ loadScalarAndSplatVector128(address: ptr<float>): Vector128_1<System_Internal.Single>;
244
+ loadScalarAndSplatVector128(address: ptr<ushort>): Vector128_1<System_Internal.UInt16>;
245
+ loadScalarAndSplatVector128(address: ptr<uint>): Vector128_1<System_Internal.UInt32>;
246
+ loadScalarAndSplatVector128(address: ptr<ulong>): Vector128_1<System_Internal.UInt64>;
247
+ loadScalarAndSplatVector128(address: ptr<nuint>): Vector128_1<System_Internal.UIntPtr>;
248
+ loadScalarVector128(address: ptr<double>): Vector128_1<System_Internal.Double>;
249
+ loadScalarVector128(address: ptr<int>): Vector128_1<System_Internal.Int32>;
250
+ loadScalarVector128(address: ptr<long>): Vector128_1<System_Internal.Int64>;
251
+ loadScalarVector128(address: ptr<nint>): Vector128_1<System_Internal.IntPtr>;
252
+ loadScalarVector128(address: ptr<float>): Vector128_1<System_Internal.Single>;
253
+ loadScalarVector128(address: ptr<uint>): Vector128_1<System_Internal.UInt32>;
254
+ loadScalarVector128(address: ptr<ulong>): Vector128_1<System_Internal.UInt64>;
255
+ loadScalarVector128(address: ptr<nuint>): Vector128_1<System_Internal.UIntPtr>;
256
+ loadVector128(address: ptr<byte>): Vector128_1<System_Internal.Byte>;
257
+ loadVector128(address: ptr<double>): Vector128_1<System_Internal.Double>;
258
+ loadVector128(address: ptr<short>): Vector128_1<System_Internal.Int16>;
259
+ loadVector128(address: ptr<int>): Vector128_1<System_Internal.Int32>;
260
+ loadVector128(address: ptr<long>): Vector128_1<System_Internal.Int64>;
261
+ loadVector128(address: ptr<nint>): Vector128_1<System_Internal.IntPtr>;
262
+ loadVector128(address: ptr<sbyte>): Vector128_1<System_Internal.SByte>;
263
+ loadVector128(address: ptr<float>): Vector128_1<System_Internal.Single>;
264
+ loadVector128(address: ptr<ushort>): Vector128_1<System_Internal.UInt16>;
265
+ loadVector128(address: ptr<uint>): Vector128_1<System_Internal.UInt32>;
266
+ loadVector128(address: ptr<ulong>): Vector128_1<System_Internal.UInt64>;
267
+ loadVector128(address: ptr<nuint>): Vector128_1<System_Internal.UIntPtr>;
268
+ loadWideningVector128(address: ptr<byte>): Vector128_1<System_Internal.UInt16>;
269
+ loadWideningVector128(address: ptr<short>): Vector128_1<System_Internal.Int32>;
270
+ loadWideningVector128(address: ptr<int>): Vector128_1<System_Internal.Int64>;
271
+ loadWideningVector128(address: ptr<sbyte>): Vector128_1<System_Internal.Int16>;
272
+ loadWideningVector128(address: ptr<ushort>): Vector128_1<System_Internal.UInt32>;
273
+ loadWideningVector128(address: ptr<uint>): Vector128_1<System_Internal.UInt64>;
274
+ max(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
275
+ max(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
276
+ max(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
277
+ max(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
278
+ max(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
279
+ max(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
280
+ max(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
281
+ max(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
282
+ min(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
283
+ min(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
284
+ min(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
285
+ min(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
286
+ min(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
287
+ min(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
288
+ min(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
289
+ min(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
290
+ multiply(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
291
+ multiply(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
292
+ multiply(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
293
+ multiply(left: Vector128_1<System_Internal.Int64>, right: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
294
+ multiply(left: Vector128_1<System_Internal.IntPtr>, right: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
295
+ multiply(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
296
+ multiply(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
297
+ multiply(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
298
+ multiply(left: Vector128_1<System_Internal.UInt64>, right: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
299
+ multiply(left: Vector128_1<System_Internal.UIntPtr>, right: Vector128_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
300
+ multiplyRoundedSaturateQ15(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
301
+ multiplyWideningLower(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.UInt16>;
302
+ multiplyWideningLower(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int32>;
303
+ multiplyWideningLower(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int64>;
304
+ multiplyWideningLower(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.Int16>;
305
+ multiplyWideningLower(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt32>;
306
+ multiplyWideningLower(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt64>;
307
+ multiplyWideningUpper(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.UInt16>;
308
+ multiplyWideningUpper(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int32>;
309
+ multiplyWideningUpper(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int64>;
310
+ multiplyWideningUpper(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.Int16>;
311
+ multiplyWideningUpper(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt32>;
312
+ multiplyWideningUpper(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt64>;
313
+ negate(value: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
314
+ negate(value: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
315
+ negate(value: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
316
+ negate(value: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
317
+ negate(value: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
318
+ negate(value: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
319
+ negate(value: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
320
+ negate(value: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
321
+ negate(value: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
322
+ negate(value: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
323
+ negate(value: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
324
+ negate(value: Vector128_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
325
+ not(value: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
326
+ not(value: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
327
+ not(value: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
328
+ not(value: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
329
+ not(value: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
330
+ not(value: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
331
+ not(value: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
332
+ not(value: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
333
+ not(value: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
334
+ not(value: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
335
+ not(value: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
336
+ not(value: Vector128_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
337
+ or(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
338
+ or(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
339
+ or(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
340
+ or(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
341
+ or(left: Vector128_1<System_Internal.Int64>, right: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
342
+ or(left: Vector128_1<System_Internal.IntPtr>, right: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
343
+ or(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
344
+ or(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
345
+ or(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
346
+ or(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
347
+ or(left: Vector128_1<System_Internal.UInt64>, right: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
348
+ or(left: Vector128_1<System_Internal.UIntPtr>, right: Vector128_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
349
+ popCount(value: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
350
+ pseudoMax(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
351
+ pseudoMax(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
352
+ pseudoMin(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
353
+ pseudoMin(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
354
+ replaceScalar(vector: Vector128_1<System_Internal.Byte>, imm: byte, value: uint): Vector128_1<System_Internal.Byte>;
355
+ replaceScalar(vector: Vector128_1<System_Internal.Double>, imm: byte, value: double): Vector128_1<System_Internal.Double>;
356
+ replaceScalar(vector: Vector128_1<System_Internal.Int16>, imm: byte, value: int): Vector128_1<System_Internal.Int16>;
357
+ replaceScalar(vector: Vector128_1<System_Internal.Int32>, imm: byte, value: int): Vector128_1<System_Internal.Int32>;
358
+ replaceScalar(vector: Vector128_1<System_Internal.Int64>, imm: byte, value: long): Vector128_1<System_Internal.Int64>;
359
+ replaceScalar(vector: Vector128_1<System_Internal.IntPtr>, imm: byte, value: nint): Vector128_1<System_Internal.IntPtr>;
360
+ replaceScalar(vector: Vector128_1<System_Internal.SByte>, imm: byte, value: int): Vector128_1<System_Internal.SByte>;
361
+ replaceScalar(vector: Vector128_1<System_Internal.Single>, imm: byte, value: float): Vector128_1<System_Internal.Single>;
362
+ replaceScalar(vector: Vector128_1<System_Internal.UInt16>, imm: byte, value: uint): Vector128_1<System_Internal.UInt16>;
363
+ replaceScalar(vector: Vector128_1<System_Internal.UInt32>, imm: byte, value: uint): Vector128_1<System_Internal.Int32>;
364
+ replaceScalar(vector: Vector128_1<System_Internal.UInt64>, imm: byte, value: ulong): Vector128_1<System_Internal.UInt64>;
365
+ replaceScalar(vector: Vector128_1<System_Internal.UIntPtr>, imm: byte, value: nuint): Vector128_1<System_Internal.UIntPtr>;
366
+ roundToNearest(value: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
367
+ roundToNearest(value: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
368
+ shiftLeft(value: Vector128_1<System_Internal.Byte>, count: int): Vector128_1<System_Internal.Byte>;
369
+ shiftLeft(value: Vector128_1<System_Internal.Int16>, count: int): Vector128_1<System_Internal.Int16>;
370
+ shiftLeft(value: Vector128_1<System_Internal.Int32>, count: int): Vector128_1<System_Internal.Int32>;
371
+ shiftLeft(value: Vector128_1<System_Internal.Int64>, count: int): Vector128_1<System_Internal.Int64>;
372
+ shiftLeft(value: Vector128_1<System_Internal.IntPtr>, count: int): Vector128_1<System_Internal.IntPtr>;
373
+ shiftLeft(value: Vector128_1<System_Internal.SByte>, count: int): Vector128_1<System_Internal.SByte>;
374
+ shiftLeft(value: Vector128_1<System_Internal.UInt16>, count: int): Vector128_1<System_Internal.UInt16>;
375
+ shiftLeft(value: Vector128_1<System_Internal.UInt32>, count: int): Vector128_1<System_Internal.UInt32>;
376
+ shiftLeft(value: Vector128_1<System_Internal.UInt64>, count: int): Vector128_1<System_Internal.UInt64>;
377
+ shiftLeft(value: Vector128_1<System_Internal.UIntPtr>, count: int): Vector128_1<System_Internal.UIntPtr>;
378
+ shiftRightArithmetic(value: Vector128_1<System_Internal.Byte>, count: int): Vector128_1<System_Internal.Byte>;
379
+ shiftRightArithmetic(value: Vector128_1<System_Internal.Int16>, count: int): Vector128_1<System_Internal.Int16>;
380
+ shiftRightArithmetic(value: Vector128_1<System_Internal.Int32>, count: int): Vector128_1<System_Internal.Int32>;
381
+ shiftRightArithmetic(value: Vector128_1<System_Internal.Int64>, count: int): Vector128_1<System_Internal.Int64>;
382
+ shiftRightArithmetic(value: Vector128_1<System_Internal.IntPtr>, count: int): Vector128_1<System_Internal.IntPtr>;
383
+ shiftRightArithmetic(value: Vector128_1<System_Internal.SByte>, count: int): Vector128_1<System_Internal.SByte>;
384
+ shiftRightArithmetic(value: Vector128_1<System_Internal.UInt16>, count: int): Vector128_1<System_Internal.UInt16>;
385
+ shiftRightArithmetic(value: Vector128_1<System_Internal.UInt32>, count: int): Vector128_1<System_Internal.UInt32>;
386
+ shiftRightArithmetic(value: Vector128_1<System_Internal.UInt64>, count: int): Vector128_1<System_Internal.UInt64>;
387
+ shiftRightArithmetic(value: Vector128_1<System_Internal.UIntPtr>, count: int): Vector128_1<System_Internal.UIntPtr>;
388
+ shiftRightLogical(value: Vector128_1<System_Internal.Byte>, count: int): Vector128_1<System_Internal.Byte>;
389
+ shiftRightLogical(value: Vector128_1<System_Internal.Int16>, count: int): Vector128_1<System_Internal.Int16>;
390
+ shiftRightLogical(value: Vector128_1<System_Internal.Int32>, count: int): Vector128_1<System_Internal.Int32>;
391
+ shiftRightLogical(value: Vector128_1<System_Internal.Int64>, count: int): Vector128_1<System_Internal.Int64>;
392
+ shiftRightLogical(value: Vector128_1<System_Internal.IntPtr>, count: int): Vector128_1<System_Internal.IntPtr>;
393
+ shiftRightLogical(value: Vector128_1<System_Internal.SByte>, count: int): Vector128_1<System_Internal.SByte>;
394
+ shiftRightLogical(value: Vector128_1<System_Internal.UInt16>, count: int): Vector128_1<System_Internal.UInt16>;
395
+ shiftRightLogical(value: Vector128_1<System_Internal.UInt32>, count: int): Vector128_1<System_Internal.UInt32>;
396
+ shiftRightLogical(value: Vector128_1<System_Internal.UInt64>, count: int): Vector128_1<System_Internal.UInt64>;
397
+ shiftRightLogical(value: Vector128_1<System_Internal.UIntPtr>, count: int): Vector128_1<System_Internal.UIntPtr>;
398
+ signExtendWideningLower(value: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.UInt16>;
399
+ signExtendWideningLower(value: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int32>;
400
+ signExtendWideningLower(value: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int64>;
401
+ signExtendWideningLower(value: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.Int16>;
402
+ signExtendWideningLower(value: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt32>;
403
+ signExtendWideningLower(value: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt64>;
404
+ signExtendWideningUpper(value: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.UInt16>;
405
+ signExtendWideningUpper(value: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int32>;
406
+ signExtendWideningUpper(value: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int64>;
407
+ signExtendWideningUpper(value: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.Int16>;
408
+ signExtendWideningUpper(value: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt32>;
409
+ signExtendWideningUpper(value: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt64>;
410
+ splat(value: byte): Vector128_1<System_Internal.Byte>;
411
+ splat(value: double): Vector128_1<System_Internal.Double>;
412
+ splat(value: short): Vector128_1<System_Internal.Int16>;
413
+ splat(value: int): Vector128_1<System_Internal.Int32>;
414
+ splat(value: long): Vector128_1<System_Internal.Int64>;
415
+ splat(value: nint): Vector128_1<System_Internal.IntPtr>;
416
+ splat(value: sbyte): Vector128_1<System_Internal.SByte>;
417
+ splat(value: float): Vector128_1<System_Internal.Single>;
418
+ splat(value: ushort): Vector128_1<System_Internal.UInt16>;
419
+ splat(value: uint): Vector128_1<System_Internal.UInt32>;
420
+ splat(value: ulong): Vector128_1<System_Internal.UInt64>;
421
+ splat(value: nuint): Vector128_1<System_Internal.UIntPtr>;
422
+ sqrt(value: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
423
+ sqrt(value: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
424
+ store(address: ptr<byte>, source: Vector128_1<System_Internal.Byte>): void;
425
+ store(address: ptr<double>, source: Vector128_1<System_Internal.Double>): void;
426
+ store(address: ptr<short>, source: Vector128_1<System_Internal.Int16>): void;
427
+ store(address: ptr<int>, source: Vector128_1<System_Internal.Int32>): void;
428
+ store(address: ptr<long>, source: Vector128_1<System_Internal.Int64>): void;
429
+ store(address: ptr<nint>, source: Vector128_1<System_Internal.IntPtr>): void;
430
+ store(address: ptr<sbyte>, source: Vector128_1<System_Internal.SByte>): void;
431
+ store(address: ptr<float>, source: Vector128_1<System_Internal.Single>): void;
432
+ store(address: ptr<ushort>, source: Vector128_1<System_Internal.UInt16>): void;
433
+ store(address: ptr<uint>, source: Vector128_1<System_Internal.UInt32>): void;
434
+ store(address: ptr<ulong>, source: Vector128_1<System_Internal.UInt64>): void;
435
+ store(address: ptr<nuint>, source: Vector128_1<System_Internal.UIntPtr>): void;
436
+ storeSelectedScalar(address: ptr<byte>, source: Vector128_1<System_Internal.Byte>, index: byte): void;
437
+ storeSelectedScalar(address: ptr<double>, source: Vector128_1<System_Internal.Double>, index: byte): void;
438
+ storeSelectedScalar(address: ptr<short>, source: Vector128_1<System_Internal.Int16>, index: byte): void;
439
+ storeSelectedScalar(address: ptr<int>, source: Vector128_1<System_Internal.Int32>, index: byte): void;
440
+ storeSelectedScalar(address: ptr<long>, source: Vector128_1<System_Internal.Int64>, index: byte): void;
441
+ storeSelectedScalar(address: ptr<nint>, source: Vector128_1<System_Internal.IntPtr>, index: byte): void;
442
+ storeSelectedScalar(address: ptr<sbyte>, source: Vector128_1<System_Internal.SByte>, index: byte): void;
443
+ storeSelectedScalar(address: ptr<float>, source: Vector128_1<System_Internal.Single>, index: byte): void;
444
+ storeSelectedScalar(address: ptr<ushort>, source: Vector128_1<System_Internal.UInt16>, index: byte): void;
445
+ storeSelectedScalar(address: ptr<uint>, source: Vector128_1<System_Internal.UInt32>, index: byte): void;
446
+ storeSelectedScalar(address: ptr<ulong>, source: Vector128_1<System_Internal.UInt64>, index: byte): void;
447
+ storeSelectedScalar(address: ptr<nuint>, source: Vector128_1<System_Internal.UIntPtr>, index: byte): void;
448
+ subtract(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
449
+ subtract(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
450
+ subtract(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
451
+ subtract(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
452
+ subtract(left: Vector128_1<System_Internal.Int64>, right: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
453
+ subtract(left: Vector128_1<System_Internal.IntPtr>, right: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
454
+ subtract(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
455
+ subtract(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
456
+ subtract(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
457
+ subtract(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
458
+ subtract(left: Vector128_1<System_Internal.UInt64>, right: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
459
+ subtract(left: Vector128_1<System_Internal.UIntPtr>, right: Vector128_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
460
+ subtractSaturate(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
461
+ subtractSaturate(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
462
+ subtractSaturate(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
463
+ subtractSaturate(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
464
+ swizzle(vector: Vector128_1<System_Internal.Byte>, indices: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
465
+ swizzle(vector: Vector128_1<System_Internal.SByte>, indices: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
466
+ truncate(value: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
467
+ truncate(value: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
468
+ xor(left: Vector128_1<System_Internal.Byte>, right: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.Byte>;
469
+ xor(left: Vector128_1<System_Internal.Double>, right: Vector128_1<System_Internal.Double>): Vector128_1<System_Internal.Double>;
470
+ xor(left: Vector128_1<System_Internal.Int16>, right: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int16>;
471
+ xor(left: Vector128_1<System_Internal.Int32>, right: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int32>;
472
+ xor(left: Vector128_1<System_Internal.Int64>, right: Vector128_1<System_Internal.Int64>): Vector128_1<System_Internal.Int64>;
473
+ xor(left: Vector128_1<System_Internal.IntPtr>, right: Vector128_1<System_Internal.IntPtr>): Vector128_1<System_Internal.IntPtr>;
474
+ xor(left: Vector128_1<System_Internal.SByte>, right: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.SByte>;
475
+ xor(left: Vector128_1<System_Internal.Single>, right: Vector128_1<System_Internal.Single>): Vector128_1<System_Internal.Single>;
476
+ xor(left: Vector128_1<System_Internal.UInt16>, right: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt16>;
477
+ xor(left: Vector128_1<System_Internal.UInt32>, right: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt32>;
478
+ xor(left: Vector128_1<System_Internal.UInt64>, right: Vector128_1<System_Internal.UInt64>): Vector128_1<System_Internal.UInt64>;
479
+ xor(left: Vector128_1<System_Internal.UIntPtr>, right: Vector128_1<System_Internal.UIntPtr>): Vector128_1<System_Internal.UIntPtr>;
480
+ zeroExtendWideningLower(value: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.UInt16>;
481
+ zeroExtendWideningLower(value: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int32>;
482
+ zeroExtendWideningLower(value: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int64>;
483
+ zeroExtendWideningLower(value: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.Int16>;
484
+ zeroExtendWideningLower(value: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt32>;
485
+ zeroExtendWideningLower(value: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt64>;
486
+ zeroExtendWideningUpper(value: Vector128_1<System_Internal.Byte>): Vector128_1<System_Internal.UInt16>;
487
+ zeroExtendWideningUpper(value: Vector128_1<System_Internal.Int16>): Vector128_1<System_Internal.Int32>;
488
+ zeroExtendWideningUpper(value: Vector128_1<System_Internal.Int32>): Vector128_1<System_Internal.Int64>;
489
+ zeroExtendWideningUpper(value: Vector128_1<System_Internal.SByte>): Vector128_1<System_Internal.Int16>;
490
+ zeroExtendWideningUpper(value: Vector128_1<System_Internal.UInt16>): Vector128_1<System_Internal.UInt32>;
491
+ zeroExtendWideningUpper(value: Vector128_1<System_Internal.UInt32>): Vector128_1<System_Internal.UInt64>;
517
492
  };
518
493
 
519
494