OpenCores
URL https://opencores.org/ocsvn/or2k/or2k/trunk

Subversion Repositories or2k

[/] [or2k/] [trunk/] [analysis-bin/] [insnanalysis/] [insn-lists.h] - Diff between revs 17 and 18

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 17 Rev 18
Line 10... Line 10...
 
 
// Function prototypes
// Function prototypes
// 
// 
// Reset the variables/counters
// Reset the variables/counters
void insn_lists_init(void);
void insn_lists_init(void);
// Check if an instruction is in the list already
 
int insn_lists_check(instruction insn,
 
                     instruction_properties *insn_props);
 
// Add a new instruction to the list, return its index
 
int insn_lists_add_unique_insn(instruction insn,
 
                                instruction_properties *insn_props);
 
// Report a new incidence of an instruction
// Report a new incidence of an instruction
void insn_lists_add(int index, instruction insn,
void insn_lists_add(instruction insn,
                    instruction_properties *insn_props);
                    instruction_properties *insn_props);
 
 
// Free, clean up, anything we need to
// Free, clean up, anything we need to
void insn_lists_free(void);
void insn_lists_free(void);
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.