@@ -2365,6 +2365,79 @@ internal Arm64() { }
2365
2365
public static unsafe ulong GetActiveElementCount ( Vector < ulong > mask , Vector < ulong > from ) { throw new PlatformNotSupportedException ( ) ; }
2366
2366
2367
2367
2368
+ /// Insert scalar into shifted vector
2369
+
2370
+ /// <summary>
2371
+ /// svuint8_t svinsr[_n_u8](svuint8_t op1, uint8_t op2)
2372
+ /// INSR Ztied1.B, Wop2
2373
+ /// INSR Ztied1.B, Bop2
2374
+ /// </summary>
2375
+ public static unsafe Vector < byte > InsertIntoShiftedVector ( Vector < byte > left , byte right ) { throw new PlatformNotSupportedException ( ) ; }
2376
+
2377
+ /// <summary>
2378
+ /// svfloat64_t svinsr[_n_f64](svfloat64_t op1, float64_t op2)
2379
+ /// INSR Ztied1.D, Xop2
2380
+ /// INSR Ztied1.D, Dop2
2381
+ /// </summary>
2382
+ public static unsafe Vector < double > InsertIntoShiftedVector ( Vector < double > left , double right ) { throw new PlatformNotSupportedException ( ) ; }
2383
+
2384
+ /// <summary>
2385
+ /// svint16_t svinsr[_n_s16](svint16_t op1, int16_t op2)
2386
+ /// INSR Ztied1.H, Wop2
2387
+ /// INSR Ztied1.H, Hop2
2388
+ /// </summary>
2389
+ public static unsafe Vector < short > InsertIntoShiftedVector ( Vector < short > left , short right ) { throw new PlatformNotSupportedException ( ) ; }
2390
+
2391
+ /// <summary>
2392
+ /// svint32_t svinsr[_n_s32](svint32_t op1, int32_t op2)
2393
+ /// INSR Ztied1.S, Wop2
2394
+ /// INSR Ztied1.S, Sop2
2395
+ /// </summary>
2396
+ public static unsafe Vector < int > InsertIntoShiftedVector ( Vector < int > left , int right ) { throw new PlatformNotSupportedException ( ) ; }
2397
+
2398
+ /// <summary>
2399
+ /// svint64_t svinsr[_n_s64](svint64_t op1, int64_t op2)
2400
+ /// INSR Ztied1.D, Xop2
2401
+ /// INSR Ztied1.D, Dop2
2402
+ /// </summary>
2403
+ public static unsafe Vector < long > InsertIntoShiftedVector ( Vector < long > left , long right ) { throw new PlatformNotSupportedException ( ) ; }
2404
+
2405
+ /// <summary>
2406
+ /// svint8_t svinsr[_n_s8](svint8_t op1, int8_t op2)
2407
+ /// INSR Ztied1.B, Wop2
2408
+ /// INSR Ztied1.B, Bop2
2409
+ /// </summary>
2410
+ public static unsafe Vector < sbyte > InsertIntoShiftedVector ( Vector < sbyte > left , sbyte right ) { throw new PlatformNotSupportedException ( ) ; }
2411
+
2412
+ /// <summary>
2413
+ /// svfloat32_t svinsr[_n_f32](svfloat32_t op1, float32_t op2)
2414
+ /// INSR Ztied1.S, Wop2
2415
+ /// INSR Ztied1.S, Sop2
2416
+ /// </summary>
2417
+ public static unsafe Vector < float > InsertIntoShiftedVector ( Vector < float > left , float right ) { throw new PlatformNotSupportedException ( ) ; }
2418
+
2419
+ /// <summary>
2420
+ /// svuint16_t svinsr[_n_u16](svuint16_t op1, uint16_t op2)
2421
+ /// INSR Ztied1.H, Wop2
2422
+ /// INSR Ztied1.H, Hop2
2423
+ /// </summary>
2424
+ public static unsafe Vector < ushort > InsertIntoShiftedVector ( Vector < ushort > left , ushort right ) { throw new PlatformNotSupportedException ( ) ; }
2425
+
2426
+ /// <summary>
2427
+ /// svuint32_t svinsr[_n_u32](svuint32_t op1, uint32_t op2)
2428
+ /// INSR Ztied1.S, Wop2
2429
+ /// INSR Ztied1.S, Sop2
2430
+ /// </summary>
2431
+ public static unsafe Vector < uint > InsertIntoShiftedVector ( Vector < uint > left , uint right ) { throw new PlatformNotSupportedException ( ) ; }
2432
+
2433
+ /// <summary>
2434
+ /// svuint64_t svinsr[_n_u64](svuint64_t op1, uint64_t op2)
2435
+ /// INSR Ztied1.D, Xop2
2436
+ /// INSR Ztied1.D, Dop2
2437
+ /// </summary>
2438
+ public static unsafe Vector < ulong > InsertIntoShiftedVector ( Vector < ulong > left , ulong right ) { throw new PlatformNotSupportedException ( ) ; }
2439
+
2440
+
2368
2441
/// Count leading sign bits
2369
2442
2370
2443
/// <summary>
@@ -4034,6 +4107,96 @@ internal Arm64() { }
4034
4107
/// </summary>
4035
4108
public static unsafe Vector < float > Negate ( Vector < float > value ) { throw new PlatformNotSupportedException ( ) ; }
4036
4109
4110
+ /// Bitwise invert
4111
+
4112
+ /// <summary>
4113
+ /// svuint8_t svnot[_u8]_m(svuint8_t inactive, svbool_t pg, svuint8_t op)
4114
+ /// NOT Ztied.B, Pg/M, Zop.B
4115
+ /// svuint8_t svnot[_u8]_x(svbool_t pg, svuint8_t op)
4116
+ /// NOT Ztied.B, Pg/M, Ztied.B
4117
+ /// svuint8_t svnot[_u8]_z(svbool_t pg, svuint8_t op)
4118
+ /// svbool_t svnot[_b]_z(svbool_t pg, svbool_t op)
4119
+ /// EOR Presult.B, Pg/Z, Pop.B, Pg.B
4120
+ /// </summary>
4121
+ public static unsafe Vector < byte > Not ( Vector < byte > value ) { throw new PlatformNotSupportedException ( ) ; }
4122
+
4123
+ /// <summary>
4124
+ /// svint16_t svnot[_s16]_m(svint16_t inactive, svbool_t pg, svint16_t op)
4125
+ /// NOT Ztied.H, Pg/M, Zop.H
4126
+ /// svint16_t svnot[_s16]_x(svbool_t pg, svint16_t op)
4127
+ /// NOT Ztied.H, Pg/M, Ztied.H
4128
+ /// svint16_t svnot[_s16]_z(svbool_t pg, svint16_t op)
4129
+ /// svbool_t svnot[_b]_z(svbool_t pg, svbool_t op)
4130
+ /// EOR Presult.B, Pg/Z, Pop.B, Pg.B
4131
+ /// </summary>
4132
+ public static unsafe Vector < short > Not ( Vector < short > value ) { throw new PlatformNotSupportedException ( ) ; }
4133
+
4134
+ /// <summary>
4135
+ /// svint32_t svnot[_s32]_m(svint32_t inactive, svbool_t pg, svint32_t op)
4136
+ /// NOT Ztied.S, Pg/M, Zop.S
4137
+ /// svint32_t svnot[_s32]_x(svbool_t pg, svint32_t op)
4138
+ /// NOT Ztied.S, Pg/M, Ztied.S
4139
+ /// svint32_t svnot[_s32]_z(svbool_t pg, svint32_t op)
4140
+ /// svbool_t svnot[_b]_z(svbool_t pg, svbool_t op)
4141
+ /// EOR Presult.B, Pg/Z, Pop.B, Pg.B
4142
+ /// </summary>
4143
+ public static unsafe Vector < int > Not ( Vector < int > value ) { throw new PlatformNotSupportedException ( ) ; }
4144
+
4145
+ /// <summary>
4146
+ /// svint64_t svnot[_s64]_m(svint64_t inactive, svbool_t pg, svint64_t op)
4147
+ /// NOT Ztied.D, Pg/M, Zop.D
4148
+ /// svint64_t svnot[_s64]_x(svbool_t pg, svint64_t op)
4149
+ /// NOT Ztied.D, Pg/M, Ztied.D
4150
+ /// svint64_t svnot[_s64]_z(svbool_t pg, svint64_t op)
4151
+ /// svbool_t svnot[_b]_z(svbool_t pg, svbool_t op)
4152
+ /// EOR Presult.B, Pg/Z, Pop.B, Pg.B
4153
+ /// </summary>
4154
+ public static unsafe Vector < long > Not ( Vector < long > value ) { throw new PlatformNotSupportedException ( ) ; }
4155
+
4156
+ /// <summary>
4157
+ /// svint8_t svnot[_s8]_m(svint8_t inactive, svbool_t pg, svint8_t op)
4158
+ /// NOT Ztied.B, Pg/M, Zop.B
4159
+ /// svint8_t svnot[_s8]_x(svbool_t pg, svint8_t op)
4160
+ /// NOT Ztied.B, Pg/M, Ztied.B
4161
+ /// svint8_t svnot[_s8]_z(svbool_t pg, svint8_t op)
4162
+ /// svbool_t svnot[_b]_z(svbool_t pg, svbool_t op)
4163
+ /// EOR Presult.B, Pg/Z, Pop.B, Pg.B
4164
+ /// </summary>
4165
+ public static unsafe Vector < sbyte > Not ( Vector < sbyte > value ) { throw new PlatformNotSupportedException ( ) ; }
4166
+
4167
+ /// <summary>
4168
+ /// svuint16_t svnot[_u16]_m(svuint16_t inactive, svbool_t pg, svuint16_t op)
4169
+ /// NOT Ztied.H, Pg/M, Zop.H
4170
+ /// svuint16_t svnot[_u16]_x(svbool_t pg, svuint16_t op)
4171
+ /// NOT Ztied.H, Pg/M, Ztied.H
4172
+ /// svuint16_t svnot[_u16]_z(svbool_t pg, svuint16_t op)
4173
+ /// svbool_t svnot[_b]_z(svbool_t pg, svbool_t op)
4174
+ /// EOR Presult.B, Pg/Z, Pop.B, Pg.B
4175
+ /// </summary>
4176
+ public static unsafe Vector < ushort > Not ( Vector < ushort > value ) { throw new PlatformNotSupportedException ( ) ; }
4177
+
4178
+ /// <summary>
4179
+ /// svuint32_t svnot[_u32]_m(svuint32_t inactive, svbool_t pg, svuint32_t op)
4180
+ /// NOT Ztied.S, Pg/M, Zop.S
4181
+ /// svuint32_t svnot[_u32]_x(svbool_t pg, svuint32_t op)
4182
+ /// NOT Ztied.S, Pg/M, Ztied.S
4183
+ /// svuint32_t svnot[_u32]_z(svbool_t pg, svuint32_t op)
4184
+ /// svbool_t svnot[_b]_z(svbool_t pg, svbool_t op)
4185
+ /// EOR Presult.B, Pg/Z, Pop.B, Pg.B
4186
+ /// </summary>
4187
+ public static unsafe Vector < uint > Not ( Vector < uint > value ) { throw new PlatformNotSupportedException ( ) ; }
4188
+
4189
+ /// <summary>
4190
+ /// svuint64_t svnot[_u64]_m(svuint64_t inactive, svbool_t pg, svuint64_t op)
4191
+ /// NOT Ztied.D, Pg/M, Zop.D
4192
+ /// svuint64_t svnot[_u64]_x(svbool_t pg, svuint64_t op)
4193
+ /// NOT Ztied.D, Pg/M, Ztied.D
4194
+ /// svuint64_t svnot[_u64]_z(svbool_t pg, svuint64_t op)
4195
+ /// svbool_t svnot[_b]_z(svbool_t pg, svbool_t op)
4196
+ /// EOR Presult.B, Pg/Z, Pop.B, Pg.B
4197
+ /// </summary>
4198
+ public static unsafe Vector < ulong > Not ( Vector < ulong > value ) { throw new PlatformNotSupportedException ( ) ; }
4199
+
4037
4200
/// Or : Bitwise inclusive OR
4038
4201
4039
4202
/// <summary>
0 commit comments