commit | afd3fe4ce56e6fb0d0384ddb8e3c4fac01935c37 | [log] [tgz] |
---|---|---|
author | Claudio Fontana <claudio.fontana@linaro.org> | Tue Dec 17 19:42:35 2013 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Dec 17 20:12:51 2013 +0000 |
tree | 1bdc85c034610f88fdc30746c121b6833b395f79 | |
parent | 880777423525685ccaf1bf6967b27cc8a38e5f96 [diff] |
host-utils: add clrsb32/64 - count leading redundant sign bits this patch introduces wrappers for the clrsb builtins, which count the leading redundant sign bits. Signed-off-by: Claudio Fontana <claudio.fontana@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <rth@twiddle.net>