Re: [PATCH-for-6.2 2/4] target/mips: Decode vendor extensions before MIPS ISAs

2021-08-02 Thread Richard Henderson
On 8/1/21 1:42 PM, Philippe Mathieu-Daudé wrote: In commit ffc672aa977 ("target/mips/tx79: Move MFHI1 / MFLO1 opcodes to decodetree") we misplaced the decoder call. Move it to the correct place. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.c | 8 +--- 1 file changed

[PATCH-for-6.2 2/4] target/mips: Decode vendor extensions before MIPS ISAs

2021-08-01 Thread Philippe Mathieu-Daudé
In commit ffc672aa977 ("target/mips/tx79: Move MFHI1 / MFLO1 opcodes to decodetree") we misplaced the decoder call. Move it to the correct place. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/targ