summaryrefslogtreecommitdiff
path: root/target-cris/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-cris/helper.h')
-rw-r--r--target-cris/helper.h2
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)