diff options
Diffstat (limited to 'target-tricore/helper.h')
| -rw-r--r-- | target-tricore/helper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-tricore/helper.h b/target-tricore/helper.h index fbabbd5c69..b3fc33ceae 100644 --- a/target-tricore/helper.h +++ b/target-tricore/helper.h @@ -27,3 +27,6 @@ DEF_HELPER_2(ldlcx, void, env, i32) DEF_HELPER_2(lducx, void, env, i32) DEF_HELPER_2(stlcx, void, env, i32) DEF_HELPER_2(stucx, void, env, i32) +/* Address mode helper */ +DEF_HELPER_1(br_update, i32, i32) +DEF_HELPER_2(circ_update, i32, i32, i32) |