
Go to the source code of this file.
Typedefs | |
| typedef struct isa_property * | ISA_PROPERTY |
Functions | |
| void | ISA_Properties_Begin (const char *archname) |
| ISA_PROPERTY | ISA_Property_Create (const char *name) |
| void | Instruction_Group (ISA_PROPERTY property,...) |
| void | ISA_Properties_End (void) |
| typedef struct isa_property* ISA_PROPERTY |
Definition at line 67 of file isa_properties_gen.h.
| void Instruction_Group | ( | ISA_PROPERTY | property, | |
| ... | ||||
| ) |
Definition at line 121 of file isa_properties_gen.cxx.
| void ISA_Properties_Begin | ( | const char * | archname | ) |
Definition at line 97 of file isa_properties_gen.cxx.
Referenced by main().
| void ISA_Properties_End | ( | void | ) |
Definition at line 137 of file isa_properties_gen.cxx.
References BIT_POS_ALL, cfile, code, efile, Emit_Footer(), Emit_Header(), fprintf(), hfile, interface, and properties.
Referenced by main().

| ISA_PROPERTY ISA_Property_Create | ( | const char * | name | ) |
Definition at line 105 of file isa_properties_gen.cxx.
References isa_property::members, isa_property::name, properties, and result.
Referenced by main().
1.7.1