commit | fedee3e7fda16e2ca438d2de6e76e4d434bcd3bb | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Jul 31 15:11:44 2013 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Wed Sep 25 07:46:32 2013 -0700 |
tree | 8e37aa0ad714b8e0149ed8271a4e4141cc89b861 | |
parent | fa94c3be7a3fc7f1beaa3b031da7199ae3c5ddc8 [diff] |
tcg-ppc64: Streamline tcg_out_tlb_read Less conditional compilation. Merge an add insn with the indexed memory load insn. Load the tlb addend earlier. Avoid the address update memory form. Fix a bug in not allowing large enough tlb offsets for some guests. Signed-off-by: Richard Henderson <rth@twiddle.net>