[POWERPC] Emulate isel (Integer Select) instruction
authorKumar Gala <galak@kernel.crashing.org>
Tue, 20 Nov 2007 03:35:29 +0000 (21:35 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 11 Dec 2007 19:57:16 +0000 (13:57 -0600)
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.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found