com.cmpware.cmp.models
Class Sparc.OP2

java.lang.Object
  extended by com.cmpware.cmp.models.Sparc.OP2
Enclosing class:
Sparc

static final class Sparc.OP2
extends java.lang.Object

This class defines the bit field constants for the OP2 opcode field


Field Summary
static int BCCC
           
static int BFPCC
           
static int BICC
           
static int SETHI
           
static int UNIMP
           
 
Constructor Summary
Sparc.OP2()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNIMP

public static final int UNIMP
See Also:
Constant Field Values

SETHI

public static final int SETHI
See Also:
Constant Field Values

BICC

public static final int BICC
See Also:
Constant Field Values

BFPCC

public static final int BFPCC
See Also:
Constant Field Values

BCCC

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

Sparc.OP2

Sparc.OP2()