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 SVE2 codec: add vector+scalar versions of st/ldnt #6468

Merged
merged 4 commits into from
Nov 22, 2023

Conversation

joshua-warburton
Copy link
Collaborator

This patch adds the appropriate macros, tests and codec entries to encode the following variants:

    LDNT1B  { <Zt>.D }, <Pg>/Z, [<Zn>.D{, <Xm>}]
    LDNT1D  { <Zt>.D }, <Pg>/Z, [<Zn>.D{, <Xm>}]
    LDNT1H  { <Zt>.D }, <Pg>/Z, [<Zn>.D{, <Xm>}]
    LDNT1W  { <Zt>.D }, <Pg>/Z, [<Zn>.D{, <Xm>}]
    STNT1B  { <Zt>.D }, <Pg>, [<Zn>.D{, <Xm>}]
    STNT1D  { <Zt>.D }, <Pg>, [<Zn>.D{, <Xm>}]
    STNT1H  { <Zt>.D }, <Pg>, [<Zn>.D{, <Xm>}]
    STNT1W  { <Zt>.D }, <Pg>, [<Zn>.D{, <Xm>}]
    LDNT1B  { <Zt>.S }, <Pg>/Z, [<Zn>.S{, <Xm>}]
    LDNT1H  { <Zt>.S }, <Pg>/Z, [<Zn>.S{, <Xm>}]
    LDNT1W  { <Zt>.S }, <Pg>/Z, [<Zn>.S{, <Xm>}]
    STNT1B  { <Zt>.S }, <Pg>, [<Zn>.S{, <Xm>}]
    STNT1H  { <Zt>.S }, <Pg>, [<Zn>.S{, <Xm>}]
    STNT1W  { <Zt>.S }, <Pg>, [<Zn>.S{, <Xm>}]

issue: #3044

joshua-warburton and others added 4 commits November 21, 2023 14:40
This patch adds the appropriate macros, tests and codec entries
to encode the following variants:
```
    LDNT1B  { <Zt>.D }, <Pg>/Z, [<Zn>.D{, <Xm>}]
    LDNT1D  { <Zt>.D }, <Pg>/Z, [<Zn>.D{, <Xm>}]
    LDNT1H  { <Zt>.D }, <Pg>/Z, [<Zn>.D{, <Xm>}]
    LDNT1W  { <Zt>.D }, <Pg>/Z, [<Zn>.D{, <Xm>}]
    STNT1B  { <Zt>.D }, <Pg>, [<Zn>.D{, <Xm>}]
    STNT1D  { <Zt>.D }, <Pg>, [<Zn>.D{, <Xm>}]
    STNT1H  { <Zt>.D }, <Pg>, [<Zn>.D{, <Xm>}]
    STNT1W  { <Zt>.D }, <Pg>, [<Zn>.D{, <Xm>}]
    LDNT1B  { <Zt>.S }, <Pg>/Z, [<Zn>.S{, <Xm>}]
    LDNT1H  { <Zt>.S }, <Pg>/Z, [<Zn>.S{, <Xm>}]
    LDNT1W  { <Zt>.S }, <Pg>/Z, [<Zn>.S{, <Xm>}]
    STNT1B  { <Zt>.S }, <Pg>, [<Zn>.S{, <Xm>}]
    STNT1H  { <Zt>.S }, <Pg>, [<Zn>.S{, <Xm>}]
    STNT1W  { <Zt>.S }, <Pg>, [<Zn>.S{, <Xm>}]
```
issue: #3044

Change-Id: I95dd710f95b797e8e53ae69dfcadd430a04abc47
Change-Id: Idc7ed32915f9a7eec68e531ddebb3e10c55563b3
Change-Id: I211c62a31bbfa10d7c6ecbe4de534d4ad9c04e68
@AssadHashmi AssadHashmi merged commit 34fbc25 into master Nov 22, 2023
13 of 15 checks passed
@AssadHashmi AssadHashmi deleted the i3044-aarch64-sve2-codec-add-vec-sca-stldnt branch November 22, 2023 12:48
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