Re: [Qemu-devel] [PATCH 13/28] target/riscv: Convert RV64D insns to decodetree

2018-10-13 Thread Richard Henderson
On 10/12/18 10:30 AM, Bastian Koppelmann wrote: > Signed-off-by: Bastian Koppelmann > Signed-off-by: Peer Adelt > --- > target/riscv/insn32.decode | 8 + > target/riscv/insn_trans/trans_rvd.inc.c | 94 + > target/riscv/translate.c| 484

[Qemu-devel] [PATCH 13/28] target/riscv: Convert RV64D insns to decodetree

2018-10-12 Thread Bastian Koppelmann
Signed-off-by: Bastian Koppelmann Signed-off-by: Peer Adelt --- target/riscv/insn32.decode | 8 + target/riscv/insn_trans/trans_rvd.inc.c | 94 + target/riscv/translate.c| 484 +--- 3 files changed, 103 insertions(+), 483 deletions(-)