fpc/compiler/x86
Jonas Maebe 5d628b29bb * set the subregsize of OS_M64 SSE registers to R_SUBQ so we can
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 -
2013-03-06 12:42:46 +00:00
..
aasmcpu.pas * set the subregsize of OS_M64 SSE registers to R_SUBQ so we can 2013-03-06 12:42:46 +00:00
agx86att.pas * Add missing checks for android target. 2013-01-21 12:08:25 +00:00
agx86int.pas - removed no longer used/supported af_allowdirect flag (direct assembler 2012-10-21 13:42:58 +00:00
agx86nsm.pas - removed no longer used/supported af_allowdirect flag (direct assembler 2012-10-21 13:42:58 +00:00
cga.pas
cgx86.pas * set the subregsize of OS_M64 SSE registers to R_SUBQ so we can 2013-03-06 12:42:46 +00:00
cpubase.pas * fixed std_regname() for xmm registers with custom sizes 2012-12-15 22:47:12 +00:00
hlcgx86.pas
itcpugas.pas * merge fixes by Torsten Grundke 2012-11-18 21:18:49 +00:00
itx86int.pas compiler: remove unused variables and unneeded assignments 2013-01-21 01:24:36 +00:00
nx86add.pas * revert r19643: FloatToStr has to handle Nan correctly and should not cause 2012-10-29 22:00:42 +00:00
nx86cal.pas
nx86cnv.pas
nx86con.pas * small changes (copyright, typo, readability) 2012-11-18 17:28:30 +00:00
nx86inl.pas * fix compilation on x86-64 2012-09-03 09:52:06 +00:00
nx86mat.pas * throw an internal error if code generation depends on expectloc but expectloc and real loc do not match 2012-08-13 15:02:55 +00:00
nx86mem.pas
nx86set.pas * don't generate dec for case nodes of unsigned types because dec does not set the carry flag, resolves #23503 2012-12-27 19:35:58 +00:00
rax86.pas * Sync with trunk r23500. 2013-01-23 07:53:13 +00:00
rax86att.pas + added comment on movsd hack 2012-11-18 21:34:38 +00:00
rax86int.pas * merged avx support in inline assembler developed by Torsten Grundke 2012-10-06 19:47:18 +00:00
rgx86.pas
x86ins.dat * merged avx support in inline assembler developed by Torsten Grundke 2012-10-06 19:47:18 +00:00
x86reg.dat * merged avx support in inline assembler developed by Torsten Grundke 2012-10-06 19:47:18 +00:00