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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [or1ksim/] [cpu/] [common/] [execute.h] - Diff between revs 1452 and 1481

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

Rev 1452 Rev 1481
Line 56... Line 56...
  struct dyn_page *dyn_pages;
  struct dyn_page *dyn_pages;
 
 
  /* Micro operation queue.  Only used to speed up recompile_page */
  /* Micro operation queue.  Only used to speed up recompile_page */
  struct op_queue *opqs;
  struct op_queue *opqs;
 
 
  /* Cross references that reference the jumps from the infinite loop
 
   * instruction (l.j 0) */
 
  struct x_ref *inf_xrefs;
 
 
 
  /* rfe cross-reference cache */
 
  struct x_ref **rfe_held_xrefs;
 
  unsigned int rfe_held_xref_pos;
 
 
 
  /* Set if all temporaries are stored */
  /* Set if all temporaries are stored */
  int ts_current;
  int ts_current;
 
 
  /* The contents of the temporaries.  Only used in except_handle */
  /* The contents of the temporaries.  Only used in except_handle */
  uorreg_t t0;
  uorreg_t t0;

powered by: WebSVN 2.1.0

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