Simple Machine

ISA
Class AbstractISA.ShiftInsField

java.lang.Object
  extended by ISA.AbstractISA.CompoundField
      extended by ISA.AbstractISA.ShiftInsField
All Implemented Interfaces:
AbstractISA.InsLayout
Enclosing class:
AbstractISA

protected class AbstractISA.ShiftInsField
extends AbstractISA.CompoundField

Shift instruction.


Constructor Summary
AbstractISA.ShiftInsField(AbstractISA.InsLayout[] aFields, int[] anAsmOrder, java.lang.String[] anAsmFormats, int[] aDscOrder, java.lang.String[] aDscFormats, int opCodeField, int shiftField)
           
 
Method Summary
 
Methods inherited from class ISA.AbstractISA.CompoundField
byteLength, getFirstFieldForClass, getOffsetTo, getValue, getValue, length, toAsm, toDsc, toMac
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractISA.ShiftInsField

public AbstractISA.ShiftInsField(AbstractISA.InsLayout[] aFields,
                                 int[] anAsmOrder,
                                 java.lang.String[] anAsmFormats,
                                 int[] aDscOrder,
                                 java.lang.String[] aDscFormats,
                                 int opCodeField,
                                 int shiftField)

Simple Machine