]> git.proxmox.com Git - mirror_qemu.git/commit
target-microblaze: Use the new qemu_ld/st opcodes
authorRichard Henderson <rth@twiddle.net>
Tue, 10 Dec 2013 23:40:21 +0000 (15:40 -0800)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Fri, 13 Dec 2013 00:00:42 +0000 (10:00 +1000)
commit47acdd63a33a5966bf4fc94a6ac835d72a70c555
tree80e4da200adc057df8b5f7b563a82d1a642f90b5
parent6747f6456fd1e5e986b6385ff5d706c79ebd8a32
target-microblaze: Use the new qemu_ld/st opcodes

The ability of the new opcodes to byte-swap the memory operation
simplifies the code in and around dec_load and dec_store significantly.

Reviewed-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Tested-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Cc: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
target-microblaze/translate.c