]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Split up armg_calculate_flags_nzcv into four functions that compute
authorJulian Seward <jseward@acm.org>
Mon, 2 May 2011 07:21:04 +0000 (07:21 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 2 May 2011 07:21:04 +0000 (07:21 +0000)
commit3fc2e35e3b7eb0204dec32dba8f8bdeb3e7146c2
tree9e9e43bb445edd2d3d07671d28de8e337a512696
parentfd9ffff05bcda961da13d1212a466d591e558fbe
Split up armg_calculate_flags_nzcv into four functions that compute
the flags individually.  This seems to be a net performance win,
because often only one or two of the flags computed by
armg_calculate_flags_nzcv, so time was wasted computing the other
ones.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2139
VEX/priv/guest_arm_helpers.c