Skip to content
Commit ba02946a authored by Kumar Gala's avatar Kumar Gala
Browse files

[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: default avatarKumar Gala <galak@kernel.crashing.org>
parent 65a6ec0d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment