diff options
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-01-22 12:39:16 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-01-22 12:39:16 +0100 |
commit | e0a42ebc0831e3ae18e965cc202b5d6649cc38f2 (patch) | |
tree | 1b2158cd5d44b15e573794edfc47a8d2e9e70986 /target-microblaze/helper.h | |
parent | 7e9e4330080f40a964cfed2b334b5e231e967792 (diff) | |
download | qemu-e0a42ebc0831e3ae18e965cc202b5d6649cc38f2.tar.gz qemu-e0a42ebc0831e3ae18e965cc202b5d6649cc38f2.tar.bz2 qemu-e0a42ebc0831e3ae18e965cc202b5d6649cc38f2.zip |
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.h | 1 |
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) |