target/mips: Decode vendor extensions before MIPS ISAs
commit4919f69c658be36c97d63660bd41377b06ea6822
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 31 Jul 2021 13:23:47 +0000 (31 15:23 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 25 Aug 2021 11:00:43 +0000 (25 13:00 +0200)
treef1b3379375cd68cf41bc3ea723ce50421dad3543
parent2e176eaf9c54a23ea2f37ccbeef2045f422b0e30
target/mips: Decode vendor extensions before MIPS ISAs

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é <f4bug@amsat.org>
Message-Id: <20210801234202.3167676-3-f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/mips/tcg/translate.c