]> Git Repo - qemu.git/commit
target/s390x: implement COMPARE LOGICAL LONG
authorAurelien Jarno <[email protected]>
Wed, 31 May 2017 22:01:17 +0000 (00:01 +0200)
committerRichard Henderson <[email protected]>
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 <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
Message-Id: <20170531220129[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
target/s390x/helper.h
target/s390x/insn-data.def
target/s390x/mem_helper.c
target/s390x/translate.c
This page took 0.025453 seconds and 4 git commands to generate.