diff options
author | Alexander Graf <agraf@suse.de> | 2011-07-14 11:44:11 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2011-11-14 17:47:26 +0100 |
commit | 27b5979d9d5dbc5f2ef21a96481f766bf3959b57 (patch) | |
tree | 1614ba5c7063cf21c43ecf9f1c993256a7a5c686 /target-s390x/helpers.h | |
parent | a3efecb847dd89886f7cd3f71661b2d79ec68072 (diff) |
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>
Diffstat (limited to 'target-s390x/helpers.h')
-rw-r--r-- | target-s390x/helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-s390x/helpers.h b/target-s390x/helpers.h index 6ca48ebe00..01c8d0ea84 100644 --- a/target-s390x/helpers.h +++ b/target-s390x/helpers.h @@ -102,6 +102,7 @@ DEF_HELPER_3(madb, void, i32, i64, i32) DEF_HELPER_3(maebr, void, i32, i32, i32) DEF_HELPER_3(madbr, void, i32, i32, i32) DEF_HELPER_3(msdbr, void, i32, i32, i32) +DEF_HELPER_2(ldeb, void, i32, i64) DEF_HELPER_2(lxdb, void, i32, i64) DEF_HELPER_FLAGS_2(tceb, TCG_CALL_PURE, i32, i32, i64) DEF_HELPER_FLAGS_2(tcdb, TCG_CALL_PURE, i32, i32, i64) |