summaryrefslogtreecommitdiff
path: root/target-tricore/helper.h
diff options
context:
space:
mode:
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>2014-09-01 13:00:00 +0100
committerPeter Maydell <peter.maydell@linaro.org>2014-09-01 14:49:21 +0100
commit44ea34309e38ce1bcb7d2c8816c6b0baaee7979c (patch)
tree1a5afccfb91338b3e458114f2f5847afb7447518 /target-tricore/helper.h
parent5a7634a28c3d30fec53df9cbd27e0317679e78c9 (diff)
downloadqemu-44ea34309e38ce1bcb7d2c8816c6b0baaee7979c.tar.gz
target-tricore: Add instructions of SR opcode format
Add instructions of SR opcode format. Add micro-op generator functions for saturate. Add helper return from exception (rfe). Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Message-id: 1409572800-4116-16-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 3c73234167..7b7d74b32c 100644
--- a/target-tricore/helper.h
+++ b/target-tricore/helper.h
@@ -22,3 +22,4 @@ DEF_HELPER_3(sub_ssov, i32, env, i32, i32)
DEF_HELPER_2(call, void, env, i32)
DEF_HELPER_1(ret, void, env)
DEF_HELPER_2(bisr, void, env, i32)
+DEF_HELPER_1(rfe, void, env)