|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cmpware.fastmodel.Function
com.cmpware.cmp.models.FastSimple.BranchImm
public abstract class FastSimple.BranchImm
The Branch Immediate instruction type
| Field Summary | |
|---|---|
protected int |
simm12
The signed 12-bit immediate value |
| Fields inherited from class com.cmpware.fastmodel.Function |
|---|
copyright |
| Constructor Summary | |
|---|---|
FastSimple.BranchImm()
|
|
| Method Summary | |
|---|---|
void |
extractFields(java.math.BigInteger instr)
This abstract method is used to copy the field values into local variables where thay are used by the instruction exec() routine. |
Field[] |
getFormat()
This method returns an array of fields describing the instruction format. |
int |
getSize()
This abstract method returns the size of the instruction in bits. |
java.lang.String |
toString()
This method is used to display a string of the Function. |
| Methods inherited from class com.cmpware.fastmodel.Function |
|---|
exec |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int simm12
| Constructor Detail |
|---|
public FastSimple.BranchImm()
| Method Detail |
|---|
public Field[] getFormat()
Function
getFormat in class Functionpublic int getSize()
Function
getSize in class Functionpublic void extractFields(java.math.BigInteger instr)
Function
extractFields in class Functioninstr - the instruction word.public java.lang.String toString()
Function
toString in class Function
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||