s390x: add ldeb instruction
authorAlexander Graf <agraf@suse.de>
Thu, 14 Jul 2011 09:44:11 +0000 (11:44 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 14 Nov 2011 16:47:26 +0000 (17:47 +0100)
commit27b5979d9d5dbc5f2ef21a96481f766bf3959b57
tree1614ba5c7063cf21c43ecf9f1c993256a7a5c686
parenta3efecb847dd89886f7cd3f71661b2d79ec68072
s390x: add ldeb instruction

While running perl, we encountered the ldeb instruction to be used,
so we implement it :).

Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/helpers.h
target-s390x/op_helper.c
target-s390x/translate.c