commit | a0ce341aac61ca3d56bcb56dcfb6ac11272fd567 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri Mar 23 23:27:39 2012 +0100 |
committer | Richard Henderson <rth@twiddle.net> | Fri Sep 21 22:02:17 2012 +0200 |
tree | 90040f18124c50c19b338ea9fe172bd235375aa8 | |
parent | 9b9c37c36439ee0452632253dac7a31897f27f70 [diff] |
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>