From e0a42ebc0831e3ae18e965cc202b5d6649cc38f2 Mon Sep 17 00:00:00 2001 From: "Edgar E. Iglesias" Date: Sat, 22 Jan 2011 12:39:16 +0100 Subject: 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 --- target-microblaze/helper.h | 1 - 1 file changed, 1 deletion(-) (limited to 'target-microblaze/helper.h') 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) -- cgit v1.2.1