Sve.InsertIntoShiftedVector 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
InsertIntoShiftedVector(Vector<UInt64>, UInt64) |
svuint64_t svinsr[_n_u64](svuint64_t op1, uint64_t op2) INSR Ztied1.D, Xop2 INSR Ztied1.D, Dop2 |
InsertIntoShiftedVector(Vector<UInt32>, UInt32) |
svuint32_t svinsr[_n_u32](svuint32_t op1, uint32_t op2) INSR Ztied1.S, Wop2 INSR Ztied1.S, Sop2 |
InsertIntoShiftedVector(Vector<UInt16>, UInt16) |
svuint16_t svinsr[_n_u16](svuint16_t op1, uint16_t op2) INSR Ztied1.H, Wop2 INSR Ztied1.H, Hop2 |
InsertIntoShiftedVector(Vector<SByte>, SByte) |
svint8_t svinsr[_n_s8](svint8_t op1, int8_t op2) INSR Ztied1.B, Wop2 INSR Ztied1.B, Bop2 |
InsertIntoShiftedVector(Vector<Single>, Single) |
svfloat32_t svinsr[_n_f32](svfloat32_t op1, float32_t op2) INSR Ztied1.S, Wop2 INSR Ztied1.S, Sop2 |
InsertIntoShiftedVector(Vector<Int32>, Int32) |
svint32_t svinsr[_n_s32](svint32_t op1, int32_t op2) INSR Ztied1.S, Wop2 INSR Ztied1.S, Sop2 |
InsertIntoShiftedVector(Vector<Int16>, Int16) |
svint16_t svinsr[_n_s16](svint16_t op1, int16_t op2) INSR Ztied1.H, Wop2 INSR Ztied1.H, Hop2 |
InsertIntoShiftedVector(Vector<Double>, Double) |
svfloat64_t svinsr[_n_f64](svfloat64_t op1, float64_t op2) INSR Ztied1.D, Xop2 INSR Ztied1.D, Dop2 |
InsertIntoShiftedVector(Vector<Byte>, Byte) |
svuint8_t svinsr[_n_u8](svuint8_t op1, uint8_t op2) INSR Ztied1.B, Wop2 INSR Ztied1.B, Bop2 |
InsertIntoShiftedVector(Vector<Int64>, Int64) |
svint64_t svinsr[_n_s64](svint64_t op1, int64_t op2) INSR Ztied1.D, Xop2 INSR Ztied1.D, Dop2 |
InsertIntoShiftedVector(Vector<UInt64>, UInt64)
svuint64_t svinsr[_n_u64](svuint64_t op1, uint64_t op2)
INSR Ztied1.D, Xop2
INSR Ztied1.D, Dop2
public:
static System::Numerics::Vector<System::UInt64> InsertIntoShiftedVector(System::Numerics::Vector<System::UInt64> left, System::UInt64 right);
public static System.Numerics.Vector<ulong> InsertIntoShiftedVector (System.Numerics.Vector<ulong> left, ulong right);
static member InsertIntoShiftedVector : System.Numerics.Vector<uint64> * uint64 -> System.Numerics.Vector<uint64>
Public Shared Function InsertIntoShiftedVector (left As Vector(Of ULong), right As ULong) As Vector(Of ULong)
Parameters
- right
- UInt64
Returns
Applies to
InsertIntoShiftedVector(Vector<UInt32>, UInt32)
svuint32_t svinsr[_n_u32](svuint32_t op1, uint32_t op2)
INSR Ztied1.S, Wop2
INSR Ztied1.S, Sop2
public:
static System::Numerics::Vector<System::UInt32> InsertIntoShiftedVector(System::Numerics::Vector<System::UInt32> left, System::UInt32 right);
public static System.Numerics.Vector<uint> InsertIntoShiftedVector (System.Numerics.Vector<uint> left, uint right);
static member InsertIntoShiftedVector : System.Numerics.Vector<uint32> * uint32 -> System.Numerics.Vector<uint32>
Public Shared Function InsertIntoShiftedVector (left As Vector(Of UInteger), right As UInteger) As Vector(Of UInteger)
Parameters
- right
- UInt32
Returns
Applies to
InsertIntoShiftedVector(Vector<UInt16>, UInt16)
svuint16_t svinsr[_n_u16](svuint16_t op1, uint16_t op2)
INSR Ztied1.H, Wop2
INSR Ztied1.H, Hop2
public:
static System::Numerics::Vector<System::UInt16> InsertIntoShiftedVector(System::Numerics::Vector<System::UInt16> left, System::UInt16 right);
public static System.Numerics.Vector<ushort> InsertIntoShiftedVector (System.Numerics.Vector<ushort> left, ushort right);
static member InsertIntoShiftedVector : System.Numerics.Vector<uint16> * uint16 -> System.Numerics.Vector<uint16>
Public Shared Function InsertIntoShiftedVector (left As Vector(Of UShort), right As UShort) As Vector(Of UShort)
Parameters
- right
- UInt16
Returns
Applies to
InsertIntoShiftedVector(Vector<SByte>, SByte)
svint8_t svinsr[_n_s8](svint8_t op1, int8_t op2)
INSR Ztied1.B, Wop2
INSR Ztied1.B, Bop2
public:
static System::Numerics::Vector<System::SByte> InsertIntoShiftedVector(System::Numerics::Vector<System::SByte> left, System::SByte right);
public static System.Numerics.Vector<sbyte> InsertIntoShiftedVector (System.Numerics.Vector<sbyte> left, sbyte right);
static member InsertIntoShiftedVector : System.Numerics.Vector<sbyte> * sbyte -> System.Numerics.Vector<sbyte>
Public Shared Function InsertIntoShiftedVector (left As Vector(Of SByte), right As SByte) As Vector(Of SByte)
Parameters
- right
- SByte
Returns
Applies to
InsertIntoShiftedVector(Vector<Single>, Single)
svfloat32_t svinsr[_n_f32](svfloat32_t op1, float32_t op2)
INSR Ztied1.S, Wop2
INSR Ztied1.S, Sop2
public:
static System::Numerics::Vector<float> InsertIntoShiftedVector(System::Numerics::Vector<float> left, float right);
public static System.Numerics.Vector<float> InsertIntoShiftedVector (System.Numerics.Vector<float> left, float right);
static member InsertIntoShiftedVector : System.Numerics.Vector<single> * single -> System.Numerics.Vector<single>
Public Shared Function InsertIntoShiftedVector (left As Vector(Of Single), right As Single) As Vector(Of Single)
Parameters
- right
- Single
Returns
Applies to
InsertIntoShiftedVector(Vector<Int32>, Int32)
svint32_t svinsr[_n_s32](svint32_t op1, int32_t op2)
INSR Ztied1.S, Wop2
INSR Ztied1.S, Sop2
public:
static System::Numerics::Vector<int> InsertIntoShiftedVector(System::Numerics::Vector<int> left, int right);
public static System.Numerics.Vector<int> InsertIntoShiftedVector (System.Numerics.Vector<int> left, int right);
static member InsertIntoShiftedVector : System.Numerics.Vector<int> * int -> System.Numerics.Vector<int>
Public Shared Function InsertIntoShiftedVector (left As Vector(Of Integer), right As Integer) As Vector(Of Integer)
Parameters
- right
- Int32
Returns
Applies to
InsertIntoShiftedVector(Vector<Int16>, Int16)
svint16_t svinsr[_n_s16](svint16_t op1, int16_t op2)
INSR Ztied1.H, Wop2
INSR Ztied1.H, Hop2
public:
static System::Numerics::Vector<short> InsertIntoShiftedVector(System::Numerics::Vector<short> left, short right);
public static System.Numerics.Vector<short> InsertIntoShiftedVector (System.Numerics.Vector<short> left, short right);
static member InsertIntoShiftedVector : System.Numerics.Vector<int16> * int16 -> System.Numerics.Vector<int16>
Public Shared Function InsertIntoShiftedVector (left As Vector(Of Short), right As Short) As Vector(Of Short)
Parameters
- right
- Int16
Returns
Applies to
InsertIntoShiftedVector(Vector<Double>, Double)
svfloat64_t svinsr[_n_f64](svfloat64_t op1, float64_t op2)
INSR Ztied1.D, Xop2
INSR Ztied1.D, Dop2
public:
static System::Numerics::Vector<double> InsertIntoShiftedVector(System::Numerics::Vector<double> left, double right);
public static System.Numerics.Vector<double> InsertIntoShiftedVector (System.Numerics.Vector<double> left, double right);
static member InsertIntoShiftedVector : System.Numerics.Vector<double> * double -> System.Numerics.Vector<double>
Public Shared Function InsertIntoShiftedVector (left As Vector(Of Double), right As Double) As Vector(Of Double)
Parameters
- right
- Double
Returns
Applies to
InsertIntoShiftedVector(Vector<Byte>, Byte)
svuint8_t svinsr[_n_u8](svuint8_t op1, uint8_t op2)
INSR Ztied1.B, Wop2
INSR Ztied1.B, Bop2
public:
static System::Numerics::Vector<System::Byte> InsertIntoShiftedVector(System::Numerics::Vector<System::Byte> left, System::Byte right);
public static System.Numerics.Vector<byte> InsertIntoShiftedVector (System.Numerics.Vector<byte> left, byte right);
static member InsertIntoShiftedVector : System.Numerics.Vector<byte> * byte -> System.Numerics.Vector<byte>
Public Shared Function InsertIntoShiftedVector (left As Vector(Of Byte), right As Byte) As Vector(Of Byte)
Parameters
- right
- Byte
Returns
Applies to
InsertIntoShiftedVector(Vector<Int64>, Int64)
svint64_t svinsr[_n_s64](svint64_t op1, int64_t op2)
INSR Ztied1.D, Xop2
INSR Ztied1.D, Dop2
public:
static System::Numerics::Vector<long> InsertIntoShiftedVector(System::Numerics::Vector<long> left, long right);
public static System.Numerics.Vector<long> InsertIntoShiftedVector (System.Numerics.Vector<long> left, long right);
static member InsertIntoShiftedVector : System.Numerics.Vector<int64> * int64 -> System.Numerics.Vector<int64>
Public Shared Function InsertIntoShiftedVector (left As Vector(Of Long), right As Long) As Vector(Of Long)
Parameters
- right
- Int64