Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8332130

RISC-V: remove wrong instructions of Vector Crypto Extension

    XMLWordPrintable

Details

    • b23
    • riscv

    Description

      Some instrunctions of Vector Crypto Extension are wrong, should be removed.

      These instrunctions are wrong in that e.g. take vror.vx as example,
      1. by definition of spec, it should be vror.vx vd, vs2, *rs1*, vm
      2. the implementation here, it is indeed vror_vx(VectorRegister Vd, VectorRegister Vs2, *VectorRegister* Vs1, VectorMask vm = unmasked)

      Attachments

        Issue Links

          Activity

            People

              mli Hamlin Li
              mli Hamlin Li
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: