com.cmpware.cmp.models
Class PowerPC64.XER

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

public static final class PowerPC64.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
PowerPC64.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

PowerPC64.XER

public PowerPC64.XER()