tcg/ppc: Use cr0 in tcg_to_bc and tcg_to_isel
commit740f1d40e593e7be18f4eb355ba6b40b5c788923
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Oct 2023 18:44:49 +0000 (24 18:44 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 3 Feb 2024 23:53:49 +0000 (3 23:53 +0000)
tree54b5122bf9d83d094fdbfab09843c22a098374b9
parent2e7eafcc402b61ff2ffebfb90777efc37f4d4a1f
tcg/ppc: Use cr0 in tcg_to_bc and tcg_to_isel

Using cr0 means we could choose to use rc=1 to compute the condition.
Adjust the tables and tcg_out_cmp that feeds them.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/ppc/tcg-target.c.inc