This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / sim / igen / gen-idecode.h
index f46376bf9ed5264ee3b5f1fe7fc99e9adf654e98..c660904602d6d87ed2234847f43977b753c940a5 100644 (file)
  
     */
 
-extern void gen_idecode_h
+void print_idecode_issue_function_header
 (lf *file,
- insn_table *table,
- cache_table *cache_rules);
+ const char *processor,
+ function_decl_type decl_type,
+ int nr_prefetched_words);
 
-extern void gen_idecode_c
+void print_idecode_globals
+(lf *file);
+
+void print_idecode_lookups
+(lf *file,
+ gen_entry *table,
+ cache_entry *cache_rules);
+
+void print_idecode_body
 (lf *file,
- insn_table *table,
- cache_table *cache_rules);
+ gen_entry *table,
+ const char *result);
+
 
 
 /* Output code to do any final checks on the decoded instruction.
@@ -36,5 +46,5 @@ extern void gen_idecode_c
 
 extern void print_idecode_validate
 (lf *file,
- insn *instruction,
opcode_field *opcodes);
+ insn_entry *instruction,
insn_opcodes *opcode_paths);
This page took 0.023934 seconds and 4 git commands to generate.