com.cmpware.cmp.models
Class PowerPC64.SR
java.lang.Object
com.cmpware.cmp.models.PowerPC64.SR
- Enclosing class:
- PowerPC64
public static final class PowerPC64.SR
- extends java.lang.Object
This class defines the Special Register indicies
|
Field Summary |
static int |
CR
|
static int |
CTR
|
static int |
EVPR
|
static int |
LR
|
static int |
MSR
|
static int |
PC
|
static int |
SRR0
|
static int |
SRR1
|
static int |
XER
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PC
public static final int PC
- See Also:
- Constant Field Values
CR
public static final int CR
- See Also:
- Constant Field Values
XER
public static final int XER
- See Also:
- Constant Field Values
LR
public static final int LR
- See Also:
- Constant Field Values
CTR
public static final int CTR
- See Also:
- Constant Field Values
MSR
public static final int MSR
- See Also:
- Constant Field Values
SRR0
public static final int SRR0
- See Also:
- Constant Field Values
SRR1
public static final int SRR1
- See Also:
- Constant Field Values
EVPR
public static final int EVPR
- See Also:
- Constant Field Values
PowerPC64.SR
public PowerPC64.SR()