|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AutoModel.Decode | |
|---|---|
| com.cmpware.cmp.models | |
| com.cmpware.tools | |
| Uses of AutoModel.Decode in com.cmpware.cmp.models |
|---|
| Methods in com.cmpware.cmp.models that return AutoModel.Decode | |
|---|---|
protected static AutoModel.Decode |
Xtensa.all24(int _all24)
This is just a simple helper function used in decoding instructions. |
protected static AutoModel.Decode |
ARC700.bbit(int _op2b)
This is a helper function used in decoding the BBIT |
protected static AutoModel.Decode |
ARC700.blcc()
This is a helper function used in decoding the BLcc ARC700 instructions. |
protected static AutoModel.Decode |
ARC700.brcc()
This is a helper function used in decoding the BRcc ARC700 instructions. |
protected static AutoModel.Decode |
ARC700.ld2()
This is a helper function used in decoding the LD ARC700 instructions. |
protected static AutoModel.Decode |
Xtensa.nall16(int _all16)
This is just a simple helper function used in decoding 'narrow' instructions. |
protected static AutoModel.Decode |
Xtensa.nop(int _nop0)
This is just a simple helper function used in decoding 'narrow' instructions. |
protected static AutoModel.Decode |
Xtensa.op(int _op0)
This is just a simple helper function used in decoding instructions. |
protected static AutoModel.Decode |
MicroBlaze.op(int a)
This is just a simple helper function used in decoding basic TypeB instructions. |
protected static AutoModel.Decode |
ARC700.op(int _op)
This is a helper function used in decoding simple one opcode ARC700 instructions. |
protected static AutoModel.Decode |
Xtensa.op(int _op0,
int _op1)
This is just a simple helper function used in decoding instructions. |
protected static AutoModel.Decode |
MicroBlaze.op(int a,
int b)
This is just a simple helper function used in decoding basic Type A instructions. |
protected static AutoModel.Decode |
ARC700.op(int _op,
int _op2)
This is a helper function used in decoding simple two opcode ARC700 instructions. |
protected static AutoModel.Decode |
Xtensa.op(int _op0,
int _op1,
int _op2)
This is just a simple helper function used in decoding instructions. |
protected static AutoModel.Decode |
ARC700.op(int _op,
int _op2,
int _a)
This is a helper function used in decoding three opcode ARC700 instructions. |
protected static AutoModel.Decode |
ARC700.op16(int _op)
This is a helper function used in decoding ARC700 16-bit instructions with a single decode field. |
protected static AutoModel.Decode |
ARC700.op16(int _op,
int _op2)
This is a helper function used in decoding ARC700 16-bit instructions with two decode fields. |
protected static AutoModel.Decode |
ARC700.op16(int _op,
int _a,
int _b,
int _c)
This is a helper function used in decoding ARC700 16-bit instructions with four decode fields. |
protected static AutoModel.Decode |
ARC700.op3(int _op,
int _op2,
int _p)
This is a helper function used in decoding simple three opcode ARC700 instructions. |
protected static AutoModel.Decode |
ARC700.op3(int _op,
int _op2,
int _p,
int _bit5)
This is a helper function used in decoding simple three opcode ARC700 instructions. |
protected static AutoModel.Decode |
ARC700.opAll(int a)
This is a helper function used in decoding the special no parameter ARC700 instructions. |
protected static AutoModel.Decode |
MicroBlaze.opGet(int a,
int b)
This is just a simple helper function used in decoding get instructions. |
protected static AutoModel.Decode |
MicroBlaze.opPut(int a,
int b)
This is just a simple helper function used in decoding put instructions. |
protected static AutoModel.Decode |
MIPS32.regimm(int a)
This is just a simple helper function used in decoding 'Regimm' instructions. |
protected static AutoModel.Decode |
MIPS32.simple(int a)
This is a helper function used in decoding simple instructions. |
protected static AutoModel.Decode |
MIPS32.special(int a)
This is just a simple helper function used in decoding 'Special' instructions. |
protected static AutoModel.Decode |
MIPS32.special2(int a)
This is just a simple helper function used in decoding 'Special2' instructions. |
| Uses of AutoModel.Decode in com.cmpware.tools |
|---|
| Fields in com.cmpware.tools declared as AutoModel.Decode | |
|---|---|
AutoModel.Decode |
AutoModel.Instruction.decode
The decoder |
| Methods in com.cmpware.tools that return AutoModel.Decode | |
|---|---|
AutoModel.Decode |
AutoModel.Decode.add(AutoModel.Field field,
int value)
This method returns a decoder with new values added. |
static AutoModel.Decode |
AutoModel.Decode.primary(AutoModel.Field field,
int value)
This factory method returns a decoder with new values added. |
| Constructors in com.cmpware.tools with parameters of type AutoModel.Decode | |
|---|---|
AutoModel.Instruction(java.lang.String name,
AutoModel.Format format,
AutoModel.Decode decode,
AutoModel.Function fn)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||