From c38ac98da54d2da7a71efde0cbf5ad9021dac4e4 Mon Sep 17 00:00:00 2001 From: edgar_igl Date: Wed, 7 Jan 2009 13:19:21 +0000 Subject: CRIS: Use a helper for lz. Signed-off-by: Edgar E. Iglesias git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6205 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-cris/helper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target-cris/helper.h') diff --git a/target-cris/helper.h b/target-cris/helper.h index 18195a0..339a59a 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) -- cgit v1.1