From 5e3f878ad65a3a3e50200dd40feac23c9f77b9b7 Mon Sep 17 00:00:00 2001 From: pbrook Date: Mon, 31 Mar 2008 03:47:34 +0000 Subject: ARM TCG conversion 11/16. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4148 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-arm/helpers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target-arm/helpers.h') diff --git a/target-arm/helpers.h b/target-arm/helpers.h index e4c50c6..4a22ef3 100644 --- a/target-arm/helpers.h +++ b/target-arm/helpers.h @@ -109,6 +109,8 @@ DEF_HELPER_1_2(usat16, uint32_t, (uint32_t, uint32_t)) DEF_HELPER_1_2(usad8, uint32_t, (uint32_t, uint32_t)) +DEF_HELPER_1_1(logicq_cc, uint32_t, (uint64_t)) + DEF_HELPER_1_3(sel_flags, uint32_t, (uint32_t, uint32_t, uint32_t)) DEF_HELPER_0_1(exception, void, (uint32_t)) DEF_HELPER_0_0(wfi, void, (void)) -- cgit v1.1