tcg-mips: Move softmmu slow path out of line
commit9d8bf2d125f2d602d59d8fe1bdb27e17565b1fb8
authorRichard Henderson <rth@twiddle.net>
Fri, 2 May 2014 22:01:31 +0000 (2 15:01 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 24 May 2014 15:45:16 +0000 (24 08:45 -0700)
tree59d91edb04b9a93ab987ee5f0f613f0d727e3170
parentf9a716325facc32064d491ddbce4aa2e81f9a1ce
tcg-mips: Move softmmu slow path out of line

At the same time, tidy up the call helpers, avoiding a memory reference.
Split out several subroutines.  Use TCGMemOp constants.  Make endianness
selectable at runtime.

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