mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
This CL is created by simdgen CL 684056 Change-Id: Ie4240098bbe701531ab82d5200e92857726f1ba7 Reviewed-on: https://go-review.googlesource.com/c/go/+/684076 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> |
||
|---|---|---|
| .. | ||
| vendor | ||
| 386.rules | ||
| 386Ops.go | ||
| 386splitload.rules | ||
| allocators.go | ||
| AMD64.rules | ||
| AMD64latelower.rules | ||
| AMD64Ops.go | ||
| AMD64splitload.rules | ||
| ARM.rules | ||
| ARM64.rules | ||
| ARM64latelower.rules | ||
| ARM64Ops.go | ||
| ARMOps.go | ||
| cover.bash | ||
| dec.rules | ||
| dec64.rules | ||
| dec64Ops.go | ||
| decOps.go | ||
| generic.rules | ||
| genericOps.go | ||
| go.mod | ||
| go.sum | ||
| LOONG64.rules | ||
| LOONG64Ops.go | ||
| main.go | ||
| MIPS.rules | ||
| MIPS64.rules | ||
| MIPS64Ops.go | ||
| MIPSOps.go | ||
| PPC64.rules | ||
| PPC64latelower.rules | ||
| PPC64Ops.go | ||
| README | ||
| RISCV64.rules | ||
| RISCV64latelower.rules | ||
| RISCV64Ops.go | ||
| rulegen.go | ||
| S390X.rules | ||
| S390XOps.go | ||
| simdAMD64.rules | ||
| simdAMD64ops.go | ||
| simdgenericOps.go | ||
| Wasm.rules | ||
| WasmOps.go | ||
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. This command generates Go code (in the parent directory) for all the architecture-specific opcodes, blocks, and rewrites. See the "Hacking on SSA" section in the parent directory's README.md for more information. To regenerate everything, run "go generate" on the ssa package in the parent directory. The parent directory contains a test in generate_test.go that will fail if the generated files are not up-to-date, and to allow that test to run in no-network environments, golang.org/x/tools/go/ast/astutil is vendored.