aboutsummaryrefslogtreecommitdiff
path: root/target/tricore/helper.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2016-11-16 17:36:51 +0100
committerRichard Henderson <rth@twiddle.net>2017-01-10 08:47:48 -0800
commit16256947eb30b3433839b536bd689be1d2bea5d8 (patch)
tree1870d6fdc369f72e19582981a20506fe8a367972 /target/tricore/helper.h
parentbc21dbcc1203ae6bb536f832c46a3b5e22a73451 (diff)
target-tricore: Use clrsb helper
Tested-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target/tricore/helper.h')
-rw-r--r--target/tricore/helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/tricore/helper.h b/target/tricore/helper.h
index 2cf04e1b11..d215349bb8 100644
--- a/target/tricore/helper.h
+++ b/target/tricore/helper.h
@@ -89,7 +89,6 @@ DEF_HELPER_FLAGS_2(ixmin_u, TCG_CALL_NO_RWG_SE, i64, i64, i32)
/* count leading ... */
DEF_HELPER_FLAGS_1(clo_h, TCG_CALL_NO_RWG_SE, i32, i32)
DEF_HELPER_FLAGS_1(clz_h, TCG_CALL_NO_RWG_SE, i32, i32)
-DEF_HELPER_FLAGS_1(cls, TCG_CALL_NO_RWG_SE, i32, i32)
DEF_HELPER_FLAGS_1(cls_h, TCG_CALL_NO_RWG_SE, i32, i32)
/* sh */
DEF_HELPER_FLAGS_2(sh, TCG_CALL_NO_RWG_SE, i32, i32, i32)