]> git.proxmox.com Git - mirror_qemu.git/commit
target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetree
authorLuis Pires <luis.pires@eldorado.org.br>
Fri, 29 Oct 2021 19:24:12 +0000 (16:24 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 8 Nov 2021 23:32:52 +0000 (10:32 +1100)
commitafdc9310134a0aab6966b895bd560b64f46a21ca
tree5ecd0db4164b70b2ffaab7ae86978ce83921fd33
parent87bc8e52b146706ab55b986bf27daba16cb7fbb8
target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetree

Move the following instructions to decodetree:
dadd:  DFP Add
daddq: DFP Add Quad
dsub:  DFP Subtract
dsubq: DFP Subtract Quad
dmul:  DFP Multiply
dmulq: DFP Multiply Quad
ddiv:  DFP Divide
ddivq: DFP Divide Quad
diex:  DFP Insert Biased Exponent
diexq: DFP Insert Biased Exponent Quad

Signed-off-by: Luis Pires <luis.pires@eldorado.org.br>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211029192417.400707-11-luis.pires@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/dfp_helper.c
target/ppc/helper.h
target/ppc/insn32.decode
target/ppc/translate/dfp-impl.c.inc
target/ppc/translate/dfp-ops.c.inc