AdvSimd.DuplicateSelectedScalarToVector128 Method

Definition

Overloads

DuplicateSelectedScalarToVector128(Vector64<UInt16>, Byte)

uint16x8_t vdupq_lane_u16 (uint16x4_t vec, const int lane)

A32: VDUP.16 Qd, Dm[index]

A64: DUP Vd.8H, Vn.H[index]

DuplicateSelectedScalarToVector128(Vector64<Single>, Byte)

float32x4_t vdupq_lane_f32 (float32x2_t vec, const int lane)

A32: VDUP.32 Qd, Dm[index]

A64: DUP Vd.4S, Vn.S[index]

DuplicateSelectedScalarToVector128(Vector64<UInt32>, Byte)

uint32x4_t vdupq_lane_u32 (uint32x2_t vec, const int lane)

A32: VDUP.32 Qd, Dm[index]

A64: DUP Vd.4S, Vn.S[index]

DuplicateSelectedScalarToVector128(Vector64<Int32>, Byte)

int32x4_t vdupq_lane_s32 (int32x2_t vec, const int lane)

A32: VDUP.32 Qd, Dm[index]

A64: DUP Vd.4S, Vn.S[index]

DuplicateSelectedScalarToVector128(Vector64<Int16>, Byte)

int16x8_t vdupq_lane_s16 (int16x4_t vec, const int lane)

A32: VDUP.16 Qd, Dm[index]

A64: DUP Vd.8H, Vn.H[index]

DuplicateSelectedScalarToVector128(Vector64<Byte>, Byte)

uint8x16_t vdupq_lane_u8 (uint8x8_t vec, const int lane)

A32: VDUP.8 Qd, Dm[index]

A64: DUP Vd.16B, Vn.B[index]

DuplicateSelectedScalarToVector128(Vector64<SByte>, Byte)

int8x16_t vdupq_lane_s8 (int8x8_t vec, const int lane)

A32: VDUP.8 Qd, Dm[index]

A64: DUP Vd.16B, Vn.B[index]

DuplicateSelectedScalarToVector128(Vector128<UInt16>, Byte)

uint16x8_t vdupq_lane_u16 (uint16x8_t vec, const int lane)

A32: VDUP.16 Qd, Dm[index]

A64: DUP Vd.8H, Vn.H[index]

DuplicateSelectedScalarToVector128(Vector128<Single>, Byte)

float32x4_t vdupq_lane_f32 (float32x4_t vec, const int lane)

A32: VDUP.32 Qd, Dm[index]

A64: DUP Vd.4S, Vn.S[index]

DuplicateSelectedScalarToVector128(Vector128<SByte>, Byte)

int8x16_t vdupq_lane_s8 (int8x16_t vec, const int lane)

A32: VDUP.8 Qd, Dm[index]

A64: DUP Vd.16B, Vn.B[index]

DuplicateSelectedScalarToVector128(Vector128<Int32>, Byte)

int32x4_t vdupq_lane_s32 (int32x4_t vec, const int lane)

A32: VDUP.32 Qd, Dm[index]

A64: DUP Vd.4S, Vn.S[index]

DuplicateSelectedScalarToVector128(Vector128<Int16>, Byte)

int16x8_t vdupq_lane_s16 (int16x8_t vec, const int lane)

A32: VDUP.16 Qd, Dm[index]

A64: DUP Vd.8H, Vn.H[index]

DuplicateSelectedScalarToVector128(Vector128<Byte>, Byte)

uint8x16_t vdupq_lane_u8 (uint8x16_t vec, const int lane)

A32: VDUP.8 Qd, Dm[index]

A64: DUP Vd.16B, Vn.B[index]

DuplicateSelectedScalarToVector128(Vector128<UInt32>, Byte)

uint32x4_t vdupq_lane_u32 (uint32x4_t vec, const int lane)

A32: VDUP.32 Qd, Dm[index]

A64: DUP Vd.4S, Vn.S[index]

