aboutsummaryrefslogtreecommitdiff
path: root/pc-bios/qemu-nsis.ico
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 /pc-bios/qemu-nsis.ico
parent5b723a5d8df44b69b8ba350e643059c8fd889315 (diff)
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 'pc-bios/qemu-nsis.ico')
0 files changed, 0 insertions, 0 deletions