Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-26 | target-sparc: Change fpr representation to doubles. | Richard Henderson | |
This allows a more efficient representation for 64-bit hosts. It should be about the same for 32-bit hosts, as we can still access the individual pieces of the double. Signed-off-by: Richard Henderson <rth@twiddle.net> | |||
2011-10-26 | target-sparc: Pass float64 parameters instead of dt0/1 temporaries. | Richard Henderson | |
Signed-off-by: Richard Henderson <rth@twiddle.net> | |||
2011-10-26 | Sparc: split load and store op helpers | Blue Swirl | |
Move load and store op helpers top ldst_helper.c. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> |