Uses of Class
com.cmpware.cmp.IllegalOpcodeException

Packages that use IllegalOpcodeException
com.cmpware.cmp   
com.cmpware.cmp.models   
com.cmpware.fastmodel   
com.cmpware.tools   
 

Uses of IllegalOpcodeException in com.cmpware.cmp
 

Methods in com.cmpware.cmp that throw IllegalOpcodeException
abstract  int Processor.decode(int instr)
          A unique code identifying the instruction is returned by this method.
 int HardNode.decode(int instr)
           
abstract  void Processor.execute(int instr)
          This method is called after the fetch() and decode() and represents the execution phase of the instruction.
 void Processor.step(long globalCycleCount)
          This method steps the simulation one cycle.
 

Uses of IllegalOpcodeException in com.cmpware.cmp.models
 

Methods in com.cmpware.cmp.models that throw IllegalOpcodeException
 int Sparc.decode(int instr)
           
 int MicroBlaze_old.decode(int instr)
           
 int ALU.decode(int instr)
           
 int NIOS.decode(int instr)
           
 int NIOS2.decode(int instr)
           
 int Null.decode(int instr)
           
 

Uses of IllegalOpcodeException in com.cmpware.fastmodel
 

Methods in com.cmpware.fastmodel that throw IllegalOpcodeException
 int FastModel_old.decode(int instr)
           
 int FastModel.decode(int instr)
           
 void NullFunction.exec(long addr)
           
 void IllegalOpcode.exec(long addr)
          This abstract method implements the instruction execution.
abstract  void Function.exec(long addr)
          This abstract method implements the instruction execution.
 void Breakpoint.exec(long addr)
          This abstract method implements the instruction execution.
 void FastModel_old.execute(int instr)
           
 void FastModel.execute(int instr)
           
 void FastModel_old.step(long globalCycleCount)
           
 void FastModel.step(long globalCycleCount)
           
 

Uses of IllegalOpcodeException in com.cmpware.tools
 

Methods in com.cmpware.tools that throw IllegalOpcodeException
 int AutoModelVLIW.decode(int instr)
           
 int AutoModel.decode(int instr)
           
 void AutoModelVLIW.Function.exec(Processor p)
          This method implements the instruction execution.
 void AutoModel.Asm.exec(Processor p)
          This method implements the instruction execution.
 void AutoModel.Function.exec(Processor p)
          This method implements the instruction execution.
 void AutoModelVLIW.execute(int instr)
           
 void AutoModel.execute(int instr)
           
 void AutoModel.postExecute(int instr)
          This method is called immediately after execution and may be overloaded to do things like save instruction field values to locals.
 void AutoModel.preExecute(int instr)
          This method is called immediately before execution and may be overloaded to do things like save instruction field values to locals.