Integrated: 8343214: Fix encoding errors in APX New Data Destination Instructions Support
Srinivas Vamsi Parasa
sparasa at openjdk.org
Wed Nov 6 16:44:33 UTC 2024
On Tue, 29 Oct 2024 17:19:20 GMT, Srinivas Vamsi Parasa <sparasa at openjdk.org> wrote:
> The goal of this PR is to fix instruction encoding errors for some of the instructions which support the APX New Data Destination (NDD) and No Flags (NF) features (added in [JDK-8329035](https://bugs.openjdk.org/browse/JDK-8329035))
>
> The correctness of the encoding is verified by comparing to the reference encoding by GCC using an automated tool (https://github.com/openjdk/jdk/pull/21795)
This pull request has now been integrated.
Changeset: c0e6c3b9
Author: Srinivas Vamsi Parasa <sparasa at openjdk.org>
Committer: Sandhya Viswanathan <sviswanathan at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/c0e6c3b93c0d21debc538e0135805c2957053108
Stats: 72 lines in 1 file changed: 28 ins; 1 del; 43 mod
8343214: Fix encoding errors in APX New Data Destination Instructions Support
Reviewed-by: jbhateja, sviswanathan
-------------
PR: https://git.openjdk.org/jdk/pull/21770
More information about the hotspot-compiler-dev
mailing list