Avx512BW.ShiftRightLogical128BitLane Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ShiftRightLogical128BitLane(Vector512<SByte>, Byte) |
__m512i _mm512_bsrli_epi128 (__m512i a, const int imm8) VPSRLDQ zmm1, zmm2/m128, imm8 |
ShiftRightLogical128BitLane(Vector512<Byte>, Byte) |
__m512i _mm512_bsrli_epi128 (__m512i a, const int imm8) VPSRLDQ zmm1, zmm2/m128, imm8 |
ShiftRightLogical128BitLane(Vector512<SByte>, Byte)
- Source:
- Avx512BW.cs
- Source:
- Avx512BW.cs
__m512i _mm512_bsrli_epi128 (__m512i a, const int imm8)
VPSRLDQ zmm1, zmm2/m128, imm8
public:
static System::Runtime::Intrinsics::Vector512<System::SByte> ShiftRightLogical128BitLane(System::Runtime::Intrinsics::Vector512<System::SByte> value, System::Byte numBytes);
public static System.Runtime.Intrinsics.Vector512<sbyte> ShiftRightLogical128BitLane (System.Runtime.Intrinsics.Vector512<sbyte> value, byte numBytes);
static member ShiftRightLogical128BitLane : System.Runtime.Intrinsics.Vector512<sbyte> * byte -> System.Runtime.Intrinsics.Vector512<sbyte>
Public Shared Function ShiftRightLogical128BitLane (value As Vector512(Of SByte), numBytes As Byte) As Vector512(Of SByte)
Parameters
- numBytes
- Byte
Returns
Applies to
ShiftRightLogical128BitLane(Vector512<Byte>, Byte)
- Source:
- Avx512BW.cs
- Source:
- Avx512BW.cs
__m512i _mm512_bsrli_epi128 (__m512i a, const int imm8)
VPSRLDQ zmm1, zmm2/m128, imm8
public:
static System::Runtime::Intrinsics::Vector512<System::Byte> ShiftRightLogical128BitLane(System::Runtime::Intrinsics::Vector512<System::Byte> value, System::Byte numBytes);
public static System.Runtime.Intrinsics.Vector512<byte> ShiftRightLogical128BitLane (System.Runtime.Intrinsics.Vector512<byte> value, byte numBytes);
static member ShiftRightLogical128BitLane : System.Runtime.Intrinsics.Vector512<byte> * byte -> System.Runtime.Intrinsics.Vector512<byte>
Public Shared Function ShiftRightLogical128BitLane (value As Vector512(Of Byte), numBytes As Byte) As Vector512(Of Byte)
Parameters
- numBytes
- Byte
Returns
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.