Károly Balogh
|
77fee8b4eb
m68k: do not use OS_NO for FPU locations, but properly promote location sizes into the CG
|
4 年之前 |
Károly Balogh
|
89d9679b53
m68k: have an arch-specific second_length implementation, to make sure length() doesn't return its result in an address register
|
5 年之前 |
Károly Balogh
|
de095c4631
m68k: refactoring to use fpu_capabilities at more places instead of hardwiring certain fpu types
|
5 年之前 |
Károly Balogh
|
d29f44e1c7
m68k: rework of the inline nodes to use fpu_capabilities. added fast path for round/trunc (enabled for fastmath only)
|
6 年之前 |
Károly Balogh
|
6629e72d79
m68k: reinstate the inc/dec tempregister type hack again in an isolated way (it was removed in r40385, as it was breaking llvm target)
|
6 年之前 |
Károly Balogh
|
1f7b6fbd9a
m68k: implement frac inline nodes
|
8 年之前 |
Károly Balogh
|
4ee06e7bec
m68k: implemented in_int_real support
|
8 年之前 |
Károly Balogh
|
975dd13dcb
m68k: fixed a copy paste error, which broke cos node on a coldfire fpu, effectively turning it into a sin node
|
8 年之前 |
Károly Balogh
|
92b2cf917d
m68k: when saving/restoring FPU registers, use the right FPU register size on ColdFire to calculate the stored size
|
9 年之前 |
Károly Balogh
|
bd564b8933
m68k: some code to support the ColdFire v4e FPU. not functional yet.
|
9 年之前 |
Károly Balogh
|
4e964c2ed7
m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFire, unifying and simplifying the code a lot, and hopefully not killing anything in the process
|
9 年之前 |
Károly Balogh
|
258b42de26
m68k: added support for FSIN/FCOS. these are software supported on the 68040, so we should have a separate 68040/060 FPU option too, to avoid these in the future.
|
10 年之前 |
Károly Balogh
|
d85b49755c
m68k: some ideas for a future second_abs_long implementation. no functional changes.
|
10 年之前 |
Károly Balogh
|
c72f58bcc5
m68k: implemented sqrt_real and abs_real inlines
|
10 年之前 |
Károly Balogh
|
db50666b3b
n68kinl: added inline nodes for 68k. implemented first_sqr_real and second_sqr_real for 68881 FPU
|
10 年之前 |