Method ShiftRightLogical_ConstCore
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
ShiftRightLogical_ConstCore(Vector512<sbyte>, int, Vector512<sbyte>, Vector512<sbyte>)
Core calculation for shifts (unsigned) each element of a vector right by the specified amount - Const (将向量的每个无符号元素逻辑右移指定量的核心计算 - 常量). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args).
Mnemonic: rt[i] := value[i] >>> shiftAmount
.
[CLSCompliant(false)]
public static Vector512<sbyte> ShiftRightLogical_ConstCore(Vector512<sbyte> value, int shiftAmount, Vector512<sbyte> args0, Vector512<sbyte> args1)
Parameters
value
Vector512<sbyte>The vector whose elements are to be shifted (要移位其元素的向量).
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数). The valid range is 1~7 (有效范围是 1~7).
args0
Vector512<sbyte>Arguments 0 (参数0). Derived from ShiftRightLogical_Args .
args1
Vector512<sbyte>Arguments 1 (参数1). Derived from ShiftRightLogical_Args .
Returns
- See Also
ShiftRightLogical_ConstCore(Vector512<byte>, int, Vector512<byte>, Vector512<byte>)
Core calculation for shifts (unsigned) each element of a vector right by the specified amount - Const (将向量的每个无符号元素逻辑右移指定量的核心计算 - 常量). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args).
Mnemonic: rt[i] := value[i] >>> shiftAmount
.
public static Vector512<byte> ShiftRightLogical_ConstCore(Vector512<byte> value, int shiftAmount, Vector512<byte> args0, Vector512<byte> args1)
Parameters
value
Vector512<byte>The vector whose elements are to be shifted (要移位其元素的向量).
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数). The valid range is 1~7 (有效范围是 1~7).
args0
Vector512<byte>Arguments 0 (参数0). Derived from ShiftRightLogical_Args .
args1
Vector512<byte>Arguments 1 (参数1). Derived from ShiftRightLogical_Args .
Returns
- See Also
ShiftRightLogical_ConstCore(Vector512<short>, int, Vector512<short>, Vector512<short>)
Core calculation for shifts (unsigned) each element of a vector right by the specified amount - Const (将向量的每个无符号元素逻辑右移指定量的核心计算 - 常量). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args).
Mnemonic: rt[i] := value[i] >>> shiftAmount
.
public static Vector512<short> ShiftRightLogical_ConstCore(Vector512<short> value, int shiftAmount, Vector512<short> args0, Vector512<short> args1)
Parameters
value
Vector512<short>The vector whose elements are to be shifted (要移位其元素的向量).
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数). The valid range is 1~15 (有效范围是 1~15).
args0
Vector512<short>Arguments 0 (参数0). Derived from ShiftRightLogical_Args .
args1
Vector512<short>Arguments 1 (参数1). Derived from ShiftRightLogical_Args .
Returns
- See Also
ShiftRightLogical_ConstCore(Vector512<ushort>, int, Vector512<ushort>, Vector512<ushort>)
Core calculation for shifts (unsigned) each element of a vector right by the specified amount - Const (将向量的每个无符号元素逻辑右移指定量的核心计算 - 常量). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args).
Mnemonic: rt[i] := value[i] >>> shiftAmount
.
[CLSCompliant(false)]
public static Vector512<ushort> ShiftRightLogical_ConstCore(Vector512<ushort> value, int shiftAmount, Vector512<ushort> args0, Vector512<ushort> args1)
Parameters
value
Vector512<ushort>The vector whose elements are to be shifted (要移位其元素的向量).
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数). The valid range is 1~15 (有效范围是 1~15).
args0
Vector512<ushort>Arguments 0 (参数0). Derived from ShiftRightLogical_Args .
args1
Vector512<ushort>Arguments 1 (参数1). Derived from ShiftRightLogical_Args .
Returns
- See Also
ShiftRightLogical_ConstCore(Vector512<int>, int, Vector512<int>, Vector512<int>)
Core calculation for shifts (unsigned) each element of a vector right by the specified amount - Const (将向量的每个无符号元素逻辑右移指定量的核心计算 - 常量). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args).
Mnemonic: rt[i] := value[i] >>> shiftAmount
.
public static Vector512<int> ShiftRightLogical_ConstCore(Vector512<int> value, int shiftAmount, Vector512<int> args0, Vector512<int> args1)
Parameters
value
Vector512<int>The vector whose elements are to be shifted (要移位其元素的向量).
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数). The valid range is 1~31 (有效范围是 1~31).
args0
Vector512<int>Arguments 0 (参数0). Derived from ShiftRightLogical_Args .
args1
Vector512<int>Arguments 1 (参数1). Derived from ShiftRightLogical_Args .
Returns
- See Also
ShiftRightLogical_ConstCore(Vector512<uint>, int, Vector512<uint>, Vector512<uint>)
Core calculation for shifts (unsigned) each element of a vector right by the specified amount - Const (将向量的每个无符号元素逻辑右移指定量的核心计算 - 常量). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args).
Mnemonic: rt[i] := value[i] >>> shiftAmount
.
[CLSCompliant(false)]
public static Vector512<uint> ShiftRightLogical_ConstCore(Vector512<uint> value, int shiftAmount, Vector512<uint> args0, Vector512<uint> args1)
Parameters
value
Vector512<uint>The vector whose elements are to be shifted (要移位其元素的向量).
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数). The valid range is 1~31 (有效范围是 1~31).
args0
Vector512<uint>Arguments 0 (参数0). Derived from ShiftRightLogical_Args .
args1
Vector512<uint>Arguments 1 (参数1). Derived from ShiftRightLogical_Args .
Returns
- See Also
ShiftRightLogical_ConstCore(Vector512<long>, int, Vector512<long>, Vector512<long>)
Core calculation for shifts (unsigned) each element of a vector right by the specified amount - Const (将向量的每个无符号元素逻辑右移指定量的核心计算 - 常量). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args).
Mnemonic: rt[i] := value[i] >>> shiftAmount
.
public static Vector512<long> ShiftRightLogical_ConstCore(Vector512<long> value, int shiftAmount, Vector512<long> args0, Vector512<long> args1)
Parameters
value
Vector512<long>The vector whose elements are to be shifted (要移位其元素的向量).
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数). The valid range is 1~63 (有效范围是 1~63).
args0
Vector512<long>Arguments 0 (参数0). Derived from ShiftRightLogical_Args .
args1
Vector512<long>Arguments 1 (参数1). Derived from ShiftRightLogical_Args .
Returns
- See Also
ShiftRightLogical_ConstCore(Vector512<ulong>, int, Vector512<ulong>, Vector512<ulong>)
Core calculation for shifts (unsigned) each element of a vector right by the specified amount - Const (将向量的每个无符号元素逻辑右移指定量的核心计算 - 常量). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args).
Mnemonic: rt[i] := value[i] >>> shiftAmount
.
[CLSCompliant(false)]
public static Vector512<ulong> ShiftRightLogical_ConstCore(Vector512<ulong> value, int shiftAmount, Vector512<ulong> args0, Vector512<ulong> args1)
Parameters
value
Vector512<ulong>The vector whose elements are to be shifted (要移位其元素的向量).
shiftAmount
intThe number of bits by which to shift each element (每个元素的移位位数). The valid range is 1~63 (有效范围是 1~63).
args0
Vector512<ulong>Arguments 0 (参数0). Derived from ShiftRightLogical_Args .
args1
Vector512<ulong>Arguments 1 (参数1). Derived from ShiftRightLogical_Args .
Returns
- See Also