summaryrefslogtreecommitdiffstats
path: root/target-tricore/helper.h
diff options
context:
space:
mode:
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>2016-03-11 16:03:14 +0100
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 20:00:37 -0600
commit5f437a92b929f53d0cd8d0f0385ed926c1838cfb (patch)
tree8686c59d24ef72c3ac0c24e80662f781a9377e6a /target-tricore/helper.h
parent5408084964922a44543f0fed0fcae20589d93cb2 (diff)
downloadhqemu-5f437a92b929f53d0cd8d0f0385ed926c1838cfb.zip
hqemu-5f437a92b929f53d0cd8d0f0385ed926c1838cfb.tar.gz
target-tricore: Add mul.f instruction
Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Message-Id: <1457708597-3025-5-git-send-email-kbastian@mail.uni-paderborn.de>
Diffstat (limited to 'target-tricore/helper.h')
-rw-r--r--target-tricore/helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-tricore/helper.h b/target-tricore/helper.h
index 2f4a2bb..ac41190 100644
--- a/target-tricore/helper.h
+++ b/target-tricore/helper.h
@@ -107,6 +107,7 @@ DEF_HELPER_FLAGS_4(pack, TCG_CALL_NO_RWG_SE, i32, i32, i32, i32, i32)
DEF_HELPER_1(unpack, i64, i32)
DEF_HELPER_3(fadd, i32, env, i32, i32)
DEF_HELPER_3(fsub, i32, env, i32, i32)
+DEF_HELPER_3(fmul, i32, env, i32, i32)
/* dvinit */
DEF_HELPER_3(dvinit_b_13, i64, env, i32, i32)
DEF_HELPER_3(dvinit_b_131, i64, env, i32, i32)
OpenPOWER on IntegriCloud