com.cmpware.cmp.models
Class PowerPC.CR0

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

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

This class defines the fields in the CR Special Register


Field Summary
static int EQ
           
static int GT
           
static int LT
           
static int MASK
           
static int SO
           
 
Constructor Summary
PowerPC.CR0()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LT

public static final int LT
See Also:
Constant Field Values

GT

public static final int GT
See Also:
Constant Field Values

EQ

public static final int EQ
See Also:
Constant Field Values

SO

public static final int SO
See Also:
Constant Field Values

MASK

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

PowerPC.CR0

public PowerPC.CR0()