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

Feilong Jiang fjiang at openjdk.java.net
Fri Dec 31 09:15:14 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 updated the pull request incrementally with one additional commit since the last revision:

  remove unused imm definition

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

Changes:
  - all: https://git.openjdk.java.net/riscv-port/pull/39/files
  - new: https://git.openjdk.java.net/riscv-port/pull/39/files/d9f91328..2fd614c1

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

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