@@ -3145,11 +3145,12 @@ internal Arm64() { }
3145
3145
/// </summary>
3146
3146
public static unsafe void GatherPrefetch16Bit(Vector<short> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3147
3147
3148
- /// <summary>
3149
- /// <para>void svprfh_gather[_u32base](svbool_t pg, svuint32_t bases, enum svprfop op)</para>
3150
- /// <para> PRFH op, Pg, [Zbases.S, #0]</para>
3151
- /// </summary>
3152
- public static unsafe void GatherPrefetch16Bit(Vector<short> mask, Vector<uint> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3148
+ // <summary>
3149
+ // <para>void svprfh_gather[_u32base](svbool_t pg, svuint32_t bases, enum svprfop op)</para>
3150
+ // <para> PRFH op, Pg, [Zbases.S, #0]</para>
3151
+ // </summary>
3152
+ // Removed as per #103297
3153
+ // public static unsafe void GatherPrefetch16Bit(Vector<short> mask, Vector<uint> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3153
3154
3154
3155
/// <summary>
3155
3156
/// <para>void svprfh_gather_[u32]index(svbool_t pg, const void *base, svuint32_t indices, enum svprfop op)</para>
@@ -3181,11 +3182,12 @@ internal Arm64() { }
3181
3182
/// </summary>
3182
3183
public static unsafe void GatherPrefetch16Bit(Vector<ushort> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3183
3184
3184
- /// <summary>
3185
- /// <para>void svprfh_gather[_u32base](svbool_t pg, svuint32_t bases, enum svprfop op)</para>
3186
- /// <para> PRFH op, Pg, [Zbases.S, #0]</para>
3187
- /// </summary>
3188
- public static unsafe void GatherPrefetch16Bit(Vector<ushort> mask, Vector<uint> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3185
+ // <summary>
3186
+ // <para>void svprfh_gather[_u32base](svbool_t pg, svuint32_t bases, enum svprfop op)</para>
3187
+ // <para> PRFH op, Pg, [Zbases.S, #0]</para>
3188
+ // </summary>
3189
+ // Removed as per #103297
3190
+ // public static unsafe void GatherPrefetch16Bit(Vector<ushort> mask, Vector<uint> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3189
3191
3190
3192
/// <summary>
3191
3193
/// <para>void svprfh_gather_[u32]index(svbool_t pg, const void *base, svuint32_t indices, enum svprfop op)</para>
@@ -3220,11 +3222,12 @@ internal Arm64() { }
3220
3222
/// </summary>
3221
3223
public static unsafe void GatherPrefetch32Bit(Vector<int> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3222
3224
3223
- /// <summary>
3224
- /// <para>void svprfw_gather[_u32base](svbool_t pg, svuint32_t bases, enum svprfop op)</para>
3225
- /// <para> PRFW op, Pg, [Zbases.S, #0]</para>
3226
- /// </summary>
3227
- public static unsafe void GatherPrefetch32Bit(Vector<int> mask, Vector<uint> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3225
+ // <summary>
3226
+ // <para>void svprfw_gather[_u32base](svbool_t pg, svuint32_t bases, enum svprfop op)</para>
3227
+ // <para> PRFW op, Pg, [Zbases.S, #0]</para>
3228
+ // </summary>
3229
+ // Removed as per #103297
3230
+ // public static unsafe void GatherPrefetch32Bit(Vector<int> mask, Vector<uint> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3228
3231
3229
3232
/// <summary>
3230
3233
/// <para>void svprfw_gather_[u32]index(svbool_t pg, const void *base, svuint32_t indices, enum svprfop op)</para>
@@ -3256,11 +3259,12 @@ internal Arm64() { }
3256
3259
/// </summary>
3257
3260
public static unsafe void GatherPrefetch32Bit(Vector<uint> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3258
3261
3259
- /// <summary>
3260
- /// <para>void svprfw_gather[_u32base](svbool_t pg, svuint32_t bases, enum svprfop op)</para>
3261
- /// <para> PRFW op, Pg, [Zbases.S, #0]</para>
3262
- /// </summary>
3263
- public static unsafe void GatherPrefetch32Bit(Vector<uint> mask, Vector<uint> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3262
+ // <summary>
3263
+ // <para>void svprfw_gather[_u32base](svbool_t pg, svuint32_t bases, enum svprfop op)</para>
3264
+ // <para> PRFW op, Pg, [Zbases.S, #0]</para>
3265
+ // </summary>
3266
+ // Removed as per #103297
3267
+ // public static unsafe void GatherPrefetch32Bit(Vector<uint> mask, Vector<uint> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3264
3268
3265
3269
/// <summary>
3266
3270
/// <para>void svprfw_gather_[u32]index(svbool_t pg, const void *base, svuint32_t indices, enum svprfop op)</para>
@@ -3295,11 +3299,12 @@ internal Arm64() { }
3295
3299
/// </summary>
3296
3300
public static unsafe void GatherPrefetch64Bit(Vector<long> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3297
3301
3298
- /// <summary>
3299
- /// <para>void svprfd_gather[_u32base](svbool_t pg, svuint32_t bases, enum svprfop op)</para>
3300
- /// <para> PRFD op, Pg, [Zbases.S, #0]</para>
3301
- /// </summary>
3302
- public static unsafe void GatherPrefetch64Bit(Vector<long> mask, Vector<uint> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3302
+ // <summary>
3303
+ // <para>void svprfd_gather[_u32base](svbool_t pg, svuint32_t bases, enum svprfop op)</para>
3304
+ // <para> PRFD op, Pg, [Zbases.S, #0]</para>
3305
+ // </summary>
3306
+ // Removed as per #103297
3307
+ // public static unsafe void GatherPrefetch64Bit(Vector<long> mask, Vector<uint> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3303
3308
3304
3309
/// <summary>
3305
3310
/// <para>void svprfd_gather_[u32]index(svbool_t pg, const void *base, svuint32_t indices, enum svprfop op)</para>
@@ -3331,11 +3336,12 @@ internal Arm64() { }
3331
3336
/// </summary>
3332
3337
public static unsafe void GatherPrefetch64Bit(Vector<ulong> mask, void* address, Vector<long> indices, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3333
3338
3334
- /// <summary>
3335
- /// <para>void svprfd_gather[_u32base](svbool_t pg, svuint32_t bases, enum svprfop op)</para>
3336
- /// <para> PRFD op, Pg, [Zbases.S, #0]</para>
3337
- /// </summary>
3338
- public static unsafe void GatherPrefetch64Bit(Vector<ulong> mask, Vector<uint> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3339
+ // <summary>
3340
+ // <para>void svprfd_gather[_u32base](svbool_t pg, svuint32_t bases, enum svprfop op)</para>
3341
+ // <para> PRFD op, Pg, [Zbases.S, #0]</para>
3342
+ // </summary>
3343
+ // Removed as per #103297
3344
+ // public static unsafe void GatherPrefetch64Bit(Vector<ulong> mask, Vector<uint> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3339
3345
3340
3346
/// <summary>
3341
3347
/// <para>void svprfd_gather_[u32]index(svbool_t pg, const void *base, svuint32_t indices, enum svprfop op)</para>
@@ -3370,11 +3376,12 @@ internal Arm64() { }
3370
3376
/// </summary>
3371
3377
public static unsafe void GatherPrefetch8Bit(Vector<byte> mask, void* address, Vector<long> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3372
3378
3373
- /// <summary>
3374
- /// <para>void svprfb_gather[_u32base](svbool_t pg, svuint32_t bases, enum svprfop op)</para>
3375
- /// <para> PRFB op, Pg, [Zbases.S, #0]</para>
3376
- /// </summary>
3377
- public static unsafe void GatherPrefetch8Bit(Vector<byte> mask, Vector<uint> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3379
+ // <summary>
3380
+ // <para>void svprfb_gather[_u32base](svbool_t pg, svuint32_t bases, enum svprfop op)</para>
3381
+ // <para> PRFB op, Pg, [Zbases.S, #0]</para>
3382
+ // </summary>
3383
+ // Removed as per #103297
3384
+ // public static unsafe void GatherPrefetch8Bit(Vector<byte> mask, Vector<uint> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3378
3385
3379
3386
/// <summary>
3380
3387
/// <para>void svprfb_gather_[u32]offset(svbool_t pg, const void *base, svuint32_t offsets, enum svprfop op)</para>
@@ -3406,11 +3413,12 @@ internal Arm64() { }
3406
3413
/// </summary>
3407
3414
public static unsafe void GatherPrefetch8Bit(Vector<sbyte> mask, void* address, Vector<long> offsets, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3408
3415
3409
- /// <summary>
3410
- /// <para>void svprfb_gather[_u32base](svbool_t pg, svuint32_t bases, enum svprfop op)</para>
3411
- /// <para> PRFB op, Pg, [Zbases.S, #0]</para>
3412
- /// </summary>
3413
- public static unsafe void GatherPrefetch8Bit(Vector<sbyte> mask, Vector<uint> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3416
+ // <summary>
3417
+ // <para>void svprfb_gather[_u32base](svbool_t pg, svuint32_t bases, enum svprfop op)</para>
3418
+ // <para> PRFB op, Pg, [Zbases.S, #0]</para>
3419
+ // </summary>
3420
+ // Removed as per #103297
3421
+ // public static unsafe void GatherPrefetch8Bit(Vector<sbyte> mask, Vector<uint> addresses, [ConstantExpected] SvePrefetchType prefetchType) { throw new PlatformNotSupportedException(); }
3414
3422
3415
3423
/// <summary>
3416
3424
/// <para>void svprfb_gather_[u32]offset(svbool_t pg, const void *base, svuint32_t offsets, enum svprfop op)</para>
@@ -3898,11 +3906,12 @@ internal Arm64() { }
3898
3906
/// </summary>
3899
3907
public static unsafe Vector<int> GatherVectorInt16SignExtendFirstFaulting(Vector<int> mask, short* address, Vector<int> indices) { throw new PlatformNotSupportedException(); }
3900
3908
3901
- /// <summary>
3902
- /// <para>svint32_t svldff1sh_gather[_u32base]_s32(svbool_t pg, svuint32_t bases)</para>
3903
- /// <para> LDFF1SH Zresult.S, Pg/Z, [Zbases.S, #0]</para>
3904
- /// </summary>
3905
- public static unsafe Vector<int> GatherVectorInt16SignExtendFirstFaulting(Vector<int> mask, Vector<uint> addresses) { throw new PlatformNotSupportedException(); }
3909
+ // <summary>
3910
+ // <para>svint32_t svldff1sh_gather[_u32base]_s32(svbool_t pg, svuint32_t bases)</para>
3911
+ // <para> LDFF1SH Zresult.S, Pg/Z, [Zbases.S, #0]</para>
3912
+ // </summary>
3913
+ // Removed as per #103297
3914
+ // public static unsafe Vector<int> GatherVectorInt16SignExtendFirstFaulting(Vector<int> mask, Vector<uint> addresses) { throw new PlatformNotSupportedException(); }
3906
3915
3907
3916
/// <summary>
3908
3917
/// <para>svint32_t svldff1sh_gather_[u32]index_s32(svbool_t pg, const int16_t *base, svuint32_t indices)</para>
@@ -3934,11 +3943,12 @@ internal Arm64() { }
3934
3943
/// </summary>
3935
3944
public static unsafe Vector<uint> GatherVectorInt16SignExtendFirstFaulting(Vector<uint> mask, short* address, Vector<int> indices) { throw new PlatformNotSupportedException(); }
3936
3945
3937
- /// <summary>
3938
- /// <para>svuint32_t svldff1sh_gather[_u32base]_u32(svbool_t pg, svuint32_t bases)</para>
3939
- /// <para> LDFF1SH Zresult.S, Pg/Z, [Zbases.S, #0]</para>
3940
- /// </summary>
3941
- public static unsafe Vector<uint> GatherVectorInt16SignExtendFirstFaulting(Vector<uint> mask, Vector<uint> addresses) { throw new PlatformNotSupportedException(); }
3946
+ // <summary>
3947
+ // <para>svuint32_t svldff1sh_gather[_u32base]_u32(svbool_t pg, svuint32_t bases)</para>
3948
+ // <para> LDFF1SH Zresult.S, Pg/Z, [Zbases.S, #0]</para>
3949
+ // </summary>
3950
+ // Removed as per #103297
3951
+ // public static unsafe Vector<uint> GatherVectorInt16SignExtendFirstFaulting(Vector<uint> mask, Vector<uint> addresses) { throw new PlatformNotSupportedException(); }
3942
3952
3943
3953
/// <summary>
3944
3954
/// <para>svuint32_t svldff1sh_gather_[u32]index_u32(svbool_t pg, const int16_t *base, svuint32_t indices)</para>
@@ -4284,11 +4294,12 @@ internal Arm64() { }
4284
4294
/// </summary>
4285
4295
public static unsafe Vector<int> GatherVectorSByteSignExtendFirstFaulting(Vector<int> mask, sbyte* address, Vector<int> offsets) { throw new PlatformNotSupportedException(); }
4286
4296
4287
- /// <summary>
4288
- /// <para>svint32_t svldff1sb_gather[_u32base]_s32(svbool_t pg, svuint32_t bases)</para>
4289
- /// <para> LDFF1SB Zresult.S, Pg/Z, [Zbases.S, #0]</para>
4290
- /// </summary>
4291
- public static unsafe Vector<int> GatherVectorSByteSignExtendFirstFaulting(Vector<int> mask, Vector<uint> addresses) { throw new PlatformNotSupportedException(); }
4297
+ // <summary>
4298
+ // <para>svint32_t svldff1sb_gather[_u32base]_s32(svbool_t pg, svuint32_t bases)</para>
4299
+ // <para> LDFF1SB Zresult.S, Pg/Z, [Zbases.S, #0]</para>
4300
+ // </summary>
4301
+ // Removed as per #103297
4302
+ // public static unsafe Vector<int> GatherVectorSByteSignExtendFirstFaulting(Vector<int> mask, Vector<uint> addresses) { throw new PlatformNotSupportedException(); }
4292
4303
4293
4304
/// <summary>
4294
4305
/// <para>svint32_t svldff1sb_gather_[u32]offset_s32(svbool_t pg, const int8_t *base, svuint32_t offsets)</para>
@@ -4320,11 +4331,12 @@ internal Arm64() { }
4320
4331
/// </summary>
4321
4332
public static unsafe Vector<uint> GatherVectorSByteSignExtendFirstFaulting(Vector<uint> mask, sbyte* address, Vector<int> offsets) { throw new PlatformNotSupportedException(); }
4322
4333
4323
- /// <summary>
4324
- /// <para>svuint32_t svldff1sb_gather[_u32base]_u32(svbool_t pg, svuint32_t bases)</para>
4325
- /// <para> LDFF1SB Zresult.S, Pg/Z, [Zbases.S, #0]</para>
4326
- /// </summary>
4327
- public static unsafe Vector<uint> GatherVectorSByteSignExtendFirstFaulting(Vector<uint> mask, Vector<uint> addresses) { throw new PlatformNotSupportedException(); }
4334
+ // <summary>
4335
+ // <para>svuint32_t svldff1sb_gather[_u32base]_u32(svbool_t pg, svuint32_t bases)</para>
4336
+ // <para> LDFF1SB Zresult.S, Pg/Z, [Zbases.S, #0]</para>
4337
+ // </summary>
4338
+ // Removed as per #103297
4339
+ // public static unsafe Vector<uint> GatherVectorSByteSignExtendFirstFaulting(Vector<uint> mask, Vector<uint> addresses) { throw new PlatformNotSupportedException(); }
4328
4340
4329
4341
/// <summary>
4330
4342
/// <para>svuint32_t svldff1sb_gather_[u32]offset_u32(svbool_t pg, const int8_t *base, svuint32_t offsets)</para>
0 commit comments