diff options
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) |