[riscv-port] RFR: 8279344: riscv: RVB: Add bitwise rotation instructions

Feilong Jiang fjiang at openjdk.java.net
Fri Dec 31 03:57:49 UTC 2021


This PR implements bitwise instructions of RISC-V BitManipulation Extension, including ror/rolw/ror/rori/roriw/rorw.

This PR also add zext/bext C2 instructions that were missed in JDK-8279213

-------------

Commit messages:
 - 8279344: riscv: RVB: Add bitwise rotation instructions

Changes: https://git.openjdk.java.net/riscv-port/pull/39/files
 Webrev: https://webrevs.openjdk.java.net/?repo=riscv-port&pr=39&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8279344
  Stats: 417 lines in 6 files changed: 396 ins; 1 del; 20 mod
  Patch: https://git.openjdk.java.net/riscv-port/pull/39.diff
  Fetch: git fetch https://git.openjdk.java.net/riscv-port pull/39/head:pull/39

PR: https://git.openjdk.java.net/riscv-port/pull/39


More information about the riscv-port-dev mailing list