DuplicateSelectedScalarToVector128(Vector64<UInt16>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint16x8_t vdupq_lane_u16 (uint16x4_t vec, const int lane)

A32: VDUP.16 Qd, Dm[index]

A64: DUP Vd.8H, Vn.H[index]

public:
 static System::Runtime::Intrinsics::Vector128<System::UInt16> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector64<System::UInt16> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<ushort> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector64<ushort> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector64<uint16> * byte -> System.Runtime.Intrinsics.Vector128<uint16>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector64(Of UShort), index As Byte) As Vector128(Of UShort)

Parameters

value
Vector64<UInt16>
index
Byte

Returns

Applies to

DuplicateSelectedScalarToVector128(Vector64<Single>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

float32x4_t vdupq_lane_f32 (float32x2_t vec, const int lane)

A32: VDUP.32 Qd, Dm[index]

A64: DUP Vd.4S, Vn.S[index]

public:
 static System::Runtime::Intrinsics::Vector128<float> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector64<float> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<float> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector64<float> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector64<single> * byte -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector64(Of Single), index As Byte) As Vector128(Of Single)

Parameters

value
Vector64<Single>
index
Byte

Returns

Applies to

DuplicateSelectedScalarToVector128(Vector64<UInt32>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint32x4_t vdupq_lane_u32 (uint32x2_t vec, const int lane)

A32: VDUP.32 Qd, Dm[index]

A64: DUP Vd.4S, Vn.S[index]

public:
 static System::Runtime::Intrinsics::Vector128<System::UInt32> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector64<System::UInt32> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<uint> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector64<uint> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector64<uint32> * byte -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector64(Of UInteger), index As Byte) As Vector128(Of UInteger)

Parameters

value
Vector64<UInt32>
index
Byte

Returns

Applies to

DuplicateSelectedScalarToVector128(Vector64<Int32>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int32x4_t vdupq_lane_s32 (int32x2_t vec, const int lane)

A32: VDUP.32 Qd, Dm[index]

A64: DUP Vd.4S, Vn.S[index]

public:
 static System::Runtime::Intrinsics::Vector128<int> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector64<int> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<int> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector64<int> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector64<int> * byte -> System.Runtime.Intrinsics.Vector128<int>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector64(Of Integer), index As Byte) As Vector128(Of Integer)

Parameters

value
Vector64<Int32>
index
Byte

Returns

Applies to

DuplicateSelectedScalarToVector128(Vector64<Int16>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int16x8_t vdupq_lane_s16 (int16x4_t vec, const int lane)

A32: VDUP.16 Qd, Dm[index]

A64: DUP Vd.8H, Vn.H[index]

public:
 static System::Runtime::Intrinsics::Vector128<short> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector64<short> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<short> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector64<short> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector64<int16> * byte -> System.Runtime.Intrinsics.Vector128<int16>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector64(Of Short), index As Byte) As Vector128(Of Short)

Parameters

value
Vector64<Int16>
index
Byte

Returns

Applies to

DuplicateSelectedScalarToVector128(Vector64<Byte>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint8x16_t vdupq_lane_u8 (uint8x8_t vec, const int lane)

A32: VDUP.8 Qd, Dm[index]

A64: DUP Vd.16B, Vn.B[index]

public:
 static System::Runtime::Intrinsics::Vector128<System::Byte> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector64<System::Byte> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<byte> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector64<byte> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector64<byte> * byte -> System.Runtime.Intrinsics.Vector128<byte>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector64(Of Byte), index As Byte) As Vector128(Of Byte)

Parameters

value
Vector64<Byte>
index
Byte

Returns

Applies to

DuplicateSelectedScalarToVector128(Vector64<SByte>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int8x16_t vdupq_lane_s8 (int8x8_t vec, const int lane)

A32: VDUP.8 Qd, Dm[index]

A64: DUP Vd.16B, Vn.B[index]

public:
 static System::Runtime::Intrinsics::Vector128<System::SByte> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector64<System::SByte> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<sbyte> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector64<sbyte> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector64<sbyte> * byte -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector64(Of SByte), index As Byte) As Vector128(Of SByte)

Parameters

value
Vector64<SByte>
index
Byte

Returns

Applies to

