summary refs log tree commit diff stats
path: root/scripts/tracetool/backend/log.py
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2020-12-14 16:13:53 -0600
committerCornelia Huck <cohuck@redhat.com>2020-12-21 18:11:33 +0100
commitff26d287bddc189fd5a084cc96078da1257b0826 (patch)
treeb3933690ae362e092a809e2aa234002e1125818a /scripts/tracetool/backend/log.py
parent5b723a5d8df44b69b8ba350e643059c8fd889315 (diff)
downloadfocaccia-qemu-ff26d287bddc189fd5a084cc96078da1257b0826.tar.gz
focaccia-qemu-ff26d287bddc189fd5a084cc96078da1257b0826.zip
target/s390x: Improve cc computation for ADD LOGICAL
The resulting cc is only dependent on the result and the
carry-out.  So save those things rather than the inputs.

Carry-out for 64-bit inputs is had via tcg_gen_add2_i64 directly
into cc_src.  Carry-out for 32-bit inputs is had via extraction
from a normal 64-bit add (with zero-extended inputs).

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201214221356.68039-2-richard.henderson@linaro.org>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'scripts/tracetool/backend/log.py')
0 files changed, 0 insertions, 0 deletions