@@ -121,6 +121,221 @@ internal Arm64() { }
121
121
public static unsafe Vector < ulong > CreateTrueMaskUInt64 ( [ ConstantExpected ] SveMaskPattern pattern = SveMaskPattern . All ) { throw new PlatformNotSupportedException ( ) ; }
122
122
123
123
124
+ /// CreateWhileLessThanMask16Bit : While incrementing scalar is less than
125
+
126
+ /// <summary>
127
+ /// svbool_t svwhilelt_b16[_s32](int32_t op1, int32_t op2)
128
+ /// WHILELT Presult.H, Wop1, Wop2
129
+ /// </summary>
130
+ public static unsafe Vector < ushort > CreateWhileLessThanMask16Bit ( int left , int right ) { throw new PlatformNotSupportedException ( ) ; }
131
+
132
+ /// <summary>
133
+ /// svbool_t svwhilelt_b16[_s64](int64_t op1, int64_t op2)
134
+ /// WHILELT Presult.H, Xop1, Xop2
135
+ /// </summary>
136
+ public static unsafe Vector < ushort > CreateWhileLessThanMask16Bit ( long left , long right ) { throw new PlatformNotSupportedException ( ) ; }
137
+
138
+ /// <summary>
139
+ /// svbool_t svwhilelt_b16[_u32](uint32_t op1, uint32_t op2)
140
+ /// WHILELO Presult.H, Wop1, Wop2
141
+ /// </summary>
142
+ public static unsafe Vector < ushort > CreateWhileLessThanMask16Bit ( uint left , uint right ) { throw new PlatformNotSupportedException ( ) ; }
143
+
144
+ /// <summary>
145
+ /// svbool_t svwhilelt_b16[_u64](uint64_t op1, uint64_t op2)
146
+ /// WHILELO Presult.H, Xop1, Xop2
147
+ /// </summary>
148
+ public static unsafe Vector < ushort > CreateWhileLessThanMask16Bit ( ulong left , ulong right ) { throw new PlatformNotSupportedException ( ) ; }
149
+
150
+
151
+ /// CreateWhileLessThanMask32Bit : While incrementing scalar is less than
152
+
153
+ /// <summary>
154
+ /// svbool_t svwhilelt_b32[_s32](int32_t op1, int32_t op2)
155
+ /// WHILELT Presult.S, Wop1, Wop2
156
+ /// </summary>
157
+ public static unsafe Vector < uint > CreateWhileLessThanMask32Bit ( int left , int right ) { throw new PlatformNotSupportedException ( ) ; }
158
+
159
+ /// <summary>
160
+ /// svbool_t svwhilelt_b32[_s64](int64_t op1, int64_t op2)
161
+ /// WHILELT Presult.S, Xop1, Xop2
162
+ /// </summary>
163
+ public static unsafe Vector < uint > CreateWhileLessThanMask32Bit ( long left , long right ) { throw new PlatformNotSupportedException ( ) ; }
164
+
165
+ /// <summary>
166
+ /// svbool_t svwhilelt_b32[_u32](uint32_t op1, uint32_t op2)
167
+ /// WHILELO Presult.S, Wop1, Wop2
168
+ /// </summary>
169
+ public static unsafe Vector < uint > CreateWhileLessThanMask32Bit ( uint left , uint right ) { throw new PlatformNotSupportedException ( ) ; }
170
+
171
+ /// <summary>
172
+ /// svbool_t svwhilelt_b32[_u64](uint64_t op1, uint64_t op2)
173
+ /// WHILELO Presult.S, Xop1, Xop2
174
+ /// </summary>
175
+ public static unsafe Vector < uint > CreateWhileLessThanMask32Bit ( ulong left , ulong right ) { throw new PlatformNotSupportedException ( ) ; }
176
+
177
+
178
+ /// CreateWhileLessThanMask64Bit : While incrementing scalar is less than
179
+
180
+ /// <summary>
181
+ /// svbool_t svwhilelt_b64[_s32](int32_t op1, int32_t op2)
182
+ /// WHILELT Presult.D, Wop1, Wop2
183
+ /// </summary>
184
+ public static unsafe Vector < ulong > CreateWhileLessThanMask64Bit ( int left , int right ) { throw new PlatformNotSupportedException ( ) ; }
185
+
186
+ /// <summary>
187
+ /// svbool_t svwhilelt_b64[_s64](int64_t op1, int64_t op2)
188
+ /// WHILELT Presult.D, Xop1, Xop2
189
+ /// </summary>
190
+ public static unsafe Vector < ulong > CreateWhileLessThanMask64Bit ( long left , long right ) { throw new PlatformNotSupportedException ( ) ; }
191
+
192
+ /// <summary>
193
+ /// svbool_t svwhilelt_b64[_u32](uint32_t op1, uint32_t op2)
194
+ /// WHILELO Presult.D, Wop1, Wop2
195
+ /// </summary>
196
+ public static unsafe Vector < ulong > CreateWhileLessThanMask64Bit ( uint left , uint right ) { throw new PlatformNotSupportedException ( ) ; }
197
+
198
+ /// <summary>
199
+ /// svbool_t svwhilelt_b64[_u64](uint64_t op1, uint64_t op2)
200
+ /// WHILELO Presult.D, Xop1, Xop2
201
+ /// </summary>
202
+ public static unsafe Vector < ulong > CreateWhileLessThanMask64Bit ( ulong left , ulong right ) { throw new PlatformNotSupportedException ( ) ; }
203
+
204
+
205
+ /// CreateWhileLessThanMask8Bit : While incrementing scalar is less than
206
+
207
+ /// <summary>
208
+ /// svbool_t svwhilelt_b8[_s32](int32_t op1, int32_t op2)
209
+ /// WHILELT Presult.B, Wop1, Wop2
210
+ /// </summary>
211
+ public static unsafe Vector < byte > CreateWhileLessThanMask8Bit ( int left , int right ) { throw new PlatformNotSupportedException ( ) ; }
212
+
213
+ /// <summary>
214
+ /// svbool_t svwhilelt_b8[_s64](int64_t op1, int64_t op2)
215
+ /// WHILELT Presult.B, Xop1, Xop2
216
+ /// </summary>
217
+ public static unsafe Vector < byte > CreateWhileLessThanMask8Bit ( long left , long right ) { throw new PlatformNotSupportedException ( ) ; }
218
+
219
+ /// <summary>
220
+ /// svbool_t svwhilelt_b8[_u32](uint32_t op1, uint32_t op2)
221
+ /// WHILELO Presult.B, Wop1, Wop2
222
+ /// </summary>
223
+ public static unsafe Vector < byte > CreateWhileLessThanMask8Bit ( uint left , uint right ) { throw new PlatformNotSupportedException ( ) ; }
224
+
225
+ /// <summary>
226
+ /// svbool_t svwhilelt_b8[_u64](uint64_t op1, uint64_t op2)
227
+ /// WHILELO Presult.B, Xop1, Xop2
228
+ /// </summary>
229
+ public static unsafe Vector < byte > CreateWhileLessThanMask8Bit ( ulong left , ulong right ) { throw new PlatformNotSupportedException ( ) ; }
230
+
231
+
232
+ /// CreateWhileLessThanOrEqualMask16Bit : While incrementing scalar is less than or equal to
233
+
234
+ /// <summary>
235
+ /// svbool_t svwhilele_b16[_s32](int32_t op1, int32_t op2)
236
+ /// WHILELE Presult.H, Wop1, Wop2
237
+ /// </summary>
238
+ public static unsafe Vector < ushort > CreateWhileLessThanOrEqualMask16Bit ( int left , int right ) { throw new PlatformNotSupportedException ( ) ; }
239
+
240
+ /// <summary>
241
+ /// svbool_t svwhilele_b16[_s64](int64_t op1, int64_t op2)
242
+ /// WHILELE Presult.H, Xop1, Xop2
243
+ /// </summary>
244
+ public static unsafe Vector < ushort > CreateWhileLessThanOrEqualMask16Bit ( long left , long right ) { throw new PlatformNotSupportedException ( ) ; }
245
+
246
+ /// <summary>
247
+ /// svbool_t svwhilele_b16[_u32](uint32_t op1, uint32_t op2)
248
+ /// WHILELS Presult.H, Wop1, Wop2
249
+ /// </summary>
250
+ public static unsafe Vector < ushort > CreateWhileLessThanOrEqualMask16Bit ( uint left , uint right ) { throw new PlatformNotSupportedException ( ) ; }
251
+
252
+ /// <summary>
253
+ /// svbool_t svwhilele_b16[_u64](uint64_t op1, uint64_t op2)
254
+ /// WHILELS Presult.H, Xop1, Xop2
255
+ /// </summary>
256
+ public static unsafe Vector < ushort > CreateWhileLessThanOrEqualMask16Bit ( ulong left , ulong right ) { throw new PlatformNotSupportedException ( ) ; }
257
+
258
+
259
+ /// CreateWhileLessThanOrEqualMask32Bit : While incrementing scalar is less than or equal to
260
+
261
+ /// <summary>
262
+ /// svbool_t svwhilele_b32[_s32](int32_t op1, int32_t op2)
263
+ /// WHILELE Presult.S, Wop1, Wop2
264
+ /// </summary>
265
+ public static unsafe Vector < uint > CreateWhileLessThanOrEqualMask32Bit ( int left , int right ) { throw new PlatformNotSupportedException ( ) ; }
266
+
267
+ /// <summary>
268
+ /// svbool_t svwhilele_b32[_s64](int64_t op1, int64_t op2)
269
+ /// WHILELE Presult.S, Xop1, Xop2
270
+ /// </summary>
271
+ public static unsafe Vector < uint > CreateWhileLessThanOrEqualMask32Bit ( long left , long right ) { throw new PlatformNotSupportedException ( ) ; }
272
+
273
+ /// <summary>
274
+ /// svbool_t svwhilele_b32[_u32](uint32_t op1, uint32_t op2)
275
+ /// WHILELS Presult.S, Wop1, Wop2
276
+ /// </summary>
277
+ public static unsafe Vector < uint > CreateWhileLessThanOrEqualMask32Bit ( uint left , uint right ) { throw new PlatformNotSupportedException ( ) ; }
278
+
279
+ /// <summary>
280
+ /// svbool_t svwhilele_b32[_u64](uint64_t op1, uint64_t op2)
281
+ /// WHILELS Presult.S, Xop1, Xop2
282
+ /// </summary>
283
+ public static unsafe Vector < uint > CreateWhileLessThanOrEqualMask32Bit ( ulong left , ulong right ) { throw new PlatformNotSupportedException ( ) ; }
284
+
285
+
286
+ /// CreateWhileLessThanOrEqualMask64Bit : While incrementing scalar is less than or equal to
287
+
288
+ /// <summary>
289
+ /// svbool_t svwhilele_b64[_s32](int32_t op1, int32_t op2)
290
+ /// WHILELE Presult.D, Wop1, Wop2
291
+ /// </summary>
292
+ public static unsafe Vector < ulong > CreateWhileLessThanOrEqualMask64Bit ( int left , int right ) { throw new PlatformNotSupportedException ( ) ; }
293
+
294
+ /// <summary>
295
+ /// svbool_t svwhilele_b64[_s64](int64_t op1, int64_t op2)
296
+ /// WHILELE Presult.D, Xop1, Xop2
297
+ /// </summary>
298
+ public static unsafe Vector < ulong > CreateWhileLessThanOrEqualMask64Bit ( long left , long right ) { throw new PlatformNotSupportedException ( ) ; }
299
+
300
+ /// <summary>
301
+ /// svbool_t svwhilele_b64[_u32](uint32_t op1, uint32_t op2)
302
+ /// WHILELS Presult.D, Wop1, Wop2
303
+ /// </summary>
304
+ public static unsafe Vector < ulong > CreateWhileLessThanOrEqualMask64Bit ( uint left , uint right ) { throw new PlatformNotSupportedException ( ) ; }
305
+
306
+ /// <summary>
307
+ /// svbool_t svwhilele_b64[_u64](uint64_t op1, uint64_t op2)
308
+ /// WHILELS Presult.D, Xop1, Xop2
309
+ /// </summary>
310
+ public static unsafe Vector < ulong > CreateWhileLessThanOrEqualMask64Bit ( ulong left , ulong right ) { throw new PlatformNotSupportedException ( ) ; }
311
+
312
+
313
+ /// CreateWhileLessThanOrEqualMask8Bit : While incrementing scalar is less than or equal to
314
+
315
+ /// <summary>
316
+ /// svbool_t svwhilele_b8[_s32](int32_t op1, int32_t op2)
317
+ /// WHILELE Presult.B, Wop1, Wop2
318
+ /// </summary>
319
+ public static unsafe Vector < byte > CreateWhileLessThanOrEqualMask8Bit ( int left , int right ) { throw new PlatformNotSupportedException ( ) ; }
320
+
321
+ /// <summary>
322
+ /// svbool_t svwhilele_b8[_s64](int64_t op1, int64_t op2)
323
+ /// WHILELE Presult.B, Xop1, Xop2
324
+ /// </summary>
325
+ public static unsafe Vector < byte > CreateWhileLessThanOrEqualMask8Bit ( long left , long right ) { throw new PlatformNotSupportedException ( ) ; }
326
+
327
+ /// <summary>
328
+ /// svbool_t svwhilele_b8[_u32](uint32_t op1, uint32_t op2)
329
+ /// WHILELS Presult.B, Wop1, Wop2
330
+ /// </summary>
331
+ public static unsafe Vector < byte > CreateWhileLessThanOrEqualMask8Bit ( uint left , uint right ) { throw new PlatformNotSupportedException ( ) ; }
332
+
333
+ /// <summary>
334
+ /// svbool_t svwhilele_b8[_u64](uint64_t op1, uint64_t op2)
335
+ /// WHILELS Presult.B, Xop1, Xop2
336
+ /// </summary>
337
+ public static unsafe Vector < byte > CreateWhileLessThanOrEqualMask8Bit ( ulong left , ulong right ) { throw new PlatformNotSupportedException ( ) ; }
338
+
124
339
125
340
/// LoadVector : Unextended load
126
341
0 commit comments