commit | c1469f13de275fc92b051328ea5764a32a5a43c9 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Mon Nov 19 21:35:29 2007 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Tue Dec 11 13:57:16 2007 -0600 |
tree | c978f788239e97c5c49f234a130e5da8e43e9310 | |
parent | fd351b89205bc14f79af2e0d69f4198bcea1cf6a [diff] |
[POWERPC] Emulate isel (Integer Select) instruction 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>