#include <ac_decoder.h>
Collaboration diagram for _ac_dec_instr:

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_list * | dec_list |
| Sequence of decode passes. | |
| _ac_dec_instr * | next |
| Next instruction. | |
Definition at line 69 of file ac_decoder.h.
1.3.4