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

Packages that use AutoModelVLIW.Field
com.cmpware.tools   
 

Uses of AutoModelVLIW.Field in com.cmpware.tools
 

Fields in com.cmpware.tools declared as AutoModelVLIW.Field
 AutoModelVLIW.Field[] AutoModelVLIW.Format.fields
          The instruction format
 

Methods in com.cmpware.tools with parameters of type AutoModelVLIW.Field
 AutoModelVLIW.Decode AutoModelVLIW.Decode.add(AutoModelVLIW.Field field, int value)
          This method returns a decoder with new values added.
 void AutoModelVLIW.asmFixup(java.lang.String[] tokens, AutoModelVLIW.Field[] fields, java.math.BigInteger[] values)
          This method permits one last chance to manipulate the instruction word before the bits are written out to a file in AsmTool.
static AutoModelVLIW.Decode AutoModelVLIW.Decode.primary(AutoModelVLIW.Field field, int value)
          This factory method returns a decoder with new values added.
 

Constructors in com.cmpware.tools with parameters of type AutoModelVLIW.Field
AutoModelVLIW.Decode(AutoModelVLIW.Field field, int value)
          Constructor
AutoModelVLIW.Format(int bits, AutoModelVLIW.Field[] fields)
          Constructor