
Public Attributes | |
| const char * | name |
| const char * | asm_name |
| int | slot_count |
| ISA_EXEC_UNIT_TYPE | slot [MAX_SLOTS] |
| bool | stop_bit [MAX_SLOTS] |
| unsigned int | pack_code |
Definition at line 73 of file isa_bundle_gen.cxx.
| const char* isa_bundle_type::asm_name |
Definition at line 75 of file isa_bundle_gen.cxx.
Referenced by Emit_Bundle_Scheduling(), and ISA_Bundle_Type_Create().
| const char* isa_bundle_type::name |
Definition at line 74 of file isa_bundle_gen.cxx.
Referenced by Emit_Bundle_Scheduling(), and ISA_Bundle_Type_Create().
| unsigned int isa_bundle_type::pack_code |
Definition at line 79 of file isa_bundle_gen.cxx.
Referenced by Emit_Bundle_Scheduling(), and ISA_Bundle_Type_Create().
| ISA_EXEC_UNIT_TYPE isa_bundle_type::slot[MAX_SLOTS] |
Definition at line 77 of file isa_bundle_gen.cxx.
Referenced by Emit_Bundle_Scheduling(), and Slot().
Definition at line 76 of file isa_bundle_gen.cxx.
Referenced by Emit_Bundle_Scheduling(), ISA_Bundle_Type_Create(), Slot(), and Stop().
| bool isa_bundle_type::stop_bit[MAX_SLOTS] |
Definition at line 78 of file isa_bundle_gen.cxx.
Referenced by Emit_Bundle_Scheduling(), ISA_Bundle_Type_Create(), and Stop().
1.7.1