florian
|
f77e8ab5a6
* fixed overflow checking for qword
|
21 years ago |
florian
|
62f8ed92dc
* tried to fix overflow checking in qword multiplication
|
21 years ago |
peter
|
71611dd39d
* shr/shl use and 63 for the shift value
|
21 years ago |
peter
|
cafed35e77
* str() helpers now also use valint/valuint
|
21 years ago |
florian
|
d18f952c09
* prt0.as exit code handling fixed
|
21 years ago |
florian
|
8171ad2e10
+ implemented software shl/shr for 64 bit ints
|
21 years ago |
peter
|
abbc3fa755
* moved int64 asm code to int64p.inc
|
22 years ago |
florian
|
8d771df2d4
* arm fixes to the common rtl code
|
22 years ago |
florian
|
b5838be7e0
* fixed my commit, strange, it didn't give any conflicts with Jonas patch
|
22 years ago |
florian
|
2254dc3e82
* qword division fixed (MSB/LSB problem)
|
22 years ago |
Jonas Maebe
|
eb9d6d7134
* fixed for big endian systems (since Florian doesn't seem to want to
|
22 years ago |
carl
|
4b11cd11cd
- remove FPUInt64 variable
|
23 years ago |
peter
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 years ago |
peter
|
c003f63790
* renamed conditional to insert optimized mod_qword for i386. The
|
23 years ago |
peter
|
71a1ae2136
* sLineBreak changed to normal constant like Kylix
|
23 years ago |
florian
|
a931861ce1
* qword div qword for i386 improved
|
24 years ago |
Jonas Maebe
|
a39cd8a580
* made multiplying, dividing and mod'ing of int64 and qword processor
|
24 years ago |
Jonas Maebe
|
4716f168dd
* renamed some str(x,y) and val(x,y) helpers so the naming scheme is the
|
24 years ago |
peter
|
802acf6940
* m68k updates
|
24 years ago |
peter
|
e150c46c78
* remove warnings
|
24 years ago |
Jonas Maebe
|
bf5d803a93
* fixed qword_str for values with bit 63 = 1
|
24 years ago |
florian
|
5e9dbab759
* val for int64 hopefully works now correct
|
25 years ago |
florian
|
bd0d141b08
* val for dword and qword didn't handle the max values
|
25 years ago |
Jonas Maebe
|
c91a23c27d
* new constant handling: from now on, hex constants >$7fffffff are
|
25 years ago |
Jonas Maebe
|
0d5167e124
* fixed bug for val when processing -2147483648 and low(int64) (merged)
|
25 years ago |
Jonas Maebe
|
afec990176
* fixed web bug1069
|
25 years ago |
michael
|
650fbb86aa
+ removed logs
|
25 years ago |
michael
|
e7aca136a1
+ Initial import
|
25 years ago |
Jonas Maebe
|
49b6de7c9e
* fixed declaration of val_int64 (removed destsize parameter)
|
25 years ago |
florian
|
17f8a06883
+ helper routine for <int64> mod <in64> added
|
25 years ago |