|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field | |
|---|---|
| com.cmpware.cmp.models | |
| com.cmpware.fastmodel | |
| Uses of Field in com.cmpware.cmp.models |
|---|
| Methods in com.cmpware.cmp.models that return Field | |
|---|---|
Field[] |
FastSimple.RegToReg.getFormat()
|
Field[] |
FastSimple.Immediate.getFormat()
|
Field[] |
FastSimple.Unary.getFormat()
|
Field[] |
FastSimple.Branch.getFormat()
|
Field[] |
FastSimple.BranchImm.getFormat()
|
Field[] |
FastSimple.LoadStore.getFormat()
|
| Uses of Field in com.cmpware.fastmodel |
|---|
| Methods in com.cmpware.fastmodel that return Field | |
|---|---|
Field[] |
NullFunction.getFormat()
|
Field[] |
IllegalOpcode.getFormat()
|
abstract Field[] |
Function.getFormat()
This method returns an array of fields describing the instruction format. |
Field[] |
Breakpoint.getFormat()
|
| Methods in com.cmpware.fastmodel with parameters of type Field | |
|---|---|
Decoder |
Decoder.add(Field field,
int value)
This method returns a decoder with new values added. |
Decoder |
Decoder.add(Field field,
long value)
This method returns a decoder with new values added. |
static long |
Field.append(Field a,
Field b,
long instr)
This static method appends two fields. |
static Decoder |
Decoder.primary(Field field,
int value)
This factory method returns a decoder with new values added. |
| Constructors in com.cmpware.fastmodel with parameters of type Field | |
|---|---|
Decoder(Field field,
long value)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||