michaeljclark / rv8

RISC-V simulator for x86-64
https://michaeljclark.github.io/
MIT License
671 stars 97 forks source link

Implement compiler agnostic u128 and s128 div{u} and rem{u} #8

Open michaeljclark opened 7 years ago

michaeljclark commented 7 years ago
michaeljclark commented 7 years ago

Added all bitwise logical ops, add, sub, shift, mul and div operators here:

https://github.com/michaeljclark/riscv-meta/blob/master/src/asm/riscv-operators.h

Need to test operators once the RV128I opcodes have been defined.

Signed division may still remain to be implemented.