AdvSimd.ShiftRightLogicalAddScalar Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
ShiftRightLogicalAddScalar(Vector64<Int64>, Vector64<Int64>, Byte) |
uint64x1_t vsra_n_u64 (a, uint64x1_t b, const int n uint64x1_t) A32: VSRA. U64 Dd, Dm, #n A64: USRA Dd, Dn, #n |
ShiftRightLogicalAddScalar(Vector64<UInt64>, Vector64<UInt64>, Byte) |
uint64x1_t vsra_n_u64 (a, uint64x1_t b, const int n uint64x1_t) A32: VSRA. U64 Dd, Dm, #n A64: USRA Dd, Dn, #n |
ShiftRightLogicalAddScalar(Vector64<Int64>, Vector64<Int64>, Byte)
uint64x1_t vsra_n_u64 (a, uint64x1_t b, const int n uint64x1_t)
A32: VSRA. U64 Dd, Dm, #n
A64: USRA Dd, Dn, #n
public:
static System::Runtime::Intrinsics::Vector64<long> ShiftRightLogicalAddScalar(System::Runtime::Intrinsics::Vector64<long> addend, System::Runtime::Intrinsics::Vector64<long> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<long> ShiftRightLogicalAddScalar (System.Runtime.Intrinsics.Vector64<long> addend, System.Runtime.Intrinsics.Vector64<long> value, byte count);
static member ShiftRightLogicalAddScalar : System.Runtime.Intrinsics.Vector64<int64> * System.Runtime.Intrinsics.Vector64<int64> * byte -> System.Runtime.Intrinsics.Vector64<int64>
Public Shared Function ShiftRightLogicalAddScalar (addend As Vector64(Of Long), value As Vector64(Of Long), count As Byte) As Vector64(Of Long)
Parametreler
- count
- Byte
Döndürülenler
Şunlara uygulanır
ShiftRightLogicalAddScalar(Vector64<UInt64>, Vector64<UInt64>, Byte)
uint64x1_t vsra_n_u64 (a, uint64x1_t b, const int n uint64x1_t)
A32: VSRA. U64 Dd, Dm, #n
A64: USRA Dd, Dn, #n
public:
static System::Runtime::Intrinsics::Vector64<System::UInt64> ShiftRightLogicalAddScalar(System::Runtime::Intrinsics::Vector64<System::UInt64> addend, System::Runtime::Intrinsics::Vector64<System::UInt64> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<ulong> ShiftRightLogicalAddScalar (System.Runtime.Intrinsics.Vector64<ulong> addend, System.Runtime.Intrinsics.Vector64<ulong> value, byte count);
static member ShiftRightLogicalAddScalar : System.Runtime.Intrinsics.Vector64<uint64> * System.Runtime.Intrinsics.Vector64<uint64> * byte -> System.Runtime.Intrinsics.Vector64<uint64>
Public Shared Function ShiftRightLogicalAddScalar (addend As Vector64(Of ULong), value As Vector64(Of ULong), count As Byte) As Vector64(Of ULong)
Parametreler
- count
- Byte