diff options
author | Bastian Koppelmann <kbastian@mail.uni-paderborn.de> | 2016-10-06 17:52:04 +0200 |
---|---|---|
committer | Bastian Koppelmann <kbastian@mail.uni-paderborn.de> | 2017-01-11 14:37:37 +0100 |
commit | 50788a3fdbade5f8ed1c8296988578133c52c6aa (patch) | |
tree | 27648582bc2ac2c55ad0afccce000c968a375f93 /target/tricore/helper.h | |
parent | dedd8c9c32cf753d1868d347b985c36a0a02af9a (diff) |
target-tricore: Add updfl instruction
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target/tricore/helper.h')
-rw-r--r-- | target/tricore/helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/tricore/helper.h b/target/tricore/helper.h index c897a44eb3..012ac9679c 100644 --- a/target/tricore/helper.h +++ b/target/tricore/helper.h @@ -115,6 +115,7 @@ DEF_HELPER_3(fcmp, i32, env, i32, i32) DEF_HELPER_2(ftoi, i32, env, i32) DEF_HELPER_2(itof, i32, env, i32) DEF_HELPER_2(ftouz, i32, env, i32) +DEF_HELPER_2(updfl, void, env, i32) /* dvinit */ DEF_HELPER_3(dvinit_b_13, i64, env, i32, i32) DEF_HELPER_3(dvinit_b_131, i64, env, i32, i32) |