]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
tcg-mips: Use T9 for TCG_TMP1
authorRichard Henderson <rth@twiddle.net>
Tue, 15 Apr 2014 16:10:16 +0000 (09:10 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 24 May 2014 15:45:48 +0000 (08:45 -0700)
commitf216a35f364df893519656648677a7629a36de9e
treeb2e54f3e99fca69df5dc04af646d1206eb2a5622
parent6c530e32f4d2edacf870d88fd733af3442f2f0f1
tcg-mips: Use T9 for TCG_TMP1

T0 is an argument register for the n32 and n64 abis.  T9 is the call
address register for the abis, and is more directly under the control
of the backend.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/mips/tcg-target.c