Table of Contents

Method ShiftRightLogical_Core

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

ShiftRightLogical_Core(Vector512<sbyte>, int, Vector512<sbyte>, Vector512<sbyte>)

Core calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的核心计算). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args). Mnemonic: rt[i] := value[i] >>> shiftAmount, shiftAmount &= (T.BitSize-1).

[CLSCompliant(false)]
public static Vector512<sbyte> ShiftRightLogical_Core(Vector512<sbyte> value, int shiftAmount, Vector512<sbyte> args0, Vector512<sbyte> args1)

Parameters

value Vector512<sbyte>

The vector whose elements are to be shifted (要移位其元素的向量).

shiftAmount int

The number of bits by which to shift each element (每个元素的移位位数).

args0 Vector512<sbyte>

Arguments 0 (参数0). Derived from ShiftRightLogical_Args .

args1 Vector512<sbyte>

Arguments 1 (参数1). Derived from ShiftRightLogical_Args .

Returns

Vector512<sbyte>

A vector for each element after shift right (每个元素右移位后的一个向量).

See Also

ShiftRightLogical_Core(Vector512<byte>, int, Vector512<byte>, Vector512<byte>)

Core calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的核心计算). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args). Mnemonic: rt[i] := value[i] >>> shiftAmount, shiftAmount &= (T.BitSize-1).

public static Vector512<byte> ShiftRightLogical_Core(Vector512<byte> value, int shiftAmount, Vector512<byte> args0, Vector512<byte> args1)

Parameters

value Vector512<byte>

The vector whose elements are to be shifted (要移位其元素的向量).

shiftAmount int

The number of bits by which to shift each element (每个元素的移位位数).

args0 Vector512<byte>

Arguments 0 (参数0). Derived from ShiftRightLogical_Args .

args1 Vector512<byte>

Arguments 1 (参数1). Derived from ShiftRightLogical_Args .

Returns

Vector512<byte>

A vector for each element after shift right (每个元素右移位后的一个向量).

See Also

ShiftRightLogical_Core(Vector512<short>, int, Vector512<short>, Vector512<short>)

Core calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的核心计算). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args). Mnemonic: rt[i] := value[i] >>> shiftAmount, shiftAmount &= (T.BitSize-1).

public static Vector512<short> ShiftRightLogical_Core(Vector512<short> value, int shiftAmount, Vector512<short> args0, Vector512<short> args1)

Parameters

value Vector512<short>

The vector whose elements are to be shifted (要移位其元素的向量).

shiftAmount int

The number of bits by which to shift each element (每个元素的移位位数).

args0 Vector512<short>

Arguments 0 (参数0). Derived from ShiftRightLogical_Args .

args1 Vector512<short>

Arguments 1 (参数1). Derived from ShiftRightLogical_Args .

Returns

Vector512<short>

A vector for each element after shift right (每个元素右移位后的一个向量).

See Also

ShiftRightLogical_Core(Vector512<ushort>, int, Vector512<ushort>, Vector512<ushort>)

Core calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的核心计算). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args). Mnemonic: rt[i] := value[i] >>> shiftAmount, shiftAmount &= (T.BitSize-1).

[CLSCompliant(false)]
public static Vector512<ushort> ShiftRightLogical_Core(Vector512<ushort> value, int shiftAmount, Vector512<ushort> args0, Vector512<ushort> args1)

Parameters

value Vector512<ushort>

The vector whose elements are to be shifted (要移位其元素的向量).

shiftAmount int

The number of bits by which to shift each element (每个元素的移位位数).

args0 Vector512<ushort>

Arguments 0 (参数0). Derived from ShiftRightLogical_Args .

args1 Vector512<ushort>

Arguments 1 (参数1). Derived from ShiftRightLogical_Args .

Returns

Vector512<ushort>

A vector for each element after shift right (每个元素右移位后的一个向量).

See Also

