com.cmpware.cmp.models
Class PowerPC_fp.FCR0

java.lang.Object
  extended by com.cmpware.cmp.models.PowerPC_fp.FCR0
Enclosing class:
PowerPC_fp

public static final class PowerPC_fp.FCR0
extends java.lang.Object

This class defines the fields in the CR Special Register


Field Summary
static int FE
           
static int FG
           
static int FL
           
static int FU
           
static int MASK
           
 
Constructor Summary
PowerPC_fp.FCR0()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FL

public static final int FL
See Also:
Constant Field Values

FG

public static final int FG
See Also:
Constant Field Values

FE

public static final int FE
See Also:
Constant Field Values

FU

public static final int FU
See Also:
Constant Field Values

MASK

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

PowerPC_fp.FCR0

public PowerPC_fp.FCR0()