Re: [Qemu-devel] [PATCH] target-microblaze: Use the new qemu_ld/st opcodes

2013-12-12 Thread Edgar E. Iglesias
On Tue, Dec 10, 2013 at 03:40:21PM -0800, Richard Henderson wrote: > The ability of the new opcodes to byte-swap the memory operation > simplifies the code in and around dec_load and dec_store significantly. I've tested and applied this, thanks. Edgar > > Cc: Edgar E. Iglesias > Signed-off-b

[Qemu-devel] [PATCH] target-microblaze: Use the new qemu_ld/st opcodes

2013-12-10 Thread Richard Henderson
The ability of the new opcodes to byte-swap the memory operation simplifies the code in and around dec_load and dec_store significantly. Cc: Edgar E. Iglesias Signed-off-by: Richard Henderson --- target-microblaze/translate.c | 139 +++--- 1 file changed, 35