fpc/compiler/x86
nickysn 19087d04da * replace several emit_const_reg calls that generate SHR or SAR instructions
with calls to cg.a_op_const_reg in the x86 div code generator, so that the
  same code can be used in the future for i8086 as well (SHR and SAR by
  constants other than 1 are 186+, so on 8086 they have to go through the CL
  register, which is handled correctly in cg.a_op_const_reg)

git-svn-id: trunk@36815 -
2017-07-31 16:02:52 +00:00
..
aasmcpu.pas + Ch_*Op4 2017-05-21 11:12:55 +00:00
agx86att.pas * removed unused units 2017-05-09 19:53:14 +00:00
agx86int.pas * compilation fixed after last cleanup 2017-05-09 20:06:36 +00:00
agx86nsm.pas + added individual bits of the x86 flags register as subregisters 2017-04-26 13:52:52 +00:00
aoptx86.pas + TX86AsmOptimizer.OptPass1OP 2017-05-28 13:49:43 +00:00
cga.pas * removed unused units 2017-05-09 19:53:14 +00:00
cgx86.pas + allow the src register size to be different from the op size or the dst 2017-05-19 14:03:13 +00:00
cpubase.pas * removed unused units 2017-05-09 19:53:14 +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 * removed unused units 2017-05-09 19:53:14 +00:00
nx86con.pas
nx86inl.pas * SSE4.1+ implementation of int(...) 2017-05-21 15:28:34 +00:00
nx86ld.pas + added volatility information to all memory references 2016-11-27 18:17:37 +00:00
nx86mat.pas * replace several emit_const_reg calls that generate SHR or SAR instructions 2017-07-31 16:02:52 +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 * removed unused units 2017-05-09 19:53:14 +00:00
rax86att.pas * only take into account the location of the parameter at the callee side to 2017-05-21 20:17:11 +00:00
rax86int.pas * properly support accepting register parameters of assembler routines in 2017-05-21 20:17:15 +00:00
rgx86.pas * removed unused units 2017-05-09 19:53:14 +00:00
symi86.pas
symx86.pas
x86ins.dat * fix modification flags for *ROUND* 2017-05-21 11:12:57 +00:00
x86reg.dat + added individual bits of the x86 flags register as subregisters 2017-04-26 13:52:52 +00:00