tcg-sparc: Fix qemu_ld/st to handle 32-bit host.
authorRichard Henderson <rth@twiddle.net>
Fri, 23 Mar 2012 22:27:39 +0000 (23:27 +0100)
committerRichard Henderson <rth@twiddle.net>
Fri, 21 Sep 2012 20:02:17 +0000 (22:02 +0200)
commita0ce341aac61ca3d56bcb56dcfb6ac11272fd567
tree90040f18124c50c19b338ea9fe172bd235375aa8
parent9b9c37c36439ee0452632253dac7a31897f27f70
tcg-sparc: Fix qemu_ld/st to handle 32-bit host.

At the same time, split out the tlb load logic to a new function.
Fixes the cases of two data registers and two address registers.
Fixes the signature of, and adds missing, qemu_ld/st opcodes.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/sparc/tcg-target.c