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

Subversion Repositories or2k

[/] [or2k/] [trunk/] [analysis-bin/] [insnanalysis/] [insn-lists.h] - Blame information for rev 16

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 16 julius
 
2
#define IS_UNIQUE -1
3
 
4
 
5
// Function prototypes
6
// 
7
// Reset the variables/counters
8
void insn_lists_init(void);
9
// Check if an instruction is in the list already
10
int insn_lists_check(instruction insn,
11
                     instruction_properties *insn_props);
12
// Add a new instruction to the list, return its index
13
int insn_lists_add_unique_insn(instruction insn,
14
                                instruction_properties *insn_props);
15
// Report a new incidence of an instruction
16
void insn_lists_add(int index, instruction insn,
17
                    instruction_properties *insn_props);
18
 
19
// Free, clean up, anything we need to
20
void insn_lists_free(void);

powered by: WebSVN 2.1.0

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