target/ppc: Add extra float instructions to POWER5P processors
commit91137619c6555a3c7cdd829f3b91b6da2bf67475
authorCédric Le Goater <clg@kaod.org>
Wed, 12 Jan 2022 10:28:26 +0000 (12 11:28 +0100)
committerCédric Le Goater <clg@kaod.org>
Wed, 12 Jan 2022 10:28:26 +0000 (12 11:28 +0100)
tree8c69bb4d5f0433d2a1f850f3bae094e53596fb59
parent2460e1d75ba60ee67fadabccd988705b7bb911cd
target/ppc: Add extra float instructions to POWER5P processors

ISA v2.03 introduced Floating Round to Integer instructions : frin,
friz, frip, and frim. Add them to POWER5+.

The PPC_FLOAT_EXT flag also includes the fre (Floating Reciprocal
Estimate) instruction which was introduced in ISA v2.0x. The
architecture document says its optional and that might be the reason
why it has been kept under the PPC_FLOAT_EXT flag. This means 970 CPUs
can not use it under QEMU, which doesn't seem to be a problem.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
target/ppc/cpu_init.c