[Qemu-devel] [PATCH v4 1/8] target/arm: Restructure disas_fp_int_conv

2019-02-15 Thread Richard Henderson
For opcodes 0-5, move some if conditions into the structure of a switch statement. For opcodes 6 & 7, decode everything at once with a second switch. Signed-off-by: Richard Henderson --- target/arm/translate-a64.c | 94 -- 1 file changed, 49 insertions(+), 45

Re: [Qemu-devel] [PATCH v4 1/8] target/arm: Restructure disas_fp_int_conv

2019-02-19 Thread Peter Maydell
On Fri, 15 Feb 2019 at 19:23, Richard Henderson wrote: > > For opcodes 0-5, move some if conditions into the structure > of a switch statement. For opcodes 6 & 7, decode everything > at once with a second switch. > > Signed-off-by: Richard Henderson > --- > target/arm/translate-a64.c | 94 +