Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8279213

riscv: RVB: Add zero/sign extend instructions

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • repo-riscv-port
    • repo-riscv-port
    • hotspot
    • None

      The bit-manipulation (bitmanip) extension collection is comprised of several component extensions to the base RISC-V architecture that are intended to provide some combination of code size reduction, performance improvement, and energy reduction.

      The RISC-V BitManipulation Extension (RVB) has released spec v1.0.0 for public review, which is stable enough to support in RISC-V backend.

      The latest spec can be obtained from https://github.com/riscv/riscv-bitmanip/releases/tag/1.0.0.

      This issue implements Add unsigned word instruction `add.uw` and sign- and zero-extension insturctions: `sext.b`, `sext.h` and `zext.h`

            fjiang Feilong Jiang
            fjiang Feilong Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: