OSDN Git Service

target-s390x: implement miscellaneous-instruction-extensions facility
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 3 Jun 2015 21:09:50 +0000 (23:09 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 4 Jun 2015 23:37:59 +0000 (01:37 +0200)
commit375ee58bedcda359011fe7fa99e0647f66f9ffa0
tree3496a4d27e8bc03b22ff7e5408724e67c9d1f5b2
parentdf46283ce7be962002a30140a91ffbb56832cc2d
target-s390x: implement miscellaneous-instruction-extensions facility

RISBGN is the same as RISBG, but without setting the condition code.
CLT and CLGT are the same as CLRT and CLGRT, but using memory for the
second operand.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/insn-data.def
target-s390x/translate.c