aboutsummaryrefslogtreecommitdiff
path: root/sim/igen/gen-idecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/igen/gen-idecode.h')
-rw-r--r--sim/igen/gen-idecode.h23
1 files changed, 7 insertions, 16 deletions
diff --git a/sim/igen/gen-idecode.h b/sim/igen/gen-idecode.h
index 9578e6c..18682e4 100644
--- a/sim/igen/gen-idecode.h
+++ b/sim/igen/gen-idecode.h
@@ -23,23 +23,16 @@
void print_idecode_issue_function_header
-(lf *file,
- const char *processor,
- function_decl_type decl_type,
- int nr_prefetched_words);
+ (lf *file,
+ const char *processor,
+ function_decl_type decl_type, int nr_prefetched_words);
-void print_idecode_globals
-(lf *file);
+void print_idecode_globals (lf *file);
void print_idecode_lookups
-(lf *file,
- gen_entry *table,
- cache_entry *cache_rules);
+ (lf *file, gen_entry *table, cache_entry *cache_rules);
-void print_idecode_body
-(lf *file,
- gen_entry *table,
- const char *result);
+void print_idecode_body (lf *file, gen_entry *table, const char *result);
@@ -49,6 +42,4 @@ void print_idecode_body
hardware isn't disabled */
extern void print_idecode_validate
-(lf *file,
- insn_entry *instruction,
- insn_opcodes *opcode_paths);
+ (lf *file, insn_entry * instruction, insn_opcodes *opcode_paths);