Uses of Class
hicosim.components.backend.processor.Processor.ScalarRegister

Packages that use Processor.ScalarRegister
hicosim.components.backend.processor   
 

Uses of Processor.ScalarRegister in hicosim.components.backend.processor
 

Methods in hicosim.components.backend.processor that return Processor.ScalarRegister
 Processor.ScalarRegister Decoder.decipherScalarRegister(int register)
          This method is used to return a ScalarRegister enum depending on the given intValue.
static Processor.ScalarRegister Processor.ScalarRegister.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Processor.ScalarRegister[] Processor.ScalarRegister.values()
          Returns an array containing the constants of this enum type, in the order they're declared.