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

Subversion Repositories or2k

[/] [or2k/] [trunk/] [analysis-bin/] [insnanalysis/] [insn-lists.c] - 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
  Instruction list-keeping functions, aiding analysis
3
 
4
*/
5
 
6
 
7
#include "insnanalysis.h"
8
#include "insn-lists.h"
9
 
10
 
11
void insn_lists_init(void)
12
{
13
  or1k_32_insn_lists_init();
14
}
15
 
16
int insn_lists_check(instruction insn,
17
                     instruction_properties *insn_props)
18
{
19
  return or1k_32_insn_lists_check(insn, insn_props);
20
}
21
 
22
 
23
int insn_lists_add_unique_insn(instruction insn,
24
                     instruction_properties *insn_props)
25
{
26
 
27
  return or1k_32_insn_lists_add_unique_insn(insn, insn_props);
28
}
29
 
30
void insn_lists_add(int index, instruction insn,
31
                     instruction_properties *insn_props)
32
{
33
  or1k_32_insn_lists_add_unique_insn(insn, insn_props);
34
}
35
 
36
void insn_lists_free(void)
37
{
38
  or1k_32_insn_lists_free();
39
}

powered by: WebSVN 2.1.0

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