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

RISC-V: remove wrong instructions of Vector Crypto Extension

XMLWordPrintable

    • b23
    • riscv

      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)

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

              Created:
              Updated:
              Resolved: