diff options
| author | Richard Henderson | 2016-12-15 22:37:23 +0100 |
|---|---|---|
| committer | Richard Henderson | 2017-01-23 18:52:40 +0100 |
| commit | b2167459ae46bcaa07a84fc7e9df1743000be81f (patch) | |
| tree | 5b39c233c0bc38a0ece655e11e61611d715ded56 /target/hppa/helper.h | |
| parent | target-hppa: Add nullification framework (diff) | |
| download | qemu-b2167459ae46bcaa07a84fc7e9df1743000be81f.tar.gz qemu-b2167459ae46bcaa07a84fc7e9df1743000be81f.tar.xz qemu-b2167459ae46bcaa07a84fc7e9df1743000be81f.zip | |
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) |
