]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] cmd/compile: add simdFp1gp1fp1Imm8 helper to amd64 code generation
authorDavid Chase <drchase@google.com>
Fri, 20 Jun 2025 19:18:03 +0000 (15:18 -0400)
committerDavid Chase <drchase@google.com>
Fri, 20 Jun 2025 21:14:45 +0000 (14:14 -0700)
commit7c6ac3527571319e6dde958c64137f1cbda0ecca
treea1acf5ea9ed2df21816074cc65f385115760d2af
parent4150372a5d2c3b70591efe1ce208f0a92747f1dc
[dev.simd] cmd/compile: add simdFp1gp1fp1Imm8 helper to amd64 code generation

This is for VPINSRB[BWDQ], coming in a later CL.

Change-Id: I6b4b99be43512623d4d6e5542221c18f0c5c2eb4
Reviewed-on: https://go-review.googlesource.com/c/go/+/682956
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/amd64/ssa.go