]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Move dquai[q], drint{x,n}[q] to decodetree
authorLuis Pires <luis.pires@eldorado.org.br>
Fri, 29 Oct 2021 19:24:14 +0000 (16:24 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 8 Nov 2021 23:32:52 +0000 (10:32 +1100)
commit78464edb8fe7b59b76303dc6666868a30c643d0e
treed6fa1c47c8eb7c084e3238c2b435656b8d8c34b7
parent85c38a460c4034b2f0aab0e4a19ec22180a7433e
target/ppc: Move dquai[q], drint{x,n}[q] to decodetree

Move the following instructions to decodetree:
dquai:   DFP Quantize Immediate
dquaiq:  DFP Quantize Immediate Quad
drintx:  DFP Round to FP Integer With Inexact
drintxq: DFP Round to FP Integer With Inexact Quad
drintn:  DFP Round to FP Integer Without Inexact
drintnq: DFP Round to FP Integer Without Inexact 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-13-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