]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/s390x: Support SELGR instruction in movcond
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 2 Dec 2022 04:05:38 +0000 (04:05 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 6 Jan 2023 23:07:07 +0000 (23:07 +0000)
commit0bbf0f7acf2ba47ac549d50d2f6bc443bc27411a
tree75da4184e7294c2b9716f65db0ef1c70ec1233c6
parent23d1394a6d1962bbbc8b5180e1a696c2895d89c8
tcg/s390x: Support SELGR instruction in movcond

The new select instruction provides two separate register inputs,
whereas the old load-on-condition instruction overlaps one of the
register inputs with the destination.

Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/s390x/tcg-target.c.inc