diff options
author | Richard Henderson <rth@twiddle.net> | 2016-12-15 13:37:23 -0800 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2017-01-23 09:52:40 -0800 |
commit | b2167459ae46bcaa07a84fc7e9df1743000be81f (patch) | |
tree | 5b39c233c0bc38a0ece655e11e61611d715ded56 /target/hppa/helper.h | |
parent | 129e9cc3a1792b66bd189838d58f7a2944602a82 (diff) |
target-hppa: Implement basic arithmetic
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target/hppa/helper.h')
-rw-r--r-- | target/hppa/helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/hppa/helper.h b/target/hppa/helper.h index 9c94dacb3e..ecff17c0f3 100644 --- a/target/hppa/helper.h +++ b/target/hppa/helper.h @@ -1,3 +1,5 @@ DEF_HELPER_2(excp, noreturn, env, int) +DEF_HELPER_FLAGS_2(tsv, TCG_CALL_NO_WG, void, env, tl) +DEF_HELPER_FLAGS_2(tcond, TCG_CALL_NO_WG, void, env, tl) DEF_HELPER_FLAGS_1(loaded_fr0, TCG_CALL_NO_RWG, void, env) |