Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8329030 Intel Advanced Performance Extension support
  3. JDK-8351994

Enable Extended EVEX to REX2/REX demotion when src and dst are the same

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 25
    • hotspot
    • None
    • x86
    • generic

      Intel APX NDD instructions are encoded using EVEX encoding. The goal of this PR is to enable optimized instruction encoding for Intel APX NDD instructions when the non-destructive destination is same as the first source.

      For example:

      eaddl r18, r18, r25 can be encoded as addl r18, r25 using APX REX2 encoding
      eaddl r2, r2, r7 can be encoded as addl r2, r7 using non-APX legacy encoding

            sparasa Srinivas Parasa
            sparasa Srinivas Parasa
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: