RFR: 8328998: Encoding support for Intel APX extended general-purpose registers [v26]
Vladimir Kozlov
kvn at openjdk.org
Wed May 22 00:30:09 UTC 2024
On Tue, 21 May 2024 23:54:42 GMT, Steve Dohrmann <duke at openjdk.org> wrote:
>> The !UseAPX test was added because if UseAPX is enabled we want to support extended register use via rex2 encoding in the else clause. The existing vex encoding remains when UseAPX is not enabled. There is a needs_rex2 check of address registers in the call to ::vex_prefix, asserting if UseAPX not enabled.
>
> I added a comment on this to the stmxcsr/ldmxcsr functions.
okay
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18476#discussion_r1609081235
More information about the hotspot-compiler-dev
mailing list