com.cmpware.cmp.models
Class PowerPC.XER

java.lang.Object
  extended by com.cmpware.cmp.models.PowerPC.XER
Enclosing class:
PowerPC

public static final class PowerPC.XER
extends java.lang.Object

This class defines the fields in the XER Special Register


Field Summary
static int CA
           
static int OV
           
static int SO
           
 
Constructor Summary
PowerPC.XER()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SO

public static final int SO
See Also:
Constant Field Values

OV

public static final int OV
See Also:
Constant Field Values

CA

public static final int CA
See Also:
Constant Field Values
Constructor Detail

PowerPC.XER

public PowerPC.XER()