riscv-collab / v8

Port of Google v8 engine to RISC-V.
https://github.com/v8-riscv/v8/wiki
Other
237 stars 31 forks source link

Remove '64' and '32' suffix from MDU Instructions #575

Closed usmnzain closed 2 years ago

usmnzain commented 2 years ago

The mdu instruction names are mul64, div64, div32 etc. The goal of the PR is to remove the suffix and change it to mul, div, mod etc.