DuplicateSelectedScalarToVector128(Vector128<UInt16>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint16x8_t vdupq_lane_u16 (uint16x8_t vec, const int lane)

A32: VDUP.16 Qd, Dm[index]

A64: DUP Vd.8H, Vn.H[index]

public:
 static System::Runtime::Intrinsics::Vector128<System::UInt16> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector128<System::UInt16> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<ushort> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector128<ushort> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector128<uint16> * byte -> System.Runtime.Intrinsics.Vector128<uint16>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector128(Of UShort), index As Byte) As Vector128(Of UShort)

Parameters

value
Vector128<UInt16>
index
Byte

Returns

Applies to

DuplicateSelectedScalarToVector128(Vector128<Single>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

float32x4_t vdupq_lane_f32 (float32x4_t vec, const int lane)

A32: VDUP.32 Qd, Dm[index]

A64: DUP Vd.4S, Vn.S[index]

public:
 static System::Runtime::Intrinsics::Vector128<float> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector128<float> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<float> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector128<float> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector128<single> * byte -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector128(Of Single), index As Byte) As Vector128(Of Single)

Parameters

value
Vector128<Single>
index
Byte

Returns

Applies to

DuplicateSelectedScalarToVector128(Vector128<SByte>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int8x16_t vdupq_lane_s8 (int8x16_t vec, const int lane)

A32: VDUP.8 Qd, Dm[index]

A64: DUP Vd.16B, Vn.B[index]

public:
 static System::Runtime::Intrinsics::Vector128<System::SByte> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector128<System::SByte> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<sbyte> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector128<sbyte> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector128<sbyte> * byte -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector128(Of SByte), index As Byte) As Vector128(Of SByte)

Parameters

value
Vector128<SByte>
index
Byte

Returns

Applies to

DuplicateSelectedScalarToVector128(Vector128<Int32>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int32x4_t vdupq_lane_s32 (int32x4_t vec, const int lane)

A32: VDUP.32 Qd, Dm[index]

A64: DUP Vd.4S, Vn.S[index]

public:
 static System::Runtime::Intrinsics::Vector128<int> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector128<int> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<int> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector128<int> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector128<int> * byte -> System.Runtime.Intrinsics.Vector128<int>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector128(Of Integer), index As Byte) As Vector128(Of Integer)

Parameters

value
Vector128<Int32>
index
Byte

Returns

Applies to

DuplicateSelectedScalarToVector128(Vector128<Int16>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int16x8_t vdupq_lane_s16 (int16x8_t vec, const int lane)

A32: VDUP.16 Qd, Dm[index]

A64: DUP Vd.8H, Vn.H[index]

public:
 static System::Runtime::Intrinsics::Vector128<short> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector128<short> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<short> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector128<short> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector128<int16> * byte -> System.Runtime.Intrinsics.Vector128<int16>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector128(Of Short), index As Byte) As Vector128(Of Short)

Parameters

value
Vector128<Int16>
index
Byte

Returns

Applies to

DuplicateSelectedScalarToVector128(Vector128<Byte>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint8x16_t vdupq_lane_u8 (uint8x16_t vec, const int lane)

A32: VDUP.8 Qd, Dm[index]

A64: DUP Vd.16B, Vn.B[index]

public:
 static System::Runtime::Intrinsics::Vector128<System::Byte> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector128<System::Byte> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<byte> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector128<byte> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector128<byte> * byte -> System.Runtime.Intrinsics.Vector128<byte>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector128(Of Byte), index As Byte) As Vector128(Of Byte)

Parameters

value
Vector128<Byte>
index
Byte

Returns

Applies to

DuplicateSelectedScalarToVector128(Vector128<UInt32>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint32x4_t vdupq_lane_u32 (uint32x4_t vec, const int lane)

A32: VDUP.32 Qd, Dm[index]

A64: DUP Vd.4S, Vn.S[index]

public:
 static System::Runtime::Intrinsics::Vector128<System::UInt32> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector128<System::UInt32> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<uint> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector128<uint> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector128<uint32> * byte -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector128(Of UInteger), index As Byte) As Vector128(Of UInteger)

Parameters

value
Vector128<UInt32>
index
Byte

Returns

Applies to