sim: bfin: note missing parallel handling of SEARCH
authorMike Frysinger <vapier@gentoo.org>
Mon, 24 Jun 2013 02:06:32 +0000 (02:06 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 24 Jun 2013 02:06:32 +0000 (02:06 +0000)
commit48a938971023f56aea9ecf84ab5493493b3b9875
tree3b38120f70da05ff04040d5a277bdbd97558506d
parent03dccef1ab1bec35876541546dba6fa80cba44d8
sim: bfin: note missing parallel handling of SEARCH

The SEARCH insn is an oddball when it comes to parallel usage.  It places a
big limit on what other insns it can run in parallel with, but we don't
currently track the amount of state needed to verify this (since no other insn
really requires this).  Add a note for now in case we get around to it.
sim/bfin/ChangeLog
sim/bfin/bfin-sim.c
This page took 0.034686 seconds and 4 git commands to generate.