commit | ba02946a903015840ef672ccc9dc8620a7e83de6 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Oct 11 17:07:34 2007 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Tue Oct 16 09:05:24 2007 -0500 |
tree | db338f067ef63fae6b9c7a5dd51b99b1539f8a57 | |
parent | 65a6ec0d72a07f16719e9b7a96e1c4bae044b591 [diff] |
[POWERPC] Fix handling of stfiwx math emulation Its legal for the stfiwx instruction to have RA = 0 as part of its effective address calculation. This is illegal for all other XE form instructions. Add code to compute the proper effective address for stfiwx if RA = 0 rather than treating it as illegal. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>