commit | 04ae9001719c3f0012d239a7c5aa4136f6b6541d | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Sun Jun 09 17:00:42 2013 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jun 20 17:05:05 2013 +1000 |
tree | 7fb5adf84fa359034100e672f92a21e42789313a | |
parent | a5e4797b0f46819a74a7233825137ed5d2f51b51 [diff] |
powerpc/math-emu: Fix decoding of some instructions The decoding of some instructions such as fsqrt{s} was incorrect, using the wrong registers, and thus could not work. This fixes it and also adds a couple of place holders for missing instructions. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>