]> xenbits.xensource.com Git - qemu-xen.git/commit
target/s390x: implement COMPARE LOGICAL LONG
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 31 May 2017 22:01:17 +0000 (00:01 +0200)
committerRichard Henderson <rth@twiddle.net>
Tue, 6 Jun 2017 22:20:43 +0000 (15:20 -0700)
commit5c2b48a8f0d02acfcb577abdbd5f3040d61455d9
treee97876a724b055110ed0c8e533974fa89ea7efd4
parent84aa07f109f0afaeeec63c159f3a578b955c3de9
target/s390x: implement COMPARE LOGICAL LONG

As CLCL and CLCLE mostly differ by their operands, use a common do_clcl
helper. Another difference is that CLCL is not interruptible.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Message-Id: <20170531220129.27724-19-aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target/s390x/helper.h
target/s390x/insn-data.def
target/s390x/mem_helper.c
target/s390x/translate.c