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

2013-12-08 Thread Edgar E. Iglesias
On Sat, Dec 07, 2013 at 02:52:34PM +1300, Richard Henderson wrote: > Using the new opcodes we can reduce if/else trees to > a single statement. I committed this, thanks. Edgar > > Cc: Edgar E. Iglesias > Signed-off-by: Richard Henderson > --- > target-cris/translate.c | 29 -

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

2013-12-06 Thread Richard Henderson
Using the new opcodes we can reduce if/else trees to a single statement. Cc: Edgar E. Iglesias Signed-off-by: Richard Henderson --- target-cris/translate.c | 29 - 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/target-cris/translate.c b/target-cris/tr