Yeppp!
 All Classes Functions Variables Pages
Static Public Attributes | List of all members
MipsCpuIsaFeature Class Reference

MIPS-specific ISA extensions. More...

Inherits CpuIsaFeature.

Static Public Attributes

static final MipsCpuIsaFeature MIPS_I = new MipsCpuIsaFeature(0)
 MIPS I instructions.
 
static final MipsCpuIsaFeature MIPS_II = new MipsCpuIsaFeature(1)
 MIPS II instructions.
 
static final MipsCpuIsaFeature MIPS_III = new MipsCpuIsaFeature(2)
 MIPS III instructions.
 
static final MipsCpuIsaFeature MIPS_IV = new MipsCpuIsaFeature(3)
 MIPS IV instructions.
 
static final MipsCpuIsaFeature MIPS_V = new MipsCpuIsaFeature(4)
 MIPS V instructions.
 
static final MipsCpuIsaFeature R1 = new MipsCpuIsaFeature(5)
 MIPS32/MIPS64 Release 1 instructions.
 
static final MipsCpuIsaFeature R2 = new MipsCpuIsaFeature(6)
 MIPS32/MIPS64 Release 2 instructions.
 
static final MipsCpuIsaFeature FPU = new MipsCpuIsaFeature(24)
 FPU with S, D, and W formats and instructions.
 
static final MipsCpuIsaFeature MIPS16 = new MipsCpuIsaFeature(25)
 MIPS16 extension.
 
static final MipsCpuIsaFeature SmartMIPS = new MipsCpuIsaFeature(26)
 SmartMIPS extension.
 
static final MipsCpuIsaFeature MT = new MipsCpuIsaFeature(27)
 Multi-threading extension.
 
static final MipsCpuIsaFeature MicroMIPS = new MipsCpuIsaFeature(28)
 MicroMIPS extension.
 
static final MipsCpuIsaFeature VZ = new MipsCpuIsaFeature(29)
 MIPS virtualization extension.
 

Additional Inherited Members

- Public Member Functions inherited from CpuIsaFeature
final String toString ()
 Provides a string ID for this ISA extension. More...
 
final String getDescription ()
 Provides a text description for this ISA extension. More...
 

Detailed Description

MIPS-specific ISA extensions.

See Also
Library::isSupported(CpuIsaFeature)