
Public Attributes | |
| bool | is_final |
| VISIT_KIND | visit |
| union { | |
| TOP final | |
| struct { | |
| const char * tag | |
| int idx | |
| int pos | |
| int width | |
| STATE * transition | |
| STATE_TYPE stype | |
| int casenum | |
| } i | |
| } | u |
Definition at line 78 of file isa_decode_gen.cxx.
| int state::casenum |
Definition at line 90 of file isa_decode_gen.cxx.
| TOP state::final |
Definition at line 82 of file isa_decode_gen.cxx.
Referenced by Final(), ISA_Decode_End(), and Visit_State().
| struct { ... } state::i |
Referenced by Compare_NonFinals(), Create_Inst_State(), Create_Unit_State(), ISA_Decode_End(), Transitions(), and Visit_State().
| int state::idx |
Definition at line 85 of file isa_decode_gen.cxx.
| bool state::is_final |
Definition at line 79 of file isa_decode_gen.cxx.
Referenced by Create_Inst_State(), Create_Unit_State(), Final(), ISA_Decode_End(), Transitions(), and Visit_State().
| int state::pos |
Definition at line 86 of file isa_decode_gen.cxx.
Definition at line 89 of file isa_decode_gen.cxx.
| const char* state::tag |
Definition at line 84 of file isa_decode_gen.cxx.
Definition at line 88 of file isa_decode_gen.cxx.
Referenced by Transitions().
| union { ... } state::u |
Referenced by Compare_NonFinals(), Create_Inst_State(), Create_Unit_State(), Final(), ISA_Decode_End(), Transitions(), and Visit_State().
Definition at line 80 of file isa_decode_gen.cxx.
Referenced by Create_Inst_State(), Create_Unit_State(), ISA_Decode_End(), and Visit_State().
| int state::width |
Definition at line 87 of file isa_decode_gen.cxx.
1.7.1