MIPS-specific ISA extensions. More...
Inherits CpuIsaFeature.
Static Public Attributes | |
static readonly MipsCpuIsaFeature | MIPS_I = new MipsCpuIsaFeature(0) |
MIPS I instructions. More... | |
static readonly MipsCpuIsaFeature | MIPS_II = new MipsCpuIsaFeature(1) |
MIPS II instructions. More... | |
static readonly MipsCpuIsaFeature | MIPS_III = new MipsCpuIsaFeature(2) |
MIPS III instructions. More... | |
static readonly MipsCpuIsaFeature | MIPS_IV = new MipsCpuIsaFeature(3) |
MIPS IV instructions. More... | |
static readonly MipsCpuIsaFeature | MIPS_V = new MipsCpuIsaFeature(4) |
MIPS V instructions. More... | |
static readonly MipsCpuIsaFeature | R1 = new MipsCpuIsaFeature(5) |
MIPS32/MIPS64 Release 1 instructions. More... | |
static readonly MipsCpuIsaFeature | R2 = new MipsCpuIsaFeature(6) |
MIPS32/MIPS64 Release 2 instructions. More... | |
static readonly MipsCpuIsaFeature | FPU = new MipsCpuIsaFeature(24) |
FPU with S, D, and W formats and instructions. More... | |
static readonly MipsCpuIsaFeature | MIPS16 = new MipsCpuIsaFeature(25) |
MIPS16 extension. More... | |
static readonly MipsCpuIsaFeature | SmartMIPS = new MipsCpuIsaFeature(26) |
SmartMIPS extension. More... | |
static readonly MipsCpuIsaFeature | MT = new MipsCpuIsaFeature(27) |
Multi-threading extension. More... | |
static readonly MipsCpuIsaFeature | MicroMIPS = new MipsCpuIsaFeature(28) |
MicroMIPS extension. More... | |
static readonly MipsCpuIsaFeature | VZ = new MipsCpuIsaFeature(29) |
MIPS virtualization extension. More... | |
Additional Inherited Members | |
![]() | |
bool | Equals (CpuIsaFeature other) |
Compares for equality with another CpuIsaFeature 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 ISA extensions.
|
static |
MIPS I instructions.
|
static |
MIPS II instructions.
|
static |
MIPS III instructions.
|
static |
MIPS IV instructions.
|
static |
MIPS V instructions.
|
static |
MIPS32/MIPS64 Release 1 instructions.
|
static |
MIPS32/MIPS64 Release 2 instructions.
|
static |
FPU with S, D, and W formats and instructions.
|
static |
MIPS16 extension.
|
static |
SmartMIPS extension.
|
static |
Multi-threading extension.
|
static |
MicroMIPS extension.
|
static |
MIPS virtualization extension.