|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cmpware.tools.AutoModelVLIW.Instruction
public static final class AutoModelVLIW.Instruction
The instruction class describes an instruction in the processor. The first value is a string representing the name of the instruction, the second value is the numeric value of the opcode and the third parameter is the instruction Format.
| Field Summary | |
|---|---|
AutoModelVLIW.Decode |
decode
The decoder |
AutoModelVLIW.Function |
fn
The instruction format |
AutoModelVLIW.Format |
format
The instruction format |
(package private) int |
index
The index in the Instructions array |
java.lang.String |
name
The symbol name |
| Constructor Summary | |
|---|---|
AutoModelVLIW.Instruction(java.lang.String name,
AutoModelVLIW.Format format,
AutoModelVLIW.Decode decode,
AutoModelVLIW.Function fn)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
public AutoModelVLIW.Decode decode
public AutoModelVLIW.Format format
public AutoModelVLIW.Function fn
int index
| Constructor Detail |
|---|
public AutoModelVLIW.Instruction(java.lang.String name,
AutoModelVLIW.Format format,
AutoModelVLIW.Decode decode,
AutoModelVLIW.Function fn)
name - The instruction nameformat - the instruction format.decode - the array of decode field values.fn - the instruction function.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||