commit | 72fa954a6321734b2d7875af7741e23e84601a5b | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Aug 05 02:04:56 2023 +0000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Aug 24 11:22:42 2023 -0700 |
tree | faed15e71dc37f9fa6418233e5b49b8388cc1d81 | |
parent | cba10bb3c8875f428821608f9dfb860a97a63aa1 [diff] |
tcg/ppc: Use the Set Boolean Extension The SETBC family of instructions requires exactly two insns for all comparisions, saving 0-3 insns per (neg)setcond. Tested-by: Nicholas Piggin <npiggin@gmail.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>