.. |
aasmcpu.pas
|
8a0d8f025b
* fixed another i8086 inline asm 32-bit constant bug (e.g. in 'or eax, 80000001h')
|
7 years ago |
agx86att.pas
|
8cc230ef1a
- don't switch index into base in the gas assembly writer. This optimization
|
7 years ago |
agx86int.pas
|
2af5c9d508
* changed type used for section alignment from byte/shortint to longint, so the
|
7 years ago |
agx86nsm.pas
|
2af5c9d508
* changed type used for section alignment from byte/shortint to longint, so the
|
7 years ago |
aoptx86.pas
|
80226e3af4
+ added an optimization pass, that optimizes x86 references
|
7 years ago |
cga.pas
|
b1dff29cbf
* removed unused units
|
8 years ago |
cgx86.pas
|
b3f7bce3a6
* check for CPUX86_HAS_SSE2 instead of CPUX86_HAS_SSEUNIT in Tcgx86.g_concatcopy
|
7 years ago |
cpubase.pas
|
baf492c7a5
+ another helper function: x86_parameterized_string_op_param_count
|
7 years ago |
hlcgx86.pas
|
a25ebbba3e
+ added volatility information to all memory references
|
8 years ago |
itcpugas.pas
|
b1dff29cbf
* removed unused units
|
8 years ago |
itx86int.pas
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |
ni86mem.pas
|
4a79481c51
* isolated segment-related functionality of tabsolutevarsym into i386/i8086-
|
11 years ago |
nx86add.pas
|
efc5e339d0
* use an enum instead of integer constants to represent inline numbers
|
8 years ago |
nx86cal.pas
|
8046826e4e
+ also allow x86 call ref for references that contain only non-imaginary registers (no infinite spilling problems there either)
|
9 years ago |
nx86cnv.pas
|
ddba821561
* GetNextReg(), used by 16-bit and 8-bit code generators (i8086 and avr) moved
|
8 years ago |
nx86con.pas
|
45f60bc4b5
* small changes (copyright, typo, readability)
|
12 years ago |
nx86inl.pas
|
16d7eefbca
+ adapted and enabled the x86 specific abs() code generation for i8086, because
|
8 years ago |
nx86ld.pas
|
a25ebbba3e
+ added volatility information to all memory references
|
8 years ago |
nx86mat.pas
|
ddba821561
* GetNextReg(), used by 16-bit and 8-bit code generators (i8086 and avr) moved
|
8 years ago |
nx86mem.pas
|
b1dff29cbf
* removed unused units
|
8 years ago |
nx86set.pas
|
50dba9ad66
* if both labels of a case label are equal, we still cannot skip the comparison in a jump tree, resolves #31589
|
8 years ago |
rax86.pas
|
e58bad8eef
+ check for the 'pop cs' instruction in the x86 inline assembler and print a
|
7 years ago |
rax86att.pas
|
353efcb163
* fixed rdi register name in error message
|
7 years ago |
rax86int.pas
|
e5dad9c98c
+ set oper.haslabelref in several other places, where a reference, containing a
|
7 years ago |
rgx86.pas
|
b1dff29cbf
* removed unused units
|
8 years ago |
symi86.pas
|
4f7b4a2735
* changed {$ifdef x86} code in defcmp into virtual methods
|
9 years ago |
symx86.pas
|
33d711794e
* adaptation for symx86 to r32340
|
9 years ago |
x86ins.dat
|
e8bbc4eef9
+ support the xlat x86 instruction syntax with a memory operand. This allows
|
7 years ago |
x86reg.dat
|
c8487c4150
+ added individual bits of the x86 flags register as subregisters
|
8 years ago |