summaryrefslogtreecommitdiff
path: root/target-cris/helper.h
diff options
context:
space:
mode:
authoredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>2009-01-07 13:19:21 +0000
committeredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>2009-01-07 13:19:21 +0000
commitc38ac98da54d2da7a71efde0cbf5ad9021dac4e4 (patch)
tree2809c60bcfba776eb7369eecef6142724c4a84ea /target-cris/helper.h
parent85220fba3510f51e0621854d19cf128b78cc0d20 (diff)
downloadqemu-c38ac98da54d2da7a71efde0cbf5ad9021dac4e4.tar.gz
CRIS: Use a helper for lz.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6205 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-cris/helper.h')
-rw-r--r--target-cris/helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-cris/helper.h b/target-cris/helper.h
index 18195a01ba..339a59a04a 100644
--- a/target-cris/helper.h
+++ b/target-cris/helper.h
@@ -10,6 +10,7 @@ DEF_HELPER_0(rfn, void);
DEF_HELPER_2(movl_sreg_reg, void, i32, i32)
DEF_HELPER_2(movl_reg_sreg, void, i32, i32)
+DEF_HELPER_FLAGS_1(lz, TCG_CALL_PURE, i32, i32);
DEF_HELPER_FLAGS_3(btst, TCG_CALL_PURE, i32, i32, i32, i32);
DEF_HELPER_0(evaluate_flags_muls, void)