fpc/compiler/x86
florian 11a3d8762a * patch by J. Gareth Moreton:
- Moved the part that emits the CMOV command outside of the if-else block, because it's the same in both branches and was just duplicated code.
  - Moved a comment about powers of 2 to be right before the correct if-else block.
  - Added a couple of comments to explain what the algorithm is doing to obtain the remainder.
  - Added missing "writeln('ok');" (since 'tmoddiv3.pp' has it) and program header to 'tmoddiv4.pp'.
  - Changed program name from "testfile2" to "tmoddiv3" in 'tmoddiv3.pp'.

git-svn-id: trunk@37939 -
2018-01-09 20:04:49 +00:00
..
aasmcpu.pas * fixed the SEG inline asm directive when used with 32-bit registers on the i8086 target 2017-11-22 15:04:30 +00:00
agx86att.pas - reverted r36870, Darwin's assembler uses a different way to specify 2018-01-05 19:48:19 +00:00
agx86int.pas renamed script unit to cscript to avoid namespace conflict with univint package on Darwin. this makes it possible to build the textmode IDE on Darwin 2017-11-17 11:27:19 +00:00
agx86nsm.pas + added support for the retw, retnw, retfw, retd, retnd, retfd, retq, retnq and 2017-11-10 16:53:29 +00:00
aoptx86.pas * i8086 compilation fixed after r37572 2017-11-11 13:25:02 +00:00
cga.pas * removed unused units 2017-05-09 19:53:14 +00:00
cgx86.pas * check for CPUX86_HAS_SSE2 instead of CPUX86_HAS_SSEUNIT in Tcgx86.g_concatcopy 2017-09-26 16:05:23 +00:00
cpubase.pas + another helper function: x86_parameterized_string_op_param_count 2017-10-12 16:07:15 +00:00
hlcgx86.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00
itcpugas.pas * removed unused units 2017-05-09 19:53:14 +00:00
itx86int.pas + added individual bits of the x86 flags register as subregisters 2017-04-26 13:52:52 +00:00
ni86mem.pas
nx86add.pas * use an enum instead of integer constants to represent inline numbers 2017-05-10 14:41:43 +00:00
nx86cal.pas
nx86cnv.pas * GetNextReg(), used by 16-bit and 8-bit code generators (i8086 and avr) moved 2017-09-11 14:53:06 +00:00
nx86con.pas
nx86inl.pas + adapted and enabled the x86 specific abs() code generation for i8086, because 2017-09-10 12:12:34 +00:00
nx86ld.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00
nx86mat.pas * patch by J. Gareth Moreton: 2018-01-09 20:04:49 +00:00
nx86mem.pas * removed unused units 2017-05-09 19:53:14 +00:00
nx86set.pas * if both labels of a case label are equal, we still cannot skip the comparison in a jump tree, resolves #31589 2017-04-21 19:32:27 +00:00
rax86.pas + added support for the retw, retnw, retfw, retd, retnd, retfd, retq, retnq and 2017-11-10 16:53:29 +00:00
rax86att.pas * factored out check to determine whether a variable can be subscripted in 2018-01-01 14:29:21 +00:00
rax86int.pas * factored out check to determine whether a variable can be subscripted in 2018-01-01 14:29:21 +00:00
rgx86.pas * removed unused units 2017-05-09 19:53:14 +00:00
symi86.pas
symx86.pas
x86ins.dat + added support for the retw, retnw, retfw, retd, retnd, retfd, retq, retnq and 2017-11-10 16:53:29 +00:00
x86reg.dat Fix value of NR_DR6 and NR_DR7 2017-11-07 07:29:54 +00:00