]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Make divd[u] handler method decodetree compatible
authorIlya Leoshkevich <iii@linux.ibm.com>
Mon, 12 Aug 2024 08:53:09 +0000 (10:53 +0200)
committerNicholas Piggin <npiggin@gmail.com>
Sun, 3 Nov 2024 23:07:38 +0000 (09:07 +1000)
commit7b4820a3e1dfba2b81f2354e7c748fc04b275dba
tree827ab5b90fb7dceffc645cd0fb4f92580734e331
parentc9b8a13a8841e0e23901e57e24ea98eeef16cf91
target/ppc: Make divd[u] handler method decodetree compatible

This is like commit 86e6202a57b1 ("target/ppc: Make divw[u] handler
method decodetree compatible."), but for gen_op_arith_divd().

Cc: qemu-stable@nongnu.org
Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/translate.c