]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: Simplify PREF opcode
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 29 Jul 2021 14:02:57 +0000 (16:02 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 25 Aug 2021 11:00:37 +0000 (13:00 +0200)
commit2e176eaf9c54a23ea2f37ccbeef2045f422b0e30
tree7d9f987bdfc44ae85fc9393369a52878fb39b097
parentc8b69a2a92bebed915af69bb685816e715956ecc
target/mips: Simplify PREF opcode

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