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

RISC-V: Add support for Vector API vector load const operation

XMLWordPrintable

    • b27
    • riscv
    • linux

      The instruction which is matched `VectorLoadConst` will create index starting from 0 and incremented by 1. In detail, the instruction populates the destination vector by setting the first element to 0 and monotonically incrementing the value by 1 for each subsequent element.

      We can add support of `VectorLoadConst` for RISC-V by `vid.v` . It was implemented by referring to RVV v1.0 [1].


      [1] https://github.com/riscv/riscv-v-spec/blob/v1.0/v-spec.adoc

            dzhang Dingli Zhang
            dzhang Dingli Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: