]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Re-introduce OPC_ADDUH_QB_DSP and OPC_MUL_PH_DSP
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 12 Jan 2021 14:37:32 +0000 (15:37 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 3 Nov 2024 08:49:12 +0000 (05:49 -0300)
commit869f428fa755ccadb11153f764d1ff39ee39895f
tree07fed1c926558ab0372beb87eb307ee151093e63
parent127da643c4bd84131bcc79169561848d9de80377
target/mips: Re-introduce OPC_ADDUH_QB_DSP and OPC_MUL_PH_DSP

There is no issue having multiple enum declarations with
the same value. As we are going to remove the OPC_MULT_G_2E
definition in few commits, restore the OPC_ADDUH_QB_DSP and
OPC_MUL_PH_DSP definitions and use them where they belong.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241026175349.84523-4-philmd@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
target/mips/tcg/translate.c