Uses of Class
com.cmpware.tools.AutoModel.Instruction

Packages that use AutoModel.Instruction
com.cmpware.cmp.models   
com.cmpware.tools   
 

Uses of AutoModel.Instruction in com.cmpware.cmp.models
 

Fields in com.cmpware.cmp.models declared as AutoModel.Instruction
protected  AutoModel.Instruction[] MicroBlaze.instructions
           
 AutoModel.Instruction[] PowerPC_fp.instructions
           
 

Methods in com.cmpware.cmp.models with parameters of type AutoModel.Instruction
 void LatticeMicro32.dasmFixup(long instrData, AutoModel.Instruction instr)
           
 void ARC700.dasmFixup(long instrData, AutoModel.Instruction instr)
           
 

Uses of AutoModel.Instruction in com.cmpware.tools
 

Fields in com.cmpware.tools declared as AutoModel.Instruction
protected  AutoModel.Instruction AutoModel.currentInstrType
          The current instruction type
 

Methods in com.cmpware.tools that return AutoModel.Instruction
 AutoModel.Instruction[] AutoModel.getInstructions()
          This method returns an array of Instruction objects, defining all of the instructions in the instruction set.
 AutoModel.Instruction AutoModel.instrMatch(long instr, int bits)
          This method returns the instruction object from the instruction table associated with a given instruction.
 

Methods in com.cmpware.tools with parameters of type AutoModel.Instruction
 void AutoModel.asmFixup(java.lang.String[] tokens, AutoModel.Instruction instr)
          This method permits one last chance to manipulate the instruction word before the bits are written out to a file in AsmTool.
 java.lang.String AutoModel.dasm(long instrData, AutoModel.Instruction instr)
          This method disassembles an instruction.
 void AutoModel.dasmFixup(long instrData, AutoModel.Instruction instr)
          This method can be overloaded to fix up any problems or to do any clean-up in the disassembler.
 void AutoModel.defineInstructions(AutoModel.Instruction[] instructions)
          This method is used to pass the instruction data tables to the AutoModel.