Source file src/go/types/gccgosizes.go

     1  // Code generated by "go test -run=Generate -write=all"; DO NOT EDIT.
     2  // Source: ../../cmd/compile/internal/types2/gccgosizes.go
     3  
     4  // Copyright 2019 The Go Authors. All rights reserved.
     5  // Use of this source code is governed by a BSD-style
     6  // license that can be found in the LICENSE file.
     7  
     8  // This is a copy of the file generated during the gccgo build process.
     9  // Last update 2019-01-22.
    10  
    11  package types
    12  
    13  var gccgoArchSizes = map[string]*StdSizes{
    14  	"386":         {4, 4},
    15  	"alpha":       {8, 8},
    16  	"amd64":       {8, 8},
    17  	"amd64p32":    {4, 8},
    18  	"arm":         {4, 8},
    19  	"armbe":       {4, 8},
    20  	"arm64":       {8, 8},
    21  	"arm64be":     {8, 8},
    22  	"ia64":        {8, 8},
    23  	"loong64":     {8, 8},
    24  	"m68k":        {4, 2},
    25  	"mips":        {4, 8},
    26  	"mipsle":      {4, 8},
    27  	"mips64":      {8, 8},
    28  	"mips64le":    {8, 8},
    29  	"mips64p32":   {4, 8},
    30  	"mips64p32le": {4, 8},
    31  	"nios2":       {4, 8},
    32  	"ppc":         {4, 8},
    33  	"ppc64":       {8, 8},
    34  	"ppc64le":     {8, 8},
    35  	"riscv":       {4, 8},
    36  	"riscv64":     {8, 8},
    37  	"s390":        {4, 8},
    38  	"s390x":       {8, 8},
    39  	"sh":          {4, 8},
    40  	"shbe":        {4, 8},
    41  	"sparc":       {4, 8},
    42  	"sparc64":     {8, 8},
    43  	"wasm":        {8, 8},
    44  }
    45  

View as plain text