summaryrefslogtreecommitdiff
path: root/target-microblaze/helper.h
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>2011-01-22 12:39:16 +0100
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2011-01-22 12:39:16 +0100
commite0a42ebc0831e3ae18e965cc202b5d6649cc38f2 (patch)
tree1b2158cd5d44b15e573794edfc47a8d2e9e70986 /target-microblaze/helper.h
parent7e9e4330080f40a964cfed2b334b5e231e967792 (diff)
downloadqemu-e0a42ebc0831e3ae18e965cc202b5d6649cc38f2.tar.gz
microblaze: Improve subkc
Move code from the helper into the translator. The remaining helper parts can reuse helper_addkc, making it possible to remove helper_subkc entirely. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'target-microblaze/helper.h')
-rw-r--r--target-microblaze/helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-microblaze/helper.h b/target-microblaze/helper.h
index 4871406f8f..9c2a1e4b6d 100644
--- a/target-microblaze/helper.h
+++ b/target-microblaze/helper.h
@@ -3,7 +3,6 @@
DEF_HELPER_1(raise_exception, void, i32)
DEF_HELPER_0(debug, void)
DEF_HELPER_FLAGS_3(addkc, TCG_CALL_PURE | TCG_CALL_CONST, i32, i32, i32, i32)
-DEF_HELPER_4(subkc, i32, i32, i32, i32, i32)
DEF_HELPER_2(cmp, i32, i32, i32)
DEF_HELPER_2(cmpu, i32, i32, i32)