sim: bfin: drop RET[ENI] setup
authorMike Frysinger <vapier@gentoo.org>
Mon, 17 Jun 2013 04:45:54 +0000 (04:45 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 17 Jun 2013 04:45:54 +0000 (04:45 +0000)
commit7a56db5f46dd6f2168092f7759c572017011dfc5
tree6bba6859f935b8a8a5d5f5a0fd813c198ac57fc9
parent7935c6b0d2988e0bc4beb555dae107e13477f213
sim: bfin: drop RET[ENI] setup

Since these insns run in usermode, there should be no need to setup
RET[ENI] to safe values.  They won't be dereferenced, and any insn
that returns via them are valid only in supervisor mode.  Since this
is in the main exception code path, saving any insn at all is good
as it gets multiplied quickly (as in O(n^2) times).

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
sim/testsuite/sim/bfin/ChangeLog
sim/testsuite/sim/bfin/se_allopcodes.h
This page took 0.025019 seconds and 4 git commands to generate.