tcg-arm: Move the tlb addend load earlier
commitee06e23051251c00778edf54fb930198df0e873a
authorRichard Henderson <rth@twiddle.net>
Fri, 30 Aug 2013 16:48:56 +0000 (30 09:48 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 1 Oct 2013 17:20:33 +0000 (1 10:20 -0700)
tree3e27ed86ac618a7291f95897e4e10111c0bbeb68
parent66c2056fb83b873df0a3a4bda3a679bf53d082a2
tcg-arm: Move the tlb addend load earlier

There are free scheduling slots between the sequence of
comparison instructions.  This requires changing the
register in use to avoid conflict with those compares.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/arm/tcg-target.c