commit | 81dfaf1a8f7f95259801da9732472f879023ef77 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Fri Jul 10 22:10:02 2015 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Sep 19 11:53:15 2015 +0200 |
tree | de89d041e0c15e5bf5d2861ceddd57302934fecc | |
parent | d9f26847f1429bdb8ccaa4e7bd5f8b57a9da0e8d [diff] |
tcg/mips: pass oi to tcg_out_tlb_load Instead of computing mem_index and s_bits in both tcg_out_qemu_ld and tcg_out_qemu_st function and passing them to tcg_out_tlb_load, directly pass oi to the tcg_out_tlb_load function and compute mem_index and s_bits there. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>