tcg-mips: Use J and JAL opcodes
commitf8c9eddb2bd3610cdafbdbc222e460c55c590b5c
authorRichard Henderson <rth@twiddle.net>
Sun, 23 Mar 2014 16:57:18 +0000 (23 16:57 +0000)
committerRichard Henderson <rth@twiddle.net>
Sat, 24 May 2014 15:45:05 +0000 (24 08:45 -0700)
tree5082198900a250767a6ce08f3961cd1c9d1bb5d1
parent483c76e14043a60926f7df4415d0e3749694158d
tcg-mips: Use J and JAL opcodes

For userland builds calls will normally be in range,
and for the exit_tb opcode the branch to the epilogue.

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