diff options
author | Matheus Ferst <matheus.ferst@eldorado.org.br> | 2022-05-17 09:39:22 -0300 |
---|---|---|
committer | Daniel Henrique Barboza <danielhb413@gmail.com> | 2022-05-26 17:11:32 -0300 |
commit | eb69a84bb07be94179eb2275cd9d4bed12afc66f (patch) | |
tree | a63be40c9e01bc81ea797195bf5944d383b366eb /scripts | |
parent | f2454bfe73d1ae9e7561fc3c29e0d2729381d27c (diff) | |
download | qemu-eb69a84bb07be94179eb2275cd9d4bed12afc66f.zip qemu-eb69a84bb07be94179eb2275cd9d4bed12afc66f.tar.gz qemu-eb69a84bb07be94179eb2275cd9d4bed12afc66f.tar.bz2 |
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>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions