Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#3044 AArch64 SVE codec: Add SVE2 MUL variants #6501

Merged
merged 2 commits into from
Dec 12, 2023

Conversation

philramsey-arm
Copy link
Collaborator

This patch adds the appropriate macros, tests and codec entries to decode and encode the following instructions:
MUL <Zd>.<T>, <Zn>.<T>, <Zm>.<T>
MUL <Zd>.D, <Zn>.D, <Zm>.D[<imm>]
MUL <Zd>.H, <Zn>.H, <Zm>.H[<imm>]
MUL <Zd>.S, <Zn>.S, <Zm>.S[<imm>]

Issue: #3044

This patch adds the appropriate macros, tests and codec entries to
decode and encode the following instructions:
```MUL    <Zd>.<T>, <Zn>.<T>, <Zm>.<T>```
```MUL    <Zd>.D, <Zn>.D, <Zm>.D[<imm>]```
```MUL    <Zd>.H, <Zn>.H, <Zm>.H[<imm>]```
```MUL    <Zd>.S, <Zn>.S, <Zm>.S[<imm>]```

Issue: #3044
@AssadHashmi
Copy link
Contributor

The x86-32 and x86-64 regressions are due to #6417, #6411, so can be ignored.
Not sure about x86-64-ubuntu22. Perhaps it just needs a retry?

@AssadHashmi AssadHashmi merged commit 3f5b478 into master Dec 12, 2023
13 of 15 checks passed
@AssadHashmi AssadHashmi deleted the i3044-add-mul-instruction branch December 12, 2023 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants