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

Subversion Repositories or2k

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

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

Line No. Rev Author Line
1 17 julius
/*
2
  Instruction list-keeping functions, aiding analysis
3 16 julius
 
4 17 julius
  Julius Baxter, julius.baxter@orsoc.se
5
 
6
*/
7
 
8 16 julius
#define IS_UNIQUE -1
9
 
10
 
11
// Function prototypes
12
// 
13
// Reset the variables/counters
14
void insn_lists_init(void);
15
// Check if an instruction is in the list already
16
int insn_lists_check(instruction insn,
17
                     instruction_properties *insn_props);
18
// Add a new instruction to the list, return its index
19
int insn_lists_add_unique_insn(instruction insn,
20
                                instruction_properties *insn_props);
21
// Report a new incidence of an instruction
22
void insn_lists_add(int index, instruction insn,
23
                    instruction_properties *insn_props);
24
 
25
// Free, clean up, anything we need to
26
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.