ShiftRightLogical_Core(Vector512<int>, int, Vector512<int>, Vector512<int>)

Core calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的核心计算). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args). Mnemonic: rt[i] := value[i] >>> shiftAmount, shiftAmount &= (T.BitSize-1).

public static Vector512<int> ShiftRightLogical_Core(Vector512<int> value, int shiftAmount, Vector512<int> args0, Vector512<int> args1)

Parameters

value Vector512<int>

The vector whose elements are to be shifted (要移位其元素的向量).

shiftAmount int

The number of bits by which to shift each element (每个元素的移位位数).

args0 Vector512<int>

Arguments 0 (参数0). Derived from ShiftRightLogical_Args .

args1 Vector512<int>

Arguments 1 (参数1). Derived from ShiftRightLogical_Args .

Returns

Vector512<int>

A vector for each element after shift right (每个元素右移位后的一个向量).

See Also

ShiftRightLogical_Core(Vector512<uint>, int, Vector512<uint>, Vector512<uint>)

Core calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的核心计算). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args). Mnemonic: rt[i] := value[i] >>> shiftAmount, shiftAmount &= (T.BitSize-1).

[CLSCompliant(false)]
public static Vector512<uint> ShiftRightLogical_Core(Vector512<uint> value, int shiftAmount, Vector512<uint> args0, Vector512<uint> args1)

Parameters

value Vector512<uint>

The vector whose elements are to be shifted (要移位其元素的向量).

shiftAmount int

The number of bits by which to shift each element (每个元素的移位位数).

args0 Vector512<uint>

Arguments 0 (参数0). Derived from ShiftRightLogical_Args .

args1 Vector512<uint>

Arguments 1 (参数1). Derived from ShiftRightLogical_Args .

Returns

Vector512<uint>

A vector for each element after shift right (每个元素右移位后的一个向量).

See Also

ShiftRightLogical_Core(Vector512<long>, int, Vector512<long>, Vector512<long>)

Core calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的核心计算). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args). Mnemonic: rt[i] := value[i] >>> shiftAmount, shiftAmount &= (T.BitSize-1).

public static Vector512<long> ShiftRightLogical_Core(Vector512<long> value, int shiftAmount, Vector512<long> args0, Vector512<long> args1)

Parameters

value Vector512<long>

The vector whose elements are to be shifted (要移位其元素的向量).

shiftAmount int

The number of bits by which to shift each element (每个元素的移位位数).

args0 Vector512<long>

Arguments 0 (参数0). Derived from ShiftRightLogical_Args .

args1 Vector512<long>

Arguments 1 (参数1). Derived from ShiftRightLogical_Args .

Returns

Vector512<long>

A vector for each element after shift right (每个元素右移位后的一个向量).

See Also

ShiftRightLogical_Core(Vector512<ulong>, int, Vector512<ulong>, Vector512<ulong>)

Core calculation for shifts (unsigned) each element of a vector right by the specified amount. (将向量的每个无符号元素逻辑右移指定量的核心计算). Its arguments are derived from ShiftRightLogical_Args (其参数来源于 ShiftRightLogical_Args). Mnemonic: rt[i] := value[i] >>> shiftAmount, shiftAmount &= (T.BitSize-1).

[CLSCompliant(false)]
public static Vector512<ulong> ShiftRightLogical_Core(Vector512<ulong> value, int shiftAmount, Vector512<ulong> args0, Vector512<ulong> args1)

Parameters

value Vector512<ulong>

The vector whose elements are to be shifted (要移位其元素的向量).

shiftAmount int

The number of bits by which to shift each element (每个元素的移位位数).

args0 Vector512<ulong>

Arguments 0 (参数0). Derived from ShiftRightLogical_Args .

args1 Vector512<ulong>

Arguments 1 (参数1). Derived from ShiftRightLogical_Args .

Returns

Vector512<ulong>

A vector for each element after shift right (每个元素右移位后的一个向量).

See Also