From b2d9eda5d473fa7251319a368b0ee72d75218aed Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Thu, 13 Jan 2011 08:20:39 +0100 Subject: target-sh4: implement negc using TCG Using setcond it's now possible to generate a relatively short negc instruction in TCG. Signed-off-by: Aurelien Jarno --- target-sh4/helper.h | 1 - 1 file changed, 1 deletion(-) (limited to 'target-sh4/helper.h') diff --git a/target-sh4/helper.h b/target-sh4/helper.h index 4e595c8..2e52768 100644 --- a/target-sh4/helper.h +++ b/target-sh4/helper.h @@ -17,7 +17,6 @@ DEF_HELPER_2(addv, i32, i32, i32) DEF_HELPER_2(addc, i32, i32, i32) DEF_HELPER_2(subv, i32, i32, i32) DEF_HELPER_2(subc, i32, i32, i32) -DEF_HELPER_1(negc, i32, i32) DEF_HELPER_2(div1, i32, i32, i32) DEF_HELPER_2(macl, void, i32, i32) DEF_HELPER_2(macw, void, i32, i32) -- cgit v1.1