Uses of Class
hicosim.components.backend.processor.enums.Instruction

Packages that use Instruction
hicosim.components.backend.processor   
hicosim.components.backend.processor.enums   
 

Uses of Instruction in hicosim.components.backend.processor
 

Methods in hicosim.components.backend.processor that return Instruction
 Instruction Decoder.decipherALUCommand(int command)
          This method is used to return a SCALAR-ALU-Instruction enum depending on the given intValue.
 Instruction Decoder.decipherFLAGCommand(int command)
          This method is used to return a FLAG-Instruction enum depending on the given intValue.
 Instruction Decoder.decipherJMP_NOPCommand(int command)
          This method is used to return a JMP_NOP-Instruction enum depending on the given intValue.
 Instruction Decoder.decipherLOAD_STORECommand(int command)
          This method is used to return a LOAD-STORE-Instruction enum depending on the given intValue.
 

Uses of Instruction in hicosim.components.backend.processor.enums
 

Methods in hicosim.components.backend.processor.enums that return Instruction
static Instruction Instruction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Instruction[] Instruction.values()
          Returns an array containing the constants of this enum type, in the order they're declared.