X86Base Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Provides access to the x86 base hardware instructions via intrinsics.
public ref class X86Base abstract
[System.CLSCompliant(false)]
public abstract class X86Base
public abstract class X86Base
[<System.CLSCompliant(false)>]
type X86Base = class
type X86Base = class
Public MustInherit Class X86Base
- Inheritance
-
X86Base
- Derived
- Attributes
Properties
IsSupported |
Gets a value that indicates whether the APIs in this class are supported. |
Methods
CpuId(Int32, Int32) |
void __cpuidex(int cpuInfo[4], int function_id, int subfunction_id); CPUID |
DivRem(UInt32, Int32, Int32) |
int _div64(__int64 dividend, int divisor, int* remainder) IDIV reg/m32 |
DivRem(UInt32, UInt32, UInt32) |
unsigned _udiv64(unsigned __int64 dividend, unsigned divisor, unsigned* remainder) DIV reg/m32 |
DivRem(UIntPtr, IntPtr, IntPtr) |
IDIV reg/m |
DivRem(UIntPtr, UIntPtr, UIntPtr) |
IDIV reg/m |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
Pause() |
void _mm_pause (void); PAUSE |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |