]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/translate.c
target/ppc: Implement DCFFIXQQ
authorLuis Pires <luis.pires@eldorado.org.br>
Fri, 29 Oct 2021 19:24:06 +0000 (16:24 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 8 Nov 2021 23:32:52 +0000 (10:32 +1100)
commitd39b2cc7d0b87d95bbecbd142179efdc0b85c4e5
tree03acb1af4615971c0230ac9b9aa9bb41e0aecb94
parent86057426d037ca023632156777a28d8493eaeb9d
target/ppc: Implement DCFFIXQQ

Implement the following PowerISA v3.1 instruction:
dcffixqq: DFP Convert From 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-5-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.c
target/ppc/translate/dfp-impl.c.inc