From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id C8740DDE08 for ; Wed, 21 Nov 2007 06:06:16 +1100 (EST) Date: Tue, 20 Nov 2007 11:54:16 -0600 From: Scott Wood To: Kumar Gala Subject: Re: [PATCH] [POWERPC] Emulate isel (Integer Select) instruction Message-ID: <20071120175416.GA4389@loki.buserror.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Nov 19, 2007 at 09:36:57PM -0600, Kumar Gala wrote: > isel (Integer Select) is a new user space instruction in the > PowerISA 2.04 spec. Not all processors implement it so lets emulate > to ensure code built with isel will run everywhere. Given that the instruction is meant to be a performance enhancement, we should probably warn the first few times it's emulated, so the user knows they should change their toolchain setup if possible. -Scott