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

Packages that use AutoModelVLIW.Instruction
com.cmpware.tools   
 

Uses of AutoModelVLIW.Instruction in com.cmpware.tools
 

Methods in com.cmpware.tools that return AutoModelVLIW.Instruction
abstract  AutoModelVLIW.Instruction[] AutoModelVLIW.getInstructions()
          This method returns an array of Instruction objects, defining all of the instructions in the instruction set.
 AutoModelVLIW.Instruction AutoModelVLIW.instrMatch(java.math.BigInteger 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 AutoModelVLIW.Instruction
 java.lang.String AutoModelVLIW.dasm(java.math.BigInteger instrData, AutoModelVLIW.Instruction instr)
          This method disassembles an instruction.
static java.lang.String[] AutoModelVLIW.getInstructionNames(AutoModelVLIW.Instruction[] instructions)
          This method takes in a instruction table and returns an array of strings.
 void AutoModelVLIW.setInstructions(AutoModelVLIW.Instruction[] instructions)
          This method is used to pass the instruction data tables to the AutoModel.