diff options
author | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-07 13:11:22 +0000 |
---|---|---|
committer | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-07 13:11:22 +0000 |
commit | abd5c94ee110d4a5187eca3e2dff91cb3e9e5606 (patch) | |
tree | 3df2562604d2442d8d464a6dcf85eec312ca7576 /target-cris/helper.h | |
parent | 4a1e6beab60d9d105fcc56f3d568044390ef7e9e (diff) |
CRIS: Speedup btst by using a helper.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6203 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-cris/helper.h')
-rw-r--r-- | target-cris/helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-cris/helper.h b/target-cris/helper.h index e4684397a0..18195a01ba 100644 --- a/target-cris/helper.h +++ b/target-cris/helper.h @@ -10,6 +10,8 @@ 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_3(btst, TCG_CALL_PURE, i32, i32, i32, i32); + DEF_HELPER_0(evaluate_flags_muls, void) DEF_HELPER_0(evaluate_flags_mulu, void) DEF_HELPER_0(evaluate_flags_mcp, void) |