Uses of Class
com.cmpware.tools.AutoModel.Symbol

Packages that use AutoModel.Symbol
com.cmpware.cmp.models   
com.cmpware.tools   
 

Uses of AutoModel.Symbol in com.cmpware.cmp.models
 

Fields in com.cmpware.cmp.models declared as AutoModel.Symbol
protected static AutoModel.Symbol[] ARC700.aaSymbols
          The Load write-back mode (.aa) Symbols
protected static AutoModel.Symbol[] ARC700.ccSymbols
          The condition code symbols
static AutoModel.Symbol[] PowerPC_fp.crSymbols
          The Condition Register field (CRn) Symbols
protected static AutoModel.Symbol[] ARC700.diSymbols
          The Data Cache mode (.di) Symbols
static AutoModel.Symbol[] PowerPC_fp.fregSymbols
          The Floating Point Register Symbols
static AutoModel.Symbol[] PowerPC_fp.fsregSymbols
          The Floating Point Special Register Symbols
protected static AutoModel.Symbol[] ARC700.fSymbols
          The Flags update flag
protected static AutoModel.Symbol[] ARC700.ndSymbols
          The Delay Slot flag (.nd) Symbols
static AutoModel.Symbol[] PowerPC.regSymbols
          The General Purpose Register Symbols
static AutoModel.Symbol[] PowerPC_fp.regSymbols
          The General Purpose Register Symbols
static AutoModel.Symbol[] PowerPC64.regSymbols
          The General Purpose Register Symbols
protected static AutoModel.Symbol[] ARC700.regSymbols
          The General Purpose Register Symbols
static AutoModel.Symbol[] PowerPC.sregSymbols
          The Special Purpose Register Symbols
static AutoModel.Symbol[] PowerPC64.sregSymbols
          The Special Purpose Register Symbols
protected static AutoModel.Symbol[] ARC700.sregSymbols
          The Special Purpose Register Symbols
protected static AutoModel.Symbol[] ARC700.xSymbols
          The Sign Extend flag (.x) Symbols
protected static AutoModel.Symbol[] ARC700.zzSymbols
          The Data Size flag (.zz) Symbols
 

Uses of AutoModel.Symbol in com.cmpware.tools
 

Methods in com.cmpware.tools with parameters of type AutoModel.Symbol
static java.lang.String[] AutoModel.getSymbolNames(AutoModel.Symbol[] symbols)
          This method takes in a symbol table and returns an array of strings.
 

Constructors in com.cmpware.tools with parameters of type AutoModel.Symbol
AutoModel.Field(int bits, int start, AutoModel.Symbol[] symbols)
          Constructor