Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8279565: riscv: RVB: Add byte reverse instruction #42

Closed
wants to merge 1 commit into from

Conversation

feilongjiang
Copy link
Member

@feilongjiang feilongjiang commented Jan 7, 2022

This PR has the following changes:

  1. Implement byte-reverse instruction rev8 of RISC-V BitManipulation Extension.
  2. Code improvement of existing byte reverse methods.
  3. Merge assembler_riscv_b.hpp and assembler_riscv_v.hpp into assembler_riscv.hpp

Renaming of byte reverse methods is based on BitManipulation v0.93 [1], which provides rev8.h, rev8.w and rev8 to reverse bytes in halfwords, words, and doubleword respectively. However, there are still some byte reverse operations that are not covered by spec, for example, "reverse bytes in halfword in lower 16 bits and sign extend". Base on the existing instructions naming style, we use rev8.h.h to represent it.

New C2 instructions under riscv_b.ad are covered by the following JTREG tests:

  • test/hotspot/jtreg/compiler/codegen/Test6431242.java
  • test/hotspot/jtreg/compiler/c2/TestCharShortByteSwap.java

Hotspot and jdk tier1 tests on QEMU (with and without UseRVB) are passed without new failures.


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change must be properly reviewed

Issue

  • JDK-8279565: riscv: RVB: Add byte reverse instruction

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/riscv-port pull/42/head:pull/42
$ git checkout pull/42

Update a local copy of the PR:
$ git checkout pull/42
$ git pull https://git.openjdk.java.net/riscv-port pull/42/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 42

View PR using the GUI difftool:
$ git pr show -t 42

Using diff file

Download this PR as a diff file:
https://git.openjdk.java.net/riscv-port/pull/42.diff

@bridgekeeper
Copy link

bridgekeeper bot commented Jan 7, 2022

👋 Welcome back fjiang! A progress list of the required criteria for merging this PR into riscv-port will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk openjdk bot added the rfr Pull request is ready for review label Jan 7, 2022
@mlbridge
Copy link

mlbridge bot commented Jan 7, 2022

Webrevs

@feilongjiang
Copy link
Member Author

feilongjiang commented Jan 7, 2022

Rebased riscv-port branch with no conflicts, hotspot tier1 passed on QEMU with UseRVB without new failures.

Copy link
Member

@RealFYang RealFYang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks.

@openjdk
Copy link

openjdk bot commented Jan 7, 2022

@feilongjiang This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

After integration, the commit message for the final commit will be:

8279565: riscv: RVB: Add byte reverse instruction

Reviewed-by: fyang

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been no new commits pushed to the riscv-port branch. If another commit should be pushed before you perform the /integrate command, your PR will be automatically rebased. If you prefer to avoid any potential automatic rebasing, please check the documentation for the /integrate command for further details.

As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@RealFYang) but any other Committer may sponsor as well.

➡️ To flag this PR as ready for integration with the above commit message, type /integrate in a new comment. (Afterwards, your sponsor types /sponsor in a new comment to perform the integration).

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Jan 7, 2022
@feilongjiang
Copy link
Member Author

Thanks for your reviews, Felix.
/integrate

@RealFYang
Copy link
Member

/sponsor

@openjdk openjdk bot added the sponsor Pull request is ready to be sponsored label Jan 7, 2022
@openjdk
Copy link

openjdk bot commented Jan 7, 2022

@feilongjiang
Your change (at version 6bc89ae) is now ready to be sponsored by a Committer.

@openjdk
Copy link

openjdk bot commented Jan 7, 2022

Going to push as commit c7944ed.

@openjdk openjdk bot added the integrated Pull request has been integrated label Jan 7, 2022
@openjdk openjdk bot closed this Jan 7, 2022
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review sponsor Pull request is ready to be sponsored labels Jan 7, 2022
@openjdk
Copy link

openjdk bot commented Jan 7, 2022

@RealFYang @feilongjiang Pushed as commit c7944ed.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

@feilongjiang feilongjiang deleted the rvb-rev8 branch January 7, 2022 08:16
zhengxiaolinX added a commit to zhengxiaolinX/riscv-port that referenced this pull request Jan 7, 2022
zhengxiaolinX added a commit to zhengxiaolinX/riscv-port that referenced this pull request Jan 12, 2022
zhengxiaolinX added a commit to zhengxiaolinX/riscv-port that referenced this pull request Jan 13, 2022
zhengxiaolinX added a commit to zhengxiaolinX/riscv-port that referenced this pull request Jan 15, 2022
zhengxiaolinX added a commit to zhengxiaolinX/riscv-port that referenced this pull request Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integrated Pull request has been integrated
2 participants