qemu-e2k/target/ppc/translate
Matheus Ferst eb69a84bb0 target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helper
fsel doesn't change FPSCR and CR1 is handled by gen_set_cr1_from_fpscr,
so helper_fsel doesn't need the env argument and can be declared with
TCG_CALL_NO_RWG_SE. We also take this opportunity to move the insn to
decodetree.

Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220517123929.284511-6-matheus.ferst@eldorado.org.br>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
2022-05-26 17:11:32 -03:00
..
branch-impl.c.inc PPC64/TCG: Implement 'rfebb' instruction 2021-12-17 17:57:19 +01:00
dfp-impl.c.inc target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetree 2021-11-09 10:32:52 +11:00
fixedpoint-impl.c.inc exec/memop: Adding signedness to quad definitions 2022-01-08 15:46:10 +10:00
fp-impl.c.inc target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helper 2022-05-26 17:11:32 -03:00
fp-ops.c.inc target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helper 2022-05-26 17:11:32 -03:00
spe-impl.c.inc
spe-ops.c.inc
vmx-impl.c.inc Replace config-time define HOST_WORDS_BIGENDIAN 2022-04-06 10:50:37 +02:00
vmx-ops.c.inc target/ppc: Move vsel and vperm/vpermr to decodetree 2022-03-02 06:51:37 +01:00
vsx-impl.c.inc target/ppc: implement xscvqp[su]qz 2022-04-20 18:00:30 -03:00
vsx-ops.c.inc target/ppc: Move xscmp{eq,ge,gt}dp to decodetree 2022-03-02 06:51:38 +01:00