From 04acd3072622097f343d16e2da2ec84d6ee1b840 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Thu, 18 Sep 2008 13:45:14 +0000 Subject: target-alpha: convert remaining arith3 functions to TCG Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5254 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-alpha/helper.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'target-alpha/helper.h') diff --git a/target-alpha/helper.h b/target-alpha/helper.h index c397999..4b07f58 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -11,6 +11,14 @@ DEF_HELPER(uint64_t, helper_load_implver, (void)) DEF_HELPER(uint64_t, helper_rc, (void)) DEF_HELPER(uint64_t, helper_rs, (void)) +DEF_HELPER(uint64_t, helper_addqv, (uint64_t, uint64_t)) +DEF_HELPER(uint64_t, helper_addlv, (uint64_t, uint64_t)) +DEF_HELPER(uint64_t, helper_subqv, (uint64_t, uint64_t)) +DEF_HELPER(uint64_t, helper_sublv, (uint64_t, uint64_t)) +DEF_HELPER(uint64_t, helper_mullv, (uint64_t, uint64_t)) +DEF_HELPER(uint64_t, helper_mulqv, (uint64_t, uint64_t)) +DEF_HELPER(uint64_t, helper_umulh, (uint64_t, uint64_t)) + DEF_HELPER(uint64_t, helper_ctpop, (uint64_t)) DEF_HELPER(uint64_t, helper_ctlz, (uint64_t)) DEF_HELPER(uint64_t, helper_cttz, (uint64_t)) @@ -32,3 +40,4 @@ DEF_HELPER(uint64_t, helper_inslh, (int64_t, uint64_t)) DEF_HELPER(uint64_t, helper_mskqh, (int64_t, uint64_t)) DEF_HELPER(uint64_t, helper_insqh, (int64_t, uint64_t)) +DEF_HELPER(uint64_t, helper_cmpbge, (uint64_t, uint64_t)) -- cgit v1.1