Data Fields | |
| const char * | name |
| int | bit_size |
| bool | can_store |
| bool | multiple_save |
| int | min_reg |
| int | max_reg |
| std::list< ISA_REGISTER_SET > | regsets |
| std::list< ISA_REGISTER_SUBCLASS > | subclasses |
Definition at line 80 of file isa_registers_gen.cxx.
| const char* isa_register_class::name |
Definition at line 81 of file isa_registers_gen.cxx.
Referenced by ISA_Register_Class_Create(), and ISA_Registers_End().
Definition at line 82 of file isa_registers_gen.cxx.
Referenced by ISA_Register_Class_Create(), and ISA_Registers_End().
Definition at line 83 of file isa_registers_gen.cxx.
Referenced by ISA_Register_Class_Create(), and ISA_Registers_End().
Definition at line 84 of file isa_registers_gen.cxx.
Referenced by ISA_Register_Class_Create(), and ISA_Registers_End().
| std::list<ISA_REGISTER_SET> isa_register_class::regsets |
Definition at line 87 of file isa_registers_gen.cxx.
Referenced by ISA_Register_Set(), and ISA_Registers_End().
1.5.6