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

Subversion Repositories or1k

[/] [or1k/] [tags/] [rel-0-3-0-rc3/] [or1ksim/] [cpu/] [or32/] [op.c] - Diff between revs 1720 and 1721

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

Rev 1720 Rev 1721
Line 304... Line 304...
__or_dynop void op_nop_report_imm(void)
__or_dynop void op_nop_report_imm(void)
{
{
  op_support_nop_report_imm(OP_PARAM1);
  op_support_nop_report_imm(OP_PARAM1);
}
}
 
 
 
/* FIXME: Create another 2 sched functions that to the actual analysis call
 
 * instead of bloating the recompiled code with this */
__or_dynop void op_analysis(void)
__or_dynop void op_analysis(void)
{
{
  op_support_analysis();
  SPEEDY_CALL(op_support_analysis);
  FORCE_RET;
 
}
}
 
 
__or_dynop void op_move_gpr1_pc_delay(void)
__or_dynop void op_move_gpr1_pc_delay(void)
{
{
  env->pc_delay = env->reg[1];
  env->pc_delay = env->reg[1];

powered by: WebSVN 2.1.0

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