MIPS-specific SIMD extensions. More...
Inherits CpuSimdFeature.
Static Public Attributes | |
static readonly MipsCpuSimdFeature | MDMX = new MipsCpuSimdFeature(0) |
MDMX instruction set. More... | |
static readonly MipsCpuSimdFeature | PairedSingle = new MipsCpuSimdFeature(1) |
Paired-single instructions. More... | |
static readonly MipsCpuSimdFeature | MIPS3D = new MipsCpuSimdFeature(2) |
MIPS3D instruction set. More... | |
static readonly MipsCpuSimdFeature | DSP = new MipsCpuSimdFeature(3) |
MIPS DSP extension. More... | |
static readonly MipsCpuSimdFeature | DSP2 = new MipsCpuSimdFeature(4) |
MIPS DSP Release 2 extension. More... | |
static readonly MipsCpuSimdFeature | GodsonMMX = new MipsCpuSimdFeature(5) |
Loongson (Godson) MMX instruction set. More... | |
static readonly MipsCpuSimdFeature | MXU = new MipsCpuSimdFeature(6) |
Ingenic Media Extension. More... | |
static readonly MipsCpuSimdFeature | MXU2 = new MipsCpuSimdFeature(7) |
Ingenic Media Extension 2. More... | |
Additional Inherited Members | |
![]() | |
bool | Equals (CpuSimdFeature other) |
Compares for equality with another CpuSimdFeature object. More... | |
override bool | Equals (System.Object other) |
Compares for equality with another object. More... | |
override int | GetHashCode () |
Provides a hash for the object. More... | |
override string | ToString () |
Provides a string ID for the object. More... | |
![]() | |
string | Description [get] |
Provides a description for the object. More... | |
MIPS-specific SIMD extensions.
|
static |
MDMX instruction set.
|
static |
Paired-single instructions.
|
static |
MIPS3D instruction set.
|
static |
MIPS DSP extension.
|
static |
MIPS DSP Release 2 extension.
|
static |
Loongson (Godson) MMX instruction set.
|
static |
Ingenic Media Extension.
|
static |
Ingenic Media Extension 2.