Michael Matz 2668eda595 riscv: Implement long double support
for the implementation of operations we can reuse the ones
from lib/lib-arm64.c, risc-v long double is also float128.
Also implement ggoto, and PDIV, and use t0 in load/store as
temporary register if necessary, not one given by get_reg
(the latter can destroy assignments of long double parameters
in function calls that are already set up).

This let's us compile tcc.c and tcctest.c, though both
don't yet work.
2019-09-01 23:13:20 +02:00
..
2017-05-07 12:41:29 +02:00
2017-09-24 18:03:26 -07:00
2019-06-22 01:38:43 +02:00
2019-09-01 23:13:20 +02:00
2019-06-24 11:40:01 +02:00