diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-11-06 15:07:58 -0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2024-02-03 23:53:25 +0000 |
commit | f9ec459da8b15e857e0ffd94ccb6276284592cce (patch) | |
tree | 1a25d0ec6741df9e8344ce00e5f1fbd65ddeae32 /tcg/sparc64 | |
parent | 7da3601e624e31a1bd7f94d1557a6e61af883ec8 (diff) |
target/s390x: Improve general case of disas_jcc
Avoid code duplication by handling 7 of the 14 cases
by inverting the test for the other 7 cases.
Use TCG_COND_TSTNE for cc in {1,3}.
Use (cc - 1) <= 1 for cc in {1,2}.
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/sparc64')
0 files changed, 0 insertions, 0 deletions