aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/Archi.v
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2020-02-27 10:10:23 +0100
committerXavier Leroy <xavierleroy@users.noreply.github.com>2020-03-02 10:30:15 +0100
commit9190ca38b3ae098186421a7cc21a087666a6a677 (patch)
tree2822d34169dfe7c323bcdeab6f32f3c776cd6710 /powerpc/Archi.v
parent78d76b65b417b2724cc54a7e5fc5d434d8fc57b5 (diff)
downloadcompcert-kvx-9190ca38b3ae098186421a7cc21a087666a6a677.tar.gz
compcert-kvx-9190ca38b3ae098186421a7cc21a087666a6a677.zip
In strict PPC ABI mode, pass single FP on stack in double FP format
The EABI and the SVR4 ABI state that single-precision FP arguments passed on stack are passed as a 64-bit word, extended to double-precision. This commit implements this behavior by using a stack slot of type Tany64. Not only this ensures that the slot is of size and alignment 8 bytes, but it also ensures that it is accessed by stfd and lfd instructions, using single-extended-to-double format.
Diffstat (limited to 'powerpc/Archi.v')
0 files changed, 0 insertions, 0 deletions