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

Move below instructions to decodetree specification :

fcmp{u, o} : 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-3-rathc@linux.ibm.com
Message-ID: <20250619095840.369351-3-rathc@linux.ibm.com>
target/ppc/fpu_helper.c
target/ppc/helper.h
target/ppc/insn32.decode
target/ppc/translate/fp-impl.c.inc
target/ppc/translate/fp-ops.c.inc