Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages | Examples

_ac_dec_instr Struct Reference

Instruction type used to build the decoder. More...

#include <ac_decoder.h>

Collaboration diagram for _ac_dec_instr:

Collaboration graph
[legend]
List of all members.

Public Attributes

char * name
 Instruction class name.

int size
 Instruction size in bytes.

char * mnemonic
 Instruction mnemonic.

char * asm_str
 Assembly string to print the instruction.

char * format
 Instruction format.

unsigned id
 Instruction ID.

unsigned cycles
 Used for Multi-cycle instructions.

unsigned min_latency
 Used for cycle-count estimate.

unsigned max_latency
 Used for cycle-count estimate.

ac_dec_listdec_list
 Sequence of decode passes.

_ac_dec_instrnext
 Next instruction.


Detailed Description

Instruction type used to build the decoder.

Definition at line 69 of file ac_decoder.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jun 24 08:30:07 2004 for ArchC by doxygen 1.3.4