com.cmpware.cmp.models
Class Sparc.OP

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

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

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


Field Summary
static int ARITHMETIC_LOGICAL
           
static int CALL
           
static int MEMORY
           
static int SETHI_BRANCHES_UNIMP
           
 
Constructor Summary
Sparc.OP()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CALL

public static final int CALL
See Also:
Constant Field Values

SETHI_BRANCHES_UNIMP

public static final int SETHI_BRANCHES_UNIMP
See Also:
Constant Field Values

MEMORY

public static final int MEMORY
See Also:
Constant Field Values

ARITHMETIC_LOGICAL

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

Sparc.OP

Sparc.OP()