Re: [Qemu-devel] [PATCH 03/17] target-openrisc: Invert the decoding in dec_calc

2015-09-03 Thread Bastian Koppelmann
On 09/03/2015 02:17 AM, Richard Henderson wrote: Decoding the opcodes in the right order reduces by 100+ lines. Also, it happens to put the opcodes in the same order as Chapter 17. Signed-off-by: Richard Henderson --- target-openrisc/translate.c | 300 ++-

[Qemu-devel] [PATCH 03/17] target-openrisc: Invert the decoding in dec_calc

2015-09-02 Thread Richard Henderson
Decoding the opcodes in the right order reduces by 100+ lines. Also, it happens to put the opcodes in the same order as Chapter 17. Signed-off-by: Richard Henderson --- target-openrisc/translate.c | 300 ++-- 1 file changed, 94 insertions(+), 206 deletions