Re: [Qemu-devel] [PATCH for-4.1 6/8] target/riscv: Split RVC32 and RVC64 insns into separate files

2019-05-02 Thread Alistair Francis
On Thu, Apr 25, 2019 at 9:04 AM Palmer Dabbelt wrote: > > On Sun, 31 Mar 2019 20:11:53 PDT (-0700), richard.hender...@linaro.org wrote: > > This eliminates all functions in insn_trans/trans_rvc.inc.c, > > so the entire file can be removed. > > > > Signed-off-by: Richard Henderson You need to

Re: [Qemu-devel] [PATCH for-4.1 6/8] target/riscv: Split RVC32 and RVC64 insns into separate files

2019-04-25 Thread Palmer Dabbelt
On Sun, 31 Mar 2019 20:11:53 PDT (-0700), richard.hender...@linaro.org wrote: This eliminates all functions in insn_trans/trans_rvc.inc.c, so the entire file can be removed. Signed-off-by: Richard Henderson --- target/riscv/insn_trans/trans_rvc.inc.c | 115

[Qemu-devel] [PATCH for-4.1 6/8] target/riscv: Split RVC32 and RVC64 insns into separate files

2019-03-31 Thread Richard Henderson
This eliminates all functions in insn_trans/trans_rvc.inc.c, so the entire file can be removed. Signed-off-by: Richard Henderson --- target/riscv/insn_trans/trans_rvc.inc.c | 115 target/riscv/translate.c| 2 - target/riscv/Makefile.objs |