No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

NEON_AArch64_rdma.cs 46KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. using System;
  2. using System.Diagnostics;
  3. namespace Unity.Burst.Intrinsics
  4. {
  5. public unsafe static partial class Arm
  6. {
  7. public unsafe partial class Neon
  8. {
  9. /// <summary>
  10. /// Evaluates to true at compile time if Armv8.1 Rounding Double Multiply Add/Subtract intrinsics are supported.
  11. /// </summary>
  12. public static bool IsNeonRDMASupported { get { return false; } }
  13. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  14. /// <br/>Equivalent instruction: <c>SQRDMLAH Vd.4H,Vn.4H,Vm.4H</c></summary>
  15. /// <param name="a0">64-bit vector a0</param>
  16. /// <param name="a1">64-bit vector a1</param>
  17. /// <param name="a2">64-bit vector a2</param>
  18. /// <returns>64-bit vector</returns>
  19. [DebuggerStepThrough]
  20. public static v64 vqrdmlah_s16(v64 a0, v64 a1, v64 a2)
  21. {
  22. throw new NotImplementedException();
  23. }
  24. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  25. /// <br/>Equivalent instruction: <c>SQRDMLAH Vd.2S,Vn.2S,Vm.2S</c></summary>
  26. /// <param name="a0">64-bit vector a0</param>
  27. /// <param name="a1">64-bit vector a1</param>
  28. /// <param name="a2">64-bit vector a2</param>
  29. /// <returns>64-bit vector</returns>
  30. [DebuggerStepThrough]
  31. public static v64 vqrdmlah_s32(v64 a0, v64 a1, v64 a2)
  32. {
  33. throw new NotImplementedException();
  34. }
  35. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  36. /// <br/>Equivalent instruction: <c>SQRDMLAH Vd.8H,Vn.8H,Vm.8H</c></summary>
  37. /// <param name="a0">128-bit vector a0</param>
  38. /// <param name="a1">128-bit vector a1</param>
  39. /// <param name="a2">128-bit vector a2</param>
  40. /// <returns>128-bit vector</returns>
  41. [DebuggerStepThrough]
  42. public static v128 vqrdmlahq_s16(v128 a0, v128 a1, v128 a2)
  43. {
  44. throw new NotImplementedException();
  45. }
  46. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  47. /// <br/>Equivalent instruction: <c>SQRDMLAH Vd.4S,Vn.4S,Vm.4S</c></summary>
  48. /// <param name="a0">128-bit vector a0</param>
  49. /// <param name="a1">128-bit vector a1</param>
  50. /// <param name="a2">128-bit vector a2</param>
  51. /// <returns>128-bit vector</returns>
  52. [DebuggerStepThrough]
  53. public static v128 vqrdmlahq_s32(v128 a0, v128 a1, v128 a2)
  54. {
  55. throw new NotImplementedException();
  56. }
  57. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  58. /// <br/>Equivalent instruction: <c>SQRDMLSH Vd.4H,Vn.4H,Vm.4H</c></summary>
  59. /// <param name="a0">64-bit vector a0</param>
  60. /// <param name="a1">64-bit vector a1</param>
  61. /// <param name="a2">64-bit vector a2</param>
  62. /// <returns>64-bit vector</returns>
  63. [DebuggerStepThrough]
  64. public static v64 vqrdmlsh_s16(v64 a0, v64 a1, v64 a2)
  65. {
  66. throw new NotImplementedException();
  67. }
  68. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  69. /// <br/>Equivalent instruction: <c>SQRDMLSH Vd.2S,Vn.2S,Vm.2S</c></summary>
  70. /// <param name="a0">64-bit vector a0</param>
  71. /// <param name="a1">64-bit vector a1</param>
  72. /// <param name="a2">64-bit vector a2</param>
  73. /// <returns>64-bit vector</returns>
  74. [DebuggerStepThrough]
  75. public static v64 vqrdmlsh_s32(v64 a0, v64 a1, v64 a2)
  76. {
  77. throw new NotImplementedException();
  78. }
  79. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  80. /// <br/>Equivalent instruction: <c>SQRDMLSH Vd.8H,Vn.8H,Vm.8H</c></summary>
  81. /// <param name="a0">128-bit vector a0</param>
  82. /// <param name="a1">128-bit vector a1</param>
  83. /// <param name="a2">128-bit vector a2</param>
  84. /// <returns>128-bit vector</returns>
  85. [DebuggerStepThrough]
  86. public static v128 vqrdmlshq_s16(v128 a0, v128 a1, v128 a2)
  87. {
  88. throw new NotImplementedException();
  89. }
  90. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  91. /// <br/>Equivalent instruction: <c>SQRDMLSH Vd.4S,Vn.4S,Vm.4S</c></summary>
  92. /// <param name="a0">128-bit vector a0</param>
  93. /// <param name="a1">128-bit vector a1</param>
  94. /// <param name="a2">128-bit vector a2</param>
  95. /// <returns>128-bit vector</returns>
  96. [DebuggerStepThrough]
  97. public static v128 vqrdmlshq_s32(v128 a0, v128 a1, v128 a2)
  98. {
  99. throw new NotImplementedException();
  100. }
  101. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  102. /// <br/>Equivalent instruction: <c>SQRDMLAH Vd.4H,Vn.4H,Vm.H[lane]</c></summary>
  103. /// <param name="a0">64-bit vector a0</param>
  104. /// <param name="a1">64-bit vector a1</param>
  105. /// <param name="a2">64-bit vector a2</param>
  106. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..3]</param>
  107. /// <returns>64-bit vector</returns>
  108. [DebuggerStepThrough]
  109. public static v64 vqrdmlah_lane_s16(v64 a0, v64 a1, v64 a2, Int32 a3)
  110. {
  111. throw new NotImplementedException();
  112. }
  113. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  114. /// <br/>Equivalent instruction: <c>SQRDMLAH Vd.8H,Vn.8H,Vm.H[lane]</c></summary>
  115. /// <param name="a0">128-bit vector a0</param>
  116. /// <param name="a1">128-bit vector a1</param>
  117. /// <param name="a2">64-bit vector a2</param>
  118. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..3]</param>
  119. /// <returns>128-bit vector</returns>
  120. [DebuggerStepThrough]
  121. public static v128 vqrdmlahq_lane_s16(v128 a0, v128 a1, v64 a2, Int32 a3)
  122. {
  123. throw new NotImplementedException();
  124. }
  125. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  126. /// <br/>Equivalent instruction: <c>SQRDMLAH Vd.4H,Vn.4H,Vm.H[lane]</c></summary>
  127. /// <param name="a0">64-bit vector a0</param>
  128. /// <param name="a1">64-bit vector a1</param>
  129. /// <param name="a2">128-bit vector a2</param>
  130. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..7]</param>
  131. /// <returns>64-bit vector</returns>
  132. [DebuggerStepThrough]
  133. public static v64 vqrdmlah_laneq_s16(v64 a0, v64 a1, v128 a2, Int32 a3)
  134. {
  135. throw new NotImplementedException();
  136. }
  137. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  138. /// <br/>Equivalent instruction: <c>SQRDMLAH Vd.8H,Vn.8H,Vm.H[lane]</c></summary>
  139. /// <param name="a0">128-bit vector a0</param>
  140. /// <param name="a1">128-bit vector a1</param>
  141. /// <param name="a2">128-bit vector a2</param>
  142. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..7]</param>
  143. /// <returns>128-bit vector</returns>
  144. [DebuggerStepThrough]
  145. public static v128 vqrdmlahq_laneq_s16(v128 a0, v128 a1, v128 a2, Int32 a3)
  146. {
  147. throw new NotImplementedException();
  148. }
  149. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  150. /// <br/>Equivalent instruction: <c>SQRDMLAH Vd.2S,Vn.2S,Vm.S[lane]</c></summary>
  151. /// <param name="a0">64-bit vector a0</param>
  152. /// <param name="a1">64-bit vector a1</param>
  153. /// <param name="a2">64-bit vector a2</param>
  154. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..1]</param>
  155. /// <returns>64-bit vector</returns>
  156. [DebuggerStepThrough]
  157. public static v64 vqrdmlah_lane_s32(v64 a0, v64 a1, v64 a2, Int32 a3)
  158. {
  159. throw new NotImplementedException();
  160. }
  161. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  162. /// <br/>Equivalent instruction: <c>SQRDMLAH Vd.4S,Vn.4S,Vm.S[lane]</c></summary>
  163. /// <param name="a0">128-bit vector a0</param>
  164. /// <param name="a1">128-bit vector a1</param>
  165. /// <param name="a2">64-bit vector a2</param>
  166. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..1]</param>
  167. /// <returns>128-bit vector</returns>
  168. [DebuggerStepThrough]
  169. public static v128 vqrdmlahq_lane_s32(v128 a0, v128 a1, v64 a2, Int32 a3)
  170. {
  171. throw new NotImplementedException();
  172. }
  173. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  174. /// <br/>Equivalent instruction: <c>SQRDMLAH Vd.2S,Vn.2S,Vm.S[lane]</c></summary>
  175. /// <param name="a0">64-bit vector a0</param>
  176. /// <param name="a1">64-bit vector a1</param>
  177. /// <param name="a2">128-bit vector a2</param>
  178. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..3]</param>
  179. /// <returns>64-bit vector</returns>
  180. [DebuggerStepThrough]
  181. public static v64 vqrdmlah_laneq_s32(v64 a0, v64 a1, v128 a2, Int32 a3)
  182. {
  183. throw new NotImplementedException();
  184. }
  185. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  186. /// <br/>Equivalent instruction: <c>SQRDMLAH Vd.4S,Vn.4S,Vm.S[lane]</c></summary>
  187. /// <param name="a0">128-bit vector a0</param>
  188. /// <param name="a1">128-bit vector a1</param>
  189. /// <param name="a2">128-bit vector a2</param>
  190. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..3]</param>
  191. /// <returns>128-bit vector</returns>
  192. [DebuggerStepThrough]
  193. public static v128 vqrdmlahq_laneq_s32(v128 a0, v128 a1, v128 a2, Int32 a3)
  194. {
  195. throw new NotImplementedException();
  196. }
  197. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  198. /// <br/>Equivalent instruction: <c>SQRDMLSH Vd.4H,Vn.4H,Vm.H[lane]</c></summary>
  199. /// <param name="a0">64-bit vector a0</param>
  200. /// <param name="a1">64-bit vector a1</param>
  201. /// <param name="a2">64-bit vector a2</param>
  202. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..3]</param>
  203. /// <returns>64-bit vector</returns>
  204. [DebuggerStepThrough]
  205. public static v64 vqrdmlsh_lane_s16(v64 a0, v64 a1, v64 a2, Int32 a3)
  206. {
  207. throw new NotImplementedException();
  208. }
  209. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  210. /// <br/>Equivalent instruction: <c>SQRDMLSH Vd.8H,Vn.8H,Vm.H[lane]</c></summary>
  211. /// <param name="a0">128-bit vector a0</param>
  212. /// <param name="a1">128-bit vector a1</param>
  213. /// <param name="a2">64-bit vector a2</param>
  214. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..3]</param>
  215. /// <returns>128-bit vector</returns>
  216. [DebuggerStepThrough]
  217. public static v128 vqrdmlshq_lane_s16(v128 a0, v128 a1, v64 a2, Int32 a3)
  218. {
  219. throw new NotImplementedException();
  220. }
  221. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  222. /// <br/>Equivalent instruction: <c>SQRDMLSH Vd.4H,Vn.4H,Vm.H[lane]</c></summary>
  223. /// <param name="a0">64-bit vector a0</param>
  224. /// <param name="a1">64-bit vector a1</param>
  225. /// <param name="a2">128-bit vector a2</param>
  226. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..7]</param>
  227. /// <returns>64-bit vector</returns>
  228. [DebuggerStepThrough]
  229. public static v64 vqrdmlsh_laneq_s16(v64 a0, v64 a1, v128 a2, Int32 a3)
  230. {
  231. throw new NotImplementedException();
  232. }
  233. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  234. /// <br/>Equivalent instruction: <c>SQRDMLSH Vd.8H,Vn.8H,Vm.H[lane]</c></summary>
  235. /// <param name="a0">128-bit vector a0</param>
  236. /// <param name="a1">128-bit vector a1</param>
  237. /// <param name="a2">128-bit vector a2</param>
  238. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..7]</param>
  239. /// <returns>128-bit vector</returns>
  240. [DebuggerStepThrough]
  241. public static v128 vqrdmlshq_laneq_s16(v128 a0, v128 a1, v128 a2, Int32 a3)
  242. {
  243. throw new NotImplementedException();
  244. }
  245. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  246. /// <br/>Equivalent instruction: <c>SQRDMLSH Vd.2S,Vn.2S,Vm.S[lane]</c></summary>
  247. /// <param name="a0">64-bit vector a0</param>
  248. /// <param name="a1">64-bit vector a1</param>
  249. /// <param name="a2">64-bit vector a2</param>
  250. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..1]</param>
  251. /// <returns>64-bit vector</returns>
  252. [DebuggerStepThrough]
  253. public static v64 vqrdmlsh_lane_s32(v64 a0, v64 a1, v64 a2, Int32 a3)
  254. {
  255. throw new NotImplementedException();
  256. }
  257. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  258. /// <br/>Equivalent instruction: <c>SQRDMLSH Vd.4S,Vn.4S,Vm.S[lane]</c></summary>
  259. /// <param name="a0">128-bit vector a0</param>
  260. /// <param name="a1">128-bit vector a1</param>
  261. /// <param name="a2">64-bit vector a2</param>
  262. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..1]</param>
  263. /// <returns>128-bit vector</returns>
  264. [DebuggerStepThrough]
  265. public static v128 vqrdmlshq_lane_s32(v128 a0, v128 a1, v64 a2, Int32 a3)
  266. {
  267. throw new NotImplementedException();
  268. }
  269. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  270. /// <br/>Equivalent instruction: <c>SQRDMLSH Vd.2S,Vn.2S,Vm.S[lane]</c></summary>
  271. /// <param name="a0">64-bit vector a0</param>
  272. /// <param name="a1">64-bit vector a1</param>
  273. /// <param name="a2">128-bit vector a2</param>
  274. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..3]</param>
  275. /// <returns>64-bit vector</returns>
  276. [DebuggerStepThrough]
  277. public static v64 vqrdmlsh_laneq_s32(v64 a0, v64 a1, v128 a2, Int32 a3)
  278. {
  279. throw new NotImplementedException();
  280. }
  281. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  282. /// <br/>Equivalent instruction: <c>SQRDMLSH Vd.4S,Vn.4S,Vm.S[lane]</c></summary>
  283. /// <param name="a0">128-bit vector a0</param>
  284. /// <param name="a1">128-bit vector a1</param>
  285. /// <param name="a2">128-bit vector a2</param>
  286. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..3]</param>
  287. /// <returns>128-bit vector</returns>
  288. [DebuggerStepThrough]
  289. public static v128 vqrdmlshq_laneq_s32(v128 a0, v128 a1, v128 a2, Int32 a3)
  290. {
  291. throw new NotImplementedException();
  292. }
  293. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  294. /// <br/>Equivalent instruction: <c>SQRDMLAH Hd,Hn,Hm</c></summary>
  295. /// <param name="a0">Int16 a0</param>
  296. /// <param name="a1">Int16 a1</param>
  297. /// <param name="a2">Int16 a2</param>
  298. /// <returns>Int16</returns>
  299. [DebuggerStepThrough]
  300. public static Int16 vqrdmlahh_s16(Int16 a0, Int16 a1, Int16 a2)
  301. {
  302. throw new NotImplementedException();
  303. }
  304. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  305. /// <br/>Equivalent instruction: <c>SQRDMLAH Sd,Sn,Sm</c></summary>
  306. /// <param name="a0">Int32 a0</param>
  307. /// <param name="a1">Int32 a1</param>
  308. /// <param name="a2">Int32 a2</param>
  309. /// <returns>Int32</returns>
  310. [DebuggerStepThrough]
  311. public static Int32 vqrdmlahs_s32(Int32 a0, Int32 a1, Int32 a2)
  312. {
  313. throw new NotImplementedException();
  314. }
  315. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  316. /// <br/>Equivalent instruction: <c>SQRDMLSH Hd,Hn,Hm</c></summary>
  317. /// <param name="a0">Int16 a0</param>
  318. /// <param name="a1">Int16 a1</param>
  319. /// <param name="a2">Int16 a2</param>
  320. /// <returns>Int16</returns>
  321. [DebuggerStepThrough]
  322. public static Int16 vqrdmlshh_s16(Int16 a0, Int16 a1, Int16 a2)
  323. {
  324. throw new NotImplementedException();
  325. }
  326. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  327. /// <br/>Equivalent instruction: <c>SQRDMLSH Sd,Sn,Sm</c></summary>
  328. /// <param name="a0">Int32 a0</param>
  329. /// <param name="a1">Int32 a1</param>
  330. /// <param name="a2">Int32 a2</param>
  331. /// <returns>Int32</returns>
  332. [DebuggerStepThrough]
  333. public static Int32 vqrdmlshs_s32(Int32 a0, Int32 a1, Int32 a2)
  334. {
  335. throw new NotImplementedException();
  336. }
  337. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  338. /// <br/>Equivalent instruction: <c>SQRDMLAH Hd,Hn,Vm.H[lane]</c></summary>
  339. /// <param name="a0">Int16 a0</param>
  340. /// <param name="a1">Int16 a1</param>
  341. /// <param name="a2">64-bit vector a2</param>
  342. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..3]</param>
  343. /// <returns>Int16</returns>
  344. [DebuggerStepThrough]
  345. public static Int16 vqrdmlahh_lane_s16(Int16 a0, Int16 a1, v64 a2, Int32 a3)
  346. {
  347. throw new NotImplementedException();
  348. }
  349. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  350. /// <br/>Equivalent instruction: <c>SQRDMLAH Hd,Hn,Vm.H[lane]</c></summary>
  351. /// <param name="a0">Int16 a0</param>
  352. /// <param name="a1">Int16 a1</param>
  353. /// <param name="a2">128-bit vector a2</param>
  354. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..7]</param>
  355. /// <returns>Int16</returns>
  356. [DebuggerStepThrough]
  357. public static Int16 vqrdmlahh_laneq_s16(Int16 a0, Int16 a1, v128 a2, Int32 a3)
  358. {
  359. throw new NotImplementedException();
  360. }
  361. /// <summary>Signed Saturating Rounding Doubling Multiply Accumulate returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and accumulates the most significant half of the final results with the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  362. /// <br/>Equivalent instruction: <c>SQRDMLAH Sd,Sn,Vm.S[lane]</c></summary>
  363. /// <param name="a0">Int32 a0</param>
  364. /// <param name="a1">Int32 a1</param>
  365. /// <param name="a2">128-bit vector a2</param>
  366. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..1]</param>
  367. /// <returns>Int32</returns>
  368. [DebuggerStepThrough]
  369. public static Int32 vqrdmlahs_lane_s32(Int32 a0, Int32 a1, v64 a2, Int32 a3)
  370. {
  371. throw new NotImplementedException();
  372. }
  373. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  374. /// <br/>Equivalent instruction: <c>SQRDMLSH Hd,Hn,Vm.H[lane]</c></summary>
  375. /// <param name="a0">Int16 a0</param>
  376. /// <param name="a1">Int16 a1</param>
  377. /// <param name="a2">64-bit vector a2</param>
  378. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..3]</param>
  379. /// <returns>Int16</returns>
  380. [DebuggerStepThrough]
  381. public static Int16 vqrdmlshh_lane_s16(Int16 a0, Int16 a1, v64 a2, Int32 a3)
  382. {
  383. throw new NotImplementedException();
  384. }
  385. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  386. /// <br/>Equivalent instruction: <c>SQRDMLSH Hd,Hn,Vm.H[lane]</c></summary>
  387. /// <param name="a0">Int16 a0</param>
  388. /// <param name="a1">Int16 a1</param>
  389. /// <param name="a2">128-bit vector a2</param>
  390. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..7]</param>
  391. /// <returns>Int16</returns>
  392. [DebuggerStepThrough]
  393. public static Int16 vqrdmlshh_laneq_s16(Int16 a0, Int16 a1, v128 a2, Int32 a3)
  394. {
  395. throw new NotImplementedException();
  396. }
  397. /// <summary>Signed Saturating Rounding Doubling Multiply Subtract returning High Half (by element). This instruction multiplies the vector elements of the first source SIMD&amp;FP register with the value of a vector element of the second source SIMD&amp;FP register without saturating the multiply results, doubles the results, and subtracts the most significant half of the final results from the vector elements of the destination SIMD&amp;FP register. The results are rounded.If any of the results overflow, they are saturated. The cumulative saturation bit, FPSR.QC, is set if saturation occurs.Depending on the settings in the CPACR_EL1, CPTR_EL2, and CPTR_EL3 registers, and the current Security state and Exception level, an attempt to execute the instruction might be trapped.
  398. /// <br/>Equivalent instruction: <c>SQRDMLSH Sd,Sn,Vm.S[lane]</c></summary>
  399. /// <param name="a0">Int32 a0</param>
  400. /// <param name="a1">Int32 a1</param>
  401. /// <param name="a2">128-bit vector a2</param>
  402. /// <param name="a3">Lane index to a2. Must be an immediate in the range of [0..3]</param>
  403. /// <returns>Int32</returns>
  404. [DebuggerStepThrough]
  405. public static Int32 vqrdmlshs_lane_s32(Int32 a0, Int32 a1, v64 a2, Int32 a3)
  406. {
  407. throw new NotImplementedException();
  408. }
  409. }
  410. }
  411. }