target/ppc: move resolve_PLS_D to translate.c
commit725b2d4dac67c96c044ed53df2c5e7128e9aa013
authorFernando Eckhardt Valle <phervalle@gmail.com>
Fri, 29 Oct 2021 20:23:52 +0000 (29 17:23 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 8 Nov 2021 23:32:51 +0000 (9 10:32 +1100)
tree352b9395147072972479de7bb2a1bdd2541c1099
parenteb63efd9f63fabc2ce7ee070f1d8e75585d26543
target/ppc: move resolve_PLS_D to translate.c

Move resolve_PLS_D from fixedpoint-impl.c.inc to translate.c
because this way the function can be used not only by fixed
point instructions.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Fernando Eckhardt Valle <phervalle@gmail.com>
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Message-Id: <20211029202424.175401-3-matheus.ferst@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate.c
target/ppc/translate/fixedpoint-impl.c.inc