Sse2.StoreAligned Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
StoreAligned(Byte*, Vector128<Byte>) |
_mm_store_si128 (__m128i* mem_addr, __m128i a) MOVDQA m128, xmm |
StoreAligned(Double*, Vector128<Double>) |
kekosongan _mm_store_pd (mem_addr ganda*, __m128d a) MOVAPD m128, xmm |
StoreAligned(Int16*, Vector128<Int16>) |
_mm_store_si128 (__m128i* mem_addr, __m128i a) MOVDQA m128, xmm |
StoreAligned(Int32*, Vector128<Int32>) |
_mm_store_si128 (__m128i* mem_addr, __m128i a) MOVDQA m128, xmm |
StoreAligned(SByte*, Vector128<SByte>) |
_mm_store_si128 (__m128i* mem_addr, __m128i a) MOVDQA m128, xmm |
StoreAligned(UInt16*, Vector128<UInt16>) |
_mm_store_si128 (__m128i* mem_addr, __m128i a) MOVDQA m128, xmm |
StoreAligned(UInt32*, Vector128<UInt32>) |
_mm_store_si128 (__m128i* mem_addr, __m128i a) MOVDQA m128, xmm |
StoreAligned(UInt64*, Vector128<UInt64>) |
_mm_store_si128 (__m128i* mem_addr, __m128i a) MOVDQA m128, xmm |
StoreAligned(Int64*, Vector128<Int64>) |
_mm_store_si128 (__m128i* mem_addr, __m128i a) MOVDQA m128, xmm |
StoreAligned(Byte*, Vector128<Byte>)
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
_mm_store_si128 (__m128i* mem_addr, __m128i a)
MOVDQA m128, xmm
public:
static void StoreAligned(System::Byte* address, System::Runtime::Intrinsics::Vector128<System::Byte> source);
public static void StoreAligned (byte* address, System.Runtime.Intrinsics.Vector128<byte> source);
static member StoreAligned : nativeptr<byte> * System.Runtime.Intrinsics.Vector128<byte> -> unit
Parameter
- address
- Byte*
Berlaku untuk
StoreAligned(Double*, Vector128<Double>)
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
kekosongan _mm_store_pd (mem_addr ganda*, __m128d a)
MOVAPD m128, xmm
public:
static void StoreAligned(double* address, System::Runtime::Intrinsics::Vector128<double> source);
public static void StoreAligned (double* address, System.Runtime.Intrinsics.Vector128<double> source);
static member StoreAligned : nativeptr<double> * System.Runtime.Intrinsics.Vector128<double> -> unit
Parameter
- address
- Double*
Berlaku untuk
StoreAligned(Int16*, Vector128<Int16>)
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
_mm_store_si128 (__m128i* mem_addr, __m128i a)
MOVDQA m128, xmm
public:
static void StoreAligned(short* address, System::Runtime::Intrinsics::Vector128<short> source);
public static void StoreAligned (short* address, System.Runtime.Intrinsics.Vector128<short> source);
static member StoreAligned : nativeptr<int16> * System.Runtime.Intrinsics.Vector128<int16> -> unit
Parameter
- address
- Int16*
Berlaku untuk
StoreAligned(Int32*, Vector128<Int32>)
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
_mm_store_si128 (__m128i* mem_addr, __m128i a)
MOVDQA m128, xmm
public:
static void StoreAligned(int* address, System::Runtime::Intrinsics::Vector128<int> source);
public static void StoreAligned (int* address, System.Runtime.Intrinsics.Vector128<int> source);
static member StoreAligned : nativeptr<int> * System.Runtime.Intrinsics.Vector128<int> -> unit
Parameter
- address
- Int32*
Berlaku untuk
StoreAligned(SByte*, Vector128<SByte>)
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
_mm_store_si128 (__m128i* mem_addr, __m128i a)
MOVDQA m128, xmm
public:
static void StoreAligned(System::SByte* address, System::Runtime::Intrinsics::Vector128<System::SByte> source);
public static void StoreAligned (sbyte* address, System.Runtime.Intrinsics.Vector128<sbyte> source);
static member StoreAligned : nativeptr<sbyte> * System.Runtime.Intrinsics.Vector128<sbyte> -> unit
Parameter
- address
- SByte*
Berlaku untuk
StoreAligned(UInt16*, Vector128<UInt16>)
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
_mm_store_si128 (__m128i* mem_addr, __m128i a)
MOVDQA m128, xmm
public:
static void StoreAligned(System::UInt16* address, System::Runtime::Intrinsics::Vector128<System::UInt16> source);
public static void StoreAligned (ushort* address, System.Runtime.Intrinsics.Vector128<ushort> source);
static member StoreAligned : nativeptr<uint16> * System.Runtime.Intrinsics.Vector128<uint16> -> unit
Parameter
- address
- UInt16*
Berlaku untuk
StoreAligned(UInt32*, Vector128<UInt32>)
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
_mm_store_si128 (__m128i* mem_addr, __m128i a)
MOVDQA m128, xmm
public:
static void StoreAligned(System::UInt32* address, System::Runtime::Intrinsics::Vector128<System::UInt32> source);
public static void StoreAligned (uint* address, System.Runtime.Intrinsics.Vector128<uint> source);
static member StoreAligned : nativeptr<uint32> * System.Runtime.Intrinsics.Vector128<uint32> -> unit
Parameter
- address
- UInt32*
Berlaku untuk
StoreAligned(UInt64*, Vector128<UInt64>)
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
_mm_store_si128 (__m128i* mem_addr, __m128i a)
MOVDQA m128, xmm
public:
static void StoreAligned(System::UInt64* address, System::Runtime::Intrinsics::Vector128<System::UInt64> source);
public static void StoreAligned (ulong* address, System.Runtime.Intrinsics.Vector128<ulong> source);
static member StoreAligned : nativeptr<uint64> * System.Runtime.Intrinsics.Vector128<uint64> -> unit
Parameter
- address
- UInt64*
Berlaku untuk
StoreAligned(Int64*, Vector128<Int64>)
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
- Sumber:
- Sse2.cs
_mm_store_si128 (__m128i* mem_addr, __m128i a)
MOVDQA m128, xmm
public:
static void StoreAligned(long* address, System::Runtime::Intrinsics::Vector128<long> source);
public static void StoreAligned (long* address, System.Runtime.Intrinsics.Vector128<long> source);
static member StoreAligned : nativeptr<int64> * System.Runtime.Intrinsics.Vector128<int64> -> unit
Parameter
- address
- Int64*