Skip to content

Arch64: Add vector extract instruction - #6713

Merged
knn-k merged 1 commit into
eclipse-omr:masterfrom
Akira1Saitoh:aarch64VectorExt
Sep 28, 2022
Merged

Arch64: Add vector extract instruction#6713
knn-k merged 1 commit into
eclipse-omr:masterfrom
Akira1Saitoh:aarch64VectorExt

Conversation

@Akira1Saitoh

Copy link
Copy Markdown
Contributor

This commit adds vector extract instruction and
binary encoding unit tests.

Signed-off-by: Akira Saitoh saiaki@jp.ibm.com

Comment thread compiler/aarch64/codegen/OpBinary.cpp Outdated
0x4E805800, /* UZP2 vuzp2_4s */
0x4EC05800, /* UZP2 vuzp2_2d */
/* Vector extract */
0x6E000000, /* EXT vext16b */

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use a tab character between , and the comment in this line.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed it.

This commit adds vector extract instruction and
binary encoding unit tests.

Signed-off-by: Akira Saitoh <saiaki@jp.ibm.com>
@knn-k

knn-k commented Sep 28, 2022

Copy link
Copy Markdown
Contributor

Jenkins build aarch64

@knn-k
knn-k merged commit 95cab00 into eclipse-omr:master Sep 28, 2022
@Akira1Saitoh
Akira1Saitoh deleted the aarch64VectorExt branch September 28, 2022 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants