summaryrefslogtreecommitdiffstats
path: root/target-tricore/helper.h
diff options
context:
space:
mode:
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>2014-09-01 12:59:58 +0100
committerPeter Maydell <peter.maydell@linaro.org>2014-09-01 14:49:21 +0100
commit5de93515f995066f709f6e1af5531a36ce6766bd (patch)
tree73aa0ddf73a2ac68d3239a395ef1dcc19365b548 /target-tricore/helper.h
parenta47b50db609f95edf5b2f964a7a8087f094cfcfa (diff)
downloadhqemu-5de93515f995066f709f6e1af5531a36ce6766bd.zip
hqemu-5de93515f995066f709f6e1af5531a36ce6766bd.tar.gz
target-tricore: Add instructions of SC opcode format
Add instructions of SC opcode format. Add helper for begin interrupt service routine. Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Message-id: 1409572800-4116-14-git-send-email-kbastian@mail.uni-paderborn.de Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
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 adf5b26..3c73234 100644
--- a/target-tricore/helper.h
+++ b/target-tricore/helper.h
@@ -21,3 +21,4 @@ DEF_HELPER_3(sub_ssov, i32, env, i32, i32)
/* CSA */
DEF_HELPER_2(call, void, env, i32)
DEF_HELPER_1(ret, void, env)
+DEF_HELPER_2(bisr, void, env, i32)
OpenPOWER on IntegriCloud