target/ppc: declare xxextractuw and xxinsertw helpers with call flags
commit8f5eeee3f1f1e7da4a1bf1ecb5527071fde1b2d5
authorMatheus Ferst <matheus.ferst@eldorado.org.br>
Tue, 17 May 2022 12:39:25 +0000 (17 09:39 -0300)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Thu, 26 May 2022 20:11:32 +0000 (26 17:11 -0300)
treef7d4056b792d9d2c9ede2ffcb4b8b4ce29860ee0
parentc36ab970ac0ce257a6badb30f6a485a81c2289d2
target/ppc: declare xxextractuw and xxinsertw helpers with call flags

Move xxextractuw and xxinsertw to decodetree, declare both helpers with
TCG_CALL_NO_RWG, and drop the unused env argument.

Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220517123929.284511-9-matheus.ferst@eldorado.org.br>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
target/ppc/helper.h
target/ppc/insn32.decode
target/ppc/int_helper.c
target/ppc/translate/vsx-impl.c.inc
target/ppc/translate/vsx-ops.c.inc