
Go to the source code of this file.
Typedefs | |
| typedef struct proc_property * | PROC_PROPERTY |
Functions | |
| void | PROC_Properties_Begin (const char *archname) |
| PROC_PROPERTY | PROC_Property_Create (const char *name) |
| void | Processor_Group (PROC_PROPERTY property,...) |
| void | PROC_Properties_End (void) |
| typedef struct proc_property* PROC_PROPERTY |
Definition at line 65 of file proc_properties_gen.h.
| void PROC_Properties_Begin | ( | const char * | archname | ) |
Definition at line 100 of file proc_properties_gen.cxx.
Referenced by main().
| void PROC_Properties_End | ( | void | ) |
Definition at line 143 of file proc_properties_gen.cxx.
References BIT_ALWAYS_TRUE, cfile, code, efile, Emit_Footer(), Emit_Header(), fprintf(), hfile, interface, and properties.
Referenced by main().

| PROC_PROPERTY PROC_Property_Create | ( | const char * | name | ) |
Definition at line 108 of file proc_properties_gen.cxx.
References proc_property::members, proc_property::name, proc_property_count, properties, and result.
Referenced by main().
| void Processor_Group | ( | PROC_PROPERTY | property, | |
| ... | ||||
| ) |
Definition at line 126 of file proc_properties_gen.cxx.
Referenced by main().
1.7.1