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

Feilong Jiang fjiang at openjdk.java.net
Fri Dec 31 05:09:23 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

Feilong Jiang has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:

  8279344: riscv: RVB: Add bitwise rotation instructions

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

Changes:
  - all: https://git.openjdk.java.net/riscv-port/pull/39/files
  - new: https://git.openjdk.java.net/riscv-port/pull/39/files/7c081e52..565fd2e2

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=riscv-port&pr=39&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=riscv-port&pr=39&range=00-01

  Stats: 5 lines in 1 file changed: 1 ins; 0 del; 4 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