RFR: 8365732: RISC-V: implement AES CTR intrinsics [v25]
Anjian Wen
wenanjian at openjdk.org
Thu Nov 13 06:36:36 UTC 2025
> Hi everyone, please help review this patch which Implement the _counterMode_AESCrypt with Zvkned. On my QEMU, with Zvkned extension enabled, the tests in test/hotspot/jtreg/compiler/codegen/aes/ Passed.
Anjian Wen has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 26 commits:
- Merge branch 'openjdk:master' into aes_ctr
- modify format
- add more comments
- modify parm to unsigned as aarch64 and x86
- clean comments and format
- clean code and optimize big endian increase
- delete the zvbb assert and some assembler support because no use
- save branch jump and add some comments
- fix a jtreg problem
- change some instruction's sequence to make it more hardware-friendly
- ... and 16 more: https://git.openjdk.org/jdk/compare/279f39f1...f1e3dd04
-------------
Changes: https://git.openjdk.org/jdk/pull/25281/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25281&range=24
Stats: 231 lines in 2 files changed: 224 ins; 1 del; 6 mod
Patch: https://git.openjdk.org/jdk/pull/25281.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25281/head:pull/25281
PR: https://git.openjdk.org/jdk/pull/25281
More information about the hotspot-compiler-dev
mailing list