commit | 418839044e7ab7d0282f8685f8db40bd6cd97b96 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Tue Apr 15 09:03:59 2014 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Sat May 24 08:45:28 2014 -0700 |
tree | 21bc2ea62f819ba863697e8e3067ebe44e700879 | |
parent | fbef2cc80fbc7836447d5b3d4741c4d15a144ec1 [diff] |
tcg-mips: Rearrange register allocation Use FP (also known as S8) as a normal call-saved register. Include T0 in the allocation order and call-clobbered list even though it's currently used as a TCG temporary. Put the argument registers at the end of the allocation order. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Richard Henderson <rth@twiddle.net>