#include <ac_decoder.h>
Collaboration diagram for _ac_dec_field:
Public Attributes | |
char * | name |
Field name. | |
int | size |
Field size in bits. | |
int | first_bit |
First bit of the field inside the instruction. | |
int | id |
Unique id that identifies this field. | |
long | val |
Value of the field. | |
int | sign |
Indicates whether the field is signed or not. | |
_ac_dec_field * | next |
Next field. |
Definition at line 43 of file ac_decoder.h.