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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_64/] [or1ksim/] [cuc/] [insn.c] - Diff between revs 937 and 938

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

Rev 937 Rev 938
Line 518... Line 518...
        return 1;
        return 1;
      }
      }
    }
    }
  }
  }
 
 
  if (ii->opt[3] == OPT_REF) {
  if (ii->opt[3] & OPT_REF) {
    cuc_insn *prev = &f->INSN(ii->op[3]);
    cuc_insn *prev = &f->INSN(ii->op[3]);
    assert (prev->type & IT_COND);
    assert (prev->type & IT_COND);
    if (prev->index == II_CMOV) {
    if (prev->index == II_CMOV) {
      /* negated conditional:
      /* negated conditional:
           cmov x, 0, 1, y
           cmov x, 0, 1, y

powered by: WebSVN 2.1.0

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