Home | History | Annotate | only in /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen
Up to higher level directory
NameDateSize
386.rules05-Oct-201759.8K
386Ops.go05-Oct-201731.9K
AMD64.rules05-Oct-201790.8K
AMD64Ops.go05-Oct-201739K
ARM.rules05-Oct-201763.8K
ARM64.rules05-Oct-201766.8K
ARM64Ops.go05-Oct-201728.8K
ARMOps.go05-Oct-201732.8K
dec.rules05-Oct-20172.9K
dec64.rules05-Oct-201717K
dec64Ops.go05-Oct-2017383
decOps.go05-Oct-2017373
generic.rules05-Oct-201745.8K
genericOps.go05-Oct-201726K
main.go05-Oct-20179.9K
MIPS.rules05-Oct-201737.2K
MIPS64.rules05-Oct-201737.8K
MIPS64Ops.go05-Oct-201718.4K
MIPSOps.go05-Oct-201720.1K
PPC64.rules05-Oct-201740.3K
PPC64Ops.go05-Oct-201720.6K
README05-Oct-2017268
rulegen.go05-Oct-201718.2K
S390X.rules05-Oct-201777.4K
S390XOps.go05-Oct-201737.3K

README

      1 // Copyright 2015 The Go Authors. All rights reserved.
      2 // Use of this source code is governed by a BSD-style
      3 // license that can be found in the LICENSE file.
      4 
      5 This package generates opcode tables, rewrite rules, etc. for the ssa compiler.
      6 Run it with:
      7    go run *.go
      8