
Public Attributes | |
| const char * | name |
| list< ABI_PROPERTY > | flags |
| list< ABI_PROPERTY > | values |
| list< ABI_PROPERTY > | reg_flags [ISA_REGISTER_CLASS_MAX+1][ISA_REGISTER_MAX+1] |
| list< ABI_PROPERTY > | reg_values [ISA_REGISTER_CLASS_MAX+1][ISA_REGISTER_MAX+1] |
| const char * | reg_names [ISA_REGISTER_CLASS_MAX+1][ISA_REGISTER_MAX+1] |
Definition at line 74 of file abi_properties_gen.cxx.
| list<ABI_PROPERTY> abi::flags |
Definition at line 76 of file abi_properties_gen.cxx.
Referenced by ABI_Properties_End().
| const char* abi::name |
Definition at line 75 of file abi_properties_gen.cxx.
Referenced by ABI_Properties_End(), and Begin_ABI().
| list<ABI_PROPERTY> abi::reg_flags[ISA_REGISTER_CLASS_MAX+1][ISA_REGISTER_MAX+1] |
Definition at line 78 of file abi_properties_gen.cxx.
Referenced by ABI_Properties_End(), and Reg_Property().
| const char* abi::reg_names[ISA_REGISTER_CLASS_MAX+1][ISA_REGISTER_MAX+1] |
Definition at line 82 of file abi_properties_gen.cxx.
Referenced by ABI_Properties_End(), Begin_ABI(), and Reg_Names().
| list<ABI_PROPERTY> abi::reg_values[ISA_REGISTER_CLASS_MAX+1][ISA_REGISTER_MAX+1] |
Definition at line 80 of file abi_properties_gen.cxx.
| list<ABI_PROPERTY> abi::values |
Definition at line 77 of file abi_properties_gen.cxx.
1.6.1