OSDN Git Service

target/ppc: Implement DCTFIXQQ
authorLuis Pires <luis.pires@eldorado.org.br>
Fri, 29 Oct 2021 19:24:09 +0000 (16:24 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 8 Nov 2021 23:32:52 +0000 (10:32 +1100)
commit328747f32f50491e9a6a2ec245b09058c55f9682
tree40e4b226bd3759bcd97827d6d190f370060fa98b
parent21d7826fdbf13bc3180f8f23f3f87967604fdf7e
target/ppc: Implement DCTFIXQQ

Implement the following PowerISA v3.1 instruction:
dctfixqq: DFP Convert To Fixed Quadword Quad

Signed-off-by: Luis Pires <luis.pires@eldorado.org.br>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211029192417.400707-8-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