diff options
| author | Junyang Shao <shaojunyang@google.com> | 2026-04-10 17:14:35 +0000 |
|---|---|---|
| committer | Junyang Shao <shaojunyang@google.com> | 2026-04-13 13:36:48 -0700 |
| commit | 356b87fa7bbba02debea59d2d03e1eca1750ccb6 (patch) | |
| tree | cf151c602d80cc2c5faf4547de8ec00800275431 /src/cmd/internal/obj/arm64/anames_gen.go | |
| parent | 65203e06e61429f0dfc79a406212fa9b99599546 (diff) | |
| download | go-356b87fa7bbba02debea59d2d03e1eca1750ccb6.tar.xz | |
cmd/asm, cmd/internal/obj/arm64: support memory with MUL VL imm offset
This CL is generated by CL 765440.
This CL supports this addressing pattern:
(VL*imm)(Reg)
(-VL*imm)(Reg)
Change-Id: I4d1bab2ef6c4141699a47b28aa14b28cdee6cb3f
Reviewed-on: https://go-review.googlesource.com/c/go/+/765420
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Commit-Queue: Junyang Shao <shaojunyang@google.com>
Diffstat (limited to 'src/cmd/internal/obj/arm64/anames_gen.go')
| -rw-r--r-- | src/cmd/internal/obj/arm64/anames_gen.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/cmd/internal/obj/arm64/anames_gen.go b/src/cmd/internal/obj/arm64/anames_gen.go index 5ca4524997..e33b696a15 100644 --- a/src/cmd/internal/obj/arm64/anames_gen.go +++ b/src/cmd/internal/obj/arm64/anames_gen.go @@ -31,6 +31,7 @@ var sveAnames = []string{ "PFIRSTP", "PINCP", "PLASTP", + "PLDR", "PNAND", "PNANDS", "PNOR", @@ -59,6 +60,7 @@ var sveAnames = []string{ "PSQDECPW", "PSQINCP", "PSQINCPW", + "PSTR", "PTRN1", "PTRN2", "PUQDECP", @@ -377,6 +379,13 @@ var sveAnames = []string{ "ZLDFF1SH", "ZLDFF1SW", "ZLDFF1W", + "ZLDNF1B", + "ZLDNF1D", + "ZLDNF1H", + "ZLDNF1SB", + "ZLDNF1SH", + "ZLDNF1SW", + "ZLDNF1W", "ZLDNT1B", "ZLDNT1D", "ZLDNT1H", @@ -384,6 +393,7 @@ var sveAnames = []string{ "ZLDNT1SH", "ZLDNT1SW", "ZLDNT1W", + "ZLDR", "ZLSL", "ZLSLR", "ZLSR", @@ -562,6 +572,7 @@ var sveAnames = []string{ "ZSTNT1D", "ZSTNT1H", "ZSTNT1W", + "ZSTR", "ZSUB", "ZSUBHNB", "ZSUBHNT", |
