AdvSimd.InsertScalar 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
InsertScalar(Vector128<UInt64>, Byte, Vector64<UInt64>) |
uint64x2_t vcopyq_lane_u64(uint64x2_t, const int lane1, uint64x1_t b, const int lane2) A32: VMOV Dd, Dm A64: INS Vd.D[lane1], Vn.D[0] |
InsertScalar(Vector128<Double>, Byte, Vector64<Double>) |
float64x2_t vcopyq_lane_f64(float64x2_t, const int lane1, float64x1_t b, const int lane2) A32: VMOV.F64 Dd, Dm A64: INS Vd.D[lane1], Vn.D[0] |
InsertScalar(Vector128<Int64>, Byte, Vector64<Int64>) |
int64x2_t vcopyq_lane_s64(int64x2_t, const int lane1, int64x1_t b, const int lane2) A32: VMOV Dd, Dm A64: INS Vd.D[lane1], Vn.D[0] |
InsertScalar(Vector128<UInt64>, Byte, Vector64<UInt64>)
uint64x2_t vcopyq_lane_u64(uint64x2_t, const int lane1, uint64x1_t b, const int lane2)
A32: VMOV Dd, Dm
A64: INS Vd.D[lane1], Vn.D[0]
public:
static System::Runtime::Intrinsics::Vector128<System::UInt64> InsertScalar(System::Runtime::Intrinsics::Vector128<System::UInt64> result, System::Byte resultIndex, System::Runtime::Intrinsics::Vector64<System::UInt64> value);
public static System.Runtime.Intrinsics.Vector128<ulong> InsertScalar (System.Runtime.Intrinsics.Vector128<ulong> result, byte resultIndex, System.Runtime.Intrinsics.Vector64<ulong> value);
static member InsertScalar : System.Runtime.Intrinsics.Vector128<uint64> * byte * System.Runtime.Intrinsics.Vector64<uint64> -> System.Runtime.Intrinsics.Vector128<uint64>
Public Shared Function InsertScalar (result As Vector128(Of ULong), resultIndex As Byte, value As Vector64(Of ULong)) As Vector128(Of ULong)
매개 변수
- resultIndex
- Byte
반환
적용 대상
InsertScalar(Vector128<Double>, Byte, Vector64<Double>)
float64x2_t vcopyq_lane_f64(float64x2_t, const int lane1, float64x1_t b, const int lane2)
A32: VMOV.F64 Dd, Dm
A64: INS Vd.D[lane1], Vn.D[0]
public:
static System::Runtime::Intrinsics::Vector128<double> InsertScalar(System::Runtime::Intrinsics::Vector128<double> result, System::Byte resultIndex, System::Runtime::Intrinsics::Vector64<double> value);
public static System.Runtime.Intrinsics.Vector128<double> InsertScalar (System.Runtime.Intrinsics.Vector128<double> result, byte resultIndex, System.Runtime.Intrinsics.Vector64<double> value);
static member InsertScalar : System.Runtime.Intrinsics.Vector128<double> * byte * System.Runtime.Intrinsics.Vector64<double> -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function InsertScalar (result As Vector128(Of Double), resultIndex As Byte, value As Vector64(Of Double)) As Vector128(Of Double)
매개 변수
- resultIndex
- Byte
반환
적용 대상
InsertScalar(Vector128<Int64>, Byte, Vector64<Int64>)
int64x2_t vcopyq_lane_s64(int64x2_t, const int lane1, int64x1_t b, const int lane2)
A32: VMOV Dd, Dm
A64: INS Vd.D[lane1], Vn.D[0]
public:
static System::Runtime::Intrinsics::Vector128<long> InsertScalar(System::Runtime::Intrinsics::Vector128<long> result, System::Byte resultIndex, System::Runtime::Intrinsics::Vector64<long> value);
public static System.Runtime.Intrinsics.Vector128<long> InsertScalar (System.Runtime.Intrinsics.Vector128<long> result, byte resultIndex, System.Runtime.Intrinsics.Vector64<long> value);
static member InsertScalar : System.Runtime.Intrinsics.Vector128<int64> * byte * System.Runtime.Intrinsics.Vector64<int64> -> System.Runtime.Intrinsics.Vector128<int64>
Public Shared Function InsertScalar (result As Vector128(Of Long), resultIndex As Byte, value As Vector64(Of Long)) As Vector128(Of Long)
매개 변수
- resultIndex
- Byte
반환
적용 대상
.NET