Skip to content
Snippets Groups Projects
Commit eb69a84b authored by Matheus Ferst's avatar Matheus Ferst Committed by Daniel Henrique Barboza
Browse files

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: default avatarMatheus Ferst <matheus.ferst@eldorado.org.br>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Message-Id: <20220517123929.284511-6-matheus.ferst@eldorado.org.br>
Signed-off-by: default avatarDaniel Henrique Barboza <danielhb413@gmail.com>
parent f2454bfe
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment