RFR: 8274179: AArch64: Support SVE operations with encodable immediates

Fei Gao duke at openjdk.java.net
Thu Oct 28 10:43:33 UTC 2021


On Tue, 26 Oct 2021 11:37:23 GMT, Andrew Haley <aph at openjdk.org> wrote:

> I'd like you to split this patch into two parts, please. First, please use the new functions such as `Assembler::operand_valid_for_logical_immediate(bool is32, uint64_t imm)` only for SVE, leaving the existing logic in `Assembler` entirely untouched. This will cause some duplication, but that's OK. We can review changes to merge functionality in a separate patch. This will be much easier.

Thanks. Done.

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

PR: https://git.openjdk.java.net/jdk/pull/6115


More information about the hotspot-dev mailing list