Re: [Qemu-devel] [RFC PATCH 11/11] target/mips: Port MIPS64 DCL[Z/O] to decodetree

2018-11-12 Thread Philippe Mathieu-Daudé
On Mon, Nov 12, 2018 at 10:15 AM Richard Henderson wrote: > > On 11/12/18 12:36 AM, Philippe Mathieu-Daudé wrote: > > +dclz011100 . . . . 100100 @rs_rt_rd > > ?ctx->insn_flags_MIPS64 > > +dclo011100 . . . . 100101 @rs_rt_rd > >

Re: [Qemu-devel] [RFC PATCH 11/11] target/mips: Port MIPS64 DCL[Z/O] to decodetree

2018-11-12 Thread Richard Henderson
On 11/12/18 12:36 AM, Philippe Mathieu-Daudé wrote: > +dclz011100 . . . . 100100 @rs_rt_rd > ?ctx->insn_flags_MIPS64 > +dclo011100 . . . . 100101 @rs_rt_rd > ?ctx->insn_flags_MIPS64 This syntax I do not like. I preferred your

[Qemu-devel] [RFC PATCH 11/11] target/mips: Port MIPS64 DCL[Z/O] to decodetree

2018-11-11 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- target/mips/insns.decode| 12 target/mips/translate.inc.c | 12 2 files changed, 24 insertions(+) diff --git a/target/mips/insns.decode b/target/mips/insns.decode index 8a1a7acf3a..e256220211 100644 ---