mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-15 13:49:58 +01:00
differentiate between 64 bit and 128 bit (R_SUBMMWHOLE) SSE vector regs,
and support spilling/assembling for R_SUBQ SSE registers (8 bytes)
(mantis #23962)
We currently never use the full 128 bit of an SSE register, and
spilling for those hasn't been implemented yet either (R_SUBMMWHOLE
SSE regs are spilled into a 4-byte temp currently -> can overwrite data)
git-svn-id: trunk@23700 -
|
||
|---|---|---|
| .. | ||
| aasmcpu.pas | ||
| agx86att.pas | ||
| agx86int.pas | ||
| agx86nsm.pas | ||
| cga.pas | ||
| cgx86.pas | ||
| cpubase.pas | ||
| hlcgx86.pas | ||
| itcpugas.pas | ||
| itx86int.pas | ||
| nx86add.pas | ||
| nx86cal.pas | ||
| nx86cnv.pas | ||
| nx86con.pas | ||
| nx86inl.pas | ||
| nx86mat.pas | ||
| nx86mem.pas | ||
| nx86set.pas | ||
| rax86.pas | ||
| rax86att.pas | ||
| rax86int.pas | ||
| rgx86.pas | ||
| x86ins.dat | ||
| x86reg.dat | ||