RFR: 8299323: Allow extended registers for cmpw

Erik Österlund eosterlund at openjdk.org
Wed Jan 4 14:32:53 UTC 2023


On Tue, 3 Jan 2023 23:38:10 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

>> The current instruction encoder for cmpw(Address, int16_t) on x64 does not allow rex extended registers. Generational ZGC needs to use this for arbitrary registers. Let's add support for it instead of asserting the input Address uses a subset of registers.
>
> LGTM

Thanks for the review @sviswa7!

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

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


More information about the hotspot-compiler-dev mailing list