#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdarg.h>#include "gen_util.h"#include "isa_gen.h"
Go to the source code of this file.
Functions | |
| static char * | Dot_To_Line (const char *str) |
| void | ISA_Create (const char *isa_name,...) |
Variables | |
| static const char *const | interface [] |
| static char* Dot_To_Line | ( | const char * | str | ) | [static] |
| void ISA_Create | ( | const char * | isa_name, | |
| ... | ||||
| ) |
Definition at line 113 of file isa_gen.cxx.
References cfile, Dot_To_Line(), efile, Emit_Footer(), Emit_Header(), fprintf(), hfile, interface, and NULL.
Referenced by main().

const char* const interface[] [static] |
Definition at line 53 of file isa_gen.cxx.
Referenced by ISA_Create().
1.7.1