summaryrefslogtreecommitdiff
path: root/target-arm/helpers.h
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-31 03:47:34 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-31 03:47:34 +0000
commit5e3f878ad65a3a3e50200dd40feac23c9f77b9b7 (patch)
tree4ea6c58ce9e76346cfe5eb831aa7821ab5009c48 /target-arm/helpers.h
parent4373f3ceeb419263d63109408b86f398564c9536 (diff)
downloadqemu-5e3f878ad65a3a3e50200dd40feac23c9f77b9b7.tar.gz
ARM TCG conversion 11/16.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4148 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-arm/helpers.h')
-rw-r--r--target-arm/helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target-arm/helpers.h b/target-arm/helpers.h
index e4c50c6894..4a22ef3e8c 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))