|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cmpware.tools.AutoModelVLIW.Decode
public static final class AutoModelVLIW.Decode
The Decode class describes a field / value pair used to decode an instruction. Decode can use one or more such fields per instruction.
| Field Summary | |
|---|---|
java.math.BigInteger |
mask
The decode mask |
java.math.BigInteger |
sig
The decode signature |
| Constructor Summary | |
|---|---|
AutoModelVLIW.Decode(AutoModelVLIW.Field field,
int value)
Constructor |
|
| Method Summary | |
|---|---|
AutoModelVLIW.Decode |
add(AutoModelVLIW.Field field,
int value)
This method returns a decoder with new values added. |
static AutoModelVLIW.Decode |
primary(AutoModelVLIW.Field field,
int value)
This factory method returns a decoder with new values added. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.math.BigInteger mask
public java.math.BigInteger sig
| Constructor Detail |
|---|
public AutoModelVLIW.Decode(AutoModelVLIW.Field field,
int value)
field - The field to be decoded.value - the value of the decode field.| Method Detail |
|---|
public static AutoModelVLIW.Decode primary(AutoModelVLIW.Field field,
int value)
field - The field to be decoded.value - the value of the decode field.
public AutoModelVLIW.Decode add(AutoModelVLIW.Field field,
int value)
field - The field to be decoded.value - the value of the decode field.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||