nickysn
|
b930c9a0db
* all the remaining cases of the 'in' operator fixed (hopefully) for i8086
|
12 vuotta sitten |
nickysn
|
8ca0b443b8
* another case of the 'in' operator fixed for i8086 ('x in const', when use_small=false and genjumps=false)
|
12 vuotta sitten |
nickysn
|
d7c9603351
* i8086 fixes for the 'in' operator in the case of 'unsigned,small,non_constant IN smallset'
|
12 vuotta sitten |
nickysn
|
e6c8ac6694
* use the generic tcgaddnode.second_addsmallset on i8086, because the BTx instructions are 386+
|
12 vuotta sitten |
nickysn
|
a68dfed450
* defutil.is_smallset updated for 8/16-bit CPUs
|
12 vuotta sitten |
nickysn
|
cbf3b14e20
* yet another 8/16-bit ALU fix in thlcg2ll.location_force_reg
|
12 vuotta sitten |
nickysn
|
43dba74a5c
+ implemented 64-bit shl and shr for i8086
|
12 vuotta sitten |
nickysn
|
fbc41991f9
* i8086 fixes in tcgx86.a_op_reg_reg for 16-bit OP_SHR,OP_SHL,OP_SAR,OP_ROL,OP_ROR
|
12 vuotta sitten |
nickysn
|
f75ff8cc26
+ enable the div helper for i8086
|
12 vuotta sitten |
nickysn
|
a9640ad9c6
+ insert type conversion for the div result when cpuneedsdiv32helper is used
|
12 vuotta sitten |
nickysn
|
1dbca4c403
* 16-bit ALU fixes in tmoddivnode.pass_typecheck
|
12 vuotta sitten |
nickysn
|
0af13920c1
* enable compilation of the software mod and div helpers in the i8086-msdos rtl
|
12 vuotta sitten |
florian
|
88455bbb02
* 32 bit comparison normally result in LOC_FLAGS on 16 bit CPUs
|
12 vuotta sitten |
florian
|
636129ed8c
* fix interface wrapper generation for i8086
|
12 vuotta sitten |
florian
|
d6f0a1a0df
* do not generate scaled indicies for case table jumps for i8086
|
12 vuotta sitten |
nickysn
|
5dd5add67a
* proper implementation of ti8086addnode.second_cmp64bit
|
12 vuotta sitten |
nickysn
|
56d2830beb
+ implemented 32-bit comparisons on the i8086
|
12 vuotta sitten |
nickysn
|
a274e62724
+ added defutil.is_32bit helper function, similar to is_64bit
|
12 vuotta sitten |
florian
|
edd4c1ce4b
* proper fix to avoid sp relative adressing as r23867 tries
|
12 vuotta sitten |
nickysn
|
01106a0968
* support stack relative addresses in a_loadfpu_reg_ref on the i8086
|
12 vuotta sitten |
nickysn
|
fd98de1fd2
* don't define FPC_INITIALIZEUNITS twice, when FULL_RTL is defined
|
12 vuotta sitten |
nickysn
|
88fe359644
+ added several necessary system unit routines
|
12 vuotta sitten |
nickysn
|
8f984e75e5
* hack for making threadvr.inc compile on i8086
|
12 vuotta sitten |
nickysn
|
d2cd13a5c9
* implemented several i8086 procs, some are stubs/not yet implemented
|
12 vuotta sitten |
nickysn
|
8cb0f96200
* avoid duplicated do_exit when FULL_RTL is defined
|
12 vuotta sitten |
nickysn
|
54a5e980ef
+ added sysdir.inc for msdos, empty for now
|
12 vuotta sitten |
nickysn
|
573ea10ef3
* fixed val when the 'code' parameter is the same size as the native CPU int type, but unsigned
|
12 vuotta sitten |
nickysn
|
b178a038f5
* set the FileRec size for i8086
|
12 vuotta sitten |
nickysn
|
bca7bf78dc
+ added sysheap.inc and sysfile.inc to the msdos target, empty for now
|
12 vuotta sitten |
nickysn
|
c136785c10
+ a few standard consts and vars for the msdos target
|
12 vuotta sitten |