diff options
author | Richard Henderson <rth@twiddle.net> | 2016-11-16 17:36:51 +0100 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2017-01-10 08:47:48 -0800 |
commit | 16256947eb30b3433839b536bd689be1d2bea5d8 (patch) | |
tree | 1870d6fdc369f72e19582981a20506fe8a367972 /target/tricore/helper.h | |
parent | bc21dbcc1203ae6bb536f832c46a3b5e22a73451 (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.h | 1 |
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) |