1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Jakob Stoklund Olesen 3dd52f1fbd The SPARCv9 ABI returns a float in %f0.
This is different from the argument passing convention which puts the
first float argument in %f1.

With this patch, all returned floats are treated as if the 'inreg' flag
were set. This means multiple float return values get packed in %f0,
%f1, %f2, ...

Note that when returning a struct in registers, clang will set the
'inreg' flag on the return value, so that behavior is unchanged. This
also happens when returning a float _Complex.

llvm-svn: 199028
2014-01-12 04:13:17 +00:00
..
2014-01-11 21:06:00 +00:00
2014-01-11 21:06:00 +00:00
2014-01-11 21:06:00 +00:00
2014-01-11 21:06:00 +00:00
2014-01-11 21:06:00 +00:00
2014-01-11 21:06:00 +00:00
2014-01-11 21:06:00 +00:00