ISA extensions. More...
Inherited by ArmCpuIsaFeature, IA64CpuIsaFeature, MipsCpuIsaFeature, and X86CpuIsaFeature.
Public Member Functions | |
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... | |
Properties | |
string | Description [get] |
Provides a description for the object. More... | |
ISA extensions.
|
inline |
Compares for equality with another CpuIsaFeature object.
Comparison is performed by value.
|
inline |
Compares for equality with another object.
Comparison is performed by value.
|
inline |
Provides a hash for the object.
Non-equal CpuIsaFeature objects are guaranteed to have different hashes.
|
inline |
Provides a string ID for the object.
The string ID starts with a Latin letter and contains only Latin letters, digits, and underscore symbol.
|
get |
Provides a description for the object.
The description can contain spaces and non-ASCII characters.