RFR: 8374351: RISC-V: Small refactoring for crypto macro-assembler routines [v2]

Fei Yang fyang at openjdk.org
Fri Dec 26 03:06:37 UTC 2025


On Fri, 26 Dec 2025 03:02:20 GMT, Anjian Wen <wenanjian at openjdk.org> wrote:

>> This patch is mainly for readability and subsequent GCM call requirements.
>> 
>> 1. Extract the ghash function to facilitate subsequent calls during the implementation of aes-gcm 
>> 2. Unify the prefixes of function names for aes intrinsic-related functions. Only use generate prefix for the main intrinsic function, delete the other functions `generate_` prefix
>
> Anjian Wen has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Swap the order of the function name to make it clear

Thanks!

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

Marked as reviewed by fyang (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/28988#pullrequestreview-3612666341


More information about the hotspot-compiler-dev mailing list