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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_52/] [or1ksim/] [cuc/] [adv.c] - Diff between revs 938 and 1244

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

Rev 938 Rev 1244
Line 39... Line 39...
  mark_successors (f, f->bb[b].next[1], m, stopb);
  mark_successors (f, f->bb[b].next[1], m, stopb);
}
}
 
 
static unsigned long mask (unsigned long c)
static unsigned long mask (unsigned long c)
{
{
  if (c) return (1 << (log2 (c) + 1)) - 1;
  if (c) return (1 << (log2_int (c) + 1)) - 1;
  else return 0;
  else return 0;
}
}
 
 
/* Calculates facts, that are determined by conditionals */
/* Calculates facts, that are determined by conditionals */
void insert_conditional_facts (cuc_func *f)
void insert_conditional_facts (cuc_func *f)

powered by: WebSVN 2.1.0

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