[vectorIntrinsics] RFR: 8265817: Add LoadVectorGather nodes implementation for Arm SVE

Xiaohong Gong xgong at openjdk.java.net
Sun Apr 25 08:53:04 UTC 2021


On Fri, 23 Apr 2021 06:54:50 GMT, Wang Huang <whuang at openjdk.org> wrote:

> * Add LoadVectorGather nodes implementation for Arm SVE
> * add new instruction `sve_ld1w_gather`[1] & `sve_ld1d_gather`[2]
> * move a small code into `op_sve_supported` as @nsjian suggested[3]
> * some code styles fix 
> [1] https://developer.arm.com/documentation/ddi0596/2020-12/SVE-Instructions/LD1W--scalar-plus-vector---Gather-load-unsigned-words-to-vector--vector-index--
> [2] https://developer.arm.com/documentation/ddi0596/2020-12/SVE-Instructions/LD1D--scalar-plus-vector---Gather-load-doublewords-to-vector--vector-index--
> [3]https://github.com/openjdk/panama-vector/pull/70#discussion_r618240204

Marked as reviewed by xgong (Committer).

-------------

PR: https://git.openjdk.java.net/panama-vector/pull/72


More information about the panama-dev mailing list