tcg-arm: Move load of tlb addend into tcg_out_tlb_read
authorRichard Henderson <rth@twiddle.net>
Fri, 30 Aug 2013 15:16:00 +0000 (08:16 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 1 Oct 2013 17:20:33 +0000 (10:20 -0700)
commitd0ebde228415c6d89ad61270a461717fbb04915c
treeb8376cd71b310b1fda428a7da324c4d62c1fe072
parentf2488736371ae902f345cf9270d141f0a6797731
tcg-arm: Move load of tlb addend into tcg_out_tlb_read

This allows us to make more intelligent decisions about the relative
offsets of the tlb comparator and the addend, avoiding any need of
writeback addressing.

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