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