RFR: 8365732: RISC-V: implement AES CTR intrinsics [v8]
Anjian Wen
wenanjian at openjdk.org
Fri Sep 19 08:13:20 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 incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains nine additional commits since the last revision:
- Merge branch 'openjdk:master' into aes_ctr
- Merge branch 'openjdk:master' into aes_ctr
- fix the counter increase at limit and add test
- change format
- update reg use and instruction
- change some name and format
- delete useless Label, change L_judge_used to L_slow_loop
- add Flags and fix the stubid name
- RISC-V: implement AES-CTR mode intrinsics
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/25281/files
- new: https://git.openjdk.org/jdk/pull/25281/files/ff513708..35f82e0a
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=25281&range=07
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=25281&range=06-07
Stats: 26416 lines in 742 files changed: 13049 ins; 7667 del; 5700 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