Sse2.Store Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Store(UInt64*, Vector128<UInt64>) |
void _mm_storeu_si128 (mem_addr __m128i* __m128i a) MOVDQU m128, xmm |
Store(UInt32*, Vector128<UInt32>) |
void _mm_storeu_si128 (mem_addr __m128i* __m128i a) MOVDQU m128, xmm |
Store(UInt16*, Vector128<UInt16>) |
void _mm_storeu_si128 (mem_addr __m128i* __m128i a) MOVDQU m128, xmm |
Store(SByte*, Vector128<SByte>) |
void _mm_storeu_si128 (mem_addr __m128i* __m128i a) MOVDQU m128, xmm |
Store(Int16*, Vector128<Int16>) |
void _mm_storeu_si128 (mem_addr __m128i* __m128i a) MOVDQU m128, xmm |
Store(Int32*, Vector128<Int32>) |
void _mm_storeu_si128 (mem_addr __m128i* __m128i a) MOVDQU m128, xmm |
Store(Byte*, Vector128<Byte>) |
void _mm_storeu_si128 (mem_addr __m128i* __m128i a) MOVDQU m128, xmm |
Store(Int64*, Vector128<Int64>) |
void _mm_storeu_si128 (mem_addr __m128i* __m128i a) MOVDQU m128, xmm |
Store(Double*, Vector128<Double>) |
void _mm_storeu_pd (double* mem_addr, __m128d a) MOVUPD m128, xmm |
Store(UInt64*, Vector128<UInt64>)
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
void _mm_storeu_si128 (mem_addr __m128i* __m128i a)
MOVDQU m128, xmm
public:
static void Store(System::UInt64* address, System::Runtime::Intrinsics::Vector128<System::UInt64> source);
public static void Store (ulong* address, System.Runtime.Intrinsics.Vector128<ulong> source);
static member Store : nativeptr<uint64> * System.Runtime.Intrinsics.Vector128<uint64> -> unit
Parametry
- address
- UInt64*
Platí pro
Store(UInt32*, Vector128<UInt32>)
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
void _mm_storeu_si128 (mem_addr __m128i* __m128i a)
MOVDQU m128, xmm
public:
static void Store(System::UInt32* address, System::Runtime::Intrinsics::Vector128<System::UInt32> source);
public static void Store (uint* address, System.Runtime.Intrinsics.Vector128<uint> source);
static member Store : nativeptr<uint32> * System.Runtime.Intrinsics.Vector128<uint32> -> unit
Parametry
- address
- UInt32*
Platí pro
Store(UInt16*, Vector128<UInt16>)
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
void _mm_storeu_si128 (mem_addr __m128i* __m128i a)
MOVDQU m128, xmm
public:
static void Store(System::UInt16* address, System::Runtime::Intrinsics::Vector128<System::UInt16> source);
public static void Store (ushort* address, System.Runtime.Intrinsics.Vector128<ushort> source);
static member Store : nativeptr<uint16> * System.Runtime.Intrinsics.Vector128<uint16> -> unit
Parametry
- address
- UInt16*
Platí pro
Store(SByte*, Vector128<SByte>)
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
void _mm_storeu_si128 (mem_addr __m128i* __m128i a)
MOVDQU m128, xmm
public:
static void Store(System::SByte* address, System::Runtime::Intrinsics::Vector128<System::SByte> source);
public static void Store (sbyte* address, System.Runtime.Intrinsics.Vector128<sbyte> source);
static member Store : nativeptr<sbyte> * System.Runtime.Intrinsics.Vector128<sbyte> -> unit
Parametry
- address
- SByte*
Platí pro
Store(Int16*, Vector128<Int16>)
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
void _mm_storeu_si128 (mem_addr __m128i* __m128i a)
MOVDQU m128, xmm
public:
static void Store(short* address, System::Runtime::Intrinsics::Vector128<short> source);
public static void Store (short* address, System.Runtime.Intrinsics.Vector128<short> source);
static member Store : nativeptr<int16> * System.Runtime.Intrinsics.Vector128<int16> -> unit
Parametry
- address
- Int16*
Platí pro
Store(Int32*, Vector128<Int32>)
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
void _mm_storeu_si128 (mem_addr __m128i* __m128i a)
MOVDQU m128, xmm
public:
static void Store(int* address, System::Runtime::Intrinsics::Vector128<int> source);
public static void Store (int* address, System.Runtime.Intrinsics.Vector128<int> source);
static member Store : nativeptr<int> * System.Runtime.Intrinsics.Vector128<int> -> unit
Parametry
- address
- Int32*
Platí pro
Store(Byte*, Vector128<Byte>)
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
void _mm_storeu_si128 (mem_addr __m128i* __m128i a)
MOVDQU m128, xmm
public:
static void Store(System::Byte* address, System::Runtime::Intrinsics::Vector128<System::Byte> source);
public static void Store (byte* address, System.Runtime.Intrinsics.Vector128<byte> source);
static member Store : nativeptr<byte> * System.Runtime.Intrinsics.Vector128<byte> -> unit
Parametry
- address
- Byte*
Platí pro
Store(Int64*, Vector128<Int64>)
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
void _mm_storeu_si128 (mem_addr __m128i* __m128i a)
MOVDQU m128, xmm
public:
static void Store(long* address, System::Runtime::Intrinsics::Vector128<long> source);
public static void Store (long* address, System.Runtime.Intrinsics.Vector128<long> source);
static member Store : nativeptr<int64> * System.Runtime.Intrinsics.Vector128<int64> -> unit
Parametry
- address
- Int64*
Platí pro
Store(Double*, Vector128<Double>)
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
- Zdroj:
- Sse2.cs
void _mm_storeu_pd (double* mem_addr, __m128d a)
MOVUPD m128, xmm
public:
static void Store(double* address, System::Runtime::Intrinsics::Vector128<double> source);
public static void Store (double* address, System.Runtime.Intrinsics.Vector128<double> source);
static member Store : nativeptr<double> * System.Runtime.Intrinsics.Vector128<double> -> unit
Parametry
- address
- Double*