Integrated: 8295270: RISC-V: Clean up and refactoring for assembler functions

Fei Yang fyang at openjdk.org
Fri Oct 14 07:58:06 UTC 2022


On Thu, 13 Oct 2022 12:17:00 GMT, Fei Yang <fyang at openjdk.org> wrote:

> Witnessed that some high-level assember functions are placed in file assembler_riscv.hpp/cpp,
> such as 'movptr', 'li' and so on. These are macro-assembler functions which should be placed
> in macroAssembler_riscv.hpp/cpp. Meanwhile, we should also move load & store memory and
> control assembler functions from address of type 'address' / 'Address'.
> 
> Testing: Tier1 on HiFive Unmatched board {fastdebug, release}.

This pull request has now been integrated.

Changeset: 3d75e88e
Author:    Fei Yang <fyang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3d75e88eb25f56ed2214496826004578c2c75012
Stats:     1354 lines in 12 files changed: 641 ins; 603 del; 110 mod

8295270: RISC-V: Clean up and refactoring for assembler functions

Reviewed-by: fjiang, yadongwang, shade

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

PR: https://git.openjdk.org/jdk/pull/10697


More information about the hotspot-dev mailing list