Re: [PATCH-for-6.2 1/4] target/mips: Simpify PREF opcode

2021-08-02 Thread Richard Henderson
On 8/1/21 1:41 PM, Philippe Mathieu-Daudé wrote: check_insn() checks for any bit in the set, and INSN_R5900 is just another bit added to the set. No need to special-case it. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.c | 8 ++-- 1 file changed, 2 insertions(+), 6

[PATCH-for-6.2 1/4] target/mips: Simpify PREF opcode

2021-08-01 Thread Philippe Mathieu-Daudé
check_insn() checks for any bit in the set, and INSN_R5900 is just another bit added to the set. No need to special-case it. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/translate.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git