foboot/sw/third_party
Sean Cross 7210ee219d sw: add div/mul instructions
For foboot, we're using a CPU without a divide or multiply instruction,
to save gates.  Replace these with software implementations.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-03-21 11:01:46 +08:00
..
libbase foboot: move software stuff to sw directory 2019-03-05 08:54:51 +08:00
div.S sw: add div/mul instructions 2019-03-21 11:01:46 +08:00
mul.S sw: add div/mul instructions 2019-03-21 11:01:46 +08:00
printf.c foboot: move software stuff to sw directory 2019-03-05 08:54:51 +08:00