]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Move floating-point move instructions to decodetree.
authorChinmay Rath <rathc@linux.ibm.com>
Thu, 19 Jun 2025 09:58:38 +0000 (15:28 +0530)
committerHarsh Prateek Bora <harshpb@linux.ibm.com>
Sun, 28 Sep 2025 18:17:37 +0000 (23:47 +0530)
commit5c89a201a92f49c8946727f451014ec05587645b
treec2c961dbc23d3d3ddbaeae02e5040f8faf5e53ab
parentf22aae5d8a2d8de807d6fa77a1901f815207c627
target/ppc: Move floating-point move instructions to decodetree.

Move below instructions to decodetree specification:

f{mr, neg, abs, nabs} : X-form

The changes were verified by validating that the tcg ops generated by
those instructions remain the same, which were captured with the '-d
in_asm,op' flag.

Signed-off-by: Chinmay Rath <rathc@linux.ibm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Link: https://lore.kernel.org/r/20250619095840.369351-4-rathc@linux.ibm.com
Message-ID: <20250619095840.369351-4-rathc@linux.ibm.com>
target/ppc/insn32.decode
target/ppc/translate/fp-impl.c.inc
target/ppc/translate/fp-ops.c.inc