@@ -34,125 +34,125 @@ internal Arm64() { }
34
34
/// svuint8_t svaba[_u8](svuint8_t op1, svuint8_t op2, svuint8_t op3)
35
35
/// UABA Ztied1.B, Zop2.B, Zop3.B
36
36
/// </summary>
37
- public static unsafe Vector < byte > AbsoluteDifferenceAdd ( Vector < byte > addend , Vector < byte > left , Vector < byte > right ) { throw new PlatformNotSupportedException ( ) ; }
37
+ public static Vector < byte > AbsoluteDifferenceAdd ( Vector < byte > addend , Vector < byte > left , Vector < byte > right ) { throw new PlatformNotSupportedException ( ) ; }
38
38
39
39
/// <summary>
40
40
/// svint16_t svaba[_s16](svint16_t op1, svint16_t op2, svint16_t op3)
41
41
/// SABA Ztied1.H, Zop2.H, Zop3.H
42
42
/// </summary>
43
- public static unsafe Vector < short > AbsoluteDifferenceAdd ( Vector < short > addend , Vector < short > left , Vector < short > right ) { throw new PlatformNotSupportedException ( ) ; }
43
+ public static Vector < short > AbsoluteDifferenceAdd ( Vector < short > addend , Vector < short > left , Vector < short > right ) { throw new PlatformNotSupportedException ( ) ; }
44
44
45
45
/// <summary>
46
46
/// svint32_t svaba[_s32](svint32_t op1, svint32_t op2, svint32_t op3)
47
47
/// SABA Ztied1.S, Zop2.S, Zop3.S
48
48
/// </summary>
49
- public static unsafe Vector < int > AbsoluteDifferenceAdd ( Vector < int > addend , Vector < int > left , Vector < int > right ) { throw new PlatformNotSupportedException ( ) ; }
49
+ public static Vector < int > AbsoluteDifferenceAdd ( Vector < int > addend , Vector < int > left , Vector < int > right ) { throw new PlatformNotSupportedException ( ) ; }
50
50
51
51
/// <summary>
52
52
/// svint64_t svaba[_s64](svint64_t op1, svint64_t op2, svint64_t op3)
53
53
/// SABA Ztied1.D, Zop2.D, Zop3.D
54
54
/// </summary>
55
- public static unsafe Vector < long > AbsoluteDifferenceAdd ( Vector < long > addend , Vector < long > left , Vector < long > right ) { throw new PlatformNotSupportedException ( ) ; }
55
+ public static Vector < long > AbsoluteDifferenceAdd ( Vector < long > addend , Vector < long > left , Vector < long > right ) { throw new PlatformNotSupportedException ( ) ; }
56
56
57
57
/// <summary>
58
58
/// svint8_t svaba[_s8](svint8_t op1, svint8_t op2, svint8_t op3)
59
59
/// SABA Ztied1.B, Zop2.B, Zop3.B
60
60
/// </summary>
61
- public static unsafe Vector < sbyte > AbsoluteDifferenceAdd ( Vector < sbyte > addend , Vector < sbyte > left , Vector < sbyte > right ) { throw new PlatformNotSupportedException ( ) ; }
61
+ public static Vector < sbyte > AbsoluteDifferenceAdd ( Vector < sbyte > addend , Vector < sbyte > left , Vector < sbyte > right ) { throw new PlatformNotSupportedException ( ) ; }
62
62
63
63
/// <summary>
64
64
/// svuint16_t svaba[_u16](svuint16_t op1, svuint16_t op2, svuint16_t op3)
65
65
/// UABA Ztied1.H, Zop2.H, Zop3.H
66
66
/// </summary>
67
- public static unsafe Vector < ushort > AbsoluteDifferenceAdd ( Vector < ushort > addend , Vector < ushort > left , Vector < ushort > right ) { throw new PlatformNotSupportedException ( ) ; }
67
+ public static Vector < ushort > AbsoluteDifferenceAdd ( Vector < ushort > addend , Vector < ushort > left , Vector < ushort > right ) { throw new PlatformNotSupportedException ( ) ; }
68
68
69
69
/// <summary>
70
70
/// svuint32_t svaba[_u32](svuint32_t op1, svuint32_t op2, svuint32_t op3)
71
71
/// UABA Ztied1.S, Zop2.S, Zop3.S
72
72
/// </summary>
73
- public static unsafe Vector < uint > AbsoluteDifferenceAdd ( Vector < uint > addend , Vector < uint > left , Vector < uint > right ) { throw new PlatformNotSupportedException ( ) ; }
73
+ public static Vector < uint > AbsoluteDifferenceAdd ( Vector < uint > addend , Vector < uint > left , Vector < uint > right ) { throw new PlatformNotSupportedException ( ) ; }
74
74
75
75
/// <summary>
76
76
/// svuint64_t svaba[_u64](svuint64_t op1, svuint64_t op2, svuint64_t op3)
77
77
/// UABA Ztied1.D, Zop2.D, Zop3.D
78
78
/// </summary>
79
- public static unsafe Vector < ulong > AbsoluteDifferenceAdd ( Vector < ulong > addend , Vector < ulong > left , Vector < ulong > right ) { throw new PlatformNotSupportedException ( ) ; }
79
+ public static Vector < ulong > AbsoluteDifferenceAdd ( Vector < ulong > addend , Vector < ulong > left , Vector < ulong > right ) { throw new PlatformNotSupportedException ( ) ; }
80
80
81
81
// Absolute difference and accumulate long (bottom)
82
82
83
83
/// <summary>
84
84
/// svint16_t svabalb[_s16](svint16_t op1, svint8_t op2, svint8_t op3)
85
85
/// SABALB Ztied1.H, Zop2.B, Zop3.B
86
86
/// </summary>
87
- public static unsafe Vector < short > AbsoluteDifferenceAddWideningLower ( Vector < short > addend , Vector < sbyte > left , Vector < sbyte > right ) { throw new PlatformNotSupportedException ( ) ; }
87
+ public static Vector < short > AbsoluteDifferenceAddWideningLower ( Vector < short > addend , Vector < sbyte > left , Vector < sbyte > right ) { throw new PlatformNotSupportedException ( ) ; }
88
88
89
89
/// <summary>
90
90
/// svint32_t svabalb[_s32](svint32_t op1, svint16_t op2, svint16_t op3)
91
91
/// SABALB Ztied1.S, Zop2.H, Zop3.H
92
92
/// </summary>
93
- public static unsafe Vector < int > AbsoluteDifferenceAddWideningLower ( Vector < int > addend , Vector < short > left , Vector < short > right ) { throw new PlatformNotSupportedException ( ) ; }
93
+ public static Vector < int > AbsoluteDifferenceAddWideningLower ( Vector < int > addend , Vector < short > left , Vector < short > right ) { throw new PlatformNotSupportedException ( ) ; }
94
94
95
95
/// <summary>
96
96
/// svint64_t svabalb[_s64](svint64_t op1, svint32_t op2, svint32_t op3)
97
97
/// SABALB Ztied1.D, Zop2.S, Zop3.S
98
98
/// </summary>
99
- public static unsafe Vector < long > AbsoluteDifferenceAddWideningLower ( Vector < long > addend , Vector < int > left , Vector < int > right ) { throw new PlatformNotSupportedException ( ) ; }
99
+ public static Vector < long > AbsoluteDifferenceAddWideningLower ( Vector < long > addend , Vector < int > left , Vector < int > right ) { throw new PlatformNotSupportedException ( ) ; }
100
100
101
101
/// <summary>
102
102
/// svuint16_t svabalb[_u16](svuint16_t op1, svuint8_t op2, svuint8_t op3)
103
103
/// UABALB Ztied1.H, Zop2.B, Zop3.B
104
104
/// </summary>
105
- public static unsafe Vector < ushort > AbsoluteDifferenceAddWideningLower ( Vector < ushort > addend , Vector < byte > left , Vector < byte > right ) { throw new PlatformNotSupportedException ( ) ; }
105
+ public static Vector < ushort > AbsoluteDifferenceAddWideningLower ( Vector < ushort > addend , Vector < byte > left , Vector < byte > right ) { throw new PlatformNotSupportedException ( ) ; }
106
106
107
107
/// <summary>
108
108
/// svuint32_t svabalb[_u32](svuint32_t op1, svuint16_t op2, svuint16_t op3)
109
109
/// UABALB Ztied1.S, Zop2.H, Zop3.H
110
110
/// </summary>
111
- public static unsafe Vector < uint > AbsoluteDifferenceAddWideningLower ( Vector < uint > addend , Vector < ushort > left , Vector < ushort > right ) { throw new PlatformNotSupportedException ( ) ; }
111
+ public static Vector < uint > AbsoluteDifferenceAddWideningLower ( Vector < uint > addend , Vector < ushort > left , Vector < ushort > right ) { throw new PlatformNotSupportedException ( ) ; }
112
112
113
113
/// <summary>
114
114
/// svuint64_t svabalb[_u64](svuint64_t op1, svuint32_t op2, svuint32_t op3)
115
115
/// UABALB Ztied1.D, Zop2.S, Zop3.S
116
116
/// </summary>
117
- public static unsafe Vector < ulong > AbsoluteDifferenceAddWideningLower ( Vector < ulong > addend , Vector < uint > left , Vector < uint > right ) { throw new PlatformNotSupportedException ( ) ; }
117
+ public static Vector < ulong > AbsoluteDifferenceAddWideningLower ( Vector < ulong > addend , Vector < uint > left , Vector < uint > right ) { throw new PlatformNotSupportedException ( ) ; }
118
118
119
119
// Absolute difference and accumulate long (top)
120
120
121
121
/// <summary>
122
122
/// svint16_t svabalt[_s16](svint16_t op1, svint8_t op2, svint8_t op3)
123
123
/// SABALT Ztied1.H, Zop2.B, Zop3.B
124
124
/// </summary>
125
- public static unsafe Vector < short > AbsoluteDifferenceAddWideningUpper ( Vector < short > addend , Vector < sbyte > left , Vector < sbyte > right ) { throw new PlatformNotSupportedException ( ) ; }
125
+ public static Vector < short > AbsoluteDifferenceAddWideningUpper ( Vector < short > addend , Vector < sbyte > left , Vector < sbyte > right ) { throw new PlatformNotSupportedException ( ) ; }
126
126
127
127
/// <summary>
128
128
/// svint32_t svabalt[_s32](svint32_t op1, svint16_t op2, svint16_t op3)
129
129
/// SABALT Ztied1.S, Zop2.H, Zop3.H
130
130
/// </summary>
131
- public static unsafe Vector < int > AbsoluteDifferenceAddWideningUpper ( Vector < int > addend , Vector < short > left , Vector < short > right ) { throw new PlatformNotSupportedException ( ) ; }
131
+ public static Vector < int > AbsoluteDifferenceAddWideningUpper ( Vector < int > addend , Vector < short > left , Vector < short > right ) { throw new PlatformNotSupportedException ( ) ; }
132
132
133
133
/// <summary>
134
134
/// svint64_t svabalt[_s64](svint64_t op1, svint32_t op2, svint32_t op3)
135
135
/// SABALT Ztied1.D, Zop2.S, Zop3.S
136
136
/// </summary>
137
- public static unsafe Vector < long > AbsoluteDifferenceAddWideningUpper ( Vector < long > addend , Vector < int > left , Vector < int > right ) { throw new PlatformNotSupportedException ( ) ; }
137
+ public static Vector < long > AbsoluteDifferenceAddWideningUpper ( Vector < long > addend , Vector < int > left , Vector < int > right ) { throw new PlatformNotSupportedException ( ) ; }
138
138
139
139
/// <summary>
140
140
/// svuint16_t svabalt[_u16](svuint16_t op1, svuint8_t op2, svuint8_t op3)
141
141
/// UABALT Ztied1.H, Zop2.B, Zop3.B
142
142
/// </summary>
143
- public static unsafe Vector < ushort > AbsoluteDifferenceAddWideningUpper ( Vector < ushort > addend , Vector < byte > left , Vector < byte > right ) { throw new PlatformNotSupportedException ( ) ; }
143
+ public static Vector < ushort > AbsoluteDifferenceAddWideningUpper ( Vector < ushort > addend , Vector < byte > left , Vector < byte > right ) { throw new PlatformNotSupportedException ( ) ; }
144
144
145
145
/// <summary>
146
146
/// svuint32_t svabalt[_u32](svuint32_t op1, svuint16_t op2, svuint16_t op3)
147
147
/// UABALT Ztied1.S, Zop2.H, Zop3.H
148
148
/// </summary>
149
- public static unsafe Vector < uint > AbsoluteDifferenceAddWideningUpper ( Vector < uint > addend , Vector < ushort > left , Vector < ushort > right ) { throw new PlatformNotSupportedException ( ) ; }
149
+ public static Vector < uint > AbsoluteDifferenceAddWideningUpper ( Vector < uint > addend , Vector < ushort > left , Vector < ushort > right ) { throw new PlatformNotSupportedException ( ) ; }
150
150
151
151
/// <summary>
152
152
/// svuint64_t svabalt[_u64](svuint64_t op1, svuint32_t op2, svuint32_t op3)
153
153
/// UABALT Ztied1.D, Zop2.S, Zop3.S
154
154
/// </summary>
155
- public static unsafe Vector < ulong > AbsoluteDifferenceAddWideningUpper ( Vector < ulong > addend , Vector < uint > left , Vector < uint > right ) { throw new PlatformNotSupportedException ( ) ; }
155
+ public static Vector < ulong > AbsoluteDifferenceAddWideningUpper ( Vector < ulong > addend , Vector < uint > left , Vector < uint > right ) { throw new PlatformNotSupportedException ( ) ; }
156
156
157
157
// Bitwise clear and exclusive OR
158
158
0 commit comments