URL
https://opencores.org/ocsvn/or2k/or2k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 17 |
Rev 18 |
Line 13... |
Line 13... |
void insn_lists_init(void)
|
void insn_lists_init(void)
|
{
|
{
|
or1k_32_insn_lists_init();
|
or1k_32_insn_lists_init();
|
}
|
}
|
|
|
int insn_lists_check(instruction insn,
|
void insn_lists_add(instruction insn,
|
instruction_properties *insn_props)
|
instruction_properties *insn_props)
|
{
|
{
|
return or1k_32_insn_lists_check(insn, insn_props);
|
or1k_32_insn_lists_add(insn, insn_props);
|
}
|
|
|
|
|
|
int insn_lists_add_unique_insn(instruction insn,
|
|
instruction_properties *insn_props)
|
|
{
|
|
|
|
return or1k_32_insn_lists_add_unique_insn(insn, insn_props);
|
|
}
|
|
|
|
void insn_lists_add(int index, instruction insn,
|
|
instruction_properties *insn_props)
|
|
{
|
|
or1k_32_insn_lists_add(index, insn, insn_props);
|
|
}
|
}
|
|
|
void insn_lists_free(void)
|
void insn_lists_free(void)
|
{
|
{
|
or1k_32_insn_lists_free();
|
or1k_32_insn_lists_free();
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.