]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] cmd/compile: add ShiftAll immediate variant
authorJunyang Shao <shaojunyang@google.com>
Tue, 5 Aug 2025 04:28:44 +0000 (04:28 +0000)
committerJunyang Shao <shaojunyang@google.com>
Tue, 5 Aug 2025 15:37:44 +0000 (08:37 -0700)
commit82d056ddd7378ee23ab073c7a195d92cfc4a59d6
treea0995fc2c9e1e807601b59d6d03a580b9d74a9bf
parent775fb527458e09258d07a3c92eada92167b3e7d3
[dev.simd] cmd/compile: add ShiftAll immediate variant

This CL is generated by CL 693136.

Change-Id: Ifd2278d3f927efa008a14cc5e592e7c14b7120ff
Reviewed-on: https://go-review.googlesource.com/c/go/+/693157
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/amd64/simdssa.go
src/cmd/compile/internal/ssa/_gen/simdAMD64.rules
src/cmd/compile/internal/ssa/_gen/simdAMD64ops.go
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/rewriteAMD64.go
src/simd/simd_test.go