From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vohzr-0003N6-2R for qemu-devel@nongnu.org; Thu, 05 Dec 2013 18:06:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vohzm-0005La-CN for qemu-devel@nongnu.org; Thu, 05 Dec 2013 18:06:15 -0500 Received: from mail-yh0-x231.google.com ([2607:f8b0:4002:c01::231]:48642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vohzm-0005LC-7d for qemu-devel@nongnu.org; Thu, 05 Dec 2013 18:06:10 -0500 Received: by mail-yh0-f49.google.com with SMTP id z20so13081188yhz.8 for ; Thu, 05 Dec 2013 15:06:09 -0800 (PST) Sender: Richard Henderson Message-ID: <52A106D9.1030007@twiddle.net> Date: Fri, 06 Dec 2013 12:06:01 +1300 From: Richard Henderson MIME-Version: 1.0 References: <1386280289-27636-1-git-send-email-peter.maydell@linaro.org> <1386280289-27636-12-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1386280289-27636-12-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 11/13] host-utils: add clrsb32/64 - count leading redundant sign bits List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: patches@linaro.org, Michael Matz , Claudio Fontana , Dirk Mueller , Will Newton , Laurent Desnogues , =?ISO-8859-1?Q?Alex_Benn=E9e?= , kvmarm@lists.cs.columbia.edu, Christoffer Dall On 12/06/2013 10:51 AM, Peter Maydell wrote: > From: Claudio Fontana > > this patch introduces wrappers for the clrsb builtins, > which count the leading redundant sign bits. > > Signed-off-by: Claudio Fontana > Signed-off-by: Peter Maydell > --- > include/qemu/host-utils.h | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) Reviewed-by: Richard Henderson r~!