RFR: 8282182: Document algorithm used to encode aarch64 logical immediate operands.

Andrew Dinn adinn at openjdk.java.net
Mon Feb 21 10:49:10 UTC 2022


On Fri, 18 Feb 2022 17:12:08 GMT, Andrew Dinn <adinn at openjdk.org> wrote:

> This *documentation only* change explains how logical immediate mask values are derived from valid logical instruction operands. The encoding function is used to populate a sparse array that maps valid masks to a unique set of input operand values and a reverse lookup array that maps inputs to the associated mask.

Document algorithm used to encode aarch64 logical immediate operands.

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

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


More information about the hotspot-compiler-dev mailing list